Mode 2 — Manufacturing
Build it once, and it works without you. You manufacture a durable worker (a Digital FTE) that does the job again and again, on its own.
You arrive here from From One-Off to Worker with two things in hand: a solution you have already proven by solving it in Mode 1, and a blueprint for the four promotions that turn it into a permanent worker. Mode 1 taught you to solve a problem once, by hand. Mode 2 is where you build the worker that solves it for you, forever.
This is the turn the whole book is built around: from labour as a task (you spend the hours every time) to labour as an asset (you build once, and it produces while you sleep). The worker you manufacture has a name in this book: a Digital FTE, a "digital full-time employee". It is a worker that runs unattended, reliably enough that an organisation can depend on it, that you can grow into a whole workforce, and that you can sell.
Two modes, one last time:
- Mode 1 — solve it once. You drive. The work is one-off. (The previous section.)
- Mode 2 — manufacture a worker (this section). You build to last. The work runs without you.
This section is larger and more technical than Mode 1, and honestly so: building something durable and trustworthy is more work than solving something once. But you do not need to be a programmer. As in the rest of the book, you direct and the agent writes most of the code. Your job is to understand the parts well enough to design and judge them. The section is built as a clear progression, not a pile of topics.
The section in three phases
It mirrors the path you already walked in Mode 1 (diagnose, solve, cross) but one level up: learn the medium, build one worker, then scale that worker into a workforce.

Phase 1 — Learn the medium
Manufacturing is built in code, so first you learn the material it is made of.
- Python in the AI Era — the language workers are built in, taught the modern way: you direct, the agent writes most of it, and you learn to read and steer what it produces.
Phase 2 — Build one worker
This is the heart of the section: taking your blueprint's four promotions and making each one real. (The first promotion, your brief becoming a written spec, you already learned in Spec-Driven Development back in General Agents, and you bring that with you.)
- Build AI Agents — the core worker: it runs the loop itself and stops to escalate at the edges. This is your you-in-the-loop promotion, made real.
- AI Searchable Context — give the worker a searchable memory so it can work from your whole body of knowledge, not just what fits in a single prompt.
- Building a Digital FTE — assembles the core pieces (portable Skills, a Postgres system of record, MCP as the wire between them, audit trails, and approval as the authority model) into one worker an organisation can actually trust. The three courses after it grade, harden, and ship that worker.
- Eval-Driven Development — the eval that grades the worker automatically and catches it the moment it drifts. Your eyeball-check promotion, made real.
- AI Agent Nervous System — durable execution: the worker senses events, retries when something breaks, waits at no cost, and pauses for human approval. This is what lets it survive the real world while no one is watching.
- Deploy the Agent Harness — the runtime the worker lives on, so it keeps running when you are away. Your session-becomes-runtime promotion, made real.
When a design decision comes up along the way (one agent or several, which pattern fits the job), Choosing Agentic Architectures is the reference you reach for.
Phase 3 — Scale to a workforce
One trustworthy worker is the unit. A workforce is the business. This phase turns the one into many: governed, and earning.
- Workforce with Paperclip — one worker becomes a team: a lead agent hires and runs a board of workers under budgets, approvals, and a full audit trail.
- Self-Expanding Workforce — a workforce that grows itself as the work grows, instead of you adding every worker by hand.
- Identic AI — owner delegation done safely: a signed identity that clears the routine approvals inside limits you set and surfaces only the consequential ones, so you govern a workforce without rubber-stamping every step.
- Payment-Enabled Agents — workers that can transact, so a worker can also earn. This is the step from a worker that saves you cost to one that brings in revenue.
What you need first
Come in through From One-Off to Worker. Mode 2 is far easier when you arrive with a solution you have already proven and a blueprint to build from, rather than a cold idea. You should also have done Spec-Driven Development (the spec is your first promotion). Python is taught here, in Phase 1, so you do not need it beforehand.
Where it leads
A Digital FTE is one worker. A workforce is many. Beyond this section, the book follows that line to its end: an AI-native company built on a workforce of Digital FTEs, and the business of selling the workers you can now build. You came in able to solve a problem once. You leave able to manufacture the thing that solves it forever, and to sell it.
Start with Python in the AI Era.