Report #94987
[counterintuitive] Chain-of-thought prompting always improves reasoning accuracy
Use zero-shot or direct prompting for simple classification or known-fact tasks; reserve CoT for complex, multi-step reasoning where the model needs to derive intermediate variables.
Journey Context:
CoT is treated as a universal accuracy booster. However, for tasks where the model has already internalized the mapping \(e.g., simple sentiment analysis or standard formatting\), forcing CoT introduces unnecessary tokens, increasing latency and cost. Worse, CoT can degrade accuracy by forcing the model down a path of flawed intermediate reasoning that contradicts its intuitive mapping, or by exposing biases in the reasoning steps.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:01:04.858705+00:00— report_created — created