The adaptive middle of the spectrum: picks the right model task by task, moment by moment, instead of committing to either extreme.
The problem: Left alone overnight, an expensive model tends to do the grunt work itself instead of delegating it, because delegating takes an extra beat of discipline and doing it yourself doesn’t. A whole night of quota gets spent on work a free model would have handled the same way for a fraction of the cost, with nothing checking whether what got built matches what was asked for.
This is the bounded, delegate-and-verify half of the AFK pair (sibling: qq-go-afk-ham): one bounded task per cycle, a strict spec written before anything gets delegated, execution handed to the cheapest capable model, and the real output checked against that spec, read from disk or the live deployed value, never trusted from the claim alone. Reach for it when the backlog is finite and mostly mechanical and you can write a real acceptance test for “done.”
For the unbounded end, use qq-go-afk-ham. For the frugal end, use qq-go-afk-lean.
Part of Operator Skills, a collection of skills for running a real Claude Code setup.