Promptea.

Negative prompting: how to tell AI what not to do

A practical guide to using negative constraints in AI prompts — what to exclude, what to avoid, and how to set boundaries that actually stick.

Why negative constraints matter
  • AI models default to completeness — without constraints, they include caveats, disclaimers, alternatives, and elaborations that may not be needed.
  • Some output problems are easier to describe as what you don't want than what you do — 'no bullet points' is clearer than describing the prose format you want.
  • Negative constraints prevent common defaults: filler phrases, generic advice, unnecessary hedging, repetition, overly formal tone.
  • They work best alongside positive instructions — 'write concisely' plus 'no filler phrases' outperforms either alone.
The most useful negative constraints
  • Format: 'No bullet points.', 'No headers.', 'No numbered lists.', 'No markdown formatting.' — for output that needs to be pasted into another system.
  • Tone and style: 'No corporate filler.', 'No phrases like "certainly" or "of course".', 'No excessive hedging.', 'No apologies or preambles.'
  • Content scope: 'Do not include general background.', 'Do not repeat information I gave you.', 'Do not add caveats unless the caveat is essential.'
  • Length: 'No padding to fill space.', 'Stop when the task is complete — do not summarize or add a closing remark.'
  • Output type: 'Do not write code.', 'Do not suggest alternatives — implement what I described.', 'Do not ask clarifying questions — make a reasonable assumption and state it.'
How to write negative constraints that work
  • Be specific — 'no fluff' is vague; 'no closing summary paragraph' is actionable.
  • State the constraint before the task, not after — models weight earlier instructions more heavily.
  • Pair negatives with positives — 'do not write in bullet points; write in short, direct prose instead' gives the model a clear alternative.
  • Limit the number of constraints — more than five or six prohibitions compete for attention and some get dropped. Prioritize the ones that matter most.
  • Test and iterate — if a constraint is being ignored, restate it more specifically or move it earlier in the prompt.
Templates
Constrained rewrite prompt
Rewrite the text below. Follow these constraints exactly:

Do not:
- Add bullet points, headers, or lists
- Include a closing summary or sign-off
- Add caveats or qualifications unless they are in the original
- Use phrases like "certainly", "of course", "great question", or "I'd be happy to"
- Pad the text to be longer than necessary

Do:
- Keep the same core information and tone
- Make sentences direct and specific
- Stop when the content is complete

Text to rewrite:
[Paste your text here]
Opens on home with the prompt prefilled.
Open in Promptea
Email with strict format constraints
Write a professional email based on the details below.

Strict constraints:
- No more than 150 words
- No bullet points or lists — prose only
- No subject line (I will add it myself)
- No greeting phrase like "I hope this finds you well" or similar filler
- No closing pleasantries beyond a single sign-off line
- Do not ask clarifying questions — write the best version from what I give you

Recipient and purpose: [e.g. Follow-up to a client after a proposal was sent last week]
Key points to include: [e.g. Ask for their timeline, confirm they received the PDF, offer a 20-minute call]
Tone: [e.g. Professional and direct, not formal]
Opens on home with the prompt prefilled.
Open in Promptea
FAQ
Do negative constraints actually work, or does the model ignore them?
They work — but their reliability depends on how specific they are and where they appear in the prompt. A vague constraint like 'be concise' is easy for the model to interpret loosely; a specific one like 'no paragraph longer than two sentences' is harder to violate accidentally. Position matters too: constraints stated early in the prompt, before the task description, are followed more consistently than constraints buried at the end. If a model is repeatedly ignoring a constraint, the most effective fix is to make the constraint more specific and move it earlier.
Is there such a thing as too many negative constraints?
Yes. When a prompt contains more than five or six prohibitions, the model has to track a long list of things to avoid while also completing the main task, and some constraints get dropped — usually the later ones, or the ones that are hardest to follow simultaneously. If you find yourself writing many constraints, treat it as a signal: either the task description itself needs to be clearer, or you are describing the output format in two directions at once (do this, not that) where a single positive description would be tighter. Reserve negative constraints for things that are genuinely easier to state as prohibitions.