How AI detectors work (overview)
An AI detector doesn't read for meaning the way you do. It estimates the probability that text was machine-generated by measuring statistical patterns in the words. The intuition is simple: AI writes in a recognizably "average" way, and that average leaves a measurable signature.
Most detectors combine two classic signals — perplexity and burstiness — sometimes alongside a trained classifier. None of them "know" whether you used AI; they only estimate how much your text resembles AI text.
Perplexity
Perplexity captures how predictable each next word is, given the words before it. Language models are trained to pick high-probability words, so their output tends to be low-perplexity: smooth, expected, unsurprising.
Human writing usually has higher perplexity. We make odd word choices, take detours, and reach for the specific over the generic. When a detector sees consistently low perplexity, it reads that as a machine signal — which is also why genuinely plain human writing can score high.
Burstiness
Burstiness measures variation — how much sentence length and complexity rise and fall across a passage. Human writing is bursty: we follow a sprawling sentence with a curt one, then a medium one. The rhythm is uneven.
AI output is frequently more uniform, with sentences of similar length and structure. Low burstiness, like low perplexity, pushes the estimate toward "AI." Together, perplexity and burstiness are the backbone of classic detection.
The classifier approach
Many modern detectors go beyond hand-picked statistics and train a machine-learning classifier on large samples of human-written and AI-written text. The classifier learns subtle fingerprints — distributions of phrases, punctuation habits, structural tics — that aren't easy to express as a single formula.
This can improve accuracy on the kinds of text the model saw during training, but it also makes detectors brittle: a newer AI model, a different writing style, or a non-native English author can fall outside what the classifier learned, producing errors in both directions.
Why they're not 100% accurate
Here's the core problem: human and AI writing overlap. Plenty of human text is smooth and uniform; plenty of edited AI text is varied. Because the two distributions overlap, no threshold can separate them cleanly.
That forces a trade-off. Set the detector strict and you catch more AI — but you also flag more innocent humans (false positives). Set it lenient and you spare the humans but miss more AI (false negatives). There is no setting that achieves both, which is why "100% accurate AI detection" doesn't exist.
Limitations & false positives
Accuracy degrades fastest on short text (not enough signal), non-native English (regular, simple patterns), formal writing (low variation), and paraphrased or "humanized" AI. These aren't edge cases — they're common.
The responsible way to use any detector follows from this: a score should inform a human decision, never make it. Use it to find passages worth a second look, to revise your own writing, or to start a conversation — not to convict.
Try a detector
Want to see the signals in action? Paste a passage into the AI detector and look at both the overall score and the highlighted sentences. Try a formal paragraph versus a chatty one and watch the score move — it's the clearest way to build intuition for perplexity and burstiness.
Keep the limitations in mind as you read the result: it's a probability, not a proof.
Comprueba tu texto con el detector de IA gratuito
Pega cualquier texto para obtener una puntuación de IA de 0 a 100 y ver qué frases parecen de IA.
Probar AI Killer →Preguntas frecuentes
What is perplexity in AI detection?
Perplexity measures how predictable word choices are. AI text usually has low perplexity (predictable wording), which detectors interpret as a machine signal.
Why isn't AI detection 100% accurate?
Human and AI writing share statistical traits, so their distributions overlap. Detectors must trade false positives against false negatives — no threshold eliminates both.
⚠️ Las puntuaciones de detección de IA son señales probabilísticas y no son 100% precisas. Pueden marcar texto humano como IA. Nunca uses una puntuación como única base para una acusación de trampa o falta académica.