
Teachers, editors and hiring managers now meet AI text detectors every week, often built into tools they already use. The tools report a percentage or a label, and it is tempting to read that number as a finding. This page explains what the number is, summarises what independent research has found about how reliable it is, and sets out a fair way to use a result. It does not rate any product; the principles apply to all of them.
How AI text detectors work
Most detectors are classifiers: statistical models trained on large collections of text labelled as human-written or machine-generated. Given a new passage, they estimate how closely it resembles each collection. Many rely on the observation that language models tend to choose likely words, so machine text is often more predictable, word by word, than human text, and more uniform from sentence to sentence. Some newer research systems instead look for a watermark: a hidden statistical pattern that a model deliberately builds into its word choices, which a matching detector can later test for. Watermarks only exist if the model that produced the text was built to add one.
| Approach | What it measures | Main weakness |
|---|---|---|
| Trained classifier | Resemblance to labelled human and machine text | Human writing that is plain, formulaic or non-native can resemble machine text |
| Predictability scoring | How expected each word is to a language model | Editing and paraphrasing change the score easily |
| Watermark test | A deliberate pattern the generating model added | Only works for text from a model that watermarks, and heavy rewriting weakens it |
What independent research has found
The published evidence is consistent on three points. First, detectors misclassify human writing, and they do so unevenly: a Stanford study found that essays by non-native English writers were flagged as machine-written far more often than essays by native speakers, largely because simpler vocabulary and structure look predictable. Second, paraphrasing defeats them: researchers showed that running generated text through a rewording step sharply lowers detection rates, and argued that reliable detection becomes harder as models improve. Third, people are not much better: in one widely reported test, scientists reading abstracts could not reliably tell generated ones from real ones.
None of this means a detector result is meaningless. It means a result is one weak signal, with known biases, that needs other evidence before anyone acts on it.
Using a detector result fairly
Treat the score as a reason to look, not a finding
A high score justifies reading the work more closely. It does not justify a conclusion, a grade penalty or a rejection on its own.
Read the passage yourself
Mark the features that drew the score, using the approach in close reading for machine-writing habits, and look just as hard for specific detail only the writer could know.
Ask for the process
Drafts, notes, version history and sources settle most questions quickly. The page on reviewing authorship through drafts and sources describes the conversation.
Record what you relied on
If a decision follows, write down the evidence other than the score. If the only evidence is the score, there is no decision to make.
If a detector flags your own work
Stay calm and bring your process: dated drafts, the sources you read with your highlights, your notes, and your document's version history. Ask which passages were flagged and explain how you wrote them. Point out, politely, that published research documents false positives, especially for non-native writers. A clear record of your process is the strongest answer to any score.
Where this fits on the site
This site builds highlighting tools, not detectors, and the reading skills here are the part of the problem a detector cannot do for you. The tools and extensions section covers the highlighters and annotation apps that make close reading and process records practical, including annotation layers for shared reading and highlight links you can send as evidence.
Common questions
How accurate are AI text detectors?
Independent studies show they misclassify some human writing, especially by non-native English writers, and that paraphrased machine text often passes. A score is a probability about style, so treat it as a reason to look closer, not as proof.
How do AI detectors work?
Most are trained classifiers that compare a passage with examples of human and machine text, often using how predictable the wording is. Watermark tests look for a pattern deliberately added by the generating model.
Can a detector prove someone used AI?
No. It cannot see who wrote the words. Drafts, sources, version history and a conversation with the writer are the evidence that matters.
Why do detectors flag non-native English writers?
Simpler vocabulary and regular sentence structure make text more predictable, which is one of the features detectors associate with machine writing.
What should I do if my writing is flagged?
Share your drafts, notes, sources and version history, explain how you wrote the flagged passages, and ask what other evidence exists.
Sources
- Liang, W. et al. (2023). Study of detector bias against non-native English writers, Patterns 4(7). Preprint arXiv:2304.02819
- Sadasivan, V. S. et al. (2023). Can AI-Generated Text be Reliably Detected? arXiv:2303.11156
- Else, H. (2023). Nature news: abstracts written by a chatbot fool scientists
- Kirchenbauer, J. et al. (2023). A Watermark for Large Language Models. arXiv:2301.10226