Benchmark

How often our AI detector is wrong about a human

Every AI detector returns a confident percentage. None of them tells you how often that percentage is wrong about someone who wrote their own work. That second number is the one that matters if you are the student being accused, so it is the one we publish.

Last measured 9 August 2026. Every figure below comes from a script in the repository that can be re-run against the same labelled corpora.

Measured false-positive rates

The rate at which verified human-written academic text receives our strongest verdict. Accuracy is not one number: it changes with language and with document length, so we report four profiles rather than an average that would hide the weak ones.

ProfileStrongest verdictFalse positivesMeasured on
English · over 400 wordsHigh probability of AI≈ 3 in 10040 human / 25 AI
English · under 400 wordsHigh probability of AI≈ 2 in 100236 human / 20 AI
German · over 400 wordsHigh probability of AI≈ 4 in 10038 human / 25 AI
German · under 400 wordsno high-probability verdict is issued60 human / 20 AI

Short German text never receives a high-probability verdict, and never will on the current evidence.

On German text under 400 words, no threshold strong enough to catch AI reliably costs fewer than about 7 false accusations in 100. One innocent student in fifteen is not a trade we are willing to make, so the German short-form profile stops at “medium probability”. This is a measured limit, not a feature we have yet to build.

What these numbers are not

What we measured against

Every human document below was published before ChatGPT was available, so its authorship is not a matter of judgement.

arXiv abstracts, pre-2022

n = 236

Published before ChatGPT existed, so human authorship is not in question.

scripts/fetch-human-corpus.mjs

Europe PMC full texts, pre-2022

n = 40

Full-length academic prose rather than abstracts — the register we actually sell into.

scripts/fetch-longform-corpus.mjs

German Wikipedia revisions, pre-2021

n = 38

Verifiably human, German, long-form. Expository rather than thesis prose, which is a real limitation.

scripts/fetch-german-longform.mjs

German academic abstracts, pre-2022

n = 60

OpenAlex, filtered on German function words because the language field is unreliable.

scripts/fetch-german-corpus.mjs

We once shipped a detector that was worse than a coin flip

In an early version, measurement against 236 pre-2022 arXiv abstracts returned an AUC of 0.184. A coin flip is 0.50. The detector was ranking machine-written text as more human than human-written text; inverting its output would have improved it. It had been returning confident percentages the entire time.

The cause was a family of lexical-richness features — Yule’s K, MTLD, the Zipf exponent, hapax legomena — all running backwards with large effect sizes. They score dense human academic prose as machine-like and lexically varied machine prose as human. That is the same mechanism behind the published finding that detectors falsely flag a majority of non-native English writers.

Those features now carry zero weight. They are still computed and still shown as evidence; they simply do not move the score. We publish this because it is the strongest argument we have for measuring: the failure was invisible from the output and obvious from the corpus, and any detector that has never run this test has no idea whether it has the same problem.

What no detector can do

No AI detector, including this one, is proof of authorship. These tools measure statistical properties of text, and human writing that is formal, structured, or written by a non-native speaker shares many of those properties. A score is a reason to ask a question, never a reason to conclude an answer. If a detector has been used against your work, our guide on what to do when a detector flags your thesis sets out how to respond.

Check your own work against these numbers

The first 1,500 words are free, with no account. Every verdict comes with the false-positive rate for that exact band, shown next to the score.

Run the free AI check

Researchers and journalists: the corpora, the scoring code and the calibration harnesses are all in the repository behind this site. If you want to reproduce or challenge any figure here, write to contact@morphica.de and we will help.