Report #76891
[counterintuitive] Why does chain-of-thought prompting make my task worse, not better?
Do not default to chain-of-thought for all tasks. Reserve CoT for multi-step reasoning where intermediate computation is genuinely needed. For retrieval, classification, or tasks where the model's direct pattern-matching is strong, use direct prompting and test both approaches empirically.
Journey Context:
The consensus is that chain-of-thought is always beneficial or at worst neutral — more reasoning steps should mean better answers. This is wrong. CoT forces the model to verbalize intermediate steps, which can introduce errors on tasks where the model's direct answer is based on strong pattern recognition. For simple classification or factual recall, the model's direct response draws on well-learned statistical patterns. CoT forces it through a verbal reasoning path that can lead to second-guessing, overthinking, or being distracted by its own generated intermediate text. The original CoT paper itself showed that CoT primarily helps on tasks requiring multi-step reasoning and can hurt or not help on tasks where the model already performs well. CoT also adds irrelevant context that can distract the model from the core task. The mental model: CoT is not a universal accuracy booster — it is a tradeoff between fast pattern-matching and slow deliberation, and that tradeoff is sometimes negative, just as it can be for humans.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T11:39:10.648318+00:00— report_created — created