Learn · Detection
Detectors guess.
Watermarks know.
Updated 24 August 2026
AI detectors guess from writing style and are wrong in both directions often enough that OpenAI withdrew its own. What the evidence shows, and how watermarks differ.
The short answer
Sometimes — statistically, on average, over many documents. On any single passage, no. AI detectors misclassify often enough, in both directions, that the most telling data point in the field is this: OpenAI, with every advantage in understanding its own models, withdrew its AI text classifier in July 2023 citing its low rate of accuracy. If the model’s maker could not do it reliably, third-party tools claiming near-certainty deserve skepticism.
How detectors work — and why that is the problem
Post-hoc detectors have no inside information. They estimate AI likelihood from learned features of the writing itself — predictability of word sequences, sentence-length variation, distributional patterns. That makes them universally applicable and universally fragile: they are guessing what the text looks like, not testing what produced it.
This is the fundamental contrast with keyed watermarks. A watermark detector re-scores every word choice against a secret key and computes calibrated statistical evidence; a style classifier pattern-matches against what model output usually looks like. One is a measurement, the other an impression. Our detection guide covers where each fits.
False positives: the expensive direction
A Stanford study found several commercial detectors flagged more than half of writing samples by non-native English speakers as AI-generated, while classifying the same authors’ ideas rewritten in more elaborate English as human. Formulaic, plain, well-organised prose — the kind produced by careful students, technical writers, and anyone writing in a second language — is exactly what detectors confuse with model output.
The cost lands on people: students accused of cheating, freelancers losing clients, writers asked to prove a negative. Any process that treats a detector score as a verdict rather than a prompt for human judgment is misusing the tool.
False negatives: the quiet direction
Errors run the other way too. Paraphrasing, light editing, and translation shift the statistical fingerprint detectors rely on — the SynthID-Text paper reports that edits weaken even purpose-built watermarks, and style classifiers have far less to hold onto. Detectors also trail the models: each new generation writes differently from the corpus the classifier trained on. A clean score does not establish that a human wrote the text.
Using detector scores responsibly
- Treat a score as a reason to look closer, never a conclusion. Corroborate with drafts, version history, and the author’s other writing.
- Never act on a single passage. Statistical evidence needs length; short texts are noise.
- Weigh the false-positive cost before the false-negative cost. A wrong accusation usually does more harm than a missed detection.
- Prefer provider detection where it exists. Keyed watermark checks, like Anthropic’s forthcoming API, produce calibrated evidence a style guess cannot match.
Quick answers
Can an AI detector prove someone used AI?
No. A detector outputs a statistical guess based on writing features, with documented errors in both directions. It can justify a closer look — checking drafts, version history, or asking the author — but a score alone is not proof of anything.
Why did my own writing get flagged as AI?
False positives are a known failure mode, not a fluke. Plain, well-structured, formulaic prose looks statistically similar to model output, and research found several detectors disproportionately flagged text by non-native English speakers.
Are paid AI detectors more accurate than free ones?
There is no public, independent validation standard, and vendors report their own accuracy figures under conditions they choose. Price is not evidence of reliability; treat every detector's score with the same caution.
Will watermarks make AI detectors obsolete?
Partly, for participating providers. A keyed watermark like Claude's announced system gives calibrated statistical evidence instead of a style guess — but only for that provider's models, and only via that provider's detector. Text from non-watermarking models will still leave detectors guessing.
Working on a draft now? The workspace combines character cleanup, semantic rewrite, and humanize. It is free to try without an account, and it does not promise a particular detector outcome.
Open the text workspace →Sources
- OpenAI classifier note — AI text classifier withdrawn for low accuracy · July 2023
- Stanford study — GPT detectors are biased against non-native English writers · 2023
- Nature paper — Scalable watermarking for identifying large language model outputs · October 24, 2024
- Anthropic announcement — How Claude’s text watermark works · August 14, 2026