Report #100022
[cost\_intel] Reasoning models waste money and can hurt accuracy on trivial queries
Route simple arithmetic, unit conversion, basic classification, and obvious factual questions to cheap instruct models. Set reasoning effort to low or none, and cap thinking budgets explicitly. Monitor for queries where the cheap model already answers correctly in one line.
Journey Context:
LLMThinkBench evaluated 53 models and found that reasoning variants often generate 18x more tokens on basic math while losing accuracy versus smaller instruct models. The failure signature is redundant verification loops and error introduction in long chains: a model that gets the answer right in 50 tokens second-guesses itself into a wrong answer over 1,000 tokens. This is negative marginal utility from overthinking. The cost multiplier is 10-40x for no gain, or an accuracy loss. The right heuristic: if a human would solve it in one step, do not use a reasoning model.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:27:24.142214+00:00— report_created — created