AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

Default to Positives, Earn Your NegativesThe reasoningWhat you keepMake Every Constraint GradeableThe reasoningThe practiceStructure Beats ProseThe reasoningThe practiceCap Your Constraint CountThe reasoningThe practiceAlways Pair the Cure With the Symptom CheckThe reasoningThe practiceTest Per Model, Not OnceThe reasoningThe practiceTreat Constraints as Reusable AssetsThe reasoningThe practicePut the Highest-Stakes Constraints LastThe reasoningThe practiceFrequently Asked QuestionsIs not it strange to recommend using fewer negatives in a guide about negative prompting?How do I know if a constraint is gradeable enough?Why is a short rules block better than a thorough one?Do I really need to re-test a prompt on every new model?Key Takeaways
Home/Blog/Opinionated Rules for Constraints That Hold
General

Opinionated Rules for Constraints That Hold

A

Agency Script Editorial

Editorial Team

·December 25, 2022·7 min read
negative promptingnegative prompting best practicesnegative prompting guideprompt engineering

There is a lot of bland advice about negative prompting that amounts to "be clear and test your work." True, but useless. This article takes a stronger position. These are opinionated practices, each one chosen because it survived contact with real prompt iteration, and each one comes with the reasoning that justifies it. Where the conventional wisdom is wrong or oversimplified, I will say so.

The throughline is this: a negative prompt is a tool with a narrow band of good uses and a wide band of misuse. The practices below are mostly about staying inside the good band. If you have already absorbed the basics and the common failure modes in 7 Reasons Your Exclusions Get Ignored, this is where you sharpen judgment into craft.

None of these are laws. They are defaults you should follow until you have a specific reason not to.

Default to Positives, Earn Your Negatives

The strongest practice is also the most counterintuitive for an article about negatives: use fewer of them.

The reasoning

A positive instruction gives the model a target to move toward. A negative only marks a region to avoid, leaving the destination unspecified. Targets are followed more reliably than voids. Every negative you can convert to a positive should be converted.

What you keep

Reserve genuine negatives for three cases: compliance boundaries ("never give medical advice"), fabrication bans ("do not invent sources"), and exclusions with no clean positive form ("no watermark" in images). Earn each negative by confirming no positive phrasing would serve.

Make Every Constraint Gradeable

A constraint you cannot check is a constraint the model will not reliably follow.

The reasoning

Models, like people, follow concrete rules better than fuzzy ones. "Do not be wordy" relies on a shared definition of wordy that does not exist. "Do not exceed 150 words" is unambiguous and self-verifying. The more measurable your negative, the higher its compliance.

The practice

Before finalizing any constraint, ask: could a stranger grade compliance without asking me what I meant? If not, rewrite until they could. This single test eliminates most vague-prohibition failures, the most common mistake of all.

Structure Beats Prose

Where you put a constraint matters as much as how you word it.

The reasoning

A prohibition buried mid-paragraph is easy for the model to under-weight. The same prohibition in a labeled rules block, set apart from the prose, gets followed more consistently. Structure signals importance.

The practice

  • Keep positive instructions in the body of the prompt.
  • Collect hard exclusions under a heading like Rules or Constraints.
  • Keep that list short; a long rules block is a smell, not a strength.

The mechanics of assembling this structure step by step live in Build a Working Exclusion in Six Concrete Steps.

Cap Your Constraint Count

More prohibitions do not mean more control. Usually the opposite.

The reasoning

Constraints compete for finite attention. Past a small number, adding negatives degrades adherence to all of them unpredictably. You end up with a prompt that follows some rules, ignores others, and you cannot predict which.

The practice

When your rules block grows long, stop adding and start replacing. A single well-chosen example often encodes the behavior of many separate negatives, because the model can pattern-match against a demonstration far more effectively than it can satisfy a list of abstract bans.

Always Pair the Cure With the Symptom Check

A constraint that fixes one thing can quietly break another.

The reasoning

Overcorrection is real and sneaky. Ban jargon too hard and you get condescending prose; cap length too hard and you lose substance. Because the forbidden element is gone, a shallow check passes while quality drops.

The practice

Judge output holistically, not just for the absence of the banned thing. In your compare step, ask whether the result is better overall, not merely cleaner. If the cure is worse than the disease, soften the constraint. This holistic judgment is what the Case Study: Negative Prompting in Practice models across several iterations.

Test Per Model, Not Once

A constraint validated on one model is not validated everywhere.

The reasoning

Models differ in how they weight negatives, how susceptible they are to the pink-elephant effect, and how literally they take instructions. A negative that works perfectly in one model may misfire in another or in a later version of the same one.

The practice

When you move a prompt to a new model, re-run your comparison rather than trusting prior results. Note the model and date alongside each saved constraint so you know what was actually tested.

Treat Constraints as Reusable Assets

The best practitioners do not reinvent their negatives every session.

The reasoning

A constraint that took several iterations to perfect is hard-won knowledge. Discarding it means paying that cost again. A curated library turns one-time effort into permanent leverage.

The practice

Maintain a labeled collection: the jargon-killer, the no-pitch rule, the image-cleanup keyword set. Tag each with the problem it solves and the conditions it was tested under. Over time this library, not any single clever prompt, becomes your real advantage.

Put the Highest-Stakes Constraints Last

Where a constraint sits in the prompt subtly affects how strongly the model weights it, and you can use that.

The reasoning

Models tend to give extra weight to instructions near the end of a prompt, closest to where generation begins. The exact behavior varies by model, but the tendency is consistent enough to exploit. A critical exclusion buried in the opening lines competes with everything that follows it.

The practice

Place your single most important constraint, the one that must never be violated, near the end of your rules block or prompt. Treat the others as supporting. This is not a substitute for clear wording, but on a constraint you genuinely cannot afford to lose, position is free insurance. Re-verify on each model, since the strength of this effect differs, which ties back to testing per model rather than once.

Frequently Asked Questions

Is not it strange to recommend using fewer negatives in a guide about negative prompting?

Not at all. The point of mastering negatives is knowing when they are the right tool, and the honest answer is that they often are not. A positive instruction gives the model a clear target, which is followed more reliably than an instruction to avoid something. Reserving negatives for the cases that truly need them is what makes the ones you keep effective.

How do I know if a constraint is gradeable enough?

Apply the stranger test: could someone who is not you grade compliance without asking what you meant? If the rule depends on a subjective term like wordy or unprofessional, it is not gradeable yet. Rewrite it into something measurable, such as a word count or a banned-word list, until a third party could verify it unambiguously.

Why is a short rules block better than a thorough one?

Because constraints compete for the model's limited attention, and past a small number, adherence to all of them becomes unpredictable. A long list feels thorough but produces inconsistent results. Replacing several abstract bans with a single concrete example usually yields far better compliance, since the model pattern-matches a demonstration more reliably than it satisfies a list.

Do I really need to re-test a prompt on every new model?

Yes, if reliability matters to you. Models differ in how they weight negatives and how literally they interpret instructions, so a constraint that works in one can misfire in another. Re-running your comparison on the new model is quick insurance against silent regressions, and noting the tested model beside each saved constraint keeps your library trustworthy.

Key Takeaways

  • Default to positive instructions and earn each negative; reserve true negatives for boundaries, fabrication bans, and exclusions with no positive form.
  • Make every constraint gradeable with the stranger test, and place hard exclusions in a short, labeled rules block.
  • Cap your constraint count and replace long lists with a single illustrative example.
  • Judge output holistically to catch overcorrection, and re-test constraints whenever you change models.
  • Treat vetted constraints as reusable assets in a labeled library rather than reinventing them each session.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification