Back to Blog
Detection Methods & Evidence 7 min read

Why an AI Detector Can Miss AI Text Without Anyone Trying to Fool It

By Dusan Boljevic · AI/ML Engineer at TheChecker.AI

Paper-cut illustration of a magnifying glass revealing a hidden fault line running through layered paper, symbolizing how ordinary text variation can slip past an AI detector

Quick answer

Two 2026 studies, run independently by different research teams, land on the same uncomfortable finding: AI detectors can lose most of their accuracy from ordinary, non-malicious changes to how text was generated, not just from someone deliberately trying to beat the tool. The University of Pennsylvania's RAID benchmark tested 12 commercial and open-source detectors against 6 million+ AI generations and found that a single, common generation setting — a repetition penalty, meant only to make AI text sound less robotic — cut detector accuracy by up to 32 percentage points with zero intent to evade anything. A University of Florida security team found the same pattern from the opposite direction: testing five commercial detectors on AI-cloned versions of 6,000 real academic papers, they measured false-negative rates ranging from 0.3% up to 99.6%, and found that simply asking the AI to use "more complex vocabulary" was enough to fool detectors that otherwise performed well. Neither finding means detection doesn't work. It means a detector's headline accuracy number describes one specific test condition, and real-world text routinely falls outside it.

What the RAID benchmark actually measured

RAID — short for Robust AI Detection — is the largest published benchmark of its kind: over 6.2 million pieces of generated text, spanning 11 language models (from GPT-2 through GPT-4 and ChatGPT), 8 writing domains, 11 adversarial attacks, and 4 decoding strategies. Researchers Liam Dugan, Alyssa Hwang, Filip Trhlík, and colleagues at the University of Pennsylvania built it because, as they put it, most detector accuracy claims are tested only on the easiest possible conditions: a single model, a single writing style, no variation in how the text was actually generated. Two results stand out for anyone who assumes a "high accuracy" claim travels well outside the lab. The first involves a repetition penalty — telling an AI model to slightly down-weight words it's already used, a routine setting in most AI writing tools, not an attack — which alone can cut detector accuracy by up to 32 percentage points. RAID's team was the first to test this at scale for detection purposes, and found detectors missed AI text far more often "regardless of decoding strategy," because, as the researchers put it, text generated this way "sounds more human-like" to begin with — exactly why detectors struggle with it.

Detectors also don't fail evenly across attack types. Homoglyph substitution — swapping a normal letter for a visually identical character from a different alphabet, a Cyrillic "е" standing in for a Latin "e," say — dropped five of six tested detectors by an average of 40.6%. GPTZero was the outlier, losing just 0.3% against the same attack. So "detectors are unreliable" isn't quite the right takeaway; reliability swings wildly by tool and by exactly what changed in the text. Even RAID's strongest performers on paper — Binoculars, Originality, FastDetectGPT — could swing from near-perfect to complete failure over something as small as which model wrote the text or how it was sampled.

The paper's own conclusion is worth quoting directly: "detector accuracies are generally over-reported," and "many detectors we tested are nearly inoperable at low false positive rates, fail to generalize to alternative decoding strategies or repetition penalties, show clear bias towards certain models and domains, and quickly degrade with simple black-box adversarial attacks."

A university security team found the same problem from the other side

Patrick Traynor and colleagues at the University of Florida approached the question from the other direction, presenting their findings at the 2026 IEEE Symposium on Security and Privacy. Their paper — pointedly titled "AI Wrote My Paper and All I Got Was This False Negative" — started with roughly 6,000 real papers submitted to top security conferences before ChatGPT existed, generated AI clones of the same papers, then ran everything through five commercial AI-text detectors. What came back was all over the map: false-positive rates from 0.05% up to 68.6% depending on the tool, false-negative rates (AI text missed entirely) from 0.3% up to 99.6%. Two of the five detectors did fine under the paper's default conditions. Then the researchers asked the AI to regenerate the same papers with "more complex vocabulary" — a lexical complexity attack, though also something any writer might do for entirely legitimate stylistic reasons — and even those two detectors got substantially easier to fool.

"These are not reliable or robust tools to use to measure the problem," Traynor told UF News. "We really can't use them to adjudicate these decisions. People's careers are on the line here." His point wasn't that detection is worthless — it's that a specific accusation, built on one score from one tool, needs more supporting evidence than the score itself, a conclusion that lines up with why a single accuracy claim isn't proof about one document.

Why this isn't really about cheating

Reading about "attacks" on AI detectors, the instinct is to picture someone deliberately gaming the system. Some of RAID's 11 test conditions really are adversarial — paraphrasing text specifically to dodge detection is a real evasion technique, and it has its own honest tradeoffs worth understanding. A repetition penalty isn't that: it's a default or near-default setting in many AI writing tools, there to make output read less mechanically, and a homoglyph can show up by accident too — copied from a PDF, typed on a non-English keyboard, run through certain formatting tools — without anyone intending to fool anything. That distinction matters for how you read a detector's score. A low AI-probability score on text that turns out to be AI-written doesn't necessarily mean the detector is broken or that someone tried to cheat it — it can mean the text was generated with an unremarkable setting the detector's training data didn't cover well. Both studies point at the same underlying fix: check what the number was actually measured against before trusting it.

What separates a detector that holds up from one that doesn't

Neither paper argues for giving up on detection entirely — RAID's own authors point to Binoculars, Originality, and GPTZero as tools showing "promising signs" in specific conditions, whether that's precision at low false-positive rates or resistance to one particular attack type, and what both studies actually support is narrower than "detectors don't work": real-world reliability comes down to testing across realistic variation, not one showcase run. Our own accuracy page is scoped deliberately along the same lines: it reports a 100% detection rate against 10 AI-generated samples written in plain, default settings — general-knowledge topics with no adversarial modification, tested head-to-head against seven other detection tools. That's an honest description of what it measured: default-settings AI text, not text run through a repetition penalty, homoglyph substitution, or a deliberate paraphrase attack. No credible detector, including ours, should claim immunity to every condition in RAID's 11-attack suite based on a benchmark that didn't test for it — which is exactly the gap between "accurate" and "accurate under what conditions" that both studies are describing.

FAQ

Does this mean AI detectors don't work at all, and is deliberately "humanizing" AI text the same problem? No to both, though the confusion is understandable. RAID called out Binoculars, Originality, and GPTZero for strong performance in their respective areas, and the UF team found two of five commercial detectors held up well under normal conditions — the finding is that accuracy numbers get measured under one set of conditions, and text generated a different way, even with zero evasive intent, can land outside it. Formatting quirks are one path to that: homoglyphs and unusual spacing can come from copy-pasting between apps, PDF extraction, or certain keyboard layouts, not just from someone trying to dodge a detector. Deliberate evasion is a separate, adversarial case — paraphrasing tools built specifically to beat detectors, with its own honest tradeoffs — while what RAID and the UF study describe is ordinary generation settings and incidental text artifacts that reduce accuracy without anyone trying to evade anything. If a score looks off and your document went through several formatting tools, treat that score as a starting point for review, not a verdict, the same principle covered in why confirming a flag isn't as simple as re-running the same check.

See how a detector performs on your own real text

Curious how a detector actually performs on real text rather than a best-case demo? Try your own sample through our detector and read the full sentence-by-sentence breakdown, not just the top-line score.

Dusan Boljevic

AI/ML Engineer at TheChecker.AI

Dusan Boljevic writes at TheChecker.AI, covering how AI-text detection works and how students, writers and teams can use it responsibly.

Interested in using TheChecker.AI?

Try it free