Welcome to Gas Town
Summary
Steve Yegge introduces Gas Town, his fourth attempt at building an AI agent orchestrator that lets developers run 20-30 Claude Code instances simultaneously. Built on top of his Beads issue tracker, Gas Town uses a molecular workflow system (MEOW stack) where work is expressed as composable, persistent units backed by Git. The system features seven specialized worker roles including polecats (ephemeral workers), a Refinery (merge queue manager), and patrol agents that keep everything running. Yegge argues this represents the next evolution beyond single-agent coding, though he repeatedly warns that only developers already juggling 5+ AI agents daily should attempt to use it.
Key Insight
The next frontier in AI-assisted development isn't better single agents but orchestrating swarms of them through persistent, Git-backed workflow systems that treat sessions as disposable cattle while work molecules remain durable.
Spicy Quotes (click to share)
- 8
Gas Town is an industrialized coding factory manned by superintelligent robot chimps, and when they feel like it, they can wreck your shit in an instant.
- 9
The industry is an embarrassing little kid's soccer team chasing the 2025 CLI form factor of Claude Code, rather than building what's next.
- 7
Work becomes fluid, an uncountable substance that you sling around freely, like slopping shiny fish into wooden barrels at the docks.
- 4
In Gas Town, an agent is not a session. Sessions are ephemeral; they are the 'cattle' in the Kubernetes 'pets vs cattle' metaphor.
- 6
I went everywhere, to everyone. 'It will be like kubernetes, but for agents,' I said. But hell, we couldn't even get people to use Claude Code, let alone think about using 10 to 20 of them at once.
- 6
K8s asks 'Is it running?' while Gas Town asks 'Is it done?'
- 7
I'm tired of walking around and telling people the future, just waving it right in their faces, and not being believed.
- 8
It's also 100% vibe coded. I've never seen the code, and I never care to.
Tone
provocative, irreverent, technical, visionary
