EN
Back to the archive

The archive · AI & Models · Product decision · 2025–2026

Gas Town: Steve Yegge's multi-agent coding bet, 13.3K GitHub stars in Q1 2026

Yegge's open-source Gas Town runs 20-30 coding agents under an AI 'Mayor' with git-persisted state; it hit 13.3K GitHub stars in Q1 2026.

Gas Town

The betThat agentic coding's bottleneck is orchestration, not model smarts: one human runs 20-30 agents whose work state lives in git, so restarts never restart the work.Live

What the business is

Gas Town is Steve Yegge's open-source multi-agent workspace manager: a Claude Code-style 'Mayor' coordinates worker agents ('polecats') across per-project rigs, with work state persisted in git worktrees ('hooks') and tracked through Beads, his git-backed task ledger (the bd CLI). It supports Claude Code, Codex, GitHub Copilot, Gemini and other runtimes, and ships from the gastownhall GitHub organization via Homebrew, Docker and Go install paths.

How it started

After years at Amazon and Google, Yegge spent 2025 building Beads, a git-backed issue ledger that lets coding agents resume tasks across sessions, then wrapped it in Gas Town and released the orchestrator on January 1, 2026. His premise, echoed by later commentators: AI sessions are ephemeral, but work context should be permanent - so durable, git-versioned state, plus a coordinator on top, is what lets many agents cooperate instead of one agent restarting from zero.

What happened

By the end of Q1 2026 the repository had grown to 13.3K stars and earned a place in Runa Capital's ROSS top-20. Independent field reports followed within weeks: DoltHub's engineer asked the Mayor to fix four failing Bats tests in parallel, watched roughly 20 agents work in other terminals, and saw Gas Town push branches and merge PRs autonomously - then closed it down after a merge landed with failing integration tests. The hour-long session cost about $100 in Claude tokens, roughly 10x a normal Claude Code session.

How it ended up

Still running and evolving as of September 2026: the gastownhall/gastown repository documents a v1-scale architecture - Mayor, rigs, polecats, a refinery merge queue, escalation, a scheduler, and a Dolt-powered 'Wasteland' federation network - and Gas Town remains a personal open-source project rather than a funded company. The orchestration bet is proving out technically while its economics and safety guardrails remain open questions.

Background

Steve Yegge, the Amazon/Google veteran, released Gas Town on January 1, 2026 as an open-source 'coding agent factory': an AI Mayor coordinates 20-30 worker agents across git-based project rigs, with state persisted in git worktrees and tracked in his Beads ledger so restarted agents resume rather than start over.

Traction was immediate: Runa Capital's ROSS Index for Q1 2026 (published 2026-04-29) listed gastownhall/gastown among the top-20 fastest-growing open-source startups at 13.3K GitHub stars as of 2026-03-31, describing the project as founded 2025 in Kirkland, WA.

DoltHub's 2026-01-15 field report showed both sides of autonomy: the Mayor fixed four Bats tests in parallel while about 20 agents ran in other terminals, and Gas Town pushed branches and merged PRs on its own - until a bad merge with failing integration tests forced the author to shut it down after spending about $100 in Claude tokens in 60 minutes.

As of September 2026 the repository documents a v1-scale architecture (refinery merge queue, escalation, scheduler, Dolt-based federation), but Gas Town is still a personal open-source project rather than a funded company - the bet is validated technically while economics and guardrails stay unresolved.

What has to be true

  • Yegge inverted the usual agent bet: instead of a smarter model, durable git-backed state plus a coordinator is what unlocks 20-30 agents working in parallel.
  • Distribution came free: Beads, his earlier git-backed task ledger, plus a large developer following carried the new orchestrator onto GitHub's fastest-growing lists (13.3K stars in Q1 2026).
  • The DoltHub field test demonstrated both promise and pain: parallel fixes and autonomous merges worked, but unsafe merges and roughly 10x token burn showed autonomy must be governed.
  • Gas Town is a bet on an entire software layer for coordinating coding agents rather than a single feature, which is why it drew stars and independent write-ups within weeks of release.

What can be applied

Sessions are cheap; state is not. Own durable git-backed state, add a coordinator, and you can run 20-30 agents - but autonomy without guardrails merges broken code and burns tokens 10x faster.

Aftermath

As of September 4, 2026, Gas Town remained an actively developed open-source project at gastownhall/gastown, with a v1-scale architecture: Mayor, rigs, polecats, a refinery merge queue, escalation, scheduling, and a Dolt-based 'Wasteland' federation. It had not incorporated or raised funding and stayed a personal project of Steve Yegge. Q1 2026 traction - 13.3K GitHub stars, ROSS top-20 - made it one of the fastest-adopted coding-agent projects of 2026, while early field reports of a $100-an-hour token burn and a bad autonomous merge framed the debate over ungoverned agent autonomy.

Sources

spotted an error? The archive wants to know.

Your turn

You just read one. Describe what you are building, and see who is betting on the same thing.

Free account · 3 free questions · no card

Related cases