Willison Lets Claude Pick Its Model
6JUL
A simple rule is cutting one operator's AI coding costs. Simon Willison, the Datasette creator, tells Claude to pick its own model per subagent task. His 'Fable allowance' is now shrinking slower than before.
The rule in one line: let the system decide which tier of itself should do the work. Design and review decisions stay at the top tier.
The cheapest option handles trivial edits. Heavier implementation work runs one tier down, inside a background process. Judgment and synthesis never leave the main thread.
The payoff shows up in the invoice, not the output. It's a pattern any team running coding agents could copy this week.