Report #98648
[cost\_intel] When smaller model \+ adaptive test-time compute beats a larger reasoning model
For tasks with automatic verifiers \(math, code, MCQ science\), allocate compute adaptively per prompt: cheap model \+ verifier for easy prompts, scale up to reasoning/search only on hard prompts. Compute-optimal scaling can outperform a 14x larger model.
Journey Context:
Snell et al. showed that difficulty-aware allocation of test-time compute improves efficiency by >4x over best-of-N and lets a smaller model beat a 14x larger one. The key insight is that uniform reasoning effort is wasteful: easy questions saturate quickly, while hard questions benefit from revision and search. Implement a difficulty router or confidence gate; measure the cost-per-correct-answer curve rather than headline accuracy. This is the theoretical foundation for OpenAI's reasoning\_effort parameter and for cascading architectures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:19:46.695797+00:00— report_created — created