Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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 ConceptGas Town Equivalent
PodAgent instance
DeploymentTask assignment
Health check ("Is it running?")Completion check ("Is it done?")
Service meshMerge queue
DaemonSetPatrol 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