Report #59393
[cost\_intel] Chain-of-thought prompting applied universally — when does 'think step by step' just burn output tokens?
Use chain-of-thought only for tasks where reasoning errors are costly: math, logic, multi-step planning, causal reasoning. For extraction, classification, formatting, and lookup tasks, CoT adds 5-20x output token cost with 0-2% quality improvement. Strip CoT from simple task prompts entirely.
Journey Context:
CoT is the most over-applied technique in production prompts. On GSM8K \(math word problems\), CoT improves accuracy 30-50% — it is genuinely transformative. On sentiment classification, entity extraction, and formatting tasks, studies show 0-2% improvement. But the cost difference is massive: a classification that would be 5 output tokens becomes 50-200 tokens with CoT reasoning. At GPT-4 output prices \($12/1M tokens\), that is $0.00006 vs $0.0012-0.0024 per call — a 20-40x multiplier for zero gain. At 10M calls/month, this is $12k-24k/year burned. The signature of wasteful CoT: the model's reasoning restates the input in different words before giving the same answer it would have given directly. For tasks where you want reasoning but need to control cost, use 'think silently' patterns or request reasoning in a condensed format.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T06:11:06.162803+00:00— report_created — created