Skip to main content

The Impact of Claude’s AI Watermark

Two weeks ago,, Anthropic published a note on their website about concerning their new text watermark release.. According to the note, every model model launched on or after 2 August embeds an invisible signal in the words it chooses. The official reason for this is to comply with the EU AI Act. As we will see, this is, most likely, only part of the story.

What is it after all?

The method is a version of SynthID-Text, the approach Google DeepMind published in Nature in 2024. Nothing is inserted and there are no hidden characters. Models pick one word at a time, and at many of those steps two candidates are equally good. “Cold and overcast” and “cold and grey” carry the same meaning, and normally a random number settles it. Watermarking swaps the source of that randomness for a cryptographic key, so the sequence of low-stakes choices across a passage forms a pattern anyone holding the key can test for.

This, obviously, carries long-term commercial implications, so its important to detail where it exactly is applied.Marking happens at the model level, so it covers output from the Claude apps, the API, Claude Code, Claude Cowork and Claude Tag, and follows the models onto AWS, Google Cloud and Microsoft Foundry. Because the mark is part of the text rather than attached to it, Anthropic says it travels through copy and paste and may survive some editing. There is no reseller route around it and no opt-out. Files such as PNG, JPG and SVG get a C2PA content credential in the metadata instead, the standard used by camera makers and Adobe, which is far easier to lose through format conversion or a screenshot.

Why is this happening now?

The EU AI Act

Article 50 of the AI Act became enforceable early August. It obliges providers of generative systems to apply machine-readable marking to synthetic output, and Article 99(4) sets the penalty at up to 15 million euros or 3 percent of total worldwide annual turnover, whichever is higher. The Act applies extraterritorially, so a US-headquartered lab whose outputs reach EU users is fully in scope.

Anthropic signed the Code of Practice on Transparency of AI-Generated Content in July 2026, alongside roughly 190 other organisations including Google and Meta. Calling this pure fear of fines undersells what signing buys. The Commission and the AI Board assessed the Code as adequate, and it is currently the only EU-wide framework recognised for demonstrating compliance. Signatories get enforcement focused on monitoring adherence, while non-signatories keep the obligation and inherit the burden of justifying their own approach to 27 national authorities. Predictability is the product; the fine is what makes it worth buying. Models already on the market have until 2 December 2026.

Marking makes AI text filterable

In 2024, an article published in Nature showed that models trained indiscriminately on model-generated content suffer irreversible degradation, with the tails of the original distribution disappearing first, and the effect compounds with newer models. Similarly, a 2025 paper argued directly that reliable machine-generated text detection is a viable defence against it. Every AI lab now faces the same issue: the open web it scrapes is increasingly written by the previous generation of its own products. Marking output at generation is the cheapest way to make that filterable later.

The sharper version of this argument is not about training at all. Pre-training happens rarely and expensively. Retrieval happens on every query. When Claude, ChatGPT or Perplexity answers by pulling live passages from a search index, contaminated sources reach the user immediately.

Researchers at NAVER named this failure mode retrieval collapse in February 2026: AI-generated pages come to dominate results and erode source diversity, after which low-quality or adversarial material infiltrates the pipeline. Their SEO-style experiment found that contaminating 67 percent of the candidate pool pushed contamination of what was actually surfaced above 80 percent, while answer accuracy stayed superficially stable. That last detail is the dangerous one, because the degradation is invisible from the output.

The solution? A machine-readable mark. If a retriever can cheaply test whether a certain passage was model-generated, it can down-rank it, exclude it, or weight it below a verified human source. That would matter enormously to anyone publishing for visibility in AI answers. No provider has announced anything of the kind, and it remains a theory rather than a disclosed plan, but the infrastructure being installed for regulatory compliance is precisely the infrastructure such a filter would need.

AI detection has failed

The third force is the quiet collapse of classifier-based detection. An research article from 2023 tested 14 detection tools and found none reaching 80 percent accuracy. Subsequent studies documented systematic bias against non-native English speakers and neurodiverse writers. Vanderbilt disabled Turnitin’s AI detector in 2023 and other universities followed. OpenAI shelved its own text classifier the same year, citing low accuracy.

Those tools work by guessing at stylistic tells, the “this isn’t X, it’s Y” constructions and the overuse of words such as “quietly”. A watermark check is categorically different: it tests for a specific signal that was deliberately embedded, using a key. That makes detection far easier.

It is tempting to read this  detection API mentioned by Anthropic  as a bid to own verification, since only a key holder can run the check. It may not be the case, though. Anthropic’s support documentation states it will enable users and third parties to detect Claude’s marks because the Code requires it, so third-party detection becomes a must.

The AI labs still have the cheese and knife in their hands. They are the ones defining the mechanism, the thresholds and the pace of rollout. Detection exists because Brussels mandated it. How well it works, and for whom, is still being decided by the AI labs. Whether this is fair and good for the public is the open question.

The value of authenticity

There are, however, a few flaws in this system. Detection require large volumes of data, so short pieces of text may not be so easily identifiable. Code, for instance, is largely unmarked because its output is exact and not probabilistic like word choice is.

A full rewrite removes the mark entirely. In particular,, when Claude proofreads something you wrote, almost all the words remain yours, so there is very little for the watermark to attach to. As Anthropic states, the more Claude writes, the more decisions it makes, and the more space there is for the watermar to be brought in. As an example, an article translation, in which every single word is chosen by the model, is almost certain to carry a strong watermark.

The caveat is that density is not a reliable score. For example, factual writing carries a weak mark regardless of who produced it, and Anthropic is blunt that a mark is never conclusive and its absence proves nothing. Nobody should treat a high percentage of probability that one text has been AI-written as a definitive conclusion.

No matter how well detection systems work, one thing is certain: relying solely on AI to write your content seems to be a dead end. It can certainly help, provide ideas, beautify, edit, proofread, whatever one wants to call it.

But trusting it to do the full job is something that, besides playing against our brains’ neuroplasticity and reducing our writing skills, is a poor commercial choice. LLMs are going to come for it, as well as search engines. Perhaps faster than most people think.

This is, therefore, a strong argument to keep a human in the loop when creating content, especially at scale. Retrieval systems are choking on synthetic content, which raises the premium on human-written original material. And the training data every model depends on is getting scarcer every day. 

Great copywriters have their own watermark too: a writing style, an imperfection, shorter or longer sentences. A story to tell. Brands should think twice before dismissing them as relics of the past. They might be more needed than ever in the near future.

Sources

  1. How Claude’s text watermarking works — Anthropic, 14 August 2026
  2. How Claude marks AI-generated content — Anthropic Help Center
  3. Article 50: Transparency Obligations — EU Artificial Intelligence Act
  4. Article 99: Penalties — EU Artificial Intelligence Act
  5. Strong backing for the Code of Practice on Transparency of AI-generated Content — European Commission
  6. EU AI Act: Transparency Obligations Take Effect 2 August 2026 — Cooley
  7. Commission Confirms Transparency Code of Practice as Adequate — Faegre Drinker
  8. Google is signing the EU AI Act Code of Practice on Transparency of AI-Generated Content — Google, 24 July 2026
  9. Scalable watermarking for identifying large language model outputs (SynthID-Text) — Nature, 2024
  10. AI models collapse when trained on recursively generated data — Shumailov et al., Nature, 2024
  11. Machine-generated text detection prevents language model collapse — arXiv
  12. Retrieval Collapses When AI Pollutes the Web — Yu, Kim & Kim (NAVER), arXiv, February 2026
  13. AI writing detectors are ineffective, unreliable and harmful — English Teaching: Practice & Critique
  14. Anthropic shares more details about how Claude’s new watermarks will work — TechCrunch, 15 August 2026
Senior SEO/GEO consultant

SEO, GEO, EEAT Content, Brand Sentiment & Reddit Marketing
August 28, 2026
Two weeks ago,, Anthropic published a note on their website about concerning their new text watermark release.. According to the note, eve…
August 24, 2026
For ten years, content and SEO teams have lived a quiet contradiction: we generate more data than almost anyone else in marketing, and we…
August 19, 2026
Ask ChatGPT which running shoe to buy, ask Perplexity which CRM is worth the money, ask Google’s AI Overview whether a piece of softwa…
July 27, 2026
A list is not a diagnosis Every AI visibility tool now ships a citation gap report. Semrush, Peec, Profound, Scrunch and others will ha…
July 21, 2026
A four-way self-diagnosis before you call anyone “Our brand doesn’t show up when people ask ChatGPT for a recommendation” is not one pr…
July 15, 2026
Traditional corporate PR was built for a web that no longer exists. For years, brands controlled their public image via polished press rel…
July 13, 2026
Share of Model is becoming the headline metric of AI visibility, and it is being measured badly. Vendors compute it differently, definitio…
July 10, 2026
Most explanations of generative engine optimisation describe outcomes. Get cited. Be the answer. Win the recommendation. Very few describe…
June 29, 2026
Reddit has become a primary signal source for AI generated answers. Brands that lack a managed presence on Reddit are invisible in LLM cita…
June 29, 2026
SEO is not being disrupted by AI. It is being exposed. Exposed in how we measure success. Exposed in how tightly or loosely it connects to…