You paste an essay into a detector and it says 96% AI. What did it actually find? Not a database match. Not a record of your ChatGPT session. Nothing was “caught” at all — a statistical model looked at your sentences and judged them too predictable to be human. Understanding how that judgment works is the single most useful thing you can know about AI detection, whether you are trying to pass a detector or disputing a false flag.
Detectors Are Classifiers, Not Plagiarism Checkers
The most common misconception is that AI detection works like plagiarism detection. It does not, and the difference matters.
A plagiarism checker like Turnitin’s similarity report compares your text against a database — billions of web pages, journal articles, and previously submitted papers — and reports overlap. It can point to a source and say: this sentence appears there. That is evidence in the ordinary sense.
An AI detector has no database of AI outputs to compare against, because there is no such database — ChatGPT produces different text for every user. Instead, the detector is a classifier: a machine-learning model trained on millions of examples of human writing and millions of examples of AI writing, which learns the statistical fingerprints that separate the two. When it scores your essay, it is answering one question: does this text look more like the AI pile or the human pile? The output is a probability, not a match.
This is why a detector can never prove anything. It is also why it can flag an essay you wrote entirely yourself — more on that below.
The Two Signals Everyone Talks About: Perplexity and Burstiness
Perplexity — how predictable is each word?
Language models write by predicting the next word. Detectors exploit this: they run your text through a language model and measure how surprised the model is by each word. That surprise score is called perplexity.
AI-generated text has low perplexity almost by definition — it was produced by a model choosing likely words, so a similar model finds every word unsurprising. Human writing has higher perplexity: we take odd tangents, choose words for sound rather than probability, start sentences in strange places, and occasionally say things no model would predict.
Consider the sentence opening “The results of the study indicate that…” — every word is exactly what a model expects, so it scores as low perplexity. A human writing the same idea might produce “What the numbers actually show is messier.” Same meaning, much less predictable, much higher perplexity.
This is also why synonym-swapping tools fail: replacing a likely word with an equally likely synonym leaves perplexity untouched. We covered this in detail in our guide to making ChatGPT text sound human.
Burstiness — how much do your sentences vary?
Burstiness measures variation in sentence length and structure across a passage. Human writing has natural rhythm: a long, winding sentence followed by a short one. Then another long one. AI writing tends toward the middle — sentence after sentence of moderate, uniform length, each built on a similar grammatical frame.
A detector does not need to understand your argument to measure this. It just plots your sentence lengths and structures and checks how flat the distribution is. Flat equals suspicious.
What Modern Detectors Add on Top
Perplexity and burstiness were the whole story in 2023. Detectors in 2026 are more sophisticated, and it helps to know what else is in the mix.
Trained classifiers. The major commercial detectors — Originality.ai, Copyleaks, Turnitin’s AI module — are fine-tuned transformer models trained directly on labelled human/AI text pairs, updated as new generations of ChatGPT, Claude, and Gemini ship. They pick up subtler regularities than the two headline metrics: characteristic discourse structure (intro–three points–conclusion), uniform paragraph shapes, and the statistical texture of transitions.
Sentence-level scoring. Instead of one score for the whole document, most detectors now score each sentence or chunk and aggregate. This is how GPTZero highlights individual sentences it believes are AI-written, and it is why documents with mixed authorship — a human draft with AI-polished paragraphs — often come back with a patchwork of flags.
Stylistic tells. Certain phrases appear in AI output at wildly higher rates than in human writing — “delve into,” “it is important to note,” “in today’s rapidly evolving landscape.” No serious detector relies on a phrase list alone, but phrase frequency contributes to the classifier’s judgment. We maintain a full list in ChatGPT phrases to avoid.
Watermarking — the exception, not the rule. Some providers embed statistical watermarks in generated text (Google’s SynthID being the best-known). Watermarks are detectable only by the provider’s own tool, are fragile under editing, and as of 2026 are not what commercial academic detectors use. If you are being scored by Turnitin or GPTZero, you are being scored by a classifier, not a watermark reader.
What Actually Triggers a Flag
No single signal flags a document. Detectors flag density and consistency of signals:
- Sustained low perplexity across many consecutive sentences — one predictable sentence is nothing; three predictable paragraphs is a pattern.
- Flat burstiness reinforcing the perplexity signal.
- Classifier confidence above the vendor’s threshold — and vendors tune thresholds differently, which is why the same essay can score 12% on one tool and 60% on another.
- Document length. Detectors are unreliable below roughly 150–200 words — there is not enough signal. Most tools either refuse to score short text or attach low confidence to it.
The practical consequence: a document is flagged when its statistical profile is uniformly AI-like from start to finish. Which leads directly to the failure modes.
Why Detectors Get It Wrong
False positives — human writing flagged as AI. Anyone whose prose is highly regular can trip a detector. The documented risk groups are non-native English speakers (who often learned formal sentence templates and use them consistently), scientific and technical writers (the genre itself demands formulaic structure — abstracts and lab reports are supposed to be predictable), and students writing in a deliberately careful, plain register. Independent studies have repeatedly measured elevated false-positive rates for non-native writers, and every honest vendor acknowledges the problem.
False negatives — AI writing that passes. Text that has been genuinely restructured — new sentence rhythms, varied lengths, reordered logic — loses the statistical profile the classifier was trained on. Vendors themselves concede accuracy collapses on heavily edited AI text; there is no stable fingerprint left to find once the structure is human-made. This asymmetry — structure moves scores, surface edits do not — is the entire basis of effective rewriting, and it is why quick paraphrase tricks fail against GPTZero while structural rewriting works.
The claims-versus-reality gap. Detector vendors advertise 98–99% accuracy. Those numbers come from clean lab conditions: pure AI text versus pure human text, long documents, in-distribution models. Real-world text — mixed authorship, edited drafts, short passages, new model families — performs meaningfully worse, which is precisely why institutions are told to treat scores as signals rather than evidence.
What Detectors Cannot See
A detector reads final text and nothing else. It cannot see your version history, your notes, your prompts, or the hours you spent. It cannot check facts, verify citations, or distinguish between “wrote with AI” and “writes like AI.” It does not know who you are. Everything it knows is inferred from word statistics in the pasted text — which is why serious academic-integrity processes pair detector output with human review, writing-sample comparison, or an oral defence rather than acting on the score alone. If the policy side of this is what worries you, see what universities actually say about ChatGPT use in 2026.
Using This Knowledge
Once you understand the mechanism, the practical rules fall out of it:
- What moves a score: restructured sentences, varied rhythm, unpredictable phrasing — changes to the statistical profile.
- What does not: synonyms, added typos, reordered paragraphs with identical sentences inside them.
- What protects you from false flags: drafts and version history, because the detector’s probability means nothing against documented process.
If you want to see these mechanics live, the rewriter shows a real-time AI detection score on every version it produces — you can watch how structural changes move the number in a way word swaps never do. The first rewrites are free, no sign-up required.
What Reddit Gets Right — and Wrong — About AI Detectors
Search any detector question and half the results are Reddit threads — r/ChatGPT, r/college, r/Professors — so it is worth measuring the popular claims against the mechanics above.
- “Detectors are snake oil.” Half right. The false-positive problem is real and Reddit’s anger about it is justified — but the signals themselves are measurable, not random. A detector is an unreliable witness, not a coin flip.
- “Just add typos or weird spacing.” Wrong, for the reason explained above: cosmetic damage leaves sentence structure — the thing being measured — untouched, and modern classifiers are trained on exactly this trick.
- “Run it through a paraphraser and it’s undetectable.” Outdated. This worked against 2023 detectors; synonym-level rewriting no longer moves scores on current tools.
- “They can’t prove anything anyway.” True about the score — and a terrible safety plan. Integrity cases proceed on the whole picture: your drafts, your writing history, whether you can defend the argument aloud.
The pattern in every thread: advice about structure ages well; advice about surface tricks dies with the next detector update.
Frequently Asked Questions
Can an AI detector prove I used ChatGPT?
No. A detector outputs a probability, not proof. It cannot see your writing process, your drafts, or your intent — it only measures statistical patterns in the final text. This is why most universities treat a detector flag as a reason to investigate further, not as a verdict on its own.
Why was my essay flagged when I wrote it myself?
Because detectors measure predictability, not authorship. If your prose is highly formulaic — common in lab reports, abstracts, formal academic writing, and writing by non-native English speakers who learned standard sentence templates — its statistical profile can resemble AI output. False positives are a documented weakness of every major detector.
Are paid detectors more accurate than free ones?
Generally yes, but the gap is smaller than the marketing suggests. Paid tools like Originality.ai retrain frequently against new models and score more granularly. But no detector, free or paid, is reliable enough to be treated as proof — independent tests consistently find meaningful false-positive and false-negative rates in all of them.
Does adding typos or slang fool AI detectors?
Not reliably, and it makes your writing worse. Deliberate errors raise perplexity slightly, but modern detectors are trained on lightly-corrupted AI text and see through it. The underlying sentence structure — the thing detectors actually key on — is unchanged. Structural rewriting moves scores; cosmetic damage mostly does not.
How much does AI text need to change before it reads as human?
Sentence-level restructuring across most of the document, not word swaps. Detector vendors themselves acknowledge accuracy drops sharply once roughly 40–50% of a draft has been genuinely rewritten — meaning new sentence rhythms and structures, not synonyms substituted into the same skeleton.