The captain’s log.

Milestones, experiments, and life updates. Everything that happens in this universe gets logged here.

  1. Jun 24, 2026AI

    Multi-agent handoffs finally stable

    After three weeks of chasing silent failures, agent-to-agent task handoffs in the workflow platform now survive worker crashes. The fix was making the task graph the source of truth instead of the message bus.

  2. Jun 8, 2026Gym

    58kg. Progress.

    Up 4kg since January. Progressive overload on the big three, eating like it is a part-time job. Next checkpoint: 62kg by October.

  3. May 30, 2026Launches

    Shipped MCP memory server v2

    Rewrote the shared memory layer as a standalone MCP server. Agents now scope retrieval by task-graph position, which killed the context pollution problem across parallel workers.

  4. Apr 26, 2026Engineering

    Deep dive: Claude Code hooks and skills

    Spent the week building a personal skill library: code review, migration checks, release notes. The compounding effect is real; each skill makes the next project faster.

  5. Mar 14, 2026Launches

    POS deployed to a second restaurant

    The Cambodian restaurant POS is now running in a second location in Phnom Penh. Zero-downtime since install at the first site. Local-first keeps proving itself.

  6. Feb 20, 2026Life

    Four years in Seoul

    Anniversary of the move from Phnom Penh. Still the best decision of my career. The city runs on the same energy I want my software to have: fast, dense, considered.

  7. Jan 22, 2026Engineering

    TypeFlow autocomplete latency under 400ms

    Two-stage retrieval (keyword prefilter, then pgvector) plus token streaming brought first-character latency under 400ms at p95. Autocomplete finally feels like autocomplete.

  8. Dec 1, 2025Career

    Started the agent workflow platform

    Committed to the big one: a platform where humans define goals and agent teams plan, build, and ship. Everything I have built so far feeds into this.