Reference
The diagrams behind the write-up, gathered in one place.
FIGURE 1
One orchestrator sits at the top of the tree and never touches the work itself. It hands tasks down to two separate worker accounts, and each worker fans out to subagents on four model tiers, marked H, S, O, and F from cheapest to priciest. A shared rail on the right holds the services every layer draws on: the lookup index, the shared log, the approval gate, and the watchers that keep sessions alive. The only human touchpoint sits at the very top, a phone with two buttons.
FIGURE 2
This is the path one piece of work takes from start to finish. It gets briefed, dispatched to whichever model tier fits, worked, and logged as a milestone. Then a separate verifier checks it, and only a pass moves it to done. A failure sends findings straight back to the work stage, drawn as a dashed loop, so the fix happens where the work happens rather than depending on the builder to remember what it meant to do.
FIGURE 3
A new task walks down four yes-or-no questions before it lands on a model. Mechanical work stops at the cheapest tier right away. Anything that needs real judgment or a multi-hour build climbs all the way to the top two tiers. The two callouts on the right state the guard rails plainly: never spend a top-tier model on a two-command chore, and never send the cheapest model at an architecture decision.
FIGURE 4
Every query hits recall first, a lookup over indexed docs and notes, and only falls through to reading one actual file when the index comes up empty. That miss gets logged so the index improves over time. Navigate and record run on separate tracks below it: one for working the live codebase, the other for writing down decisions that need to survive past the current session.
FIGURE 5
The left panel is the approval gate. An agent proposes something irreversible through a small command-line tool, that pushes a notification to a phone, and the whole session blocks until a tap comes back. A timeout counts as a denial, not a maybe. The right panel is the separate watcher sitting outside a worker session. If a usage cap hits mid-task, it pushes an urgent alert and writes a resume file so the same session can pick back up after the reset instead of starting over.
FIGURE 6
This is a real slice of the shared status log, laid out on a clock running from ten at night to half past seven the next morning. Solid bars are active work, dashed red bars are stretches where a job sat blocked waiting on approval, and the green dot marks the moment a phone tap released it. The UI feature bar runs the back half of the night, stalls twice waiting on approval, and only finishes after the morning tap. The gate held while its owner slept.
FIGURE 7
Three panels summarize the run. The left one counts shipped projects by category, weighted toward infrastructure and operations work. The middle one shows peak concurrency split across the two accounts, eighteen live sessions running at once between them. The right one marks the calendar window the whole campaign ran in, four days start to finish.