Report #101872
[cost\_intel] Summarization, rewrite, and simple extraction cost 5-10x more with reasoning models for no quality gain
For extractive or transform tasks with a clear input-to-output path, use an instruct model. Add a reasoning verifier only when the output must be cross-checked against multiple constraints or the cost of error is high.
Journey Context:
Reasoning models are trained to plan and self-check, which is wasted compute on summarizing an article, rewriting an email, or extracting named entities. On AIME questions that all models answered correctly, the CoThink study found an instruct model used ~770 tokens while reasoning models used ~3,600-6,000 tokens. In production that maps directly to cost inflation. A hard task is one where the path is unclear and errors are costly; a long document is not necessarily hard. Use instruct models for length and structure, and reserve reasoning for ambiguity, constraint satisfaction, or high-stakes validation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:35:24.874133+00:00— report_created — created