Anthropic began marking Claude outputs with invisible text watermarks and C2PA metadata on August 2, 2026. Less than three weeks later, a cottage industry exists to strip those marks. Guillaume Meyer’s open-source watermarks-remover repository ships as an agent skill plus a Python service that removes Unicode artifacts, rewrites statistically watermarked prose, and deletes signed C2PA manifests from PNG, JPEG, SVG, PDF, DOCX, and a dozen other formats. A separate Product Hunt listing, Claude Watermark Remover, sells the same promise with a friendlier interface.

The timing is the story. Anthropic’s rollout is barely two weeks old, and the evasion tooling already has version numbers, Docker images, and a hosted API partner.

Meyer’s project is not a toy. The README documents three attack layers. Layer A handles invisible Unicode: zero-width characters, exotic spaces, bidi control characters, and tag characters, removed with deterministic Python scripts. Layer B targets statistical text watermarks, the token-sampling schemes used by Claude, Gemini’s SynthID-Text, OpenAI’s provenance surfaces, and the open-LLM Kirchenbauer green-list and keyed-Gumbel (Aaronson EXP) families. That layer relies on an agent rewrite hook, optionally backed by a local Ollama model. Layer C strips hard-bound provenance: C2PA, EXIF, XMP, and document properties across 20 file formats including MP4, WAV, and MP3.

The repository is careful about its own limits. “The repository does not contain vendor detectors and keys,” the README states. “It cannot guarantee bypassing detection.” The Claude text detector is a placeholder seam in the code, waiting for Anthropic to ship the detection API it has announced. The image scoring sidecar for SynthID is marked “never published” because the upstream reverse-engineering effort carries a non-commercial Research License.

What the tool does claim is verifiable hygiene. Unicode removal can be confirmed by rescanning code points. C2PA manifest removal can be confirmed with c2patool. The statistical rewrite is explicitly best-effort, because Anthropic has not published its marking algorithm or detector.

That gap has created a second layer of the economy. Haimaker, a San Francisco model-routing startup, published a removal guide on August 12 that walks users through Meyer’s tool and then pitches its own API as the rewrite backend. The pitch is straightforward: Haimaker exposes hundreds of non-Claude models through one OpenAI-compatible endpoint, so users can route the Layer B rewrite through GLM-5.2, Qwen 3.7 Plus, Kimi K3, DeepSeek V4 Pro, or MiniMax M3 instead of the model that stamped the text.

Haimaker’s guide is honest about the epistemic situation. “Anthropic has not published the text-marking algorithm or a detector,” it notes. “That gap leaves any removal guide with an unresolved dependency.” The guide also corrects a common misreading of what detection means. A detected Claude watermark supports one narrow inference: a compatible Claude model may have processed the material. It does not mean Claude wrote every word. Anthropic explicitly lists proofreading, translation, summarization, and file conversion as operations that can leave a mark on human-created work.

The attribution problem is real and measurable. Haimaker’s 30-day sample found 15 relevant Reddit threads with 8,138 upvotes and 2,633 comments, many centered on ownership and what a generic “Claude processed this” label might invite. A writer who asks Claude to tighten three sentences gets the same machine-readable provenance signal as a writer who generated the full draft. The detector cannot distinguish.

This is the core tension the removal economy exposes. Anthropic’s watermarking serves a legitimate policy goal: traceability for AI-generated content, particularly in elections, disinformation, and academic integrity contexts. But the implementation marks assistance, not authorship. Every human who uses Claude for editing, translation, or summarization becomes a provenance target.

The removal tools do not dispute the policy rationale. They argue for a different boundary. Meyer’s README frames the project as “privacy and hygiene on content you own.” Haimaker’s guide repeats the same framing: “This pipeline serves privacy and hygiene on content you own, especially when a broad ‘Claude processed this’ hides the division of work.” Neither project claims to defeat forensic attribution in all cases. Haimaker’s verification guidance separates three confidence levels: verifiably removed Unicode and metadata, best-effort statistical rewrite, and residual risk from Claude’s secret-key detector, soft-bound provenance, and pixel-level signals.

The verification literature supports the caution. Haimaker cites a 2025 WaterPark evaluation that tested 10 watermarking methods against 12 attacks and found robustness changes materially with design. Earlier ICLR research showed aggressive human paraphrasing can leave a detectable signal in sufficiently long text. Rewriting proves the text changed. It does not prove the signal is gone.

The business model here is worth naming. Anthropic’s watermark is a cost imposed on users. The removal economy sells relief from that cost. Meyer’s tool is free and open source, which makes it the commodity layer. Haimaker sells the convenience layer: model routing, voice-print preservation, and a wrapper that masks YAML frontmatter, headings, code fences, tables, links, and numeric facts before the rewrite, then rejects output that drops or reorders placeholders. That wrapper solves a real problem: rewriting prose with a different model can damage Markdown structure, and rewriting code to attack an uncertain statistical mark risks behavior changes hidden behind fluent diffs.

The economics resemble the ad-blocker market. Publishers introduced tracking and paywalls; a parallel economy emerged to strip them. Anthropic introduced provenance marks; a parallel economy emerged to strip those. The difference is that Anthropic’s marks are mandatory and invisible, applied by default to all supported models introduced on or after August 2, with rollout to older models continuing. Users did not opt in.

There is also a compliance angle the removal guides handle carefully. Haimaker’s FAQ notes that “if a contract, school policy, platform rule, or law requires disclosure of AI assistance, it persists.” Stripping a watermark does not change the legal obligation to disclose. The tooling removes a technical signal, not a regulatory one. A student who strips a Claude mark and submits the work as their own is still committing academic fraud; the absence of a watermark is not evidence of human authorship.

The unresolved question is what Anthropic does next. The company has announced a detection API but not shipped it. When it does, the cat-and-mouse loop accelerates. Meyer’s repository already has a placeholder seam for the Claude detector, ready to be wired in. The Docker compose stack includes harnesses for MarkLLM and MarkDiffusion, the academic watermark research frameworks, suggesting the project intends to stay current with the literature.

For AI builders, the lesson is that watermarking is a product decision with a market response. Any lab that ships mandatory provenance marking should expect evasion tooling within weeks, not months. The durability of the mark depends on the secrecy of the detector, and secrecy is a fragile property in open research ecosystems. The WaterPark evaluation and the ICLR paraphrasing results are public. The reverse-engineering community has already produced a non-commercial SynthID scorer. Anthropic’s detector, when it ships, will face the same scrutiny.

The removal economy is not going away. It is the natural market response to a mandatory cost imposed on users who did not ask for it. The question is whether Anthropic’s detection API, when it arrives, makes the removers’ best-effort layer good enough, or whether the arms race simply moves to stronger marks that survive rewriting. The answer will determine whether provenance becomes a durable property of AI content or a tax that everyone learns to dodge.

For now, the concrete observation is this: a two-week-old policy has already produced a versioned open-source tool, a hosted API partner, and a documented workflow with three confidence levels. The watermark remover economy is not hypothetical. It is shipping, and it is already more careful about its own limits than the marketing suggests.