Simple Unmark guide
How AI Text Watermarks Work
- Published
- Last updated
- Sources checked
- 4 primary references
Short answer
There are two unrelated mechanisms. Hidden-character marks are literal invisible code points that can be found and deleted exactly. Statistical watermarks bias which words a model chooses, so the signal is the wording itself; it survives copying, weakens under thorough rewriting, and can only be reduced rather than deleted.
AI text watermarking is not one technology, and most confusion online comes from treating it as one. The useful split is between deterministic marks hidden in Unicode and probabilistic signals distributed across word choices.
Probabilistic token watermarks
At each step a language model has several acceptable next words. A statistical watermark uses a secret key to nudge that choice, consistently, in a way a reader cannot perceive. Google describes SynthID Text as a logits processor that augments the model's logits with a pseudorandom g-function; Anthropic describes using the key plus the preceding words to settle which word gets picked.
Detection then measures whether a passage's choices align with the key more often than chance allows. This is why the signal is cumulative: more text means more evidence. It is also why nothing is hidden in the characters — Anthropic states plainly that nothing is added to the text and there are no hidden characters.
What weakens a statistical signal
The providers document this themselves, and their answers agree. Rewriting is the lever that matters, and the more of the original wording that survives, the more of the signal survives with it.
- Thorough rewriting: Google says detector confidence can be greatly reduced; Anthropic says a complete rewrite in which every word is replaced will remove the mark, while light editing probably will not.
- Translation into another language.
- Density of free choices: factual passages, code and quotations carry less watermark, because the model had fewer acceptable alternatives to encode into.
- Length: short samples carry little evidence, and Anthropic notes detection does not work well on small samples.
Light editing probably won't remove the watermark completely; a complete rewrite where every word is replaced will.
Why guarantees are misleading
Detection is statistical, keys and methods are not static, and for most providers there is no public detector to test against. Anyone promising that text is now permanently undetectable is describing a measurement they cannot make.
The honest framing is a large reduction in a signal, stated alongside its limits. It is also worth separating the mechanical question from the ethical one: a watermark indicates a model was involved, not who holds authorship, and Anthropic says explicitly that its mark cannot distinguish text Claude wrote from text Claude heavily edited.
Sources
- SynthID text watermarking and detection
Google AI for Developers · first-party
- How Claude's text watermarking works
Anthropic · first-party
- Scalable watermarking for identifying large language model outputs
Nature (2024)
- UTR #36: Unicode Security Considerations
Unicode Consortium · first-party
Published by Simple Unmark. Our methodology page explains how claims on this site are sourced, what we test, and what we refuse to claim.
Apply this to your own text.
Three guest cleans are free, with no account required. Deterministic character inspection is free and unlimited.
Keep reading
- What Is SynthID Text?SynthID Text explained: how Google's text watermark is applied during generation, how detection works, what weakens it, and how it differs from image watermarking.
- Hidden Unicode vs Statistical Text WatermarksThe two mechanisms confused most often: invisible Unicode characters versus keyed token-choice watermarks. What each one is, what removes it, and what neither proves.
- AI Watermarks vs AI Detectors vs Provenance MetadataThree different things routinely confused: keyed watermarks added at generation, statistical AI detectors that guess, and C2PA metadata attached to files.
- Does Gemini Watermark Text?What Google documents about SynthID Text in Gemini: the mechanism, the deployment claim, the absence of a public detector, and the stated limits.
