Continue the conversation — chat opens pre-seeded with the current signal, caps, and movement.
Gas Town is Steve Yegge's multi-agent orchestration engine that coordinates 20-30 parallel AI coding agents via git worktrees, primarily targeting Claude Code instances. Built in Go on top of Beads (git-backed knowledge graph on Dolt). v1.0 released April 2026 after 14 iterative releases, marking production stability. The creator is now in maintenance mode with new co-maintainers (e.g., Matt Wilkie) onboarding, while focus shifts to the Gas City successor (a modular, MIT-licensed SDK for custom agent topologies, built by Julian Knutsen and Chris Sells, v1.0 April 24). As of May 19, 2026 a cloud-hosted edition — Gas Town by Kilo — is generally available on managed infrastructure. Explicitly targets experienced developers (Stage 7-8). Positioned as industrial-scale agent coordination ('Kubernetes for coding agents') for large migrations and refactors.
Adoption & Proof Points
- Gas Town reached ~13K GitHub stars within three months; the broader Gas Town Hall org (Beads + Gas Town + Gas City) has 35K+ combined stars, 5,000+ PRs, 2,500+ issues, and 500+ contributors, with active daily commits and a 2,600+ member Discord. Software Engineering Daily podcast feature (Feb 2026); coverage from The New Stack, Cloud Native Now, Addy Osmani, and Nimbalyst. DoltHub partnership for Beads storage. Gas Town by Kilo cloud GA on May 19 2026. At least one shipped commercial product (DumboDB folding into DoltLite) traces substantial code lineage to a Gas Town session. No named enterprise customer disclosed for Gas Town specifically; no direct revenue/commercial model for the OSS project.
Risks & Limitations
- Solo-creator origin now in maintenance mode — Gas City successor and the Kilo cloud path may fragment user attention. Two trust controversies ($GAS token pump-and-dump; #3649 credit/credential-usage dispute) damage enterprise trust. No enterprise features (SSO, RBAC, audit, compliance) on the orchestrator itself — those live in Kilo's separate KiloClaw product. Steep DX (DX ~2/5): requires Go 1.23+, Git 2.25+, tmux 3.0+, Beads; creator advises against general use unless experimenting or contributing (the Kilo cloud GA mitigates this for hosted users). No first-class IDE extension. No sandboxing for self-hosted agent execution. ~$100/hr token burn at 20-30 agents (often needs multiple Claude Pro Max accounts). Effective only on work whose correctness can be cheaply specified against an external source of truth; collapses on ill-specified work.
Capabilities & Integration
Factory architecture: hierarchical agent model with Mayor (manager), Polecats (workers in isolated git worktrees), Refinery (Bors-style bisecting merge queue with verification gates), Witness (fixer), Deacon (operations). Beads v1.0 on Dolt provides a persistent knowledge graph with embedded and server modes. Wasteland federation links multiple Gas Towns through DoltHub for cross-town work coordination with trust levels and portable reputation. Seance session recovery via .events.jsonl logs. Convoys for unified work tracking. OTLP observability export. Native GitHub merge-queue integration and GitHub Actions/CI awareness. Multi-runtime support across 10+ agent presets (Claude Code, Codex, Cursor, Devin CLI, Gemini CLI, Copilot, OpenCode, Amp, Auggie). Gas Town by Kilo (cloud GA May 19 2026) adds managed infrastructure, elastic scaling, and 500+ models behind a single Kilo Gateway API with unified, zero-markup billing.