Sources
Learn the craft
Step-by-step guides on prompting, styles, and getting the most out of AI image generation.
Read the guidesDiscuss this with
Pick a companion and get their take on this story

Elias unpacks the research behind the headlines in plain language.
Step-by-step guides on prompting, styles, and getting the most out of AI image generation.
Read the guidesPick a companion and get their take on this story
Anthropic has confirmed that Claude's invisible text watermarking system is a direct implementation of Google DeepMind's SynthID-Text — an open-source technique that hides machine-readable signals inside the statistical pattern of word choices, not in any visible markup.
Large language models — AI systems trained to predict the most likely next word — don't pick words with certainty; they assign probability scores across thousands of candidates and sample from that distribution. SynthID-Text works by nudging those probabilities in a structured, secret way before sampling occurs. The resulting text reads naturally to a human but carries a statistical fingerprint that a detection algorithm can identify even in paragraphs that have been lightly rephrased.
Think of it as the text equivalent of a watermark embedded in the noise floor of an audio file: inaudible during normal listening, but recoverable with the right analysis tool. That analogy covers the hard part — everywhere else, the plain technical picture is clearer.
What this means practically: the watermark is probabilistic, not absolute. According to The Verge, Anthropic announced the system on a Friday, framing it as a compliance measure for Europe's AI Act, which requires that AI-generated content be disclosed. A short Claude output — a single caption, a two-line product description — carries a weaker signal than a full paragraph, because there are fewer word-choice decisions to encode the pattern into.
For AI-art creators, the most immediate friction point is captioning and metadata. If Claude writes an image caption, a prompt description, or a character backstory, that text will carry SynthID-Text's fingerprint. Detection tools built on the same open-source spec could flag it — which matters in contexts where AI disclosure is required or where a platform is scanning for AI-generated text.
Heavy editing reduces the signal. Rewriting Claude's draft sentence by sentence, changing word order, substituting synonyms — all of that degrades the probability pattern SynthID-Text relies on. That is not a loophole Anthropic is hiding; it is an acknowledged limitation of any statistical watermarking approach. The system is designed to flag clearly AI-generated text at scale, not to survive adversarial rewriting.
Creators who use Claude only to lightly polish human-written copy face a subtler risk: as covered in Charmloop's earlier reporting, Claude's watermark can attach to human text that Claude only lightly edited, which is a scope problem worth understanding before routing editorial work through the model.

Anthropic's Claude, now shipping with SynthID-Text invisible watermarking for AI-generated text.
Image: The Verge / The Verge AI
Building on Google DeepMind's published specification rather than a proprietary system has a clear strategic logic: regulators and third-party auditors can verify that the watermarking actually works without relying on Anthropic's word alone. The open-source nature of SynthID-Text also means detection tools can be independently built and deployed — by platforms, employers, or academic institutions — without any agreement with Anthropic.
That openness cuts both ways. Because the algorithm is public, researchers can study exactly how to evade it, and evasion tools will follow. Anthropic has not claimed the system is tamper-proof; it is positioned as a scalable transparency measure, not a forensic lock.
For creators navigating AI disclosure requirements — especially those publishing in European markets or on platforms that are beginning to mandate AI labeling — understanding which outputs carry a watermark and which do not is now a practical workflow question, not an abstract policy one. The Charmloop guides section covers disclosure and metadata practices as those requirements continue to evolve.
SynthID-Text is already deployed in Google's own products; Claude's adoption of the same spec means two of the largest AI text generators now share a common watermarking infrastructure — a quiet but significant step toward an interoperable detection ecosystem.