Perplexity-based AI detection is running backwards in 2026

The founding assumption of GLTR-style AI detection — machine text is more predictable than human text — failed our calibration. Across 100 sourced passages scored by the same quantized GPT-2 probe: human webfiction landed 68.6% of tokens in the model's top-10 guesses, polished AI novels 59.7%, raw LLM output just 56.8%. English told the same story, 60.1% vs 50.7%. The full setup, the inversion, why it happens, and what a perplexity lens is still honestly good for.

Ink-line illustration on warm paper: a vintage X-ray light box on a wooden desk holds a manuscript page whose word blocks glow mostly cinnabar red with a few teal, beside a small brass balance where a handwritten scroll outweighs a machine-stamped card

Every AI detector accusation you've seen — the flagged essay, the "92% AI" screenshot, the writer scrubbing their own voice to pass a scan — leans on one assumption, inherited from 2019: machine text is more predictable than human text. We calibrated that assumption against 100 sourced passages this July.

It came back inverted.

Human-written Chinese webfiction: 68.6% of tokens inside the probe model's top-10 guesses. AI novels our team polished under an anti-cliché discipline: 59.7%. Raw, untouched LLM continuations from five current model families: 56.8%. The humans were the easiest to predict. The machines were the hardest.

Where the "too predictable = AI" rule comes from

In 2019, Harvard NLP and the MIT-IBM Watson Lab released GLTR, which colored every word by where it ranked in GPT-2's predictions: top-10 red, beyond rank 1,000 teal. Machine text back then really did glow red wall-to-wall — it was sampled from the model's own distribution. Human prose broke the pattern constantly. GPTZero later built a business on the same family of signals, perplexity plus burstiness, and the assumption hardened into infrastructure: classrooms, hiring filters, editorial pipelines.

The rule was honest about its era. The era ended. Generators moved through five generations of instruction-tuning and preference training; the detectors' reference models mostly stayed put. Nobody re-ran the founding experiment — so we did.

The setup

Five corpora, 20 passages each, every passage with a named source:

CorpusSourceNature
Chinese · human webfiction5 published webnovels, 4 passages eachhuman, genre-fluent
Chinese · crafted AI novels5 of our official AI novels, written under anti-slop rulesAI, human-edited
Chinese · raw LLM outputDeepSeek v4 (two tiers), Gemini 3.1 Pro, GLM 5.2, Claude Opus 4.8 continuing the same fantasy novelAI, zero editing
English · public-domain classicsPride and Prejudice, Sherlock Holmes, The Call of the Wild, Dracula, Gatsbyhuman, 1813–1925
English · crafted AI novels5 of our official English titlesAI, human-edited

The probe is the exact weight file that ships in our browser tool Text X-Ray: a 6-layer distilled Chinese GPT-2 (q8, 73MB) for the Chinese track, DistilGPT-2 (81MB) for English. Offline calibration ran on the same runtime family on 2026-07-25. Two readouts per passage — top-10 hit rate and perplexity — scored independently, reported as percentiles, no weighting.

The inversion

Corpustop-10 hit rate (median)perplexity (median)
Chinese · human webfiction68.6%26.3
Chinese · crafted AI novels59.7%52.9
Chinese · raw LLM output56.8%66.5
English · classics60.1%58.6
English · crafted AI novels50.7%147.4
Top-10 hit-rate bands for five corpora: the human webfiction band sits clearly to the right (more predictable) of both AI groups, and English classics sit to the right of English AI novels; the bands overlap at their edges

Both languages point the same way: human prose scored as more predictable than AI prose. On the Chinese side the entire human p10–p90 band (64.1%–70.9%) floats above the raw-LLM band (51.7%–60.6%). Perplexity inverts too — by the old rule, a human webnovel at 26.3 reads as machine work while an English AI novel at 147.4 reads as avant-garde literature.

Two honesty notes. The bands overlap at the edges: the least predictable human passage (57.8%) scores below the most predictable crafted-AI passage (66.2%), so this ruler has no verdict for any single passage — the shape only exists at corpus level. And the English classics carry a memorization asterisk: five books this famous are almost certainly in the probe's training data, so part of their "predictability" is recall, not style. The Chinese side has no such contamination, which makes its inversion the cleaner exhibit.

The ruler didn't break. It was never measuring authorship.

A probe model measures one thing: distance from its own training distribution — for our probe, the internet of roughly 2019. Both ends of the scale moved since. Today's generators, after instruction-tuning and preference training, produce text that has drifted well away from that distribution, so an old ruler finds them surprising at every turn. Meanwhile genre fiction written by humans is the densest part of the old distribution — formula is the point of the genre, and the probe grew up reading it.

The tool has a built-in demo that makes this visceral. Hover any word and you see the model's top five bets for that slot. On a stock phrase, the top bet is usually another stock phrase — the probe isn't predicting the author, it's reciting the corpus.

Text X-Ray screenshot: an English formulaic sample colored mostly red, with a hover popover open on one word showing the probe model's top-5 next-token bets and their probabilities

Once you read "predictable" as "close to a 2019 corpus," the casualty list stops looking random. Genre writers. Fluent non-native English students — the Stanford study found detectors flagging over half of TOEFL essays as AI. Anyone who writes inside a well-worn register. They aren't writing like machines; they're writing near a corpus. OpenAI retired its own classifier in July 2023 over exactly this kind of unreliability.

What a perplexity lens is still good for

Strip away the verdict business and three honest uses remain. It exposes formula: we hand-wrote a cliché-saturated English sample and it scans at 74.5% top-10 with perplexity 22.5 — redder than anything in the English calibration corpus — while our crafted English AI novel scans at 51.9% with 12.8% of its tokens landing beyond rank 1,000. Same ruler, and what it separates is template density, not species. For your own drafts, wall-to-wall red is a rut you can see. It teaches: hovering a word and watching a live top-5 distribution is the first time most people actually see what "next-token probability" means. And it calibrates itself in public — the reference bands are drawn right on the result card, so your text lands somewhere visible, not somewhere asserted.

The tool is at /labs/text-xray. Everything runs in your browser: one 73–81MB model download into browser cache, then per-word scoring happens on your device. No upload; works offline once cached; a 400-word passage scans in under a second.

Boundaries, stated plainly: 100 passages, one probe per language, a published method — a yardstick, not a truth. If you re-run this with different corpora and get the opposite ordering, we want to see it. The tool is right there.

FAQ

Do perplexity-based AI detectors still work in 2026?

Not as verdict machines. In our 100-passage calibration, the most predictable group under a GPT-2 probe was human-written genre webfiction (median 68.6% top-10 hit rate), a full 12 points above raw LLM continuations (56.8%). A rule that reads 'too predictable' as 'machine' now convicts fluent human genre writers first. OpenAI retired its own AI text classifier back in July 2023 over low accuracy. Detectors that combine many signals are a separate conversation — but any single 'AI score' percentage deserves the question: predictable relative to what?

Why probe with a 2019-era model instead of a modern LLM?

Two reasons. GLTR — the original of this detection family — used GPT-2, and that inherited yardstick is exactly what we set out to re-test. And the tool runs fully in your browser with no upload, which caps the model at 73–81MB quantized. A newer probe wouldn't fix the structural problem anyway: the detector's reference model always lags the generators it's trying to catch, so the ruler and the thing being measured never share an era.

What's the relationship between top-10 hit rate and perplexity?

Two readouts of the same measurement. At every position the model ranks its entire vocabulary; the higher the actual next token ranks, the lower the perplexity. Top-10 hit rate counts how often the real token lands in the model's ten best guesses — intuitive, and it maps directly to per-word coloring (top 10 red, top 100 orange, top 1,000 sand, beyond that teal). Perplexity is the geometric-mean version, more sensitive to single shocking tokens. Our calibration reports both; they point the same way.

So how do you actually spot AI text in 2026?

The honest answer: no single metric survives contact. We run layered checks ourselves — a rule engine counting stock phrases and sentence molds (catches template prose, but flagship models in single-shot mode already dodge word lists), LLM judges (in our calibration they labeled human writing as AI 88% of the time, so agreement is not accuracy), and human reading as the final court. A perplexity lens earns its place as a texture viewer: strong for self-review, useless for accusations.

Questions or ideas? Join our Discord →

We Fed 100 Passages to a GPT-2 Probe. The Most 'AI-Looking' Text Was Written by Humans. · Foreverse · Xinmeng