GlyphWise

How AI text watermarking works

At each step a language model produces a probability distribution over possible next tokens, and usually many are equally acceptable. A watermarking scheme uses a secret key to bias that choice in a reproducible pattern. The text reads normally, but across hundreds of tokens the pattern is statistically measurable by whoever holds the key.

Google DeepMind's SynthID-Text is the published implementation of this idea and the basis for Anthropic's approach. In DeepMind's own words, SynthID 'adjusts these probability scores' to generate a watermark, rather than adding anything to the output.

Three consequences follow. The mark cannot be seen by inspecting characters. It degrades gradually as text is edited rather than breaking cleanly. And detection requires the key, which is why no public text detector exists — including from Google, whose SynthID Detector portal accepts image, video and audio but not text.

Frequently asked questions

Can I detect an AI text watermark myself?

No. Detection requires the provider's private key. No public detector exists for Claude or Gemini text, and Google's own SynthID Detector portal does not accept text at all.

Does editing remove a text watermark?

It weakens it gradually. Light editing such as fixing punctuation or swapping a few words leaves the pattern largely intact. A substantial rewrite that changes most word sequences disrupts it — at which point you have largely written the text yourself.