← Reddit

Watermark reliability

Reddit · EnthropicBeing · August 15, 2026
A user raised concerns about whether Claude's content watermarks would persist if material generated by Claude were completely rewritten by a different LLM without direct copying. The user characterized this potential workaround as straightforward to execute and questioned whether Anthropic had anticipated this vulnerability.

Detailed Analysis

The Reddit discussion raises a pointed technical question about the durability of AI-generated text watermarking, specifically in the context of outputs produced by Claude. The user's hypothetical is straightforward but exposes a genuine vulnerability in current watermarking approaches: if a piece of content generated by Claude is fed into a second, different large language model and asked to rewrite it entirely without any copy-pasting, does the original watermark survive that transformation? The poster's intuition—that this seems like a "tremendously easy" way to strip watermarking—reflects a well-founded skepticism that has been echoed by AI safety researchers and cryptographers who study these systems.

Watermarking schemes for LLM outputs, including approaches similar to what Anthropic and other labs have explored, typically work by subtly biasing token selection during generation in statistically detectable but visually imperceptible ways. The core assumption underlying most watermarking techniques is that the specific word choices, phrasing patterns, and token-level statistical fingerprints embedded during generation remain intact in the final text. However, when text is paraphrased—whether by a human, a different AI model, or even the same model asked to "rewrite this"—the underlying token sequence changes substantially. Since watermark detection depends on analyzing these token-level statistical patterns, a thorough paraphrase by an independent model with no knowledge of or adherence to the original watermarking scheme would almost certainly erase the statistical signal. This isn't a hypothetical edge case; it's been a documented limitation acknowledged in academic literature on LLM watermarking, including papers from University of Maryland researchers and others who have specifically tested paraphrase attacks against watermarking schemes and found them largely effective at removing detectability.

This matters because watermarking has been positioned—both by AI companies and by policymakers—as a key tool for maintaining transparency around AI-generated content, combating misinformation, detecting academic dishonesty, and helping distinguish human from machine authorship in an increasingly saturated content landscape. Anthropic, along with OpenAI, Google DeepMind, and others, has faced pressure from regulators and the public to implement provenance and disclosure mechanisms for AI outputs. But if a simple round-trip through a second model can defeat these safeguards with minimal effort and no specialized tools, the practical value of watermarking as a robust content-authentication mechanism is significantly undermined for any determined bad actor, while still potentially affecting casual, honest users whose legitimately watermarked content might trigger false positives elsewhere.

This tension reflects a broader pattern in AI governance: technical mitigations designed to promote trust and accountability often lag behind the ease with which they can be circumvented, especially in an ecosystem where dozens of competing LLMs are freely accessible. The multi-model landscape—where users can chain Claude, GPT, Gemini, and open-source models together—creates an adversarial environment that single-company watermarking solutions were never designed to withstand. This has pushed some researchers toward alternative approaches, such as cryptographic provenance standards (like the C2PA coalition's content credentials), retrieval-based similarity detection, or industry-wide interoperable watermarking standards that would need cross-company cooperation to have any real teeth. The Reddit thread captures a recurring skepticism within the Claude user community: that current safety and transparency measures, while well-intentioned, may offer more symbolic reassurance than technically enforceable guarantees, and that closing this gap will require coordinated, cross-industry solutions rather than single-vendor fixes.

Read original article →