Anthropic said on 11 August 2026 that it is putting machine-readable marks into what Claude produces, and that the marks apply worldwide rather than only in Europe [3][5].

I run Claude inside a publishing pipeline every day, so I went looking for what actually changes at the file level. The answer is not the same for text as it is for images.

Two marks, and only one of them is durable

Claude models launched in the European Union on or after 2 August 2026 carry the marks at launch, and Anthropic says the behaviour extends across the Claude Platform API, Claude, Claude Code, Claude Cowork and Claude Tag, including where Claude is served through Amazon, Google and Microsoft [3][7]. The legal hook is Article 50(2) of the EU AI Act and its Code of Practice on Transparency of AI-Generated Content, which took effect on 2 August 2026 and which Anthropic signed as a provider of both models and systems [4][7].

There are two mechanisms and they behave differently. Generated text carries an invisible watermark embedded in the text itself, which does not change how the text reads and which travels with it when somebody copies and pastes [3][7]. Generated files in supported formats, named as .svg, .png and .jpg, carry digitally signed provenance metadata following the C2PA standard [3][7].

That second one is the half that will quietly go missing. C2PA lives in the file container, and almost everything in a normal web build re-encodes the container: the image optimiser in your framework, the resize step in your CDN, the thumbnail generator, the social platform that strips metadata on upload as a matter of policy. The text watermark rides inside the words and survives being pasted into a form. The signed metadata survives until the first process that rewrites the bytes, which on most sites is the step immediately after the file is written. Nobody is doing anything wrong when that happens. It just means the provenance you believe you are publishing may only ever have reached your build server.

Meanwhile the regulator has written no AI rule and is enforcing anyway

On 12 August, PYMNTS published a piece on what financial services firms are meant to retain when an AI system does the work, and the honest answer is that neither the Securities and Exchange Commission nor FINRA has issued AI-specific recordkeeping rules [6]. What exists is the general obligation, applied to a new actor: supervision, communications, recordkeeping and fiduciary duty attach to the work regardless of whether a person or a model performed it [6].

The specific pointers are worth writing down. FINRA Regulatory Notice 24-09 tells firms using generative AI in supervisory systems to address technology governance, model-risk management, data privacy, data integrity and model reliability, and FINRA's 2026 Regulatory Oversight Report treats generative AI as a standalone area of focus [6]. Enforcement has not waited for a rulebook: the SEC has brought cases over exaggerated AI claims, and FINRA has pursued an anti-money-laundering matter involving deficient automated identity verification [6]. Brian Rubin of Eversheds Sutherland, a former SEC and NASD enforcement lawyer, calls it a show-your-work environment, where an examiner wants to see how the model was used, approved and validated, and where a named human still owns the outcome [6].

Read that alongside the watermarking and you get the shape of the year. One party has decided to stamp what the model produced, the other wants to see how the model came to be running, and a log line recording that the API was called satisfies neither of them.

OpenAI has now priced how much machine time you get

On 10 August, OpenAI introduced Premium seats for ChatGPT Business at $125 per user per month, or $100 per user per month billed annually, alongside the existing Standard seat at $25 and $20 [1][2]. A Premium seat carries five times the usage of a Standard one and removes the five-hour usage limit, and the two seat types can be mixed inside one workspace [1]. There is a launch offer of $100 in workspace credits for each Premium seat added early, capped at $500 across five seats [1].

The five-hour cap is the number I would look at before the $125. Somebody typing questions into a chat box and reading the replies is unlikely to run into a five-hour ceiling, because a human reading speed paces the whole session. Somebody who hands a long job to an agent and goes to lunch will find it, since nothing in that loop is waiting for a person. Removing the cap is priced at exactly five times the Standard seat, which tells you what OpenAI thinks the unattended workload is worth.

Read from the rails

The practical job this week is smaller than any of the three announcements. Find out whether your image pipeline preserves C2PA metadata, which takes about ten minutes with a file you generated yesterday and a metadata reader. If it does not, you have a choice to make about whether that matters to you, and it is better to make it now than to discover it in a dispute.

On the seat question, count the hours your agents run before you count the people who will hold the seats. And on recordkeeping, the record an examiner is likely to ask for is the approval trail: who signed off on the model running against that workflow, when, and against what validation. Most stacks store the answer and nothing about the permission.

Which brings it back to the build server. The mark leaves Anthropic attached to the file [3]. Whether it is still attached when your reader gets there is decided by whatever rewrites that file next, and that is a machine you own.

Sources

  1. Premium seats are coming to ChatGPT Business · OpenAI, 10 August 2026
  2. OpenAI Courts Business Users With Premium ChatGPT · PYMNTS, 11 August 2026
  3. How Claude marks AI-generated content · Claude Help Center, Anthropic, read 12 August 2026
  4. Anthropic Adds Watermarks to Denote AI-Generated Content · PYMNTS, 11 August 2026
  5. EU compliance, delivered globally: Anthropic to watermark Claude's output worldwide · Euronews, 11 August 2026
  6. AI Recordkeeping Raises Compliance Questions for Financial Services Firms · PYMNTS, 12 August 2026
  7. Anthropic To Mark Claude Text & Files Under EU AI Act Code · Search Engine Journal, 11 August 2026