Anthropic embeds invisible watermarks in Claude to comply with EU AI Act

Anthropic has rolled out invisible text watermarking across its entire Claude model lineup, the company announced, as the EU AI Act's transparency mandate for AI-generated content entered full enforcement on August 2, 2026. The change applies to every Claude surface — the web interface, developer APIs, Claude Code, and third-party hosting platforms — with no impact on response quality, token count, or pricing.
How the watermarking works
The system operates entirely at the token-sampling layer during text generation. When Claude selects the next word in a response, it frequently encounters choices where multiple candidates would be equally appropriate — 'overcast' or 'grey,' for example, when completing a sentence about the weather. Previously, these low-stakes choices were settled by an arbitrary random number. Under the new system, a cryptographic key derived from the preceding token context determines the selection instead.
Technically, the vocabulary is partitioned at each decoding step into pseudorandom 'green' and 'red' token sets, with a slight positive bias applied to green candidates. The result is a statistically detectable pattern woven through the output — invisible to any human reader but verifiable by anyone with the corresponding key. Anthropic confirmed the watermark carries no identifying information: it cannot be traced to a specific user, organization, API key, or conversation.
EU AI Act Article 50: the regulatory driver
The EU AI Act's Article 50 requires providers of general-purpose AI systems to mark synthetic text outputs in a machine-readable format so they can be identified as AI-generated. The obligation became fully enforceable on August 2, 2026, for new models. Systems already on the market before that date have until December 2, 2026, to comply.
In July 2026, Anthropic and several other major AI providers signed the EU Code of Practice on Transparency of AI-Generated Content, committing to implement watermarking broadly. Anthropic's rollout applies globally — not just in EU markets — as maintaining separate watermarked and non-watermarked versions would be technically impractical at scale.
An industry-wide shift
Anthropic is not acting alone. Google has integrated its SynthID framework into Gemini's production infrastructure and open-sourced the text watermarking implementation for Hugging Face model runtimes. For synthetic media — images, audio, and video — providers including OpenAI have converged on Coalition for Content Provenance and Authenticity (C2PA) cryptographic metadata standards.
InfoQ reported that the enforcement deadline immediately triggered a 'fast-moving cat-and-mouse dynamic' with open-source developers publishing watermark-removal and detection-bypass tools within days of the August 2 deadline. The challenge underscores why regulatory mandates alone may not be sufficient without complementary technical and legal enforcement mechanisms.
What changes for users and developers
In practice, almost nothing changes day-to-day. Anthropic confirmed the watermarking adds no token overhead, introduces no measurable latency, and results in no API price adjustments. The company also noted the watermark is not Claude-specific in the sense that detection tools will identify text as AI-generated — not necessarily as Claude-generated — since multiple providers are deploying watermarks simultaneously under the same framework.
For enterprises building on the Claude API, the practical implication is that AI-assisted outputs now carry an embedded compliance signal required under EU law, affecting downstream obligations for businesses operating in EU-regulated contexts.
Originally reported by Anthropic. Read the original article for additional details.
View original source