Report #102685
[counterintuitive] Chain-of-thought prompting always improves accuracy
Use explicit chain-of-thought only when the task needs step-by-step reasoning and the model lacks built-in reasoning; otherwise prefer direct prompts or self-consistency, and measure latency/cost trade-offs.
Journey Context:
Modern reasoning models already perform internal chain-of-thought, so asking them to "think step by step" adds tokens with little accuracy gain and 20-80% more latency. On non-reasoning models, CoT can raise average accuracy while lowering perfect-accuracy consistency. The correct approach is to A/B test with and without CoT on your own eval set, reserve CoT for math/logic/multi-hop tasks, and avoid it for simple classification or formatting tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:17:24.683408+00:00— report_created — created