The Mechanism: Biasing Randomness, Not Adding Marks
Claude's watermark works nothing like a stamp or an invisible character. It is implemented as a version of Google DeepMind's SynthID-Text technique, a lineage that traces back to a 2022 proposal by Scott Aaronson and was formalized in DeepMind's 2024 Nature paper[1]. Rather than editing finished text, the system intervenes during generation: for words where multiple choices are roughly equally good, it uses a secret key plus the words immediately before to nudge which synonym or phrasing Claude picks[1]. Because the manipulation only touches already near-random token choices, Anthropic reports no measurable hit to content quality, creativity, or readability in internal testing, and the watermark is deliberately sparse in prose where accuracy constrains word choice, and in code, where it surfaces mainly in comments rather than functional syntax[2]. That claim isn't just Anthropic's word: DeepMind had already run SynthID-Text live across roughly 20 million Gemini users and found no statistically significant difference in ratings between watermarked and unwatermarked responses[1]. On X, independent ML voices treated the disclosure as a legitimate engineering curiosity rather than a scandal, building explainers of the token-probability-bias mechanism rather than raising alarms - a notably calmer register than what played out simultaneously on Reddit.


