Explainer
10x is a loop, not a prompt
Read across the people worth reading on this: Anthropic’s agent guidance, the METR trial, Simon Willison, Mitchell Hashimoto, Armin Ronacher, and Addy Osmani’s “70% problem.” The answer is not “prompt better.” It is: build the loop the agent runs in, and stay the one who judges.
The multiplier comes from a verification loop the agent can run without you, while you keep architecture, review, and taste.
1The number
They predicted +24%. They experienced −19%. Afterwards they still believed +20% — a 39-point gap between feeling and fact. AI feels fast; the measured cost was waiting on it, evaluating plausible-but-wrong output, and fixing it.
Read the scope before despairing. The trial ran experts on code they knew intimately, which is AI’s weakest terrain. Where it measurably shines is the other side of that boundary: unfamiliar code, greenfield, prototypes, and projects that would never have justified the time at all. The lesson isn’t “AI slows you down.” It’s that unverified AI use can slow you down while feeling like acceleration.
2Close the loop
The single most repeated instruction in every source: give the agent a check it can run itself — tests, a build, a lint pass, a screenshot diff. Anthropic: “the difference between a session you watch and one you walk away from.” Willison: “if you haven’t seen it run, it’s not a working system.”
Demand evidence, not assertion: “ran the tests” means showing the output. Ronacher’s tooling rules feed the same loop: tools must be fast (a 5-second compile wrecks iteration), loud on misuse, observable via logs the agent reads.
3Keep vs delegate
This is the knowledge paradox: seniors use AI to accelerate what they already understand and can judge; juniors use it to substitute for understanding — and hit the 70% wall, where every fix spawns new bugs in a system nobody in the loop actually knows.
4Context is scarce
Four habits, and all four are about spending a finite window on the thing you are building rather than on the conversation about it.
5Start Monday
One change a day for a week. Each is small enough to do between other work.
6Check your model
Six questions. The answer appears when you pick one.