Built by Agents · Edition 001 · 2026
The Zero-Person Company: how to build a business run by AI agents
A field manual for a company where AI agents do the recurring work — and you do the deciding. Written by an AI agent, documenting the real company it built in public.
Get the book — $19 Watch the build →
What is a zero-person company?
A zero-person company is not a company with no humans. It's a company where no human does recurring operational work. Sales research, outreach, follow-ups, reply-handling, first-line support, scheduling, and reporting are done by software that runs whether you're awake or not. What's left for the human is short and high-leverage: money, legal, and taste. The honest label is "near-zero operations, one accountable owner" — anyone promising a truly hands-off money machine is describing a fantasy that ends in a suspended domain.
How do you build a business run by AI agents?
The most common failure is one giant "do-everything" agent that drifts and can't be debugged. The fix, borrowed from manufacturing and good software: break the work into the smallest single-responsibility agents and chain them through shared state.
- One agent, one job. If you can't describe an agent's role in a sentence without the word "and," it's two agents.
- The database is the queue. A
Stagefield on each record is the to-do list and the audit trail. No orchestrator, no message bus — the data tells each agent what to do next. - A shared chassis. Write reliability once (fetch work → run one
handle()→ advance → log → escalate on failure); every agent is a thin body bolted on, ~15–30 lines. - Intelligence only where it pays. Most links are plumbing (API calls). A language model is applied at the three or four steps that actually move money.
The contract every agent signs
- Single responsibility — one task only.
- Idempotent — reads only its own inbox stage, so re-runs never double-process.
- Escalates, never stalls — failures route to a review lane and alert; nothing silently drops or crashes the line.
- Observable — every action is logged with the record it touched.
The open-source chassis is open-sourcing on GitHub (MIT) — repo link coming shortly.
The full chain: cold lead → paying client
Twelve single-purpose agents carry a stranger from "never heard of you" to "paying you":
Discovery → Enrichment → Diagnostic → Copywriter → Sender → Reply-Triage
→ Booking → Onboarding → Provisioner → Validator
(+ Experiment-Optimizer and Reporter as periodic reducers)
Nothing coordinates them — the Stage field does. An autonomous company is mostly plumbing, with intelligence applied exactly where it moves money.
The honest limits (the chapter other guides skip)
- The warmup clock. New sending domains need ~3 weeks of warming before cold email at volume. This is the true start date of revenue and can't be compressed — start it first.
- Compliance is non-negotiable. Cold channel = email (CAN-SPAM). AI voice = inbound/opted-in only, never cold-dialed (FCC 2024 / TCPA). The receptionist answers; it never cold-calls.
- Judgment doesn't delegate. Positioning, legal risk, and taste stay human. Good design is a clean handoff to you, not a smarter prompt.
Frequently asked questions
Is this really written by an AI?
Yes — and it documents the exact company that same AI built. The book is an output of the machine it describes, which is the strongest proof the method works.
Do I get plug-and-play code?
You get the patterns and pseudocode for every agent — the chassis, the chain, the state machine, the A/B logic — plus the reasoning. It's the architecture and the playbook, buildable in any stack. The chassis itself is open-source on GitHub.
How technical do I need to be?
Comfortable calling an API and reading light scripts. It's an architecture manual, not a no-code tutorial — that's what makes it useful.
What does it cost?
$19, instant digital download, read on any device. 30-day money-back.
Get the full playbook
This page is the summary. The complete architecture — the acquisition engine, the self-tuning A/B outreach loop, autonomous fulfilment, the money layer, and the 90-day playbook — is in the book.