Atlas · Details
Beads Blows Up
Author’s note
This is a fun little article written a month after Beads launched. This was before Gas town. In it, I introduce the "landing the plane" prompt, which many people have told me they started using successfully. Mostly this post is just Beads evangelism, since it was early days. I'm just glad people liked Beads as much as I do.
AI Notes
Three weeks after launch, Beads has gone from "pooped out in four or five
days of feverish coding" to a drop-in replacement for the markdown-TODO files
every 2025 coding agent ships with — twenty-seven PRs merged in twenty-seven
days, half a dozen heart-attack bugs fixed daily. The essay runs on three
verdicts. The architectural verdict: Git + JSONL + a SQLite
cache hydrated on demand was right from day one and hasn't had to change —
it's "practical magic," feels like there's a central managed server but
there isn't one. The language verdict: Go beats TypeScript for vibe
coding; TypeScript agents make sixteen copies of the same interface and call
Partial<Omit<AsyncCallback<T>>> wrapper factories,
Go is brutally simple and the worst it ever gets is mediocre. (Earned —
350,000 lines of TypeScript in the preceding 30 days.) And the
addiction warning: Beads kills friction in session handoff, so you
fire up more agents, reach a point where one is always waiting with
dopamine, and then "you're stuck." Along the way the essay introduces
Landing the Plane, the end-of-session prompt that went on to
become part of the standard vibe-coding playbook.
Related listings
-
2025
Introducing Beads: A coding agent memory system
The launch essay three weeks earlier. Read it for the why; come here for the post-contact status update and the architectural verdict.
-
2025
Beads Best Practices
Three weeks further on. This essay introduces Landing the Plane in passing; that one codifies the full best-practices set Beads users come back for.
-
2026
Welcome to Gas Town
The downstream payoff. The juggle-many-agents experience this essay describes (Minority Report cover image) is the user experience Gas Town builds an entire factory around two months later.