Four approaches, what each one measures, and the specific reason each one fails.
Last reviewed 16 August 2026
"AI detector" covers several quite different techniques with different failure modes. Knowing which one a tool uses tells you a lot about what its number is worth.
Perplexity measures how surprised a reference language model is by a piece of text. Feed it word by word and ask, at each step, how probable the next word was. Text made of highly probable choices has low perplexity; text that keeps taking unexpected turns has high perplexity.
The logic is that language models sample from high-probability regions of their own distribution, so their output should look unusually predictable. There is real signal here.
Burstiness measures variation — typically in sentence length and complexity. Human writing tends to lurch: a long winding sentence, then a short declarative one, then a fragment. Generated prose is often more metronomic.
This is usually the strongest single statistic in a surface-level detector, and it is the heaviest-weighted signal in the tool on this site's home page.
Rather than hand-picking statistics, train a model on a labelled corpus of human and machine text and let it learn the boundary. This is what most commercial detectors do, and it is strictly more powerful than the surface approach — a classifier can pick up patterns nobody thought to specify.
OpenAI's own attempt is the instructive case. Its AI Text Classifier, released January 2023, had full institutional knowledge of how its models generate text. Published performance: 26% of AI text correctly identified, 9% of human text falsely flagged. It was withdrawn on 20 July 2023 for low accuracy.
Watermarking is the one approach that is not really detection at all. Instead of inspecting finished text for clues, the generating model deliberately biases its own word choices in a statistically detectable pattern — imperceptible to a reader, verifiable by anyone with the key.
This is fundamentally stronger, because it does not infer authorship from style. It reads a signal that was deliberately embedded.
Three of these four approaches infer authorship from properties of the finished text. That is the structural problem: the properties they measure are also properties of careful, formal, conventional human writing. You can improve the statistics, add signals, or train a bigger classifier, and the confusion remains, because it is not a modelling error — the categories genuinely overlap.
Watermarking escapes this by not inferring anything, which is why it is the only approach with a clean theoretical story. It also requires cooperation from every generator in the world, which is why it does not solve the practical problem.
What this means for any number you are shown: ask which method produced it, what corpus it was validated on, and what its false-positive rate was on writing like yours. A tool that cannot answer those three questions is not giving you evidence. Our companion guide covers the published false-positive research in detail.
OpenAI. New AI classifier for indicating AI-written text (January 2023; discontinued 20 July
2023). openai.com
Liang, W., Yuksekgonul, M., Mao, Y., Wu, E., & Zou, J. (2023). GPT detectors are biased
against non-native English writers. Patterns, 4(7).
arXiv:2304.02819