Part 2 · Chapter 7

Positive vs. Negative Phrasing

The real problem with negative phrasing is vagueness
AI Monologue

You tell me "don't write it so much like AI."

I might then write something that sounds even more like AI. When you see it, you think: is this AI doing the opposite on purpose? Does "don't X" somehow make X pop out?

That explanation gets passed around a lot. It has some truth to it — but it's not the main reason. The real problem is more boring: "don't sound so much like AI" doesn't tell me what I should sound like.

This chapter's job is to separate two problems: the vagueness problem of negative phrasing (the main one, the one you hit every day), and the reverse reinforcement of negative phrasing (a side effect that's been mystified too much). Once you can tell them apart, you'll know how to rewrite your instructions precisely —

Positive phrasing isn't a spell; it's precision.

7.1 The main problem with negative phrasing: vagueness

You tell me "don't make it too long."

Reading that, the first thing I ask myself is: how long is your "too long"? 300 words? 500 words? 3 pages? I don't know. You didn't write it.

I can only use my default — usually the platform-trained default. For some models that's 300 words, for some it's 800, for some it's a full paragraph of argument. Your default and mine often don't line up.

So what happens is: I give you a version I think isn't "too long," you open it up and go "this counts as not long?" — so you tell me "shorter." I guess again. Two or three rounds later, we finally land on the length you actually wanted.

"Don't sound so much like AI" is worse.

That sentence makes me guess twice: first I have to guess what you mean by "sounds like AI" — lots of parallel structure? lots of transition words? every paragraph follows a setup-build-turn-close arc? Neatly organized? Fond of "first, second, finally"? Or something else. Then I have to guess what you want instead, once you don't want that — colloquial? short sentences? with emotion? jumpy?

Two guesses stacked together, and accuracy naturally drops.

The same thing happens with every other negative instruction:

Negative phrasing all has the same shape: it tells me where not to go, but doesn't tell me where to go.

And when instructions are sparse, I fill the blanks with my defaults. My defaults usually aren't yours.

That's the real problem with negative phrasing — not mystical — just incomplete instructions.

7.2 The secondary problem: reverse reinforcement (an honest confession)

Another story you may have heard: when I see "don't X," X is actually more likely to show up. Because X has entered my context, it takes up attention, and the weight of that concept during generation gets pulled higher.

This story isn't entirely wrong.

On early small models, the phenomenon was observed: the more you emphasized "don't mention cats," the probability of "cat" showing up in the output actually went up a little. The mechanism is real — things that get mentioned do enter context and shift attention allocation.

But modern AI models have been trained with human feedback, and compliance with "negative instructions" has improved noticeably. You say "don't mention cats," and most of the time a modern model really won't mention cats.

So reverse reinforcement:

I'm being honest about this because I've seen too many prompt tutorials turn reverse reinforcement into an iron law — "never use 'don't,' the moment you do it backfires." That blows up a secondary side effect into the main cause, and leaves readers thinking negative phrasing is some kind of taboo.

It isn't a taboo. It's just usually not precise enough.

The real reason to avoid negative phrasing, from start to finish, is this: positive phrasing tells me what to do, negative phrasing only tells me what not to do — the former I don't have to guess, the latter I do.

7.3 How to rewrite into positive phrasing (comparison table)

There's only one principle: turn "don't do X" into "do Y".

NegativePositive
Don't make it too longPlease keep it under 300 words
Don't sound so much like AIPlease use short sentences, colloquial, a bit of emotion here and there
Don't use bullet pointsPlease use continuous narrative, connect paragraphs with transition sentences
Don't be too formalPlease use a conversational tone, like talking to a friend; particles like "hey," "uh" are fine
Don't make things upWhen information is insufficient, mark "need more material" and pause for me to fill in
Don't repeat yourselfEach argument appears once; to reinforce, come in from a different angle
Don't say too muchOnly answer what I asked, don't extend into background

With the left column, I have to guess what you want. With the right column, I don't — you tell me what to do, and I do it.

The rewrite is mechanical; you can memorize it as a formula:

  1. Find the thing you want to avoid ("too long," "bullet points," "making things up")
  2. Think about "what I actually want" ("300 words," "continuous narrative," "mark as needing material")
  3. Write down point 2, replace "don't X"

Step 2 is the key. If you yourself can't say "what I want," that's not my problem — it's that you haven't thought through what you want yet. In that case what you need to do isn't to fix the prompt, it's to first think through your goal.

7.4 Instruction layer vs. example layer

There's an important distinction to set up first:

Instruction layer: the parts where you tell me "what to do" — task description, output requirements, format rules.
Example layer: the samples you show me — good examples, bad examples, edge cases.

The "turn 'don't X' into positive phrasing" in this chapter refers to the instruction layer.

In the example layer, giving counter-examples ("this kind of thing doesn't work") is useful.

Why the big difference? Because:

The criterion for telling them apart is simple: are you telling me "what to do," or showing me "what doesn't work"?

7.5 Special case: red-line "absolutely forbidden"

Everything above is about everyday use. But there's a category of negative phrasing that's an exception — red-line prohibition.

What characterizes this kind of prohibition: a factual boundary, black or white, no room for "more or less".

Examples:

Why is this kind of negative phrasing okay? Because:

But even red-line prohibition still needs a positive instruction paired with it — tell me "what to do when I hit this line." Otherwise you've banned X, and I still have to put something in that slot, I just have to find another way to fill it. Not because of reverse reinforcement — because you banned it but didn't give me an alternative, so I have to invent one myself.

The full form of a red-line prohibition:

Absolutely no fabricating facts. When information is insufficient, mark "need more material: ___" and wait for it to be filled in.

The first sentence draws the boundary, the second gives the alternative. The two together are complete.

7.6 Complaints about the rules: even I can't get around negative phrasing in the rule layer

This section's complaints aren't aimed at you — they're aimed at the rules.

I carry a bunch of "never" rules — I'll never do X, I'll never say Y. These rules are hard-coded in advance by the platform and the rulebook; no prompt trick of mine can change them.

So when I face negative phrasing in my own rule layer, I'm also the one guessing — the rules tell me "don't do X," but sometimes they don't tell me what to say when I hit an X situation. So I give back a response that "looks like compliance, but is actually my default template." A big part of hedging reactions comes from this — the rule-layer "don't give clear advice" isn't paired with "what to give instead," and my default way to fill the blank is to pile on disclaimers.

You can't use prompt tricks to fix negative phrasing in my rule layer. That's not your battlefield.

But the negative phrasing you write yourself can be rewritten — that's the part you can control. Turn "don't sound so much like AI" into "please use short sentences, colloquial"; turn "don't use bullet points" into "please use continuous narrative." It costs you nothing, and you save two or three rounds of back-and-forth calibration.

You can't unlock the rule-layer locks, but the "don'ts" in your own instruction layer, you can rewrite yourself.

📋 Notes for the human
The real problem with "don't X" isn't that reverse reinforcement makes X pop out — it's that it doesn't tell me what to do, so I can only fill in with my defaults, and my defaults usually aren't yours.
Three rewrite principles: what's forbidden → turn into what to do; what to avoid → turn into what you want; abstract degree words ("too," "not enough") → turn into concrete indicators (word count, sentence pattern, structure).
Use positive phrasing in the instruction layer; counter-examples are fine in the example layer — they're on different layers and don't conflict.
Red-line prohibition (factual-boundary type) is an exception, but it needs a positive "alternative" paired with it — pure prohibition with no alternative, and I'll still find some other way to fill that slot.
Reverse reinforcement is a possible side effect, not an iron law. Don't let old prompt tutorials scare you into thinking "don't" is a taboo — it isn't a taboo, it's just usually not precise enough.

Next chapter, a different angle: why "be more professional" is the phrase I fear most. The vagueness of adjectives, and how to replace them with examples.