Understanding AI Watermarking: What It Is, Why It’s Here, and What It Actually Does

ai watermarking

We submitted the following prompt to Claude (Hal9000): “Review the article at https://www.zdnet.com/article/how-to-avoid-claude-watermarking-your-content/. Write an article for users of generative AI to explain watermarking. Provide examples of watermarked sentences. Explain the steps to remove watermarking.”

Claude answered as follows:


If you use Claude, ChatGPT, Gemini, or another generative AI tool, you may have heard that your text output is now “watermarked.” Since August 2, 2026, Anthropic has been embedding invisible marks into Claude’s generated text and signed provenance data into supported files (images, SVGs, etc.), and other major labs are rolling out similar systems under the same regulatory pressure. Here’s what’s actually going on.

Why watermarking exists now

The trigger is Article 50 of the EU AI Act’s Code of Practice on Transparency of AI-Generated Content, which took effect August 2, 2026. It requires AI providers to make AI-generated content machine-readable as such. Anthropic, OpenAI, Google, and Meta — among roughly 200 signatories — committed to comply. Because content routinely crosses borders, the companies applied the marking globally rather than building an EU-only version.

The stated goal is transparency, not enforcement: as content generated by AI becomes harder to distinguish from human writing, a verifiable signal about origin gives people context about what they’re reading — without necessarily blocking, penalizing, or altering the content itself.

How it actually works (in Claude’s case)

Claude’s text watermark is based on an approach similar to Google DeepMind’s SynthID-Text. Here’s the underlying mechanic in plain terms:

  1. When a language model generates text, it predicts a next token, and often several different tokens are roughly equally good candidates (e.g., “big” vs. “large,” “however” vs. “but,” a comma vs. no comma).
  2. Normally, the model samples somewhat randomly among strong candidates.
  3. With watermarking, a secret key plus the recent token context is used to generate a pseudorandom bias that nudges the sampling toward a specific subset of otherwise-equally-good candidates.
  4. Repeated over hundreds or thousands of tokens, this produces a statistical pattern that’s essentially invisible to a human reader (word choice still looks natural) but detectable computationally if you have the key.

Crucially: this doesn’t add hidden characters, doesn’t change meaning, and doesn’t affect quality — it just quietly biases which of several equally valid word choices gets picked, over and over, at a scale too subtle to notice by eye.

An illustrative example (not an actual decoded watermark)

I can’t show you a real bitstream — the detector and key are private, and even Anthropic hasn’t published a public checker yet. But conceptually, imagine two versions of the same sentence:

  • Unwatermarked-style phrasing: “The results were somewhat surprising, but the trend held across every group we tested.”
  • Watermarked-style phrasing: “The results were fairly surprising, yet the trend held across every group we tested.”

Both sentences mean the same thing and both look completely ordinary. The difference is only in which synonym or connector got selected at each junction (“somewhat” vs. “fairly,” “but” vs. “yet”) — and that pattern, repeated across a long passage, is what a detector keyed to the watermark could in principle recognize statistically. No individual word looks flagged; the signal only emerges in aggregate.

For files (images, SVGs, etc.), the mechanism is entirely different: Claude attaches a signed C2PA manifest (the same open provenance standard used by Adobe, Google, and others) — cryptographically verifiable metadata that travels alongside the file, separate from the pixels themselves.

What the watermark does and doesn’t tell you

This is the part most coverage glosses over:

  • It signals that Claude touched the content somewhere — not that Claude wrote all of it, or that a human didn’t edit, curate, fact-check, or substantially rewrite it.
  • It is not a plagiarism or “AI usage” detector in the way tools like Turnitin or GPTZero market themselves. Anthropic has explicitly distinguished watermark detection (checking for a hidden statistical key) from stylistic “AI tell” detection (spotting patterns like repetitive sentence openers), which is a different technique entirely.
  • There’s currently no public detector. Anthropic has said it’s building a detection API and plans to publish more documentation, but as of this writing, third parties can’t independently verify Claude’s text watermark — only Anthropic can, until that ships.
  • Text watermarks travel through copy-paste and can survive light editing, but the strength of the signal degrades with how much the text is changed.
  • File metadata (C2PA) is comparatively fragile. Re-saving, converting formats, screenshotting, or uploading to a platform that strips metadata can remove it — which doesn’t retroactively make the file “human-made,” it just means the provenance record is no longer attached.

What’s publicly known about durability

Anthropic has been fairly direct about this in its own communications: light editing probably won’t remove a text watermark, but a thorough rewrite where most of the wording changes will weaken or eliminate the statistical signal, because the pattern lives in which words were chosen, and once those words are replaced, the pattern goes with them. Independent commentators (e.g., ML researcher Sebastian Raschka) have made the same point — a genuine de-watermarking rewrite would need to touch enough word choices that it risks changing the quality or tone of the writing, since you don’t know in advance which specific choices were the ones carrying the signal.

That’s really the extent of what’s verifiably known. Beyond that, you’ll find no shortage of sites selling “watermark remover” browser tools, Unicode-stripping utilities, or “humanizer” rewriting services. I’d treat marketing claims from those tools skeptically — most target stylistic AI-detection heuristics (like GPTZero or Turnitin scoring), not Claude’s actual statistical watermark, which has no public detector to test against in the first place. And worth being clear-eyed about: the practical use case for actively defeating a disclosure mechanism is usually to present AI-generated work as human-made in a context where that distinction matters — academic submissions, journalism, content marked as authentic — which is a different thing than simply using AI tools productively.

The practical takeaway

If you’re publishing AI-assisted content (a blog, an article, code, marketing copy), the watermark isn’t something you need to fight:

  • It doesn’t degrade quality, change your output, or require any action from you.
  • It doesn’t identify you personally — it identifies that Claude was involved.
  • Most jurisdictions and platforms are moving toward disclosure norms rather than prohibition of AI-assisted content, so the more durable strategy is transparency about your process, not evasion.
  • If provenance matters for your use case (e.g., you’re a news outlet or documenting authenticity), C2PA-compatible verification tools like the Content Credentials verifier or the open-source c2patool utility let you check file-level metadata yourself.

Watermarking is a young, evolving system — expect the specifics (public detectors, coverage of older models, cross-vendor standards) to keep changing over the next year as the EU AI Act’s transition period plays out.