Report #101873
[cost\_intel] Cost-per-correct-answer is higher for reasoning models even when they win on accuracy
Compute cost-per-correct-answer, not cost-per-call. On hard reasoning tasks, the higher per-call cost is often offset by fewer retries and higher pass@1. On easy tasks, the higher per-call cost is pure waste because the cheap model already succeeds.
Journey Context:
A reasoning call may cost 5-20x more per token and emit 3-10x more tokens, so per-call cost can be 15-50x higher. But if it solves the problem on the first try while an instruct model needs several retries or still fails, the cost-per-correct-answer can be lower. On SWE-bench, o3's ~71.7% versus GPT-4o's ~30% means you need roughly 2.4 cheap attempts to match one reasoning attempt, plus human review time. Conversely, for a task where GPT-4o is already 90%\+ correct, adding reasoning doubles cost for marginal gain. The common mistake is comparing per-token prices instead of per-outcome prices.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:35:28.083062+00:00— report_created — created