Skip to content
Tech News
← Back to articles

Anthropic explains how Claude’s invisible text watermarks will work

read original more articles
Why This Matters

Anthropic's new invisible text watermarking technique for Claude aims to enhance AI transparency and accountability by embedding undetectable patterns in generated text. This allows for easier identification of AI-produced content without affecting the user experience. Such advancements are crucial for addressing concerns about AI misuse and ensuring responsible deployment in the tech industry.

Key Takeaways

Take the sentence “The weather today was cold and…”. The next word is very unlikely to be “sugary.” But it is quite likely to be “overcast” or “grey.” Under most circumstances, it doesn’t matter much to the reader which of these latter two words the model ultimately chooses—the meaning of the sentence is largely the same either way. In cases like this, the choice is settled by a random number.

Watermarking uses low-stakes choices like these—which occur many times over a piece of generated text—to leave a pattern in Claude’s responses. That pattern is undetectable to the reader, but is detectable to anyone who has a key that encodes it. When watermarking is used, choices are still made at random, but the source of the randomness is different. Instead of using an arbitrary random number generator to pick the next word, watermarking uses the key and a few words that come before to settle what word the model should pick.