Skip to content
AI Security Wire

Published

- 4 min read

By

Anthropic Ships Invisible Watermarks in Claude for EU AI Act

img of Anthropic Ships Invisible Watermarks in Claude for EU AI Act

The EU AI Act’s August 2026 GPAI transparency deadline arrived, and Anthropic moved first among frontier AI providers. As of August 2, Claude models launched in the EU now carry machine-readable marking from day one. Anthropic went further: the implementation applies globally, not just to EU-serving deployments.

The move is straightforward in principle and complicated in practice. Article 50(2) requires that providers of general-purpose AI systems mark their outputs so they can be detected as AI-generated. The text of the regulation does not prescribe a specific technical method — it leaves “watermarking or similar technical measures” open to provider interpretation. Anthropic’s implementation, per their policy documentation, uses two separate channels: an invisible statistical watermark embedded in text generation and a secondary machine-readable marking layer.

We covered the reliability problem with this category of technology back in July. Academic research published ahead of the August deadline documented multiple techniques that can reliably strip or degrade LLM watermarks: paraphrasing attacks that preserve meaning while destroying the statistical signature, translation-and-back techniques, and targeted synonym substitution. The underlying problem is that text watermarks are fragile in a way that image or audio watermarks are not — text admits of too many meaning-preserving transformations.

What Anthropic Actually Deployed

The technical implementation applies across the Claude website, API platform, Claude Code, and cloud services. Existing Claude models launched before August 2 are being updated to support marking where technically feasible. The rollout is global by design: Anthropic’s policy decision was to apply the compliance measure universally rather than building a geofenced EU-only marking system that would have created two tiers of traceability.

The invisible watermark works by influencing token selection probabilities during generation in ways that embed a detectable pattern without meaningfully affecting output quality. The signal is statistical: any single short sentence may be undetectable, but across a longer text, the pattern is identifiable to analysis tools that know the watermarking key. This is the same basic approach used by research systems like Google’s SynthID for text.

The secondary machine-readable marking is a separate technical channel that does not rely on the text content itself. Anthropic has not published detailed specifications of this second method.

The Enforcement Question

Whether this compliance is meaningful is a legitimate question. The EU AI Act enforcement regime is being implemented by national competent authorities across member states, and enforcement capacity for AI-generated content detection varies widely. Watermark detection requires access to the watermarking key (or a detection API), which is held by the AI provider. A regulator wanting to verify that a piece of text is AI-generated needs Anthropic’s cooperation to query their detection system.

This creates a model where compliance is partially self-certified. Anthropic generates the watermark, Anthropic provides the detection service, and third-party auditors or regulators query Anthropic’s systems to verify suspected AI-generated content. Independent detection tools that don’t require provider cooperation are not part of the current implementation.

The European AI Office, which oversees GPAI model regulation, has indicated it will publish guidance on accepted technical methods for Article 50(2) compliance. Anthropic’s implementation predates that guidance — it’s a reasonable interpretation, but not a formally approved one.

What This Means for Security Practitioners

Three things to take away.

First, if your organisation uses Claude via API, your outputs are now watermarked. Anything generated by Claude and published externally can, in principle, be identified as AI-generated by anyone with access to a detection tool. The compliance and confidentiality implications vary by use case, but this is worth auditing. If you’re generating sensitive internal documents, strategy analysis, or anything where AI authorship might be material, understand what the watermarking means for detectability.

Second, the bypass research we covered in July still stands. An adversary motivated to launder AI-generated content can do so. Paraphrasing and synonym substitution are not sophisticated attacks. Watermarking is a compliance mechanism, not a reliable forensic tool for high-stakes attribution.

Third, watch for the secondary wave: other frontier model providers (OpenAI, Google DeepMind) are under the same Article 50(2) obligations with the same August enforcement window. How they implement this — and whether implementations are interoperable for detection purposes — matters for organisations trying to build AI content detection into their workflows.

The EU is moving from policy text to actual enforcement infrastructure. Anthropic’s deployment is a real data point about what compliance looks like in practice, with all the limitations that entails.

References

Frequently Asked Questions

What does EU AI Act Article 50 require from AI providers?
Article 50(2) of the EU AI Act requires providers of general-purpose AI systems to mark AI-generated outputs in a machine-readable format so that they can be detected as AI-generated. This applies to text, images, audio, and video. For text, providers must implement watermarking or similar technical measures that allow detection tools to identify that the content was AI-generated. The deadline for GPAI model compliance entered its enforcement phase in August 2026.
How does Anthropic's watermarking system work technically?
Anthropic's implementation uses two separate marking methods. The first is an invisible watermark embedded directly in AI-generated text, using statistical patterns in token selection that are imperceptible to readers but detectable by analysis tools. The second is a machine-readable marking separate from the text content itself, providing a secondary detection channel. Both methods apply globally across the Claude website, API platform, Claude Code, and cloud services, not only for EU users.
Can these watermarks be reliably detected, and can they be bypassed?
Watermark detection reliability depends on how much the text is altered after generation. Paraphrasing, translation, and other transformations can degrade watermark signal strength. Security researchers published techniques for bypassing LLM watermarks earlier this year, and that bypass research remains valid. Anthropic has not published specific claims about the robustness of its implementation against known attacks. The practical question is whether watermarks provide sufficient signal for enforcement purposes at scale — a question regulators and technical researchers are actively debating.