Learn · Comparison
Three marks, three
different questions.
Updated 24 August 2026
Three systems people call AI watermarks — Claude’s announced mark, Google’s SynthID-Text, and C2PA credentials — compared: how each works, who can check it, and what it proves.
The short answer
Claude’s announced watermark and Google’s SynthID-Text are close relatives — the same statistical method, run by different companies with different keys. C2PA is something else entirely: signed metadata about a file’s history. The practical difference is what question each can answer. The watermarks answer “was this provider’s model involved in choosing these words?”; C2PA answers “what does this file say about how it was made?”
SynthID-Text: the published original
Google DeepMind published SynthID-Text in Nature in October 2024 and has deployed it in Gemini. During generation, a secret key and recent context seed pseudorandom scores, and a tournament nudges token selection toward candidates that score well. Across a long passage those nudges form a detectable pattern, while the text reads normally — the paper reports the method is non-distortionary on average, and Google measured no significant quality difference across roughly 20 million live responses.
Google also open-sourced a reference implementation with example detectors. Detection needs the text and the matching key, but not the model itself.
Claude’s watermark: the same method, a different key holder
In August 2026, Anthropic announced that future Claude models will carry a watermark it describes as a version of SynthID-Text, motivated by the EU AI Act’s transparency obligations. Anthropic states the mark adds no tokens, uses no hidden characters, and carries no user or organisation identity. A detection API was announced as forthcoming.
Because each deployment is keyed separately, the two systems do not interoperate: Google cannot test for Claude’s watermark and Anthropic cannot test for Gemini’s. “Watermarked” is always watermarked by someone, and only that someone can check. The mechanics are covered in depth in our technical explainer.
C2PA: provenance for files, not words
C2PA content credentials take a different approach: a cryptographically signed manifest attached to a file, recording assertions about how it was created and edited. Anyone with a C2PA-aware verifier can check a credential — no secret key custody, no statistics.
The trade-off is durability. The credential belongs to the file, not the content. Copy the words into an email and the credential stays behind; strip the metadata and it is gone. For prose that travels by copy-paste — which is most prose — C2PA rarely survives contact with reality. Its absence therefore proves nothing, and for text it complements rather than replaces generation-time watermarks.
Choosing the right check
- “Was Claude involved in this passage?” — only Anthropic’s keyed detector can say, once its API ships.
- “Was Gemini involved?” — only Google’s SynthID detector.
- “Is this the original file, and what does it record about its making?” — verify the C2PA credential, if one is attached.
- “Are there hidden characters in this text?” — none of the above; that is a simple character inspection, covered in our invisible-characters guide.
Quick answers
Is Claude’s watermark the same thing as SynthID?
Nearly. Anthropic describes its system as a version of Google DeepMind’s SynthID-Text — the same tournament-sampling method published in Nature. The implementations are separate: each provider runs its own deployment with its own secret key.
Can Google’s SynthID detector find Claude-generated text?
No. Detection requires the matching secret key used at generation. Google’s detector tests for Google’s keys, and Anthropic’s forthcoming detector for Anthropic’s. There is no universal watermark check.
Does C2PA work for plain text?
Only weakly. C2PA credentials are signed metadata attached to a file, and copying text out of that file leaves the credential behind. C2PA is strongest for images, video, and documents that travel as intact files.
Which of the three can I verify myself?
Only C2PA, and only if you have the original file: verification tools are public. The two statistical watermarks can only be tested by the key holders — Google for SynthID deployments, Anthropic for Claude once its detection API ships.
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
- Anthropic announcement — How Claude’s text watermark works · August 14, 2026
- Nature paper — Scalable watermarking for identifying large language model outputs · October 24, 2024
- Google DeepMind overview — Watermarking AI-generated text and video with SynthID · May 14, 2024
- Reference implementation — Google DeepMind SynthID-Text source code and detector examples
- C2PA — Coalition for Content Provenance and Authenticity · technical specification