Fear of detection at work and school. The most personal objection: users worry employers, teachers, and clients will use the watermark to detect undisclosed AI use in professional writing, client deliverables, and school assignments . Many described it publicly as "catching them cheating" at their jobs or classes
. Math influencer John Ennis posted his Claude Max cancellation screenshot and cited the "ridiculous watermark idea"
.
Overbreadth catches human-written text. Charles Hoskinson himself demonstrated the problem before he released his counter-tool. He tested the system on text he originally wrote in 2016 — purely human material — and Claude watermarked it as AI-generated after a copy-edit pass . If a user uploads their own writing and asks Claude to polish it, the output is re-watermarked as AI-originated
.
Ownership and legal ambiguity. Anthropic's terms of service tie output ownership to compliance with company policies . A new "Co-Authored-By: Claude" metadata line in Git commit trailers and other outputs creates legal uncertainty about who actually authored the work
. Critics argue the watermark conflates AI-assisted work with AI-authored work, raising authorship and copyright questions
.
Google DeepMind's SynthID-Text is a production-ready text watermarking system for LLMs, described in a peer-reviewed Nature paper and open-sourced in October 2024 . It is not the same technology Anthropic is using, but it is the most well-documented example of the class of watermark Anthropic deploys.
Tournament sampling is the key mechanism. During text generation, a secret key biases the model's token selection process. When several tokens are equally plausible statistically, the key deterministically "wins" certain choices over others, creating a subtle, repeatable pattern . The watermark is a statistical fingerprint embedded in the distribution of word choices themselves — there is no hidden string, invisible character, or appended code
.
Detection requires the matching key. A detector using the same secret key scores the text's token distribution to determine the likelihood it was generated by the watermarked model . The system uses either a weighted mean detector (no training required) or a more powerful Bayesian detector
.
Designed to survive handling. The watermark is engineered to persist through copying, pasting, light editing, and reformatting . But it is not indestructible — heavy rewriting, mixing with human text, or reprocessing by another AI can dilute or remove it
.
Cardano founder Charles Hoskinson released an open-source tool called "Anthropies" — a deliberate portmanteau of Anthropic and herpes — on August 16, 2026 .
Three-layer attack. The tool, released under an Apache 2.0 license on GitHub, handles three kinds of markers :
Legal argument, not just code. About half of the repository is reportedly not code but a legal argument attacking Anthropic's terms of service — specifically the clause tying output ownership to compliance with company policies . Hoskinson framed the release on X as a warning about what he sees as overreach, not merely a utility tool
.
Honest limits. The project notes it cannot guarantee complete circumvention of Anthropic's undisclosed detection systems . As Hoskinson's README effectively acknowledges: "The mark is the wording. There is no separate payload to delete. Removing it means changing which words are there"
.
Anthropic's watermarking is one of the first large-scale enforcement of the EU AI Act's transparency requirements, and the backlash reveals a deep tension. The same technology that makes AI provenance verifiable also makes it inescapable — and for millions of professionals, students, and creators who use Claude as a productivity tool, that is a feature they do not want.
Whether tools like Anthropies will hold up against future watermarking improvements, and whether regulators will view watermark-stripping as a violation rather than a user right, are questions only time and court cases will answer.