Urgent.News

600+ sources. One page. See who else covered it.

Editions

AI

Anthropic says text watermarking scheme relies on inconsequential words

And other AI model makers are expected to deploy something similar

Anthropic says text watermarking scheme relies on inconsequential words

In an effort to adhere to the EU AI Act, Anthropic has introduced a text watermarking scheme for its Claude model. This technique aims to subtly modify the AI's word choices in a way that can be detected as AI-generated. Traditional watermarks, like those on currency or official documents, are patterns or images, but in the digital realm, they can encompass various methods for adding an identifier to electronic data.

Anthropic's approach revolves around altering inconsequential word choices made by its language models, a concept demonstrated in Google DeepMind's SynthID-Text paper. Large language models generate text by predicting the next word in a sequence. For instance, when prompted with "The weather today was cold and…", Claude might suggest "cold" or "gray", but is less likely to choose "sugary".

However, Claude Opus 4.8 exhibited an overzealous response: "...crisp, the kind of cold that nips at your fingertips and turns your breath to little clouds...". To generate the watermark, Anthropic encourages deviations from the predicted word with a different source of randomness, detectable with a digital key. When asked about the impact on meaning, Anthropic stated that internal testing revealed no difference in the content, creativity, or readability of Claude's text post-watermarking.

However, they emphasized that this technique should not be applied to consequential or factual passages, as the algorithm cannot replace method names or crucial details. While some may view this as performative compliance, Anthropic maintains that the watermark adds negligible speed and cost to the model.

Written by urgent.news from The Register Science's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at theregister.com →

More in AI

Open Discovery Challenge: How to Build a Verifiable Judge for AI-Designed Malaria Drugs

Open Discovery Challenge: How to Build a Verifiable Judge for AI-Designed Malaria Drugs Generative models can propose thousands of plausible molecules in a day.

  • Open Discovery Challenge aims to create a verifiable judge for AI-designed malaria drugs
  • Successful drug must inhibit PfDHODH enzyme without affecting human counterpart
  • Scoring system validation revealed toxicity gate errors, size bias, and novelty scoring issues

Why your AI coding agent should never see your API keys

Your AI coding agent needs your API keys. It needs them to call services, to test integrations, to run your stack. So you give it .env files, or you export keys into the environment, or you paste them…

  • API keys must remain secure when using AI coding agents
  • Developers often expose keys via .env files or environment exports
  • AI agents can leak secrets through context, output echo, and prompt injection