How AI Detectors Work and Where They Break
AI detection refers to tools that estimate whether a text was written by a language model or by a person. Two broad families exist. Trained classifiers, such as the open desklib and Fakespot detectors, learn from labeled examples.
On this page
Quick Answer
AI detection refers to tools that estimate whether a text was written by a language model or by a person. Two broad families exist. Trained classifiers, such as the open desklib and Fakespot detectors, learn from labeled examples. Zero-shot methods, such as Binoculars and Fast-DetectGPT, score how predictable a text is to a language model with no training at all. Both can be beaten: paraphrasing cut DetectGPT's detection from 70.3% to 4.6% in the DIPPER study, and our own trained detector caught only 31% of DIPPER-paraphrased GPT-4 text. A score reflects how a text reads to one tool at one threshold. It does not establish authorship.
The usual question about AI detectors is whether they are accurate. A more useful one is what each tool measures, and whether that measurement fits this text, in this language, written by this author.
The tools split into two families. Trained classifiers learn statistical patterns from labeled examples of AI and human text; the open desklib detector, for example, is a DeBERTa-v3-large model trained on the RAID benchmark. Zero-shot methods, including Binoculars and Fast-DetectGPT, score how predictable a text is to a language model with no training at all. The two families fail under different conditions, and neither is safe from rewriting.
We tested four of these open detectors, two trained classifiers and two zero-shot methods, on 223 held-out articles from our own humanizing pipeline. Thresholds were set so at most 1% (and, separately, 0.5%) of verified human documents would be called AI, then confirmed on 8,540 other human documents. None of the four called any of the 223 articles AI, yet at the same thresholds they caught 13-80% of ordinary public AI text from the HC3, Beemo, MAGE and RAID datasets. A classifier trained on our pipeline's own output separated the same articles perfectly (AUROC 1.000), and commercial detectors such as GPTZero and Pangram were not part of the test.
Who sells detection matters too. Writing about the detector company Pangram, Tim Requarth (Substack, "The Problem with AI Detector Companies") warned readers to "be wary when the same companies co-author the research, rile up the mob, and sell the solution." Research is also moving past the human-or-AI question: Sun et al. (ICML 2025) told apart text from ChatGPT, Claude, Grok, Gemini and DeepSeek with 97.1% accuracy.
Institutions are adding upfront AI-use declarations alongside detection; one student reported a course that requires a declaration form with every graded assignment. This article covers how each detector family works, what building and auditing our own detector showed about thresholds, and what institutions and content teams should expect next.
We rebuilt our detector around a rule set from day one: at most 0.5% of human documents may be called AI, in every kind of writing, not just on average. A score should never serve as an accusation unless you know how often the tool wrongly calls human writing AI. Our reading of the evidence is that general-purpose detectors mostly key on the habits of raw instruction-tuned output, such as predictable wording, uniform rhythm and stock phrases. That is a plausible explanation rather than a proven mechanism, but it makes their blind spots easier to anticipate.
The market splits between two families. Trained classifiers learn a decision boundary from labeled examples of human-written and AI-generated text. Zero-shot methods such as Binoculars and Fast-DetectGPT need no labeled data: Binoculars, for example, compares how surprising a text is to one language model with how surprising a closely related second model would expect it to be. Both fail under adversarial conditions, but not in the same way.
The RAID benchmark (ACL 2024) found detectors easily fooled by adversarial attacks, changes in sampling, repetition penalties and models they had not seen. Paraphrasing is the sharpest case: in the DIPPER study (NeurIPS 2023), rewriting cut DetectGPT's detection from 70.3% to 4.6% at a 1% false-positive rate. Trained classifiers, for their part, misfire when the writing they check differs from the writing they learned from.
This article covers both families, the evidence behind their breakdowns, and what rebuilding our own detector taught us about setting thresholds on real content.
Forward Signal: 12-24 months horizon
Where AI Detection Policy And Bias Head Next
Three forecasts for how detector-triggered discipline, accuracy debates, and language bias play out over the next two years.
What Happens Next With AI Detection
Use these forecasts to gauge how institutional policy, enforcement, and language bias around AI detectors will evolve.
More schools and employers will adopt numeric AI-detection score thresholds and mandatory AI-use declarations, formalizing misconduct investigations triggered by a single detector score.
Complaints about detectors flagging translated and non-English writing at higher, less consistent rates will keep surfacing, pushing scrutiny toward language-based bias in detection tools.
Even as detectors get better at catching genuinely AI-written text, the accountability bottleneck will keep sitting with human reviewers who decline to act on flags, not with detector accuracy itself.
Early indicators on the radar: A University at Buffalo graduate student reported that the university's faculty guidance sets a 35-45% AI-detection score as the point to start the academic integrity process, and a student elsewhere reported a course that requires an AI-use declaration form with every graded assignment. In one study, Turnitin correctly identified 91% of AI-generated papers despite deliberate prompt-engineering evasion attempts, yet faculty formally reported only 54.5% of the papers as potential misconduct even after being told AI-written papers were mixed into the batch.
Supporting And Contrary Evidence
Each forecast is checked against both supporting reports and cases that complicate it.
- Turnitin's AI detection tool falsely flagged my work, triggering an is the strongest public backing for this call. [Community / Forum]Original poster (u/Kelspider-48) is a public health graduate student at the University at Buffalo (UB), in final semester, submitted a written assignment with no LLM/external tool use. “A black-box algorithm, known to produce false positives, is being used as de facto evidence in high-stakes academic processes.”
- The case rests on What Ai detector is everyone using? [Community / Forum]Original Reddit thread posted 2 years before capture (per multiple "2y ago" timestamps), in r/LibertyUniversity subreddit. “It's embarrassing to write at such a basic level.”
- The reliability of Ai detectors points the same way. [Community / Forum]Original poster (u/StellaCrewe) is an English Literature major who ran her own essay through multiple AI detectors and received a 0% AI score from one site and a 100% AI-generated score from another on the exact same paper. “we all use it for things like brainstorming ideas or checking up on a concept or spelling.”
- The case rests on Do AI Detectors Work for Non-English Content? Let’s Test It. [Blog]Author uploaded the same short paragraph translated into five languages (via own knowledge plus native-speaker help) to the same AI detector.
- False positive with AI detector? is the strongest public backing for this call. [Community / Forum]OP (whimsicaltheory) reports papers written with zero AI use scored "100% chance of AI-generated text" on an online checker. “AI detection is snake oil. All AI does is output words. There is no hidden code to be detected.”
- New Research: AI Detectors Work. Humans, Not So Much is the strongest public backing for this call. [Substack / Newsletter]Turnitin's AI detection system correctly identified 91% of AI-generated papers in the study, despite researchers using prompt engineering to evade detection. “Turnitin AI detection may be a valuable tool in supporting academic integrity.”
What Could Change These Forecasts
Regulatory action, standardized accuracy benchmarks, or high-profile legal challenges could shift these outcomes.
Read this with care
No forecast here is a sure thing. The strongest signal scores 84/100; the minority read (48/100) exists because sources weigh the trend differently.
- Formal Score Thresholds Spread. Buyers changing priorities, or regulators changing rules, hit that call first.
- Enforcement Gap, Not Detection Gap. A source base that turns contrary would leave that as the forecast still standing.
What Does an AI Detector Actually Measure?
Trained classifiers measure how closely a text matches labeled AI and human examples; zero-shot methods measure how predictable it is to a language model. Neither observes who actually wrote it.
Knowing which family a tool belongs to is the first step toward predicting where it will fail. I call this the origin-or-predictability test: ask whether the tool learned what AI-written text looks like from labeled examples, or whether it scores each passage against a language model's own probability estimates. The test is harder to apply to closed products, and The AI Detector Dilemma on Medium notes that most detectors don't publicly disclose what their training data includes, as of .
Trained classifiers learn a decision boundary from labeled examples of AI-written and human-written text. Our own trained head held its verdicts across input format: in our 30 August audit, the same page scored 8 to 12 points differently when checked by URL versus pasted text, enough to flip a verdict, while the trained head flipped 0 of 30 verdicts between the two. The weakness is coverage. An early version of our head, trained without open-web human text, flagged about 31% of ordinary web writing as AI, the classic trap of learning "polished" instead of "machine-written". The amount of human training text mattered more than we expected: adding 404 human marketing posts drove human false positives to zero but cost 13-27 points of recall on AI articles, while 50 posts cost nothing.
Zero-shot methods, such as Binoculars and Fast-DetectGPT, score how predictable a text is under a reference language model, building on perplexity, a measure of how surprised the model is by each next word. Raw instruction-tuned output tends to be more predictable than human writing, so high predictability counts as a sign of AI. Humanized text breaks that logic. In our audit, every zero-shot method we tried (GPT-2 perplexity, and Binoculars with 0.5B and 7B model pairs) was blind to humanized output, which overshoots the human band: Binoculars scored about 1.06 for humanized output against about 1.00-1.05 for human text.
A common misconception is that detectors all react to the same surface style. Our audit showed how far a surface score can mislead: our old style score ranked humanized pipeline output as more human than real human client archives (AUROC 0.22), because it measured the same surface features that humanizing optimises. A detector is only as good as the examples and thresholds behind it.
Language is another blind spot. Karen Covey (Do AI Detectors Work for Non-English Content? Let's Test It, Medium, October 2025) ran the same short paragraph in five languages through one detector: the English version came back "likely human" and the Korean version "100% AI". A second detector reshuffled the verdicts, rating the Korean version "mostly human" and the English one "questionable". Describing a friend's classroom test, she wrote that "the detector wasn't detecting AI. It was detecting difference."
Formal human writing carries its own risk. Across 9,963 verified human documents, our current detector called 4 AI, and the errors we found cluster in formal, institutional prose: the previous version called 8 of 637 US federal agency documents AI, and the open desklib detector called 4.1% of them AI at its 1% threshold. A graduate student whose flagged assignments were a grant proposal and a literature review made a similar point about those formats in a Reddit post about a Turnitin flag.
A score tells you which pattern a text resembles to one tool. It does not tell you who wrote it.
Why Do Evasion Techniques Work on Some Detectors and Fail on Others?
Evasion results vary because each detector learned different signals and uses different thresholds. The same prompt can pass one tool and fail another, and paraphrasing remains hard for both detector families.
According to Asifa Haroon Narejo (Medium, January 2026), who tested more than 50 prompt variations against Turnitin, GPTZero, Originality.ai and ZeroGPT over two weeks, only 3 of those prompts consistently scored below 10% across the four tools. Her own figures show the spread: the prompt she calls "The Human Imperfection Protocol" scored 8% on GPTZero, 4% on Originality.ai, 0% on ZeroGPT and 12% on Turnitin. She put prompts at "70% of the way" to a low score, with manual editing doing the remaining 30%. Her explanation: "AI detectors look for three things: perfect grammar, consistent tone, and smooth transitions. This prompt intentionally breaks all three patterns." She added that the same prompts "might work differently in six months." These are self-reported results from single tests, not an independent evaluation.
That explanation is one writer's theory of what detectors look for, not a documented mechanism. Breaking grammar and tone only matters to a detector that weighted those signals in training, and most vendors do not publish what their training data includes.
Surface signals can be counted and corrected. We measured a fleet of AI-drafted articles at 12.9 dash-punctuation marks per 1,000 words, against 0.8 in one company's own pre-AI blog. An outside AI-detection review of that site reported "about 14 em-dashes per 1,000 words" on pages with no em-dash characters at all, because detectors fold the em-dash, en-dash and spaced hyphens into one signal. After we replaced the writing rule with a budget of 2 dash marks per 1,000 words, new articles measured 1.69 per 1,000 words.
Correcting those signals has a ceiling. Removing reused phrases, dashes and fixed skeletons makes articles stop looking alike, but it does not erase the underlying model style: in our September test, 81-100% of generated prose sections still read AI to a detector trained on that pipeline, even with shared phrases at 0.5% or less of each section.
The deeper point is that style and origin are different readings, and our detector reports them separately, never blended. Style describes how generic or distinctive the writing reads; origin estimates who most likely wrote it. On one sports equipment manufacturer's site, 288 human-written posts from 2009-2018 and 30 AI-drafted buying guides from 2026 scored in a similar style band (57 against 68 on our style scale), yet our detector flagged 0.7% of the human posts and 73% of the AI guides. Style overlapped; origin did not.
Institutional prose shows the risk on the human side. When we ran 2,868 pre-2021 Medium posts through the previous version of our detector, it called 4 AI (0.14%). Three of the four were institutional prose; the fourth was a list of titles. The current version called 2 of 2,868, and 2 of 637 US federal agency documents, where the previous version had called 8. We confirmed the new version on data that took no part in choosing it: 1,401 fresh Medium posts (old version 3 false positives, new 0) and 511 documents from 8 agencies never used anywhere (old 3, new 0). One plausible explanation for the pattern is that neutral, well-organised institutional prose is the register AI models imitate by default.
The arms-race framing applies to both families. Sentence-level paraphrasing remains the hard case for trained classifiers too: GPT-4 text rewritten with the DIPPER paraphraser was called AI 18% of the time by one version of our detector and 31% by the next, and adding 600 instruct-model rewrites to training moved DIPPER recall only from 8% to 9%.
How Should You Interpret an AI Detector Score?
A detector score tells you how closely a text resembles what one tool learned to flag, at that tool's threshold. It does not resolve who wrote the text.
The four open detectors that scored our held-out articles as human were not malfunctioning. With thresholds set so at most 1% (and, separately, 0.5%) of verified human documents were called AI, confirmed on 8,540 other human documents, they caught 13-80% of ordinary public AI text from HC3, Beemo, MAGE and RAID, with Fakespot at 80% and desklib at 66%. On our 223 held-out pipeline articles they called none AI and ranked the articles as more human than real human writing (AUROC 0.22-0.40). A classifier trained on our pipeline's own output separated the same articles perfectly (AUROC 1.000), so a learnable fingerprint exists; general-purpose detectors simply do not carry it. Commercial detectors such as GPTZero and Pangram were not tested. A plausible explanation is that open detectors mostly key on artefacts of raw instruction-tuned output, which careful humanizing removes.
We publish our detector's errors on human writing as well as its catches, because the false-positive side decides whether a threshold is defensible. Across 9,963 verified human documents it made 4 false positives. On 4,546 documents across 17 registers, from client archives dated 2021 or earlier and Wayback snapshots of marketing blogs to C4 open-web text and sports and health copy, it called 0 (95% upper bound 0.08%). On AI text it was never trained on, it called 222 of 223 held-out pipeline articles AI and 144 of 146 articles written after its training cut-off. Training runs vary too: retraining the identical recipe moved "not called" on humans from 0.22% to 0.66% and strict pipeline recall from 97.8% to 92.4%, so we only ship a model after confirming it on fresh data.
Small error rates also compound. According to Tim Requarth, writing on Substack, Pangram claims a false positive rate of 1 in 10,000. Princeton computer scientist Arvind Narayanan calculated that if every instructor ran a detector on all student submissions, 500 to 1,000 written works per student over four years, 5 to 10% of students would be falsely accused of cheating at some point. A University of Maryland preprint co-authored by four Pangram employees scanned 250,000 newspaper articles and claimed 9% of U.S. news contains AI-generated text; its lead author said the team reports "trends at an aggregate level." Requarth called Pangram "probably a decent tool for studying population trends" and described using it against individuals as a fundamentally different application. The Wall Street Journal's James Taranto ran three accused op-eds through Pangram's public website and got different results than the researchers' own database. Requarth later issued a correction conceding that Pangram is quite accurate on fully AI-generated text from major models, while keeping his criticism of accusations against individuals.
Running the same text through several tools and noting where they disagree reveals more than any single score. Disagreement means the tools weight different signals or set different thresholds, which is a fact about the tools, not about the text.
Our reading, labeled as such: general-purpose detectors mostly key on the habits instruction tuning leaves in raw model output, so their blind spots are predictable. Zero-shot methods were blind to humanized content in our audit; trained classifiers misfire when their training data does not cover a kind of writing, and paraphrasing remains hard for both; and any detector's false-positive risk grows when it is applied again and again to the same pool of writers.
What Should Content Professionals Expect From AI Detection Over the Next Two Years?
More institutions will write numeric score thresholds into policy, while disagreement between tools and uneven follow-through on flags remain unresolved. Detector accuracy alone will not settle how scores are used.
Based on our own measurements and the public record, three signals stand out for content operations and academic institutions over the next 12-24 months:
| Signal | Prediction | Weak Signal Now | Why It Matters |
|---|---|---|---|
| Formal score thresholds spread | More institutions will codify numeric AI-detection thresholds and mandatory disclosure requirements, formalizing misconduct investigations triggered by a single score percentage. | Some universities build policy around score thresholds: a University at Buffalo graduate student reported faculty guidance that starts the academic integrity process at a 35-45% AI-detection score. Others have stepped back: Vanderbilt disabled Turnitin's AI detector, citing unreliability, and NYU has disabled Turnitin's AI detection. Institutions are still deciding how much weight a score can bear. | Students, employees and freelancers should expect a detector score to act as a trigger at more institutions, whether or not the tool was tested on their kind of writing. |
| Enforcement, not detection, is the bottleneck | Even as detector accuracy improves, the accountability gap will sit with the human reviewers who decide what to do with flags, not only with the detection technology itself. | Tools disagree on the same submission: in The AI Detector Dilemma, one original graduate paper scored 45% AI on Turnitin, 82% on GPTZero, 23% on Originality.AI and 61% on Writer.com. Verified ChatGPT output drew 100% AI from some tools, 40-60% from others, and a human verdict from a few. In one study, faculty formally reported only 54.5% of papers even though Turnitin identified 91%. | The risk for content operations is less about being flagged at all and more about inconsistent enforcement that treats the same score differently by tool, institution or reviewer. |
| Non-English writing draws scrutiny for bias | Complaints about detectors flagging translated and non-English writing at higher or less consistent rates will intensify, pushing regulatory and vendor attention toward language-based failures. | One student reported 0% AI from one site and 100% from another for the same essay. Karen Covey's five-language test got "likely human" for English and "100% AI" for Korean from the same detector. A 2023 study in the journal Patterns, as summarised by Slow AI, ran genuine essays by non-native English speakers through seven detectors and found 61% flagged as AI on average. | Non-native English writers and multilingual content teams face a different risk profile from the same tool. Any operation producing content in more than one language needs false-positive data per language, not just an overall rate. |
The contrarian read: detector accuracy is not the only limiting factor in these scenarios. At thresholds set on verified human text, the open detectors we tested caught 13-80% of ordinary public AI text, so detection is uneven even before any humanizing. What limits fair application just as much is whether institutions publish their methods, keep tools within the kinds of writing they were tested on, and act consistently on the flags they receive.
What Comes After Binary Human-vs-AI Detection?
Research is moving from whether AI wrote a text toward which model wrote it. Model attribution can already tell major AI systems apart, even after the text is rewritten.
Sun et al. (ICML 2025) reached 97.1% accuracy telling apart text from ChatGPT, Claude, Grok, Gemini and DeepSeek, and the signal persisted after rewriting, translation and summarization. That is model-level fingerprinting, not binary classification. It fits what we saw in our own tests: humanized articles passed the four open detectors we tested, but a classifier trained on our pipeline's output separated the same articles perfectly (AUROC 1.000), and commercial detectors such as GPTZero and Pangram were not part of that test. Humanized text is not untraceable.
The accountability problem Tim Requarth described persists: when the same companies co-author the research and sell the product, aggregate accuracy can end up used as evidence against individuals. What changes that is less a better score than policy that separates screening from accusation, set by institutions rather than left to individual instructors or editors.
For content operations, the working guidance holds: know each tool's false-positive rate for the kind of writing you publish, not just its default threshold; document what you measure and where you miss; treat disagreement between tools as information; and never treat a score as a verdict. To see a reading for your own text, the free AEO Content AI Detector shows one for each passage of about 300 words it scores.
For teams publishing at scale, the AEO Content Engine produces articles grounded in each company's own records, written to read like expert human writing and structured so AI answer engines can cite them.
This article is part of our research series on how AI writes and how humans write. The overview of the whole series is How AI Writes vs How Humans Write.
Written by
Alex Shortov
CTO, AEO Content
Full-stack engineer and content infrastructure architect with 20 years of building enterprise systems.
Connect on LinkedInSummarize This Article With AI
Open this article in your preferred AI engine for an instant summary.
Frequently Asked Questions About AI Detectors
Here are common questions about how AI detectors work, where they fail, and how institutions are using their scores, answered from public reports and our own detector research.
How do universities use AI detector scores to make decisions?
Schools vary widely. A University at Buffalo graduate student reported that the university's faculty guidance starts the academic integrity process at an AI-detection score of 35-45%, and that an investigation into her work was opened on the score alone. Vanderbilt University has disabled Turnitin's AI detector, citing unreliability. Policies that act on a single tool's threshold treat a probabilistic score as a verdict.
Have students been falsely accused based on AI detector results?
Students report it, including at the doctoral level. In an r/LibertyUniversity thread, one doctoral student wrote that a professor admitted in writing he "could not ascertain" intent to cheat, yet the student still received a zero and later withdrew. Another doctoral student reported a rise in AI flag complaints from late September 2024, which they believed coincided with a Turnitin algorithm change; that is one student's account, not a confirmed update.
Do prompt engineering tricks work on all AI detectors?
Not uniformly. In Narejo's own tests, her three best prompts scored 11-15% on Turnitin while scoring 0-9% on the other three tools. Research on paraphrasing points the same way for both detector families: the DIPPER paraphraser cut DetectGPT's detection from 70.3% to 4.6% at a 1% false-positive rate, and our own trained detector caught only 31% of DIPPER-paraphrased GPT-4 text.
Should I use one detector or several?
As guidance, use at least two that work differently, such as a trained classifier and a zero-shot method, and note where they disagree. Disagreement is not noise: it suggests the text sits near at least one tool's threshold. Before acting on any score, find out how often that tool calls verified human writing AI.
Can an AI detector prove a human wrote something?
No. A detector reads only the finished text, and even a carefully tested one makes mistakes: ours called 4 of 9,963 verified human documents AI. Evidence of authorship comes from outside the text, such as archive captures from before modern AI writing, version history and dated drafts.