10.5 The Orchestrator Mindset¶
The technical stack is complete — this closing lesson is about you. Running plural agents changes the coordination work, the demand on your attention, and the failure modes you need to watch. These operating practices are learnable, and Chapter 11 and the capstone ask you to apply them.
What you will learn
- Manage your real constraint: attention, not agent capacity.
- Hold review altitude — supervising outcomes without drowning in keystrokes.
- Recognize the three orchestrator failure modes early enough to correct.
- Answer the question that matters most: when not to orchestrate.
Builder principle
You were never the fastest worker in the room — now you're not supposed to be. Your job is that the room produces. Judge yourself on that.
Your scarce resource has changed¶
With one lane, the work is sequential. Multiple agents can increase capacity on suitably separable tasks, but each lane also consumes your attention for briefs, boundary checks, reviews, and judgment calls. Use the 10.2 ledger to determine whether the added coordination helped:
- Budget attention like money. Each lane costs a recurring slice — brief (expensive), mid-flight checks (cheap but frequent), integration review (expensive). Three lanes ≈ your realistic ceiling while learning; past it, review quality decays silently, and 9.1 told you what decayed review buys.
- Spend where stakes are. The docs lane gets a skim; the payments lane gets your best twenty minutes. Uniform attention across non-uniform stakes is the amateur tell (it's 4.4's verification dial, applied to yourself).
- Protect the deep slots. Split-planning and final integration review are thinking work — schedule them like meetings with yourself. Rotation-mode you and deep-review you are different modes; don't let the first devour the second.
Review altitude¶
The orchestrator's core skill: reviewing at the right level per situation, without either drowning (reading every line of four lanes — the bottleneck returns) or floating away (vibes-approving everything — the rubber stamp returns, now at fleet scale).
Your instruments, by altitude — every one already in your kit:
HIGH outcomes: live behavior, acceptance pass, done-means (4.4)
MID shape: diff stats, seam crossings, contract checks (4.3, 10.3)
LOW lines: full diff reads — the sharp files only (4.3)
FLOOR automatic: harness, hooks, reviewer subagent, policy (9, 10.1)
The discipline: let the floor hold what the floor holds (that's why you built it), default to high-plus-mid, and descend to lines selectively — new territory, sharp files, anything the reviewer flagged, anything touching the no-undo world. Where you descend is itself a judgment call, and it's precisely the judgment 4.3 built... one project at a time. Nothing new; just altitude control over instruments you own.
The three failure modes¶
The puppeteer — orchestrates in name, micromanages in practice: hovering over every lane, re-briefing mid-task, unable to let boring be boring (4.1's lesson, still). Tell: your lanes idle waiting on you constantly. Fix: better briefs and contracts upfront — trust the machine you built, and audit it (10.4) instead of hovering.
The absentee — the opposite: briefs, walks away, merges whatever's green. The harness catches defects, but nobody's holding rightness (4.4's layer three — the one that never delegates). Tell: shipped work that passes every check and misses the point. Fix: the acceptance pass is non-negotiable per lane, and seam checks go on the calendar, not the conscience.
The empire builder — orchestrates for the feeling of it: three lanes for a task one session would clear, teams as the default rather than the exception. Overhead eats the parallelism gains; complexity compounds. Tell: your 10.2 cost-benefit ledger runs negative and you keep doing it anyway. Fix: the next section — read it twice.
When not to orchestrate¶
The strongest orchestrators are distinguished by how often they don't. The honest defaults:
- One agent is the conservative default. Teams gate on 10.3's three properties; when evidence does not justify coordination overhead, start single-lane and split only at a clear ownership boundary.
- Sometimes the answer is no agent at all. A judgment call, a taste decision, a hard conversation, a choice you need to own in your bones — some work is yours precisely because doing it is how you stay sharp enough to review it in others.
- Scale is for compounding, not for cosplay. The point of the whole stack was never "look how many terminals" — it was your Lesson 1.4 list, shipped. If plural agents aren't shipping your list faster, simplify until they are.
Notice what this lesson didn't require: a single technical concept. Attention budgets, stakes-weighted review, trusting systems you've verified, knowing when to keep work in your own hands — this is management, and if you've ever run a team, a household, a classroom, or a kitchen, you've practiced it. The tech stack was chapters 1–10; the mindset might be something you brought with you. Plenty of no-code-lane graduates orchestrate better than engineers — less habit of doing everything personally to unlearn.
Some orchestration practices resemble lead work: specifying outcomes, reviewing evidence, resolving dependencies, and unblocking contributors. Practicing them with agents does not compress a career ladder or prove readiness to manage people. Keep line-level review skills current and use organizational feedback, role expectations, and observed impact for career decisions.
Try it now¶
The mindset exercises, one week:
- Attention ledger: for one multi-lane day, log where your attention actually went (brief/check/review/rescue, per lane). Compare against stakes. Rebalance tomorrow.
- Altitude drill: next integration, write down your altitude choice per file before reviewing — then note where you were wrong in either direction.
- The mirror: which failure mode is your lean? (Everyone has one; your journal since 10.2 knows.) Install its fix this week.
- The abstention: find one task this week and deliberately not orchestrate it — solo session, or no agent at all. Write one line on why that was right.
Check your understanding¶
- What replaced hands as your constraint, and what three disciplines manage it?
- Name the four altitudes and their instruments. What governs descending to the lines?
- Diagnose: shipped work passes all checks but misses the point — which failure mode, and what's the fix?
- Why is "when not to orchestrate" the mark of the strongest orchestrators?