I'm drawn to products that improve how people work, and to products that can become infrastructure for society. If people can spend their time on meaningful, interesting work and have their individual capabilities empowered, I think more of us will actually enjoy working.
At the same time, I'm fascinated by how technology has historically rewritten how society itself works — payment infrastructure, Web3, generative AI — and I want to keep working on the side that treats technology not as a mere tool but as a force that reshapes society.
Education
- The University of Tokyo — M.Eng. in Precision Engineering Apr. 2026 – Mar. 2028
- The University of Tokyo — B.Eng. in Precision Engineering Apr. 2022 – Mar. 2026
Work Experience
Sansan Inc.
Feb. 2026 – Mar. 2026Redesigned the async integration that handles bulk business-card distribution. Replaced an in-progress design with a Pub/Sub × Cloud Tasks BufferTask hybrid that separates fan-out from execution-side rate control, removing dead-letter failures caused by upstream API rate limits and the manual recovery work that used to follow them.
Bizgem Inc.
Sep. 2025 – PresentBuilt API and RPA integrations connecting major e-commerce platforms (Amazon, Rakuten, Shopify, ZOZO, Next Engine) to a SaaS that consolidates inventory and sales data for retailers. Worked across the stack — from an async batch pipeline on AWS Lambda + Celery + Redis, to AI-assisted development infrastructure, to improvements to the GitHub Actions CI.
AICE Inc.
Dec. 2023 – Apr. 2025Drove PoC projects end-to-end as the engineering lead of a 3-person team, while also contributing as an engineer to enterprise projects. In a joint project with a railway company, built a generative-AI–driven recommendation product that delivered a new experience for restaurant and tourism discovery; on the enterprise side, built RAG-based document search for a corporate chatbot.
Tech Skills
Publications
all →AWS Auroraを論文から読み解いてみる ↗
Redesigning the async fan-out infrastructure for Sansan Bizcard Maker ↗
How we replaced a Cloud Tasks-only design with a Pub/Sub × Cloud Tasks BufferTask hybrid to handle 3,000+ card bulk distributions without dead-letter failures.
【Python】文字列連結のパフォーマンス最適化 — joinって本当に速いの? ↗
Personal Projects
minify ↗
A compact workflow builder that composes PDF processing, text formatting, and LLM inference as DAG nodes. React-based node editor + async FastAPI backend, with unified switching across OpenAI / Anthropic / Gemini.
tidy-sessions.wezterm ↗
A WezTerm plugin for workspace session management. Save and restore tabs, panes, and working directories across restarts; auto-save, fuzzy selector, and configurable process restoration.
my-shell ↗
A minimal Unix shell written in C, built to learn OS fundamentals hands-on — fork / exec / wait, file descriptors, I/O redirection, pipes, and signal handling.