You're tuning a customer-service LLM to stop suggesting refunds in cases where refunds aren't allowed. Which directive is more reliably effective?
Positive 'do this' beats negative 'don't do that' because the model has an action to execute instead of an action to suppress.
Imagine telling a toddler 'don't think about a red balloon.' What do they think about? Models behave the same way when you say 'do not suggest refunds.' To follow the rule, the model has to model the prohibited action first, then try to suppress it. Sometimes it works, sometimes the prohibited thing slips through. The fix is to give the model something to do instead. 'For refund requests outside policy, redirect the user to the support portal.' Now there is a clear action attached to the trigger, and the model just executes it. No suppression required.
Detailed answer & concept explanation~5 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 min: asymmetry of positive vs negative directives + suppression as the failure mode + priming risk of repetition + policy as action map pattern + expected lift from a positive rewrite.
Real products, models, and research that use this idea.
- Anthropic's Constitutional AI and Claude Opus 4.7 prompting guide both recommend positive framing over prohibitions for behavioral steering.
- OpenAI's GPT-5.5 prompt engineering docs advise replacing 'do not' instructions with 'instead' patterns to improve compliance.
- Customer-support assistants on platforms like Intercom Fin and Zendesk AI ship system prompts built around 'when condition, do action' templates rather than long prohibition lists.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you reframe a stack of six negative directives without losing coverage?
QWhen is a negative directive actually justified?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Strengthening a negative directive with capitalization or repetition instead of replacing it with a positive substitute action.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.