✓ You're in — here's the full guide. Check your inbox for The Input Daily.

Free guide

How AI detection actually works

Watermarks, Content Credentials, and why every "AI detector" you've been told to trust is wrong more often than you think. Including the one rule that matters most.

Skip to the one rule →

By Adan · adanxai · Verified against primary sources, August 2026 · Free, given away in full

Someone sends you an image and you want to know if it's real. You paste it into an "AI detector," it says 87% human, and you believe it. That number is close to meaningless — but there is a real system underneath, run by Google, OpenAI, Adobe, the BBC and Sony, and it works completely differently from what most people think.

The distinction almost nobody makes

Detection guesses. It looks at content and estimates whether a machine made it. It is statistical, and it is frequently wrong.

Provenance proves. The generator marks the content at the moment of creation, cryptographically or in the pixels. It doesn't guess — it either finds its own mark or it doesn't.

These get lumped together as "AI detection" and they are not the same thing. One is a coin flip with a confidence score attached. The other is closer to a receipt.

1. Content Credentials — the receipt

The standard is called C2PA, run by the Coalition for Content Provenance and Authenticity, a Linux Foundation project. Its consumer-facing name is Content Credentials. C2PA's own description is the clearest one out there — it works like "a nutrition label for digital content."

Technically, it's a cryptographically signed manifest attached to a file. It can record what made the content, when, and what edits happened along the way. Because it's signed with public-key cryptography, you can verify it hasn't been tampered with.

Who's actually behind it. The steering committee, listed publicly on c2pa.org: Adobe, Amazon, BBC, Google, Meta, Microsoft, OpenAI, Publicis Groupe, Sony, TikTok and Truepic. That's the camera makers, the model builders, the social platforms and a major broadcaster in one room. This is not a fringe standard.

The weakness is built in, and they say so. In OpenAI's own words, C2PA metadata "can be stripped, lost through uploads and downloads, or broken by transformations like file format changes, resizing, or screenshots."

Screenshot a C2PA-signed image and the credential is gone. Not defeated — just not carried over. Plenty of platforms strip metadata on upload as routine practice, with no bad intent at all.

2. SynthID — the invisible layer

Because metadata falls off so easily, Google DeepMind built something that lives inside the content: SynthID. Instead of attaching data to the file, it makes imperceptible adjustments to the pixels themselves — or, for audio, the waveform, and for text, the word choices.

Two neural networks are trained together: one embeds the pattern, one detects it. Detection is a matched-filter approach — the detector already knows what signature to look for and checks whether it's present.

The practical difference: a screenshot destroys C2PA metadata but SynthID generally survives screenshots, resizing, compression and format changes. That's the entire reason it exists.

The big change most people missed. On 19 May 2026, OpenAI announced it had become a C2PA Conforming Generator and adopted Google's SynthID for images generated through ChatGPT, Codex and the OpenAI API. On 31 July 2026 they extended it to audio and released a verification API.

Two rivals standardising on the same watermark is the closest thing this space has to an industry consensus.

OpenAI's framing is worth borrowing because it's accurate: the two layers do different jobs. C2PA carries rich detail when it survives. SynthID provides a survivability floor when it doesn't.

3. Why text is the hardest case

Images and audio have somewhere to hide a signal. Text doesn't. You can't nudge a pixel — you only have word choices.

So statistical text watermarking works differently. At each step, the model secretly splits its vocabulary into two lists, then biases itself toward one of them. Across a long enough passage, the proportion of words from the favoured list is statistically improbable in human writing. Someone with the key can measure it.

Why this is weak in practice:

  • It needs length. A short paragraph doesn't carry enough signal to be measurable.
  • Paraphrasing degrades it badly. Rewriting the text — by hand or with another model — disrupts the word distribution the mark depends on.
  • It's opt-in per vendor. There's no shared standard for text the way C2PA covers images.

Which is why the tools claiming to detect AI text are almost never reading a watermark. They're guessing.

4. Why AI detectors get people fired

The detectors used in schools and hiring don't check for watermarks. They measure statistical properties of the writing — chiefly perplexity, roughly "how predictable is each next word." AI writing tends to be smoother and more predictable. So does a lot of human writing.

The evidence is not close

Stanford, 2023. Seven detectors flagged essays by non-native English speakers as AI-generated 61% of the time. On native speakers, they almost never made that mistake. The reason is structural: people writing in a second language tend to use more standard syntax and simpler vocabulary — which reads as low perplexity, which reads as "AI."

Weber-Wulff et al., 2023. Tested 14 detection tools. Not one reached 80% accuracy. All produced both false positives and false negatives.

OpenAI shut down its own. They released an AI text classifier in 2023 and withdrew it roughly six months later, citing low accuracy. The company with the most training data and the strongest incentive to solve this could not make it work.

Be suspicious of accuracy claims, including the good ones. Most published figures come from the vendors selling the detector, tested on datasets they chose. Independent testing consistently produces worse numbers than marketing does.

The asymmetry matters most: a false positive accuses a real person of cheating. And the people most likely to be wrongly accused are the ones least equipped to argue back.

5. How fragile all of this is

Provenance is far better than detection. It is not bulletproof, and being honest about that is the point of this section.

Removal tooling exists, it's public, and it's mature. The clearest example is a GitHub project called watermarks-remover, which at the time of writing has around 10,000 stars and describes itself as stripping "multi-vendor AI provenance marks" — C2PA and metadata across PNG, JPEG, SVG, PDF, DOCX, HTML and Markdown, plus harnesses aimed at statistical text watermarks and pixel-level marks.

github.com/guillaumemeyer/watermarks-remover →

Why this guide names it rather than links a tutorial. You should know this class of tool exists, because it's the reason a clean result means nothing. But stripping provenance from content and passing it off as human is how people get expelled, fired and sued — and in the EU, AI-content disclosure is a legal requirement, not a courtesy. Knowing the attack exists is media literacy. Running it is a different decision with real consequences, and this guide isn't a manual for it.

Note that even that project's own maintainer treats part of it carefully: its SynthID-scoring component is under a non-commercial research licence and deliberately not published as a prebuilt image.

6. The one rule that matters

Absence of a watermark proves nothing. Presence proves a lot.

If a checker finds SynthID or valid Content Credentials, that's strong evidence — cryptographic signatures and matched-filter watermarks are hard to fake.

If it finds nothing, you have learned almost nothing. The content could be human. Or it could be AI that was screenshotted, re-encoded, generated by a model that doesn't watermark, or deliberately stripped.

OpenAI builds this asymmetry into their own tool. In their words, "no detection method is foolproof" — so when no signal is found, the tool refuses to conclude the image wasn't AI-generated. That's the correct behaviour, and it's the mental model to copy.

Anyone selling you a single percentage for "how AI is this" is selling confidence they don't have.

7. How to actually check something

In rough order of how much the answer is worth:

  • OpenAI's verification tool — upload an image or supported audio, and it reports whether Content Credentials and/or SynthID are present. Limited to OpenAI-generated content at launch, so a negative tells you little.
  • Gemini / SynthID Detector — Google's route for checking whether content carries a SynthID mark from Google's models.
  • A Content Credentials viewer — reads the C2PA manifest if it's still attached and shows the signing chain and edit history.
  • Reverse image search — unglamorous and often decisive. If the "photo" existed in 2019, it isn't AI.
  • Context — who posted it, do they have the original file, does anything in the image contradict known facts. This still outperforms every automated tool.

And if you're the one being accused: version history is the strongest defence there is. Google Docs revision history, a git log, drafts with timestamps. Provenance runs in both directions — you can prove you made something, and that's a better position than arguing with a percentage.

Where this is heading: detection-by-guessing is a dead end and the industry knows it. The bet everyone is making — Google, OpenAI, Adobe, Sony, the BBC — is on provenance at the point of creation. It will never be universal, because anything unsigned stays unsigned. But the direction is clear: not "does this look like AI," but "can this content prove where it came from."

Method note: The C2PA steering committee list was read off c2pa.org, and the OpenAI provenance dates and quotes from OpenAI's own announcement, not from secondary coverage. Detector accuracy figures come from published academic work (Stanford 2023; Weber-Wulff et al. 2023), not vendor marketing. This area moves fast — verify before relying on any of it.

Want the next one first?

The Input Daily — a 5-minute AI brief every weekday. 3 stories that matter, 1 tool worth trying, 1 prompt to steal.

Free. Every morning. Unsubscribe in one click. Privacy Policy.

You're all set.

The Input Daily lands in your inbox tomorrow morning. While you're here — the rest of the guides are free too.

Browse all free guides →