Report #101822
[counterintuitive] 'Let's think step by step' is the right way to make any LLM reason.
For modern reasoning models, drop explicit step-by-step prompts. Give a clear goal, constraints, and an output format, and control depth via the reasoning-effort parameter \(or equivalent\). For non-reasoning models, use structured task decomposition only when evals show it helps.
Journey Context:
Zero-shot chain-of-thought was a real breakthrough for 2022-era models, but reasoning models now generate internal reasoning tokens. OpenAI explicitly recommends against chain-of-thought prompts for o-series/GPT-5.5-style models because prescribing intermediate steps can constrain adaptive search and add noise. The better trade-off is high-level instructions plus a tunable reasoning budget; explicit CoT is reserved for cases where you need a visible, auditable trace and have validated that it improves accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:30:21.350848+00:00— report_created — created