← Back to all articles

Georgi Hristov · Sofia · 19 August 2026 · ~10 min read

On 2 August 2026, two things happened on the same day. Article 50 of the AI Act became enforceable. And Anthropic began marking content generated by Claude.

The marking has two parts. An imperceptible watermark woven into generated text, and signed provenance metadata following the C2PA open standard attached to supported file types: .svg, .png and .jpg. Models launching on or after 2 August support marking at launch; earlier models must be brought into line by 2 December 2026. Notably, Anthropic applies this worldwide, not only where the AI Act bites.

On 11 August, a repository called watermarks-remover appeared on GitHub. Within 48 hours it had 4,102 stars. It has since passed 10,000, with at least one outlet reporting over 14,000. Searches for "AI watermark remover" rose roughly 60% in the same week.

The story was picked up quickly and framed consistently. Anisha Sircar covered it for Forbes; Axios called the marks a "new front in AI detection", a framing the EU AI Governance Hub carried to its own audience; Luiza Jarovsky opened her post on the removal tools with the line "The EU did not see that coming."

The framing almost everywhere has been adversarial and simple: the watermark went up, the watermark came down, transparency has failed. That framing is wrong on the law, and it obscures a genuine problem sitting one layer beneath it.

Timeline: Article 50 framework, Anthropic marking, and the removal tool The Code of Practice was finalised 10 June 2026 and the Commission's final Article 50 Guidelines published 20 July 2026. Article 50 became enforceable and Anthropic began marking on 2 August. The watermarks-remover repository appeared 11 August and passed 10,000 stars by 19 August. Legacy models must comply by 2 December 2026. 10 Jun Code of Practice finalised 20 Jul Final Art. 50 Guidelines 2 Aug Art. 50 enforceable Anthropic marking live 11 Aug watermarks-remover published 19 Aug 10,000+ stars 2 Dec Legacy models must comply Regulatory / provider Community response Hard deadline ahead
Figure 1. Two months of framework, nine days to organised circumvention, and a hard deadline still ahead. Star counts differ by source and by day; the figures shown are those reported by implicator.ai (4,102 at 48 hours) and the repository itself (10,000). Treat any single confident number with suspicion.

The concession nobody read

Start not with the tool but with the instrument the EU wrote to make Article 50 workable. The Code of Practice on Transparency of AI-generated Content was finalised on 10 June 2026 and confirmed by the Commission and the AI Board as an adequate voluntary tool for demonstrating compliance. Roughly 190 organisations had signed by the end of July.

It does not require a marking method. It requires three: metadata embedding, imperceptible watermarking, and logging. And the reason it gives is the interesting part. As one analysis of the Code put it, the layering is mandated "not because any one method works, but because each protects against failure modes the others cannot."

The EU's own compliance instrument is built on the premise that every individual marking method fails somewhere.

Researcher Natalia Garina states the position without hedging: "no single marking technology currently meets all four requirements Article 50 imposes: effectiveness, interoperability, robustness, and reliability."

Marking methods against the four Article 50(2) requirements C2PA metadata is interoperable and reliable but not robust — it is stripped by screenshots and format conversion. Imperceptible watermarking is more robust but lacks an interoperability standard and independent reliability measurement. Logging is reliable but not detectable by third parties. No single method satisfies all four requirements, which is why the Code of Practice requires all three in combination. METHOD EFFECTIVE INTEROPERABLE ROBUST RELIABLE C2PA metadata Stripped by screenshot or conversion YES YES NO YES Imperceptible watermark No cross-provider standard exists YES NO PARTLY NO Logging Not detectable by third parties PARTLY NO YES YES No row is all YES. That is why the Code of Practice requires all three together.
Figure 2. Article 50(2) imposes four requirements. Each available marking method fails at least one. That layering is a formal acknowledgement, written into the compliance instrument itself, that every individual marking method fails somewhere.

What the provision actually says

With that in view, read Article 50(2) of Regulation (EU) 2024/1689:

"Providers of AI systems […] shall ensure that the outputs of the AI system are marked in a machine-readable format and detectable as artificially generated or manipulated."

Then the qualifier that most commentary has skipped. Providers must ensure their technical solutions are:

"effective, interoperable, robust and reliable as far as this is technically feasible, taking into account the specificities and limitations of various types of content, the costs of implementation and the generally acknowledged state of the art."

Those last eight words do the real work. This is a state-of-the-art standard measured against feasibility and cost, not a warranty of unremovability, and it could not sensibly be one. No marking scheme in any medium has ever been unremovable. A legislature that required one would be legislating for a technology that does not exist, which is exactly what Garina's finding confirms.

The existence of a removal tool does not put a provider in breach. It goes to the "robust" limb, as evidence, not as verdict.

The penalties make the stakes concrete: Article 50 breaches carry fines of up to €15 million or 3% of global annual turnover. Anthropic's response was to implement two independent mechanisms and deploy them globally rather than geofencing to the EU; the company confirmed the marking applies "to every region where Claude is offered, not just the EU". That is the Brussels effect operating precisely as intended, and it is a defensible approach to compliance.

The three layers, and which ones actually work

To see why the "watermark defeated" headline is overstated, you have to look at what the tool does. Its own documentation is admirably honest about this, and separates verifiable removals from best-effort ones.

Three removal layers and their verifiability Unicode character stripping and metadata stripping are verifiable and effective. Defeating the statistical text watermark is unverifiable, because no public detector exists, and degrades the text. Layer A — Unicode hygiene Zero-width characters, exotic spaces, bidirectional controls Works. Removal is directly checkable by diffing the files. VERIFIABLE File metadata — C2PA, EXIF, XMP, document properties PNG · JPEG · WebP · SVG · PDF · DOCX · ODT · HTML · MD Works. This is the layer that genuinely defeats C2PA provenance. VERIFIABLE Layer B — statistical text watermark Requires rewriting a substantial fraction of the text, sentence by sentence Author's own words: "best-effort". Degrades tone, voice and precision. UNVERIFIABLE
Figure 3. Two of the three layers work and can be proven to work. The third (the one the headlines are about) cannot be proven either way, because no public detector exists to test against.

The distinction matters commercially as well as legally. Stripping C2PA metadata from a PDF is trivial and always has been; metadata has never been a security control, and the Code of Practice's layering requirement exists precisely because it isn't one.

The text layer is harder to characterise, and here I want to be careful about what is actually known. The assumption running through most coverage is that Anthropic's text watermark lives in word choice, which is what a statistical watermark normally means, and what a rewriting attack would target. But The Register made a sharp observation: Anthropic has committed that marking "doesn't change the meaning" of its output, and that constraint probably rules out using word selection as the identifier, since that is exactly what shifting word choice would do.

If that reading is right, two things follow. The text mark may be more fragile than the discourse assumes, and the C2PA layer is carrying more of the compliance weight than anyone is crediting it for. I would not state either as settled. Without the specification, nobody outside Anthropic can, and that is the point of the next section.

The gap that should actually worry you

Now to the part almost nobody has written about.

Anthropic has not published a public detector or a technical specification for its text watermark. It has said documentation on detection is forthcoming. It has not arrived.

Sit with the consequences of that for a moment. Article 50(2) requires output to be marked in a machine-readable format and detectable as artificially generated. Detectability carries equal legal weight in that sentence; "and detectable" is a conjunctive limb of the obligation, not a qualifier. If no one outside the provider can run the detection, then this property cannot be tested by a customer, an auditor, a court-appointed expert, or a market surveillance authority.

The symmetry is almost elegant. The removal tools cannot prove they succeed. The provider cannot readily prove it complies. Independent testing has already found that one popular removal tool "let the most common hidden-payload technique through untouched", which tells you how thin the evidentiary ground is on both sides.

We have a transparency obligation that, at this moment, no one can audit.

This will resolve. Detectors will ship, the Commission's guidance on transparency will thicken, and the Code of Practice signatories (roughly 190 by the end of July) will converge on testable claims. But it has not resolved yet, and the interim is where the risk sits.

Who owes what, and why it is probably not who you think

Article 50 is not one obligation. It is several, allocated to different parties. The public conversation has treated this as a story about Anthropic. For most organisations reading this, the exposure runs the other way.

The Commission's final Guidelines on Article 50, published on 20 July 2026, sharpen the split. They confirm that a single entity can be provider and deployer simultaneously depending on the use, and, for anyone planning to do the minimum, that "generic references hidden in terms and conditions, website footers, or vague labels are unlikely to be sufficient."

Allocation of Article 50 obligations between provider and deployer Article 50(2) binds providers to mark output in machine-readable form. Article 50(4) binds deployers to disclose deepfakes and label AI-generated text on matters of public interest. An employee using a removal tool creates deployer-side exposure, not provider-side. ARTICLE 50(2) Provider Mark output machine-readably and make it detectable Standard: effective, interoperable, robust, reliable — as feasible ARTICLE 50(4) Deployer Disclose deep fake content Label AI text on public-interest matters Exception: human review plus editorial responsibility WHERE THE REMOVAL TOOL LANDS Staff stripping marks from published copy shifts the duty to 50(4)
Figure 4. The provider discharges its duty at the point of generation. The deployer's duty attaches at the point of publication. A removal tool run inside your organisation moves the problem from the first box to the second.

Picture the actual scenario. A marketing associate drafts a campaign page with Claude, notices the output contains odd invisible characters, and runs it through a cleaner someone recommended. The C2PA metadata goes. Possibly the text mark degrades too.

Anthropic has still done what the state of the art allows. Your organisation is the one publishing unlabelled AI-generated content. If that content addresses a matter of public interest and no human took editorial responsibility for it, the Article 50(4) duty is yours and it has not been met.

Ten thousand GitHub stars says less about what Anthropic did than about what deployer organisations haven't done. A circumvention practice is spreading, and most of the organisations affected have no policy governing it.

What to do about it

  1. Get the detection specification in writing. Ask each AI vendor how their marks are detected and by whom. "Forthcoming" is a fair answer in August 2026. It will not be a fair answer in your first supervisory conversation, and the dated email is what makes the difference.
  2. Write a policy on content-cleaning tools. Two lines will do: staff must not strip provenance metadata from material the organisation publishes, and any AI-assisted public-interest content requires a named human reviewer. Most organisations have no position on this at all.
  3. Split your AI inventory by role, not by system. The same tool can put you in the provider box for one use and the deployer box for another. An inventory that records only "we use Claude" cannot tell you which obligations attach.
  4. Do not treat code-of-practice signature as compliance. The Code of Practice on Transparency was finalised on 10 June 2026 and confirmed as an adequate voluntary tool. It shifts the burden of argument. It does not discharge the obligation.

The wider point

There is a habit in technology regulation of treating every circumvention as proof that the rule has failed. It is the same reflex that greeted DRM, then ad blockers, then cookie walls. Sometimes the reflex is right. Here it is not, because the drafters knew perfectly well that marks can be stripped. That knowledge is written into the text as "as far as this is technically feasible", and written into the Code of Practice as a requirement to use three methods rather than one. The circumvention was anticipated. What was not anticipated is how quickly it would organise, and how loudly it would be read as a verdict.

The genuine problem this week is quieter and more structural. An obligation whose central property is detectability has entered into force before the means of detection has been published. The marking has not failed. The specification arrived late, and the fix is a technical document, not a better watermark.

Until it is, the honest position for a practitioner is the one the tool's own author took about his software: say what you can verify, say what you cannot, and do not let the confident number in the headline stand in for the evidence.

Sources. Anthropic Help Center, "How Claude marks AI-generated content"; guillaumemeyer/watermarks-remover on GitHub; Anisha Sircar, Forbes, 13 August 2026; Axios, "Anthropic's text watermarks signal new front in AI detection", 12 August 2026; EU AI Governance Hub and Luiza Jarovsky on LinkedIn; Euronews; The Register; implicator.ai; BleepingComputer; The Next Web; Natalia Garina, on the four Article 50 requirements; European Commission, Code of Practice on Transparency of AI-generated Content (finalised 10 June 2026) and final Guidelines on Article 50 transparency obligations (20 July 2026); Regulation (EU) 2024/1689, Article 50.

Georgi Hristov is Chief Legal Officer at Правен Интелект and a Legal Counsel at SAP. He holds two LL.M. degrees, including in Law and Technology from Tilburg University, where his thesis examined EU civil liability for deep fake content. Views expressed are his own and are not legal advice.