RepDex
Detectors

Perplexity, Burstiness, and Watermarks: AI Detection Terms Explained

RDRepDex Editorial Team
12 min read
Share:

Here's a small experiment you can run in your head. Finish this sentence: "The cat sat on the ___." You said "mat," almost certainly, and so would everyone else, and so would an AI. Now finish this one: "The cat sat on the ___ and contemplated the collapse of ___." Suddenly the field is wide open — "windowsill and contemplated the collapse of empires," maybe, or something stranger. That gap between the sentence with one obvious ending and the sentence with a thousand possible ones is, believe it or not, the entire basis of how AI detectors work. It has a name — perplexity — and along with two companion ideas, burstiness and watermarking, it's the machinery behind every AI-detection score you'll ever see. This is the plain-English tour of all three, jargon stripped out, so you finally understand what's actually happening when a tool declares your writing 73% robot.

Predictability is the whole game

Start with the insight that makes detection even conceivable: an AI language model writes by predicting the most likely next word, over and over. That's not a simplification — it's mechanically what it does. Which means its output is, by design, the least surprising text possible. It is a machine for producing the expected word. Human writers, meanwhile, are gloriously unreliable next-word predictors. We reach for the odd verb, the unnecessary aside, the metaphor nobody asked for. We're surprising because we're not optimizing for probability; we're chasing meaning, rhythm, humor, or just the word that feels right.

So if you could measure "how surprising is each word here," you'd have a crude but real signal for machine versus human. Surprising text leans human; unsurprising text leans machine. That measurement exists, and it's the first of our three concepts. Everything a detector does is built on top of this one observation, so it's worth sitting with: the tools aren't reading your mind or checking a database of AI outputs — they're just measuring how boringly predictable your word choices are.

Perplexity, defined without the math

Perplexity is the technical name for that surprise measurement. Formally it comes from information theory and involves probabilities and logarithms, but you don't need any of that. Just hold onto this: low perplexity means predictable, high perplexity means surprising. Feed a passage to a language model and ask, in effect, "how startled were you by each word?" If the answer is "not at all, every word was the obvious one," that's low perplexity — and a lean toward "AI wrote this." If the answer is "constantly, this text kept doing things I didn't expect," that's high perplexity, leaning human.

This is the oldest trick in AI detection and still its beating heart. When a modern detector flags your essay, buried under the machine learning is some version of this question being asked about your prose. Understanding that reframes the whole score: it's not a judgment about your honesty, it's a measurement of your predictability. Which immediately raises the problem that dooms perplexity as proof.

The catch that ruins everything

Plenty of humans write low-perplexity prose, and they have excellent reasons to. Write carefully and formally, and you'll naturally choose safe, expected words. Write in a second language, and you'll reach for standard constructions rather than risky idioms. Write technical documentation, and predictability is the whole point — you want the reader to hit no surprises. In all these cases, a real human produces exactly the low-perplexity text a detector reads as artificial.

This is why perplexity, for all its cleverness, is a fundamentally ambiguous signal. Low perplexity might mean "a machine wrote this," or it might mean "a disciplined, careful, or non-native human wrote this clearly." The detector can't tell which, and when it guesses "machine," you get the false positives we catalog in why detectors flag human writing. Perplexity is genuinely useful in aggregate and genuinely misleading in individual cases — a combination that describes the entire field.

Enter burstiness: the rhythm test

Perplexity looks at word choice. Its partner, burstiness, listens to the music. Read good human writing aloud and you'll notice it lurches: a long, coiling sentence with three subordinate clauses, then a short punchy one. Then a fragment. Then something medium. Human prose has an uneven, syncopated rhythm — it comes in bursts, hence the name. We speed up, slow down, and vary our sentence architecture without even thinking about it.

Default AI output, by contrast, tends to march. Sentence after sentence of similar length and similar shape, an even, metronomic cadence that never quite breaks stride. Low burstiness. So detectors add this as a second signal: if the text is both predictable in its words (low perplexity) and uniform in its rhythm (low burstiness), the case for "AI" strengthens. Bursty, irregular rhythm leans human. The tools that made these two terms famous — GPTZero chief among them — essentially pair the word-surprise test with the rhythm test and combine the verdicts.

Why the rhythm test also breaks

Burstiness has the same fatal flaw as perplexity: it's a tendency, not a law. Some of the most skilled human writers produce deliberately even, measured prose — technical writers, certain academics, anyone trained to write in clean, consistent sentences for clarity. Their low-burstiness rhythm reads as machine-made, punishing exactly the control that marks expertise. And the flaw runs the other way too: a language model can be told "vary your sentence lengths," and it will happily fake burstiness, sailing past a detector that was counting on uniformity.

So now you have two signals, both real, both ambiguous, both foolable. Detectors combine them and layer machine learning on top, hoping the blend is sturdier than either alone. It is a little sturdier. It is not sturdy enough to be proof, because you cannot build certainty out of two uncertainties. Both signals measure statistical texture, and texture is something honest human writing and machine writing genuinely share.

The third path: what if the AI signed its own work?

Perplexity and burstiness are guesswork — educated, but guesswork. Watermarking asks a completely different question: what if we didn't have to guess, because the AI marked its output on the way out the door? That's the idea. Instead of analyzing finished text and inferring its origin, a watermarking scheme has the model embed a hidden signal while it writes.

The cleverest version works like a secret dice-rigging. At each word, the model quietly splits the vocabulary into a "green list" and a "red list" using a hidden key, and nudges itself to prefer green words. No single word is affected enough to notice, and a human reading the text sees nothing unusual. But across a few hundred words, the text will contain statistically too many green-list words — a fingerprint invisible to you but glaringly obvious to anyone holding the key. Google's SynthID is the flagship real-world example, and it extends beyond text into images and audio. The appeal is obvious: this isn't a guess about texture, it's a check for a mark you know was deliberately inserted, which makes it far more reliable than perplexity or burstiness could ever be.

Why watermarking isn't the savior

If watermarking is so much more reliable, why doesn't it end the whole debate? Two reasons, both fatal. First, it only works on cooperating models. A watermark can only be found in text from a model that inserted one — and most AI text in the wild comes from models that don't watermark, or from open-source models where any watermarking can be switched off. So watermark detection can confirm "this specific cooperating model wrote this," but a blank result means nothing: no watermark could mean human, or could just mean a non-watermarking AI. Absence of the mark is not absence of AI.

Second, the mark is fragile. Paraphrase the text, translate it, or edit it heavily, and the careful green-list statistics get scrambled — the watermark fades or vanishes, a vulnerability we touch on in can you bypass AI detectors. So even watermarked content can be laundered clean with modest effort. Watermarking is a genuinely strong signal when it's present and intact, and useless the rest of the time — which, given how much AI text is unwatermarked or edited, is most of the time. It's a valuable complement, never a solution.

Three questions, one honest picture

Strip it all down and the machinery of AI detection asks three questions. Perplexity: were the words predictable? Burstiness: was the rhythm uniform? Watermarking: did the model secretly sign it? The detectors you'll actually meet run on the first two — statistical guesses that are informative but ambiguous, because human writing can legitimately be predictable and uniform. The third is more trustworthy but only applies to the narrow slice of AI text from cooperating, unedited models. There is no secret fourth signal waiting to make detection reliable. This is the toolkit, and the combined limits of these three ideas are the limits of AI detection itself.

That's the quietly important payoff of understanding them. Detection isn't limited because the engineers haven't tried hard enough; it's limited because its raw materials — surprise, rhythm, and an occasional fragile watermark — can't carry the weight of certainty people want to put on them. Every "unreliable detector" headline you've read traces back to a gap in one of these three concepts.

A worked example: two sentences, side by side

Theory sticks better with a concrete case, so let's score two sentences by hand. Take: "The doctor told the patient to take the medication twice a day." Almost every word is the safe, expected choice. After "take the," a language model would bet heavily on "medication," and it would win. That is a low-perplexity sentence: predictable, smooth, and exactly the kind of prose a model produces by default. Now take: "The doctor, half-asleep and smelling faintly of burnt toast, mumbled something about the pills." "Burnt toast" is not what any model expects after "smelling faintly of." Neither is "mumbled." Each swerve spikes the surprise, and the sentence reads as high-perplexity. Notice what actually created the effect: specific sensory detail, an unusual clause interrupting the main thought, a verb chosen for texture rather than clarity. This is why detectors and defenders alike obsess over word choice. The math is just counting how often a model would have guessed differently. Once you can eyeball perplexity in a single sentence, the aggregate scores that tools report stop feeling like magic and start feeling like arithmetic.

Where the classifiers actually come from

Perplexity and burstiness are the intuition; the tools that scaled them into products lean on machine-learning classifiers. The lineage is worth knowing. In 2019, OpenAI released a GPT-2 output detector built on RoBERTa, a language model fine-tuned to sort "human" from "machine" text. It didn't reason about writing quality; it learned the statistical fingerprints of its target model from thousands of examples. Then came GLTR, a research tool that color-coded each word by how predictable it was, turning perplexity into something you could literally see on the page. Later, DetectGPT added a clever twist: instead of one perplexity score, it perturbs the text slightly and checks whether the score moves the way machine-generated text characteristically does. All of these build on the same primitives this article has been unpacking. That is the crucial point. A modern detector is not consulting a secret database of AI writing. It is running a probability model, comparing your words to its expectations, and translating the gap into a percentage. If you understand why that gap appears, you understand the tool. Our deeper walkthrough of how AI detection works traces the full pipeline from text to score.

Temperature: the dial that changes everything

Here is a variable most explainers skip, and it quietly undermines every detector. When a language model writes, it doesn't always pick the single most likely next word. A setting called temperature controls how adventurous it gets. At temperature zero, the model always grabs the safest option, producing text with rock-bottom perplexity that detectors flag instantly. Crank the temperature up, and the model starts choosing less obvious words, deliberately reaching past its top prediction. The output gets more surprising, more varied, more human-looking on exactly the axis detectors measure. A related setting, top-p sampling, does something similar by widening the pool of candidate words. The practical consequence is uncomfortable for the detection industry: the same model can produce text that scores as obviously-AI or plausibly-human depending on a single number the user never sees. When a tool like GPTZero assigns a confidence score, it is scoring the output, blind to the settings that produced it. High-temperature generation isn't a jailbreak or a trick. It is a default option in most interfaces, which means the "AI signal" a detector depends on can be turned down at the source.

The humanizer arms race

Once you know detectors hunt for low perplexity and flat burstiness, the countermeasure writes itself: raise both. That is precisely what "humanizer" and paraphrasing tools do. They take smooth machine text and rough it up, swapping predictable words for rarer synonyms, chopping and splicing sentences to manufacture the lurching rhythm humans produce naturally, and injecting the occasional odd phrasing that spikes surprise. The result reads a little stranger to a person but scores far more human to a statistical detector. This is a genuine cat-and-mouse game, and the mouse has an inherent advantage: the humanizer knows exactly what metric it needs to beat, while the detector must judge text with no idea how it was made. Every improvement on one side invites an adjustment on the other. Detectors respond by looking for the tell-tale artifacts of over-aggressive paraphrasing, awkward synonym choices that no fluent writer would make, and the loop continues. We cover the mechanics and the real limits of this in our piece on whether you can bypass AI detectors. The takeaway for anyone caught in the crossfire: these signals are manipulable in both directions, which is exactly why a detector's verdict is evidence, never proof.

Why length is the detector's best friend

Perplexity and burstiness are statistical measurements, and statistics need a sample. That single fact explains one of the most consistent behaviors of AI detectors: they grow more confident, and more accurate, as text gets longer. Score a single tweet and you are reading tea leaves. A dozen words might land at low perplexity by pure chance, whether a person or a model wrote them; there simply isn't enough signal to separate the two. Feed the same detector two thousand words and the picture sharpens dramatically, because the aggregate rhythm and predictability of a long passage are far harder to produce by accident. This is also why short, factual, or formulaic writing produces so many false positives. A three-sentence product description or a crisp bio has neither the length nor the natural variation for a detector to work with, so an entirely human snippet can trip the alarm. The lesson cuts both ways. If a tool flags a short passage as machine-written, treat that verdict with deep skepticism, because the sample was too small to mean much. And if you ever need to defend your own work, the length of the disputed text is one of the first things worth questioning.

Turning the theory into a shield

Here's where the plain-English understanding becomes genuinely useful rather than merely interesting. If a detector ever flags your writing, you can now say something precise and true: it flagged low perplexity and low burstiness — meaning it flagged you for writing clearly and consistently, not for using AI. You can point out that watermark evidence is absent (which proves nothing) and that the statistical signals it did use are exactly the ones that misfire on careful, formal, and non-native writing. You've moved from "a mysterious tool says I cheated" to "I understand the mechanism, and it doesn't say what you think it says."

Pair that understanding with the process evidence in our false-accusation guide and you're formidable: you grasp the machine's inner workings better than the person wielding it, and you hold the documentation the machine can't produce. The vocabulary you started this article not knowing — perplexity, burstiness, watermarking — turns out to be the exact vocabulary you need to dismantle an unfair accusation. That's not bad for three words most people are scared of.

Frequently Asked Questions

What is perplexity in simple terms?+
Perplexity measures how surprising the words in a text are to a language model. Low perplexity means predictable, expected word choices — the profile of AI, which is built to pick the most probable next word. High perplexity means surprising, unexpected choices — leaning human. It's the oldest signal in AI detection, but it's ambiguous, because careful, formal, or non-native human writing is also predictable and low-perplexity.
What is burstiness in AI detection?+
Burstiness measures how much sentence rhythm varies. Human writing lurches — a long sentence, then a short one, then a fragment — an uneven, syncopated cadence. Default AI output marches in even, uniform sentences (low burstiness). Detectors treat low burstiness plus low perplexity as an AI signal, but skilled writers who write in clean, consistent sentences also score low, and AI can be prompted to fake variation, so it's a soft, foolable signal.
How does AI watermarking work?+
Watermarking has the AI model embed a hidden signal as it writes — commonly by secretly favoring a 'green list' of words chosen with a hidden key, so its output contains statistically too many green-list words, invisible to readers but detectable with the key. Unlike perplexity and burstiness, which guess at origin, watermark detection checks for a deliberate mark, making it far more reliable. Google's SynthID is the leading example.
Why doesn't watermarking solve AI detection?+
Two fatal limits. It only works on cooperating models — most AI text comes from models that don't watermark or where watermarking is disabled, so a blank result proves nothing (no watermark could mean human or just non-watermarking AI). And watermarks are fragile: paraphrasing, translating, or heavy editing scrambles the signal. Watermarking is strong when present and intact, but that's a minority of real-world AI text.
Do all AI detectors use perplexity and burstiness?+
At their core, yes. Early detectors measured perplexity and burstiness directly; modern ones are machine-learning classifiers that learn perplexity-like and burstiness-like features plus subtler patterns. Watermark detection is a separate, model-specific layer used only when applicable. Every detector score reflects some blend of these three ideas — and because perplexity and burstiness are ambiguous while watermarking rarely applies, all detection remains an estimate, not proof.

Related Articles