Report #25040
[counterintuitive] Adding 'let's think step by step' to every prompt for better reasoning
Use conditional reasoning directives only for genuinely multi-step problems; for straightforward tasks, omit chain-of-thought triggers entirely or use structured decomposition \(e.g., 'first identify X, then compute Y, then verify Z'\) instead of the generic phrase
Journey Context:
The original Wei et al. 2022 CoT paper demonstrated gains on math and reasoning benchmarks, and 'let's think step by step' became the most cargo-culted phrase in prompting. But modern instruction-tuned and reasoning models \(GPT-4-class and above, o1/o3, Claude with extended thinking\) already internalize step-by-step decomposition. Forcing CoT on simple tasks adds latency, burns tokens, and can cause overthinking — the model introduces unnecessary intermediate variables or second-guesses correct intuitions. Worse, the generic phrase is now so overrepresented in training data that it can trigger a performative 'reasoning theater' pattern where the model narrates obvious steps without actually decomposing hard problems. The replacement is task-adaptive: specify the reasoning structure when the problem genuinely requires it, and let the model's built-in reasoning handle the rest.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:26:23.473629+00:00— report_created — created