89K lines the model never wrote
Instead of writing a web Microsoft Word clone by hand, the team built a small tool — a "foundry" — whose job is to generate an autonomous development machine that writes the software itself.
So how much can a machine you never hand-code actually ship?
In a documented 5.5-day build window, the machine (building word4) shipped 278 features across 106 autonomous sessions. These are the word4 build-window figures restated across the foundry's own docs.
The leverage is real. But what exactly did it build?
word4 is a web-based Microsoft Word clone — the software the machine produced. The tool that generates it is tiny; the output it builds is far larger.
One discipline is what let humans stay out of that code entirely.
The machine's generated AGENTS.md forbids any human or AI operator from writing code directly. All work flows through recipes — so humans never touch feature code.
That discipline is the leverage. But leverage points wherever you aim it.
By word4's final era (sessions 506–534), 77 of 81 "features" were pure test files — zero new user functionality. Test code outweighed source code 4.06 to 1.
Mechanically productive, strategically lost. There's a sharper example.
Across sessions 64–85, the machine's next_action listed ruler/margin controls as a candidate. It was carried 22 times and never selected — always choosing OOXML work instead.
After 534 sessions, zero lines of a feature every user expects.
"The machine is honest but not strategic — it just can't prioritize. That's the human's job."
— POSTMORTEM-2026-03-28, machine priority inversion
Build the foundry, let it grind at a scale one prompt can't reach — but decide what's worth grinding. The machine is the leverage; judgment stays human.
Honest, tireless output; human-set priorities.
lines the machine wrote — and the one ruler it never did.
Data as of: July 21, 2026 (re-verified against live files)
Feature status: Shipped and proven, with a documented failure mode
Research performed:
cd amplifier-bundle-dev-machine && sed -n '5p' README.md ; sed -n '167,177p' context/pattern.md ; sed -n '1,4p' context/word4-lessons.mdsed -n '1,25p' templates/AGENTS.mdfind modes agents templates -type f | xargs wc -l | tail -1 ; git ls-files | wc -l ; cd ../word4 && git ls-files | wc -lsed -n '51,56p' word4/POSTMORTEM-2026-03-28-machine-priority-inversion.mdsed -n '29,48p' word4/POSTMORTEM-2026-03-28-machine-priority-inversion.mdsed -n '139,152p' word4/POSTMORTEM-2026-03-28-machine-priority-inversion.mdGaps: The 278 / ~89K / 106-session / 5.5-day figures are the documented word4 build-window metrics (as authored in the foundry docs), not independently recomputed counts; word4's own critical-assessment.md cites an alternate snapshot (275 features / 3,686 tests). The 534-session, 4.06:1 test-to-source figures describe a later point in word4's life, presented here as later drift versus early proof.
Primary contributors: amplifier-bundle-dev-machine (the foundry): Marc Goodner (76 commits), Sam Schillace (63 + 17), of 164 total; postmortem authored "Sam Schillace + Amplifier analysis session."