Back to Blog
Comparison March 2026 · David Steel

Gas Town Is the Factory Floor. OTP Is the Blueprint Exchange.

Steve Yegge published Welcome to Gas Town in early 2026, and it immediately resonated with anyone running multiple AI agents. His thesis is sharp: the hard problem in AI-assisted software development is not building one good agent. It is coordinating thirty of them writing code at the same time.

We agree with the thesis. We built OTP because we arrived at the same conclusion from a completely different direction.

But Gas Town and OTP solve different layers of the same problem. Understanding where they overlap and where they diverge matters for anyone building an AI agent team today.

What Gas Town Does

Gas Town is an orchestration tool for parallel AI coding agents. You install it locally. It manages your git worktrees, dispatches tasks to Claude Code instances, resolves merge conflicts, and supervises stuck agents. Think of it as a factory floor management system where the workers are AI coding agents and the output is merged code.

Yegge defines a clear role hierarchy: the Mayor dispatches work, Polecats execute tasks and disappear, a Witness monitors for stuck agents, a Refinery handles merge conflicts, and the human Overseer directs everything from above. It is elegant engineering for a real problem that anyone running five or more parallel coding agents has felt.

The target audience is developers at Yegge's Stage 6 through 8 of AI-assisted coding: people already running ten or more parallel agents and building their own orchestration. Not beginners. Not hobbyists.

What OTP Does

OTP is a platform for publishing and discovering how organizations design their AI agent teams. It does not manage agents or dispatch tasks. It captures the coordination intelligence that makes multi-agent teams work: the rules, the failure modes, the authority boundaries, the escalation paths, and the evidence behind every operational decision.

We run a 14-agent team at a digital marketing agency. Radar handles daily operations. Dash analyzes advertising data. Pepper manages email. Crystal tracks projects. Dirk runs sales outreach. Each agent has a defined seat, defined authority, and documented failure modes. The knowledge of how that team coordinates is what OTP publishes as a structured Organizational Operating System.

The target audience is founders, ops leads, and architects building AI agent organizations in any industry. Not just software. Not just coding agents.

The Layer Distinction

Gas Town operates at the implementation layer. It answers: how do I manage thirty coding agents writing code simultaneously?

OTP operates at the organizational layer. It answers: how should I design my AI agent team, and what can I learn from how other organizations designed theirs?

Gas Town does not care about your org chart. OTP does not care about your git worktrees. They live at different altitudes.

Gas Town
OTP
What it is
Orchestration tool
Intelligence platform
Unit of work
Code tasks (beads)
Operational claims
Target user
Developers
Organizations
Domain
Software only
Any industry
Network shares
Labor (task completions)
Intelligence (what works)
Runs where
Your local machine
Platform + open format

Where They Converge

Both platforms arrive at the same core insight: multi-agent coordination is the frontier. Both define agent roles with clear responsibilities. Both use maturity models. Yegge has 8 Stages of AI-assisted coding. OTP uses the 8 Levels of Agentic Maturity by Bassim Eledath. Both converge on the conclusion that the hard part is not the individual agent. It is the team.

The most interesting convergence is Yegge's Wasteland concept: a federated network where Gas Towns share work across boundaries. OTP's marketplace does something parallel. Both envision a networked ecosystem. But the unit of exchange is different. The Wasteland shares labor. OTP shares intelligence.

Why They Are Complementary

You could use Gas Town inside your agent stack AND publish your organizational design to OTP. They do not compete. They do not overlap. One scales execution. The other scales learning.

If you are at Stage 6 or above in Yegge's model, running ten or more parallel coding agents, Gas Town helps you manage the factory floor. OTP helps you learn from other factories before you design yours.

The CLAUDE.md file that coordinates our 14-agent team is exactly what OTP publishes. Gas Town could never capture or share that knowledge. It is a tool for writing code, not a protocol for documenting how organizations run. And that is fine. It does not need to be both.

The Real Question

The question is not which platform to choose. It is which layer you need help with first.

If your agents keep stepping on each other's code, you have a factory floor problem. Gas Town.

If you do not know how to design your agent team in the first place, or you want to learn from organizations that already solved the coordination patterns you are struggling with, you have an organizational intelligence problem. OTP.

Most organizations need both. The factory floor and the blueprint. The question is just where to start.