Reading the room in a room of code. On August 16, 2026, Charles Hoskinson pushed a repository to GitHub. Four stars. One day old. The name was 'Anthropies'—a parasitic echo of Anthropic, the company behind Claude. The tool's stated purpose: strip the invisible watermark Anthropic embeds in every Claude output. But looking at the code and the accompanying legal argument, I don't see a tool. I see a warning shot fired at the heart of the AI content ownership debate.
Context matters. The EU AI Act came into effect on August 2, 2026, mandating that AI-generated content be detectable. Anthropic responded by deploying a 'tournament sampling' watermark—a cryptographic method that biases token selection toward a predetermined pattern, making the output statistically identifiable. It's elegant: the watermark isn't appended after generation; it's woven into the probability distribution itself. Hoskinson, never one to stay out of a fight, decided to build a countermeasure. The result is Anthropies: a three-layer decomposition tool that targets git trailers, C2PA metadata, and—most ambitiously—the prose itself.
Core insight: the tool's architecture reveals a strategic mind, not a technical breakthrough. Layer 1 strips 'Co-Authored-By' trailers from code commits—a deterministic operation with near-zero risk of failure. Layer 2 recodes C2PA image metadata, which is trivial if you control the re-encoding pipeline. Layer 3 is where things get interesting. Hoskinson's code routes the suspect text through a non-origin LLM (e.g., GPT or Gemini) for rewriting, deliberately avoiding Claude or Bard because 'orchestrating a rewrite within the watermarked model reapplies the watermark.' This is a technically honest admission: Anthropies cannot purify text within Anthropic's ecosystem. It must outsource the rewrite to a competitor. Based on my own audits of watermarking schemes, the tournament sampling method is robust against synonym substitution but vulnerable to wholesale rephrasing—if the rewriting model has a different probability distribution, the original signal gets diluted. The catch: the rewritten text may no longer preserve the original meaning or style. Hoskinson himself called the prose layer 'the hard layer.'
But the real story isn't technical. I don't think the tool's primary function is to remove watermarks. Look at the legal argument Hoskinson embedded in the repository. Anthropic's Terms of Service state: 'Subject to your compliance with our Terms, we assign to you all our rights, title, and interest in and to the Output.' Hoskinson reads this as a condition precedent—if you violate the ToS (e.g., by using a watermark removal tool), the ownership never transferred. You never owned the output to begin with. This is a devastating legal attack. If taken seriously, it means every piece of content generated by Claude that has been 'cleaned' of its watermark is technically infringing on Anthropic's copyright. The tool itself is a trap: by using it, you admit to violation, thereby forfeiting ownership. Hoskinson is not offering a tool; he's offering a proof of concept for a legal argument. And he's doing it under Apache 2.0 license, which includes a patent grant—preventing Anthropic from suing the tool's distributors.
Contrarian angle: the tool is overhyped for its intended purpose and underappreciated for its actual impact. I don't believe the prose layer works reliably on long-form text. The GitHub repository shows only 4 stars after 24 hours, and the code is unverified. Hoskinson chose code as the primary demo because code carries minimal watermark signal—syntax is deterministic, leaving little room for statistical bias. For natural language, the success rate is unknown. The real blind spot is that Anthropic might actually benefit from this tool. By revealing the watermark's fragility, the tool forces Anthropic to improve its scheme. The next version of tournament sampling could incorporate adversarially robust components that resist third-party rewriting. In that sense, Anthropies is a free penetration test for Anthropic's security team.
Furthermore, the legal argument is a double-edged sword. If Hoskinson's condition precedent interpretation gains traction, it could backfire: users who never used Anthropies but still violated other ToS clauses (e.g., using Claude for illegal activities) might also lose ownership rights. The argument could be used against users, not just against Anthropic. The true narrative here is not about a tool—it's about the shifting boundary of ownership in the age of generative AI. Who owns the output when the model is trained on public data, fine-tuned by a corporation, and generated by a user's prompt? Hoskinson is asking the right question, but his answer is a grenade with the pin pulled.
Takeaway: The next time you see a tool that claims to 'free' your AI-generated content, ask yourself: free from what, and for whom? The watermarks are not the enemy—the service agreements are. Hoskinson's Anthropies is a fleeting artifact, likely to be forgotten within months. But the legal precedent it attempts to set will echo. The real battle is not over code, but over the fine print. And in a room of code, the law is the most dangerous player.


