Report #101242
[counterintuitive] Chain-of-thought always improves model accuracy
Use CoT only when the task actually benefits from step-by-step reasoning \(math, logic, multi-hop decisions\). For simple classification or retrieval tasks, skip CoT to reduce latency, cost, and the risk of over-justified wrong answers.
Journey Context:
CoT helps on tasks where explicit decomposition reduces errors, but it can hurt on straightforward tasks by encouraging overthinking, sycophancy, or hallucinated intermediate steps that the model then commits to. It also increases token cost and latency. The right call is conditional: add CoT when you see a measurable accuracy gain in evals, not as a default decoration.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:13:48.875425+00:00— report_created — created