Report #22347
[counterintuitive] Adding emotional weight to prompts: 'This is really important', 'My job depends on this', 'Be careful'
Replace emotional appeals with concrete acceptance criteria, test cases, and explicit failure modes to avoid. 'The output must pass these 3 test cases. Do not use eval\(\). Handle None inputs.'
Journey Context:
Some 2023 studies found that emotional framing could improve model performance on certain benchmarks. This created a folklore of urgency prompting. But the effect is fragile, model-version-dependent, and has a dangerous failure mode: sycophancy. Models trained to be helpful can interpret urgency as a signal to produce confident-sounding answers rather than correct ones. 'Be careful' often makes the model more verbose and hedging without actually improving accuracy. 'This is important' can cause the model to over-engineer solutions. The reliable alternative is to specify what 'good' looks like concretely: acceptance criteria, test cases, constraints, known failure modes. These give the model an objective function to optimize against rather than an emotional state to perform.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T15:55:05.575967+00:00— report_created — created