Anthropic Co-founder CEO Dario Amodei speaks How

Anthropic Co-founder and CEO Dario Amodei speaks at the “How AI Will Transform Business in the Next 18 Months” panel during INBOUND 2025 Powered by HubSpot at Moscone Center on September 04, 2025 in San Francisco, California.
Chance Yeh/Getty Images for HubSpot

Anthropic disclosed Monday that every Claude model launched on or after August 2, 2026 now embeds an invisible statistical watermark directly into generated text — and applies that mark globally, not only in Europe — making Claude the first major frontier AI lab to deploy production-scale text watermarking across all its products at once, according to Anthropic’s Help Center. The announcement fills a gap that TechTimes documented as recently as July 31: OpenAI’s own EU compliance statement confirmed that text watermarking remains harder to deploy at scale. Anthropic has deployed what OpenAI acknowledged it had not.

The system covers the Claude Platform API, claude.ai, Claude Code, Claude Cowork, Claude Tag, and Claude models accessed through AWS, Google Cloud, and Microsoft Foundry. According to Anthropic’s Help Center, the mark “will travel with the text when it’s copied and pasted elsewhere, and may persist through some editing.” What the mark cannot survive — and what Anthropic itself documents — is heavy paraphrasing. Rewrite the text substantially, and the signal disappears. The detection tool that would let anyone check for the mark has not yet shipped.

Those two facts together — the mark is present everywhere, the detector does not yet exist — create a specific window during which academic institutions, employers, and content platforms are likely to treat the eventual detection signal as definitive AI-authorship evidence, when the foundational research says it is not.

How Anthropic’s Watermarking System Works

Anthropic uses two parallel mechanisms depending on what Claude produces.

For text outputs, the company embeds a statistical watermark at the moment of generation — not after the fact, but woven into the model’s token selection process itself, Anthropic’s Help Center states. The underlying concept belongs to a class of techniques established by John Kirchenbauer and colleagues at the University of Maryland in 2023. In the Kirchenbauer green-list scheme, the model’s vocabulary is partitioned into “green” tokens and “red” tokens using a pseudorandom hash function seeded by the preceding token context. During generation, the model’s sampling distribution is biased slightly toward green tokens — the bias is too small to read or hear, but large enough that a statistical test applied to a sufficiently long text can determine with high confidence whether those tokens followed the watermarked distribution. Google DeepMind extended this architecture in its SynthID-Text system, published in Nature in 2024, using a more sophisticated mechanism called “tournament sampling” — a multi-round pairwise elimination among candidate tokens weighted by pseudorandom scores — to produce a signal that is harder to spoof and degrades less text quality than the original green-list approach.

Anthropic has not published the specific technical method it uses, and The Register noted Monday that “absent examples or technical documentation, it’s unclear how Anthropic will make the watermarks hard to remove.” What Anthropic does confirm is that the mark operates at the model level — it does not depend on which product interface or API endpoint delivers the output — and that it is applied worldwide, not just to output destined for European users.

For files, Anthropic uses a different technique: signed provenance metadata attached to supported formats including .svg, .png, and .jpg images, following the Coalition for Content Provenance and Authenticity (C2PA) open standard. A valid C2PA manifest signals that Claude processed the file and enables detection of whether the metadata has been subsequently altered. The two techniques address opposite failure modes: the statistical text watermark survives copy-pasting and format changes but degrades under paraphrase, while C2PA metadata carries rich contextual information but is stripped by any screenshot or file re-save — a limitation that prior TechTimes coverage has documented in detail. Open-source C2PA removal tools already exist on GitHub.

Why Anthropic Went Further Than EU Law Required

The immediate regulatory trigger is EU AI Act Article 50, which became enforceable August 2, 2026 for newly launched AI systems. The regulation requires providers of generative AI systems to embed machine-readable marks in their outputs — text included — so that downstream users, platforms, and regulators can identify AI-generated content. Non-compliance carries penalties of up to €15 million (approximately $17.3 million) or 3% of worldwide annual turnover, whichever is higher, according to prior TechTimes reporting.

Anthropic’s approach goes beyond what Article 50 strictly requires. The regulation applies to AI systems used within the European Union; it contains no mechanism that would compel a company to apply its watermarking to API calls originating in Singapore or São Paulo. Anthropic applied the mark globally anyway. The company’s Help Center states: “Marking will apply to output from supported models wherever Claude is offered, worldwide.” Anthropic also signed the EU’s Article 50(2) Code of Practice on Transparency of AI-Generated Content, which the European Commission and AI Board have assessed as an adequate compliance demonstration — meaning signatories enjoy a presumption of regulatory conformity that shifts the evidentiary burden toward regulators. Details on the Code of Practice and its signing deadline were covered by TechTimes in June.

Legacy Claude models — those released before August 2, 2026 — are covered by a transition period. Anthropic says it is working to add watermarking support to pre-August models before December 2, 2026, when the EU’s grace period for pre-existing systems expires. The company will update its Help Center documentation as retroactive support becomes available.

What the Watermark Cannot Do — and Who That Harms

Statistical text watermarking has documented limitations that Anthropic acknowledges and that the academic literature establishing the technique made explicit.

First, the mark signals Claude involvement — not Claude authorship. People routinely use Claude to proofread, translate, edit, or reformat text they wrote themselves. The output carries a Claude mark even if the underlying ideas, sentences, and structure originated entirely with the human, Anthropic states directly: “Claude may not be the original author.”

Second, the mark is destroyed by paraphrase. Any substantial rewriting — whether by the user, by another model, or by a translation tool — breaks the statistical distribution the watermark depends on. The foundational Kirchenbauer et al. research showed that paraphrase attacks using another language model defeat the green-list signal reliably. This means the absence of a detected Claude mark cannot be treated as evidence that the text is human-authored: someone who genuinely used Claude and then paraphrased the output will produce unmarked text.

Third, short texts carry no reliable signal. Statistical watermark detection requires roughly 100 or more tokens to produce a statistically meaningful result; short passages, social media posts, and brief email replies fall below this threshold, as the Kirchenbauer research established.

Fourth — and this is the gap most likely to produce consequential errors in practice — the detection tool has not yet shipped. Anthropic says it will “share details on detection mechanisms in forthcoming technical documentation,” per its Help Center. Until that tool exists and is publicly documented, no external party can independently confirm whether any given piece of text carries a Claude mark, what the false-positive rate is, or what populations it may disproportionately affect.

The existing research on AI detection — using statistical approaches without watermarking — documents a systematic bias against non-native English speakers. A study published in Patterns by Stanford researchers found that over 50% of essays by non-native English speakers were falsely flagged as AI-generated by one detection system. UCLA and UC San Diego both deactivated AI detectors in 2024–2025 after determining their false-positive rates created unacceptable academic integrity risk. Watermark-based detection avoids some of this bias by relying on a verifiable signal rather than a classifier, but the risk of misuse as proxy evidence of AI authorship remains. Schools and employers who see a Claude watermark in submitted text and treat it as confirmation that “an AI wrote this” are making an inference the system is not designed to support.

What Developers Building on Claude Must Now Do

Anthropic’s watermarking operates at the model level, which means it flows through automatically into every application that accesses Claude via the API or cloud partner channels, according to Anthropic’s Help Center. Developers do not need to configure it, and currently cannot disable it.

That pass-through has compliance implications. Anthropic’s Help Center is explicit: “If you deploy Claude in your own product, you should independently assess what Article 50 requires of your products and services.” The watermark at the model level satisfies Anthropic’s obligation under the Code of Practice. It does not satisfy the deployer’s separate obligation to disclose to end users that they are interacting with an AI-powered product. A company that has built a customer service chatbot on Claude and has not disclosed that Claude powers it has a watermarked product — but it does not yet have a compliant one.

Anthropic has said it plans to publish technical documentation on how third parties can detect Claude’s embedded watermarks and provenance metadata. Until that documentation arrives, no developer can build watermark-detection into their own compliance pipeline. The Register noted Monday that this leaves Anthropic in the position of asking for trust on the technical claims — that the watermark does not affect quality, that it is meaningfully harder to remove than C2PA metadata — without the published specifications that would allow independent verification.

Scope and Industry Context

The deployment scope at launch covers Claude Sonnet 4.6, Claude Haiku 4.5, and other models released on or after August 2, 2026, across all Anthropic access channels, per Anthropic’s Help Center. The C2PA coalition — which includes Adobe, Microsoft, Google, BBC, and more than 6,000 member organizations — is now the default standard for file-level provenance marking across the industry, as TechTimes reported on August 2. The statistical text watermarking layer is where Anthropic has moved into territory OpenAI has not yet occupied, at least not publicly.

The gap that neither Anthropic nor any other provider currently addresses is the open-source ecosystem. Models released without watermarking capability — which includes virtually every open-weight model — produce text that no detection tool can mark, identify, or flag. A document that blends output from Claude, an open-source model, and human writing will carry a Claude mark only on the Claude-originated portions, and a detector that doesn’t know the document’s full provenance cannot distinguish them. That limits the societal effectiveness of any single provider’s watermarking commitment, however comprehensive within its own platform.

Currency conversion note: €15 million is approximately $17.3 million USD (exchange rate as of August 11, 2026; conversions are approximate).

Frequently Asked QuestionsIf Claude edited my writing, does my document now contain a Claude watermark?

Yes, almost certainly — if the editing was done through a Claude model launched on or after August 2, 2026. Anthropic acknowledges this directly: the mark signals that Claude processed the text, not that Claude authored it. A human who asks Claude to proofread, translate, or reformat their work will receive back a Claude-marked document. The mark does not distinguish between Claude having generated the content and Claude having lightly corrected punctuation. This is the most important limitation for professional and academic users to understand before relying on detection tools that do not yet exist.

Can the Claude text watermark be removed?

Yes, through paraphrasing. The statistical signal that constitutes the watermark depends on the specific token distribution the model produced. Any rewriting that substantially changes which words and tokens appear — including asking a different AI model to rewrite the text — will defeat the watermark signal. Heavy manual editing can also degrade it, as the foundational research established. The C2PA metadata attached to files is even easier to strip: any screenshot, format conversion, or social media re-upload removes it, and open-source removal tools already exist. The watermark is a meaningful provenance signal, not a robust enforcement mechanism.

Do Claude’s watermarks comply with California’s AI Transparency Act as well as EU law?

No, because California’s SB 942 (the AI Transparency Act) explicitly excludes text-only outputs from its content-marking requirements, per TechTimes coverage. The California law covers images, video, and audio but not plain text. Anthropic’s text watermarking is driven by and compliant with EU AI Act Article 50, which does require text marking. The two laws have different scope, and text watermarking exceeds what California requires while satisfying what the EU mandates.

When will Anthropic publish the detection tool so I can check my own content?

Anthropic has not specified a date. The company says it will “share details on detection mechanisms in forthcoming technical documentation” and will update its Help Center as the capability becomes available, according to its Help Center. Until that tool is publicly accessible, no external party — including developers building on the Claude API, enterprise customers, or individual users — can independently verify whether a given piece of text carries a Claude mark. The detection gap is the aspect of Anthropic’s disclosure that most directly affects users who need to manage AI disclosure in professional or academic contexts right now.