Future Claude Models Will Watermark Text Worldwide Under EU AI Act Rules
Anthropic will add SynthID-based text watermarks and C2PA file credentials to future Claude models worldwide.
Anthropic will build machine-readable provenance signals into future Claude models, adding statistical watermarks to generated text and signed C2PA metadata to supported files. Although the change is intended to comply with the European Union’s AI Act, Anthropic plans to apply the text watermark worldwide rather than limiting it to European users.
The policy covers Claude models launched in the EU on or after August 2, 2026. Those models will support marking from launch, while Anthropic says it is working to extend the system to models released before that date over the coming months. The company has not named a specific new Claude model as the first implementation.
The watermark will not appear as a label, hidden Unicode character, or extra line in a response. It will instead alter the statistical process Claude uses to select tokens during generation. Anthropic says this should leave meaning, readability, latency, and pricing unchanged, but the company has not yet released its Claude-specific detector, thresholds, false-positive rates, or full technical evaluation.
1. Marking Will Cover Claude Products and Cloud Access
Anthropic says supported models will apply text watermarks across the Claude consumer service, Claude Platform API, Claude Code, Claude Cowork, and Claude Tag. The watermark will also apply when those models are accessed through AWS, Google Cloud, or Microsoft Foundry.
This model-level implementation matters because the mark does not depend on a particular user interface. A developer calling the API and a person using Claude directly should receive text generated through the same watermarking process when they use a supported model.
The rollout is global. Anthropic says it does not yet have a durable way to restrict the mechanism by region, so supported models will mark text wherever Claude is offered. This turns an EU compliance requirement into a product change for Claude users and developers outside the bloc as well.
There are qualifications to the broad scope. Signed file metadata may not be available on every cloud platform, product feature, or file type. Existing Claude models may also remain unmarked until Anthropic updates them. Consequently, the absence of a detectable mark will not establish that a passage was produced without Claude.
Anthropic says the watermark carries no information about the user, organization, account, or conversation that produced the text. It identifies a statistical pattern associated with Claude’s generation process, not an individual source. The mechanism also creates no additional output tokens, so Anthropic says it will not increase usage charges.
2. Claude Will Use a Version of SynthID-Text
Claude’s text watermark is based on SynthID-Text, the method Google DeepMind described in a 2024 Nature paper and subsequently made available to other model developers.
A language model normally selects each next token from a probability distribution conditioned on the preceding text. Many passages contain points where several choices would be similarly appropriate. A watermarking system can use those choices to create a recurring statistical pattern without inserting a visible symbol or separate metadata field.
Anthropic describes its implementation as using a private key and preceding words to determine the source of randomness used for eligible choices. A detector with access to the relevant key can examine a passage and score how consistent its sequence is with Claude’s watermarked generation process.
Google’s reference implementation describes SynthID-Text as a logits processor applied after top-k and top-p filtering. A pseudorandom function assigns scores across the model’s vocabulary, and the watermarking configuration influences token selection. No additional model training is required, but the key and configuration must remain private; otherwise, third parties could reproduce the signal.
The watermark is therefore part of the generated wording and normally survives copying and pasting. Light edits or excerpts may retain enough of the pattern to remain detectable. A thorough rewrite, translation, or mixture with other text can reduce the detector’s confidence or remove the usable signal.
Watermark density also depends on the task. Open-ended prose offers many low-stakes word choices, while factual answers contain more tokens for which one completion is clearly more accurate than alternatives. Anthropic says it will avoid applying a watermarking nudge when doing so could compromise correctness.
The same limitation affects source code. Exact syntax, identifiers, and program behavior restrict the number of interchangeable token choices, so code may contain less detectable watermarking than prose. Comments or other arbitrary wording can still carry the pattern. Proofreading may likewise leave little signal when Claude preserves most of a person’s original wording, whereas a translation is more likely to carry a watermark because Claude selects every word in the translated output.
3. Files Will Use C2PA Metadata, Not the Text Technique
For supported files such as SVG, PNG, and JPEG output, Anthropic will attach a small, cryptographically signed provenance record following the Coalition for Content Provenance and Authenticity standard.
C2PA credentials record information about a file’s origin and processing history. A compatible verification tool can inspect the signed record and determine whether the file has changed in a way that breaks its cryptographic relationship with that record.
This mechanism is distinct from Claude’s text watermark. The C2PA information resides in the file’s metadata rather than being statistically encoded into pixels or wording. Its presence can signal that Claude generated or processed a file, but it does not establish that Claude originated every element inside it.
Metadata is also easier to lose than a text-level statistical pattern. Anthropic warns that format conversion, re-saving, taking a screenshot, or other processing can strip a file’s credentials. Some platforms may not preserve or support the metadata in the first place.
A missing credential therefore does not prove that Claude had no role in a file. Conversely, a valid credential only establishes the recorded processing event; it is not a judgment about whether the content is accurate, authentic in a broader editorial sense, or primarily authored by a human.
4. Detection Remains Probabilistic and the Claude API Is Not Yet Available
Anthropic says it will offer a watermark-detection API, but as of August 27 it has not published that API, its release date, decision thresholds, or detailed Claude-specific performance results. Its help documentation says further technical guidance is forthcoming.
That missing information prevents an exact assessment of Claude’s false-positive probability. SynthID-Text detection is inherently probabilistic, and Google’s public implementation can return “watermarked,” “not watermarked,” or “uncertain.” Operators configure thresholds to trade false positives against false negatives.
Anthropic’s detector will answer a limited question: how likely it is that Claude was involved in producing at least part of the submitted text. It will not prove that Claude wrote the entire document, distinguish generation from substantial editing, identify a user, or detect text produced by an unrelated model with a different watermarking key.
A positive result may cover material whose underlying ideas or original wording came from a person. Claude might have translated, summarized, reformatted, or substantially edited that material. A negative result is similarly inconclusive because the passage may be too short, heavily rewritten, mixed with other writing, generated by an older Claude model, or produced through an unsupported surface.
Anthropic reports that its internal testing found no effect on content, creativity, or readability, but it has not published the underlying Claude evaluation. The closest public large-scale evidence comes from Google DeepMind’s SynthID-Text study, which compared feedback across nearly 20 million watermarked and unwatermarked Gemini responses and reported no statistically significant difference in user ratings. That result supports the general method, but it is not an independent measurement of Anthropic’s undisclosed implementation.
These limitations make the detector unsuitable as standalone proof in employment, education, plagiarism, or disciplinary decisions. Even after the API arrives, responsible use will require the published threshold, evaluation data, passage length, language, editing history, and other provenance evidence.
5. The Change Implements a Legal Marking Requirement
Article 50 of the EU AI Act began applying on August 2, 2026. It requires providers of generative AI systems to make synthetic audio, image, video, and text outputs detectable in a machine-readable format, using techniques that are effective, interoperable, robust, and reliable as far as technically feasible.
Anthropic is among the organizations that signed the EU Code of Practice on Transparency of AI-Generated Content. The code is voluntary, but the underlying Article 50 obligations are legally binding. The European Commission and AI Board have recognized the code as a framework through which signatories can demonstrate compliance.
The provider-side marking requirement is separate from rules governing visible disclosure. Providers such as Anthropic must build machine-readable signals into applicable systems. Deployers face additional obligations to label deepfakes and certain AI-generated or manipulated text published to inform the public on matters of public interest, subject to exceptions including human review and editorial responsibility.
For developers embedding Claude in another product, Anthropic’s model-level watermark may supply part of the necessary provenance infrastructure, but it does not settle the developer’s own compliance obligations. Anthropic explicitly advises downstream builders to assess how Article 50 applies to their products and services.
Frequently Asked Questions
Does every Claude response already contain a watermark?
No. The commitment covers supported models launched on or after August 2, 2026, while marking for older models is still being developed.
Can copying Claude text remove the watermark?
Ordinary copying and pasting should preserve it because the pattern is encoded in word choices. Heavy rewriting, translation, or mixing with other text can weaken or remove the detectable signal.
Can a watermark prove that Claude wrote an entire document?
No. It can indicate that Claude was probably involved, but cannot distinguish complete generation from substantial editing, translation, or summarization.
Does watermarking increase Claude’s token usage or price?
Anthropic says no additional tokens are produced and the mechanism has negligible effect on generation speed, so pricing will not change because of the watermark.
Is Claude’s watermark detector publicly available?
Not yet. Anthropic says a detection API and additional technical documentation are forthcoming, but has not published a release date or Claude-specific error rates.
Sources
- Original DeepLearning.AI post on X
- Anthropic: How Claude’s text watermark works
- Anthropic Help Center: How Claude marks AI-generated content
- European Commission: Code of Practice on Transparency of AI-generated Content
- European Commission: Guidelines on transparency obligations for providers and deployers of certain AI systems
- Google AI for Developers: SynthID tools for watermarking and detecting LLM-generated text
- Nature: Scalable watermarking for identifying large language model outputs
- Axios: Anthropic’s text watermarks signal a new front in AI detection
Share