How AI Detectors Actually Work: Perplexity, Burstiness, and the Statistics Behind the Score
By Elena Markovic · ML Research Writer at TheChecker.AI

Ask someone how an AI detector works and you'll usually get a shrug, or worse, an answer that makes it sound like a magic trick: "it just knows." It doesn't. Detection tools built after 2023 are applying statistical language modeling — the same math that powers the AI models they're trying to catch — to measure how predictable a piece of text is. That single idea, predictability, is the foundation almost every detector builds on, TheChecker.AI included. Here's what's actually happening under the hood.
The core idea: language models predict, humans surprise
Every large language model, from GPT to Claude to Gemini, generates text one token at a time by predicting the most statistically likely next word given everything before it. That's the whole trick behind how they write fluent, coherent paragraphs — they're extremely good next-word guessers.
The insight detection researchers had was simple: if a language model generated a piece of text by picking the most likely next word over and over, then feeding that same text back through a language model should show a suspiciously good prediction match. In other words, AI-written text tends to look like exactly what an AI model would have written, because it is.
Perplexity: how surprised is the model?
The first and most widely used signal is perplexity. GPTZero defines it plainly: perplexity measures how likely a language model would have chosen the exact same sequence of words that appears in the document (GPTZero). Originality.ai frames it the same way — perplexity measures how well a model can predict the next word in a sequence (Originality.ai).
Low perplexity means the text was highly predictable to the model — every word landed close to what the model itself would have chosen. That's the fingerprint of machine-generated text: smooth, statistically "safe" word choices, sentence after sentence.
High perplexity means the model kept getting surprised — unusual word choices, idiosyncratic phrasing, the kind of specific, sometimes-clumsy detail a real person produces because they're drawing on lived experience, not a probability table.
Burstiness: the rhythm of real writing
The second classic signal is burstiness — and it's about structure, not word choice. QuillBot describes it well: burstiness reflects variation in sentence length and structure across a passage (QuillBot).
Human writing is bursty. We write a punchy four-word sentence, then a long, winding one full of qualifications, then circle back to something short again. It's uneven because we're not optimizing for consistency — we're thinking out loud on the page.
AI-generated text, by contrast, tends toward uniformity. Sentence lengths cluster in a narrow band. Paragraph rhythm evens out. It's not a coincidence — a model sampling from a probability distribution at each step naturally regresses toward an average, smoothing out the peaks and valleys that make human prose feel human.
Why perplexity and burstiness alone aren't enough
Here's the part a lot of "how AI detection works" explainers skip: these two signals, on their own, are necessary but not sufficient. Modern AI writing tools already sample with randomness ("temperature") specifically to inject burstiness and raise perplexity, closing the gap on purpose. Pangram Labs has written at length about exactly this — why perplexity and burstiness alone are no longer reliable enough to catch today's more sophisticated model output (Pangram Labs).
That's why a serious detection engine layers more than two statistics. At TheChecker.AI, our models cross-reference sentence-level and paragraph-level scoring against patterns learned from over 40 AI systems — Claude, GPT-5, Gemini, Llama and others — because each model family leaves a slightly different statistical signature, and a single perplexity score can't tell you which model wrote something, only that something looks synthetic.
The honesty problem: why detectors disagree with each other
It's worth being upfront about something the industry doesn't advertise enough: detection tools disagree with each other more than people expect, and independent academic evaluation backs that up. A 2026 study published in the International Journal for Educational Integrity directly compared detector accuracy on real academic writing samples and found meaningful gaps in both overall accuracy and recall between tools evaluated (Springer, 2026). A separate 2025 study in PMC specifically examined whether academic AI detectors can be trusted, cataloguing the accuracy limitations of the category as a whole (PMC, 2025).
This isn't a reason to distrust detection outright — it's a reason to want a detector that's transparent about how it scores, and that treats a result as a confidence signal rather than a verdict. That's also why relying on gut instinct is worse than it sounds: research from the UK's National Centre for AI found that humans are generally worse than AI detectors at spotting AI-generated writing, and tend toward higher false-positive rates when they try (JISC National Centre for AI, 2025). If trained detection software already outperforms human judgment, "I can just tell" isn't a strategy — it's a guess with extra confidence.
What this means in practice
Understanding perplexity and burstiness won't make you a detection engine, but it explains why detection works at all — and why it isn't infallible. The next time you get a score back from an AI checker, you're looking at the output of a statistical comparison against how predictable, and how rhythmically uniform, a passage is relative to known human and machine writing patterns. It's not a black box; it's applied language modeling, running in reverse.
If you want to see it in action rather than just read about it, run a paragraph of your own writing next to a paragraph you know was AI-generated through TheChecker.AI's free demo. Watching the perplexity and burstiness signals diverge in real time makes the theory click in a way an explainer never quite can — and it takes about ten seconds.
Elena Markovic
ML Research Writer at TheChecker.AI
Elena Markovic is an ML research writer at TheChecker.AI, covering how AI-text detection works and how educators and teams can use it responsibly.
