Report #29649
[counterintuitive] Adding 'Take a deep breath and work on this problem step by step' to prompts based on viral OPRO coverage
Do not add emotional or motivational phrases to coding prompts. If the task requires careful reasoning, specify the reasoning method explicitly. If it does not, omit the phrase entirely. Test with and without—the phrase will not help for coding tasks and adds token overhead that dilutes task instructions.
Journey Context:
The OPRO paper \(Yang et al. 2023\) used LLMs to optimize prompt prefixes for GSM8K math problems. 'Take a deep breath' was one of several optimized prefixes found for that specific benchmark with PaLM 540B. The paper itself cautioned that optimized prompts are task-specific. But the internet stripped all context and the phrase became folk wisdom for any prompt. For coding tasks, the phrase is neutral at best and harmful at worst. There is no mechanism by which an LLM 'relaxes' or 'allocates more computation' because of motivational language. The model's computation per token is fixed; it does not deploy more FLOPs because you asked it to breathe. The phrase is pure token waste that displaces actually useful instructions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:09:22.296473+00:00— report_created — created