How the Watermark Actually Works Under the Hood
Anthropic's implementation is a variant of Google DeepMind's SynthID-Text technique, first published in Nature in 2024: instead of letting an arbitrary random-number generator choose the next word, the model uses a secret key plus the words that came immediately before to bias which token gets selected [1]. Anthropic insists this does not touch output quality and that a watermarked response is indistinguishable from an unwatermarked one to a human reader [1]. But the company's own follow-up disclosures complicate that claim: the signal is measurably weaker on short, fact-heavy, or code-heavy text, and a full rewrite where every word is replaced can strip it out entirely [2]. Not every reaction assumed degradation was inevitable, though: one of the most highly upvoted rebuttals on Reddit (u/Blothorn) argued the real-world quality impact should be very modest, since the algorithm keeps its induced bias deliberately small. One of the most-watched technical explainers on the topic reframed the mechanism as a 'knockout tournament' among plausible next-word candidates, seeded by that same key-plus-context approach - and pointed out that the same bias applies even when Claude is only used to proofread text a human already wrote, since the model is still the one choosing the words that end up on the page.



