Report #103261
[counterintuitive] 'Let\\'s think step by step' is the best universal chain-of-thought trigger
Use task-specific reasoning scaffolding instead of generic CoT triggers: ask the model to outline assumptions, verify intermediate conclusions, or produce a structured reasoning trace. For coding/debugging, request a minimal reproduction or differential diagnosis before the fix.
Journey Context:
Zero-shot CoT \('let\\'s think step by step'\) was a genuine 2022 breakthrough, but modern reasoning models and larger LLMs are already trained to reason explicitly. The generic phrase now often produces verbose, low-signal token dumps and can be outperformed by prompts that specify what kind of reasoning matters \(e.g., 'first identify the constraints, then list candidate approaches, then pick the one with the fewest side effects'\). It also interacts badly with tool use: a model that starts 'thinking' in prose may never emit the tool call. The right call is to replace the magic phrase with a reasoning checklist that matches the decision structure of the task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:17:23.633382+00:00— report_created — created