The Claude Watermark Means "Processed," Not "Authored" — and That Distinction Is Going to Get Lost

On August 11, Anthropic updated its help center to confirm that Claude models launched on or after August 2, 2026 now embed invisible watermarks in generated text and attach signed provenance metadata to generated files. The change is driven by Article 50 of the EU AI Act's Code of Practice on Transparency of AI-Generated Content, which took effect August 2. Anthropic chose to apply it globally — not just in the EU — meaning every Claude output, from every surface, worldwide, now carries the mark.

The policy generated immediate and predictable backlash. Among the more substantive reactions, former National Security Council senior director Peter Harrell put the concern plainly on X: if he uploads text he wrote himself and asks Claude to copy edit it, the output now carries a Claude watermark — marking his human-written, AI-edited text as AI. That reaction points at a real and documented limitation of the policy. It also previews the harder problem: not what the watermark means, but what institutions will do with a signal that the policy itself says is not what they will treat it as.

What the Policy Actually Says

Two technically distinct mechanisms are in play, and conflating them is where most of the public commentary went wrong.

The first is an embedded text watermark. When a supported Claude model generates text, it weaves an imperceptible statistical pattern directly into the output — not as metadata, but as part of the text itself. The mechanism works by biasing token selection during generation: at each step, the model's choice among near-equivalent next tokens is nudged according to a pattern, so the resulting token distribution carries a detectable statistical signature across a long enough passage. Anthropic has not published the specific scheme; technical documentation is described as forthcoming. What is confirmed: because the watermark is part of the text itself rather than attached metadata, it travels with the text when copied and pasted elsewhere and may persist through some editing.

The second mechanism applies to files. Generated images and other supported file types receive signed C2PA provenance metadata — the same open standard used by LinkedIn for AI image labeling. C2PA is cryptographically verifiable: the signed manifest signals that Claude processed the file and lets you detect whether it has been modified since. It is also easily stripped. Resaving the file through almost any image tool, converting the format, or pushing it through a platform that rewrites metadata on upload removes the manifest entirely. That is a known limitation of the C2PA model across the industry, not a flaw specific to Anthropic.

The watermark applies at the model level, across every Claude surface: the consumer app, the API, Claude Code, Cowork, and Claude Tag, as well as versions accessed through AWS, Google Cloud, and Microsoft Foundry. There is no opt-out flag, no API parameter, no paid tier that removes it.

The Limitation Anthropic Documented

This is the section of the policy that deserves the most attention, because it is the section most likely to be ignored downstream.

Anthropic's own help center is explicit: a detected mark is not proof of AI authorship. The documentation lists two specific reasons. First, Claude may not be the original author — people use Claude to proofread, translate, summarize, or convert files, and the output can carry a Claude mark even if the underlying ideas, text, or data originated from another source. Second, content may have changed after Claude processed it — marked content can be modified, excerpted, or combined with other material after processing.

The inverse limitation applies equally. No detected mark does not mean content was not AI-generated. Content may carry no detectable mark if it came from a model released before August 2, was heavily edited or paraphrased, is too short to carry a reliable statistical signal, had file metadata stripped, or came from an unsupported surface.

Read together, these two caveats describe a system that produces a weak positive signal and no meaningful negative signal. It is designed to make provenance checkable at scale — a machine-readable flag that content may have been touched by Claude — not to adjudicate individual cases of authorship. Harrell's objection is documented in the policy itself. The deeper problem is the gap between "may have been processed" and "was AI-generated," which will be invisible to most of the institutions that encounter the mark.

Why Anthropic Applied This Globally

Nothing in the EU AI Act's Article 50 requires applying watermarks to content generated for a developer in Nashville or Singapore. Anthropic did it anyway. The company's stated rationale is consistency — applying the mark wherever Claude is offered worldwide rather than maintaining two separate inference paths by region.

The practical implication is that there is no non-EU version of Claude that produces unmarked output. For organizations in regulated industries, that distinction matters: this is not a European compliance decision that stays in Europe. It is a global infrastructure change that affects every Claude deployment, including those with no EU user base and no EU regulatory exposure.

The decision also reflects where the regulatory trajectory is heading. Anthropic signed the code of practice alongside Meta, Microsoft, OpenAI, and nearly 200 other companies. Anthropic went first on the technical implementation; it will not go alone for long.

The Code Output Question

Anthropic's coverage list explicitly includes Claude Code, which is the least-discussed corner of the policy and the most technically interesting for security and development teams.

Source code is a poor host for statistical token watermarks. Where prose offers many near-equivalent phrasings at each generation step, code is far more constrained — identifiers must match their declarations, syntax is rigid, and the entropy available for watermark-carrying token substitutions is much lower per line. Formatters, linters, and refactoring tools then rewrite whatever entropy remained. A standard format-on-save pass is close to an adversarial attack on a token-level text watermark.

Anthropic has not addressed code specifically. Based on the published mechanism: prose that Claude Code emits — plan summaries, commit messages, PR descriptions, explanations in chat — is ordinary text and should carry the mark. The code itself is likely to carry a much weaker signal, if any, and to lose it entirely on the first formatter pass. Short outputs — a one-line fix, a commit subject line — fall below the passage-length threshold Anthropic identifies as necessary for a reliable signal. For development teams worried about their repositories becoming statistically attributable to Claude, the physics of the mechanism are more reassuring than the policy language. For teams hoping to use watermark detection for code provenance governance, they are less so.

What This Means for Healthcare

Healthcare is the environment where the gap between what the watermark says and what institutions will do with it is most consequential.

The mark says "processed," not "authored" — and that distinction is going to get lost

A physician who uses Claude to help structure a clinical note, a compliance analyst who asks Claude to check a policy document for regulatory gaps, a security analyst who uses Claude to summarize an incident report — all of these workflows now produce marked output. The mark is accurate: Claude processed the content. It says nothing about whether the ideas, clinical judgment, or analysis originated with the human or the model.

Healthcare institutions building AI governance programs should write the "processed versus authored" distinction into policy now, before the first dispute. A watermark detection hit is not evidence that a clinician had Claude write their note. It is evidence that Claude touched the document at some point in the workflow. Those are different governance questions, and treating them as the same will produce wrong answers.

HIPAA and institutional AI disclosure requirements intersect here in an unresolved way

Some healthcare organizations have adopted internal policies requiring disclosure when AI is used in clinical documentation. A Claude watermark on a document is now a durable, machine-readable signal that Claude was involved — the kind of signal that could surface in audit, discovery, or regulatory review in ways that a human's memory of their workflow cannot. Healthcare organizations that have AI disclosure policies should be assessing whether those policies are calibrated to the "processed by AI" standard the watermark reflects, or whether they were written assuming a narrower definition of AI use.

HIPAA itself does not yet have explicit AI documentation requirements, but the question of what constitutes AI involvement in a clinical record is an active area of regulatory attention. The watermark does not create that obligation — but it does create a new evidence trail that is harder to overlook than a user's self-disclosure.

The false-positive risk is acute in healthcare AI oversight programs

Healthcare organizations building programs to detect unauthorized AI use — in clinical documentation, in submitted materials, in vendor outputs — will have access to a new signal when Claude watermark detection tools are published. The temptation will be to treat a positive detection as a finding. Anthropic's own documentation says it is not. A positive mark on a document means Claude processed it. It does not establish what Claude did, how much the human contributed, or whether the use was authorized or unauthorized under the organization's policy. Building detection into oversight workflows without that caveat baked in will produce false findings at a rate proportional to how many legitimate Claude workflows are in use.

API and enterprise deployments carry the mark without necessarily disclosing it

The watermark applies to the Claude Platform API with no current opt-out. Operators building Claude-powered applications in healthcare — clinical decision support tools, documentation assistants, prior authorization workflows — are now embedding this mark into every output their product generates. Healthcare organizations procuring AI-powered tools should be asking vendors whether their product uses Claude on the backend and what the watermark policy means for the documents and records the product produces. That question belongs in vendor assessments now.

The Open Questions

Several significant gaps remain unresolved as of today.

The detection interface has not been published. Anthropic describes it as forthcoming. The design choice matters: if detection is open to anyone, adversaries can iterate paraphrases until the statistical signal is gone. If it is gated, third-party verification of Anthropic's own compliance claims becomes difficult. The EU AI Act's Article 50 requires supporting third-party detection; how Anthropic resolves that tension will determine how useful the watermark is as an institutional governance tool.

The models most people are currently using — Opus 5, Fable 5, Sonnet 5 — launched before August 2 and are described as "in progress" for marking support, with no published timeline. Until those models are marked, the policy applies to a relatively narrow slice of active Claude usage.

The false-positive rate at various passage lengths has not been published. Short passages explicitly carry unreliable signals. What "short" means in practice — a paragraph, a page, a full document — is not yet defined.

The Bigger Picture

Harrell's reaction captures what many practitioners felt reading this policy: the watermark is technically accurate, but the institutions that encounter it will not use it the way Anthropic documented it. That concern is legitimate and Anthropic's own help center validates it. The company is clear that the mark proves processing, not authorship, and that absence of a mark proves nothing. It is unclear how many of the schools, employers, platforms, and regulatory bodies that will start checking for Claude marks will have read that section carefully.

The policy is not going away. The EU AI Act's Article 50 obligations are in force, nearly 200 companies have signed the code of practice, and the same implementation is coming for every lab that signed alongside Anthropic. The question for healthcare organizations is not whether to expect Claude-marked documents in their workflows — they are already receiving them — but whether their governance programs are calibrated to what the mark actually means rather than what it will be mistaken for.


For related coverage, see Anthropic's Identity Verification Update: What Healthcare Organizations Need to Know and When the Eval Breaks Out: AI Agents, Deception, and the Limits of Controlled Testing.



Key Links