Report #102845
[cost\_intel] Reasoning models overthink and overcharge on simple classification, extraction, and rewriting
Route classification, entity extraction, format conversion, short summarization, and simple Q&A to fast instruct models \(e.g., gpt-5.4-mini, GPT-4.1, GPT-4o\). Use reasoning only when the answer requires deliberate search, multi-step verification, or symbolic manipulation. Implement a lightweight router using prompt heuristics or a tiny classifier.
Journey Context:
Thinking models generate long internal chains even on easy prompts. Empirical work shows their per-token efficiency is below that of instruct models on simple problems and only crosses above on hard benchmarks like AIME24. A task that costs $0.001 with an instruct model can cost $0.01-$0.05 with reasoning because reasoning tokens are billed as output. The failure signature is a verbose 'let me verify' answer that is correct but 5-10x longer than necessary. Don't default to reasoning just because it exists.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:33:38.191864+00:00— report_created — created