Report #92765
[counterintuitive] Using emotional or physiological phrases like 'Take a deep breath' to improve mathematical or logical reasoning
Allocate computational budget via explicit task decomposition \(e.g., 'First outline the algorithm, then write the code, then trace the execution with the given inputs'\).
Journey Context:
Phrases like 'Take a deep breath' were popularized by automated prompt optimization research \(like Google's OPRO\), which found they slightly improved math scores on older models. They worked as an obfuscated proxy for Chain of Thought, nudging the model to generate more intermediate tokens before the final answer. However, this is a fragile, black-box hack. Modern prompting requires explicit, white-box control over the reasoning process. Structured decomposition reliably forces the model to spend compute on planning and verification, yielding far better results than a relaxation mantra.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T14:17:48.758419+00:00— report_created — created