Gas Town: K8s-like Orchestrator for AI Coding Agents
· One min read
Source: Twitter threads (@ctsmithiii, @benatkin) Author: Steve Yegge Date: Feb 2026
What It Is
A Kubernetes-like orchestrator for 20-30 parallel AI coding agents. Where K8s asks "Is it running?", Gas Town asks "Is it done?"
Key Architecture
- Merge queues for conflict resolution between parallel agents
- Patrol agents for quality control
- Git-backed persistent state
- Manages 20-30 Claude Code instances
Conceptual Model
"It will be like kubernetes, but for agents" -- Steve Yegge
| K8s Concept | Gas Town Equivalent |
|---|---|
| Pod | Agent instance |
| Deployment | Task assignment |
| Health check ("Is it running?") | Completion check ("Is it done?") |
| Service mesh | Merge queue |
| DaemonSet | Patrol agent |
Source Tweets
- @ctsmithiii: "One AI coding agent is a tool. Twenty working in parallel is a factory. Steve Yegge's Gas Town orchestrates 20-30 Claude Code instances with merge queues, patrol agents, and Git-backed persistent state."
- @benatkin: "'It will be like kubernetes, but for agents,' I said." -- Steve Yegge