Accuracy and false positives

Are AI detectors accurate? It depends on how they are tested.

A detector has no fixed accuracy apart from its data, threshold, and use case. The meaningful questions are how often it misses AI content, how often it flags human work, and what a positive result means at the base rate in your setting.

Key conclusion
A score is not proof of origin
Last updated

01 · Define accuracy

Start by naming the error you care about.

One overall percentage compresses different errors, class proportions, and decision costs into a single number. Separate the metrics before comparing results.

There is no universal accuracy rate

Performance changes with the test set, language, content type, generation model, editing process, and decision threshold. A strong result in one experiment does not automatically transfer to classroom essays, news images, platform-transcoded video, or future models.

False positives and false negatives are different failures

A false positive labels human content as AI and can cause an unjust accusation. A false negative misses AI content and can make screening ineffective. Reducing one error commonly increases the other, so the threshold should reflect the real cost of each outcome.

The base rate changes what a positive result means

Suppose only 10 of 1,000 items are AI-generated. Even with 80% recall and a 5% false-positive rate on human work, the detector produces about 8 true positives and about 50 false positives. In a low-base-rate setting, a flag is especially weak evidence by itself.

02 · Account for the medium

Text, images, and video fail in different ways.

An evaluation number from one medium does not apply to another. Input length, compression, and transcoding change the evidence a detector can actually observe.

03 · Evaluate the claim

Credible accuracy requires a reproducible test design.

Before trusting a headline number, inspect where samples came from, how the threshold was chosen, whether testing was independent, and whether each error was reported.

Use an independent, representative test set

The test set should include the languages, genres, devices, compression paths, and generation models expected in actual use, plus difficult human examples. Data used during development cannot also serve as the final evaluation without making results look overly optimistic.

Report precision, recall, and the confusion matrix

Recall shows how much truly AI-generated content was caught, while precision shows how much flagged content actually belonged to the target class. The confusion matrix exposes the underlying counts of true positives, false positives, true negatives, and false negatives.

Publish the threshold and test score calibration

Different thresholds trade precision for recall. An 80% interface score is a calibrated probability only if calibration data show that about eight in ten similar cases belong to the target class; many rule scores and classifier confidence values do not meet that condition.

04 · Use results safely

Limit an accuracy claim to the conditions it was tested in.

Models and content keep changing. A responsible process monitors failures, preserves provenance evidence, and lets people inspect and correct automated results before consequential decisions.

Keep testing for distribution shift

New generation models, languages, platform processing, and evasion methods move live inputs away from an old test set. Monitor errors by medium and population, then re-evaluate after distribution shift instead of treating one launch-time number as permanent.

Place detector output inside an independent evidence chain

A score can decide what to inspect next but cannot replace provenance checks. Original files, content credentials, version history, reverse search, and publisher statements reduce the risk that several similar detectors share the same hidden bias.

Require human review and an appeal path for high-stakes use

When education, employment, reputation, or legal consequences are involved, a qualified person should inspect the original material, error costs, and alternative explanations. The person affected must be able to provide evidence and correct the record.