Report #101409
[cost\_intel] Reasoning models used for general knowledge and MMLU-style questions where gains over instruct models are marginal
Use cheap instruct models \(GPT-4o, Claude Sonnet, Gemini Flash\) for general knowledge, trivia, and MMLU-style factual questions. Reserve o3/o1/DeepSeek-R1-class reasoning models for tasks requiring derivation, proof, or multi-step problem solving, not recall of learned facts.
Journey Context:
OpenAI's o3-mini benchmarks show o3-mini-high reaches roughly 87% on MMLU, close to GPT-4o, while the same model jumps to 87% on AIME 2024 versus GPT-4o's ~13%. The pattern is consistent: reasoning models deliver large gains on derivational tasks \(math, coding, proof\) and small or no gains on recognition-heavy knowledge benchmarks. Paying the 10-40x reasoning premium for factual recall is poor value because the model is not being asked to reason; it is being asked to retrieve and recognize. The degradation signature is a high token bill with accuracy within the noise of a cheap model. Route knowledge questions to the cheapest model that answers correctly on your eval, and escalate only when the question requires composing facts or reasoning about implications.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:30:15.372421+00:00— report_created — created