A client called us last week, half-panicked. Their marketing lead had read that Anthropic was watermarking everything Claude produces, and the question hit the group chat fast: does that mean the code our developers wrote with AI now carries a hidden tag someone can trace? Does the sales deck? The internal wiki?
The honest answer is more interesting than either the panic or the reassurance. Something real did ship, it is broader than most people assume, and the part that should concern you is not the part making the rounds on social media.
What actually shipped
Anthropic signed the EU AI Act’s Article 50(2) Code of Practice on Transparency of AI-Generated Content, and it is now implementing that commitment. Two separate mechanisms are involved, and conflating them is where most of the confusion starts.
The first is an embedded watermark in generated text. When a supported Claude model writes something, it weaves an imperceptible pattern into the words themselves by biasing low-stakes choices, the kind where two words would both work equally well. You cannot see it. It does not change the meaning or the quality. But a party holding the right key can detect it. Anthropic has confirmed it is using a version of SynthID-Text, the approach Google DeepMind published in 2024.
The second is signed provenance metadata on files. When Claude generates a supported file type such as a .svg, .png, or .jpg, it attaches metadata following the C2PA open standard, the same framework backed by Adobe, Microsoft, camera makers, and a growing list of publishers. That metadata signals the file was processed by Claude and lets you detect whether it was altered afterward.
Three details matter more than the mechanism.
Coverage is broad. Claude models launched on or after August 2, 2026 support marking at launch. Marking applies across Claude Platform (the API), Claude, Claude Code, Claude Cowork, and Claude Tag, and it applies when supported models are accessed through AWS, Google Cloud, or Microsoft Foundry. It applies worldwide, not only in the EU. Models released before that date are being brought in during a transition period.
Text watermarking is not aspirational. It is not a research direction or a future roadmap item. It is in the models now, applied at the model level, which means it does not matter which product or interface the text came out of.
It survives more than people expect. Because the watermark lives in the text rather than in metadata, it travels with copy and paste. Anthropic’s own guidance says light editing probably will not remove it completely. A full rewrite where every word is replaced will, at which point it is fair to ask whether the result is still AI-generated text.
Does this reach your code?
Partly, and the nuance here is worth getting right, because both the panicked version and the dismissive version are wrong.
Code carries less watermark than prose. The reason is mechanical: a model writing working code has far less freedom to choose between equally valid options. The function has to compile and behave correctly, which collapses most of the low-stakes choices the watermark depends on. Anthropic has said the effect on the actual code produced is negligible.
But it is not zero. Where the model does have an arbitrary choice between terms, the watermark can attach, and comments inside code are the obvious place that happens. Comments are prose. Prose has room for the pattern.
So the practical picture for an engineering team: a Claude-assisted function is very unlikely to carry a detectable signal in its logic, and the more your developers refactor, rename, and integrate it, the less there is to find. Comment blocks generated wholesale and left untouched are a different matter. If that distinction matters to your organization, for licensing reasons, client contract reasons, or IP reasons, it should be written into your engineering standards rather than assumed away.
The part almost nobody is talking about
Here is the exposure that deserves more attention than the code question, and it comes straight out of Anthropic’s own stated limitations.
A detected watermark tells you Claude was involved. It does not tell you how.
People use Claude to proofread, translate, summarize, and reformat writing they produced themselves. The output can carry a mark even when the underlying thinking, structure, and most of the words came from a human. Anthropic says so plainly. Whether a mark survives depends on the length of the text and how heavily Claude edited it, and a light polish leaves very little for the watermark to attach to. But “very little” is not “none,” and the detection result does not come with an explanation attached.
Now run that through a real scenario. An employee writes a proposal, runs it through Claude to tighten the prose, and sends it to a client who checks it. A contractor delivers copy under an agreement requiring original human work. A staff member submits written work for a certification or a continuing-education requirement. In each case, a detection hit invites an accusation the tool cannot actually support, and the burden of explaining lands on the person least equipped to explain it.
The inverse failure is just as real. Absence of a mark proves nothing. Text from an older model, heavily paraphrased text, very short passages, a file whose metadata was stripped by a format conversion or a screenshot, all of these come back clean while being fully AI-generated.
Anthropic has said a detection API is coming. Other major model developers signed the same Code of Practice and will implement their own watermarks. So this is not a one-vendor story, and detection tooling is going to get easier to reach at exactly the moment when most organizations have no framework for interpreting what it returns.
What this means for your policies
Three practical shifts, in order of how much trouble they save you.
One, do not build enforcement on detection. A watermark hit is a signal, not a finding. If AI-use disclosure matters in your organization, put it in policy and in contracts where the expectation is explicit and the consequence is defined. Do not design a process whose enforcement mechanism is a probabilistic detector that cannot distinguish authorship from proofreading.
Two, separate your rules by content type. Prose, code, and media carry different marks, different durability, and different disclosure expectations. One blanket AI rule usually fails all three. A policy that says “disclose AI use” without saying what counts as use will not survive its first real dispute.
Three, decide your position on assisted editing before someone else decides it for you. This is the one most organizations have not thought about at all. If your people run their own writing through AI for polish, and you have no stated position on whether that requires disclosure, you are one client question away from an argument with no reference point.
The gap underneath the headline
The watermark story is loud because it is easy to picture. The governance gap underneath it is quiet, and it is the one that accumulates cost.
Teams adopt AI tools faster than their organizations decide what is permitted, what gets disclosed, and where data is allowed to travel. Staff paste client information into consumer AI accounts. Code assistants pull from sources nobody has reviewed. Content ships with no disclosure standard because no standard exists. Then a provenance headline lands, there is no framework to slot it into, and a two-minute question becomes a week of fire drills.
That is the fixable part, and it is where the work actually pays off. When a client asks us about a feature like this, the useful conversation is rarely about the feature. It is about whether the organization can answer a straightforward question about its own AI use without convening a meeting.
What to do now
Four questions. If you can answer all four, the next provenance headline is an internal note rather than an incident.
- Do you have a written AI-use policy that treats prose, code, and media separately, with a stated position on assisted editing?
- Have you told your team in plain language what is safe to put into AI tools and what is not? The watermark question sits downstream of a much larger data-exposure question.
- Do your vendor and contractor agreements state AI-use expectations explicitly, rather than assuming you can detect violations after the fact?
- Do you know which tools in your pipeline preserve or strip content credentials on AI-generated media, and is that deliberate?
centrexIT has protected businesses across California, Nevada, Arizona, Washington, and Oregon since 2002. Helping teams adopt AI without stepping on a landmine is a large part of what that looks like now. Take the 2-Minute Cybersecurity Assessment
Common Questions
Does Claude watermark the code my developers write with it? Partly. Working code leaves the model little room for the arbitrary word choices a watermark depends on, so Anthropic describes the effect on actual code as negligible. Comments are the exception, because comments are prose and prose has room for the pattern. Heavy refactoring reduces what remains further.
Can someone detect that our marketing copy was written with Claude? Increasingly, yes. The watermark travels with copy and paste, and light editing probably will not remove it completely. A full rewrite will. Anthropic has said a detection API is coming.
What if we only used Claude to proofread something a person wrote? The output can still carry a mark, and detection cannot tell the difference between authorship and editing. How much survives depends on the length of the text and how heavily it was edited. This is the case your AI-use policy most likely does not cover yet.
Does a clean detection result prove content is human-written? No. Older models, heavy paraphrasing, very short passages, and stripped file metadata all return clean. Absence of a mark is not evidence of anything.
Is this only an EU issue? No. The requirement comes from the EU AI Act’s transparency code, but Anthropic applies marking to output from supported models wherever Claude is offered, worldwide. Other major model developers signed the same code.
What should we actually do? Write the policy, separate it by content type, take a position on assisted editing, and put disclosure expectations into contracts. Do not build enforcement on a detector that cannot explain its own result.
Sources
- Anthropic, How Claude marks AI-generated content: https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content
- Anthropic, Claude text watermark: https://www.anthropic.com/news/claude-text-watermark
- TechCrunch, Anthropic shares more details about how Claude’s new watermarks will work, August 15, 2026: https://techcrunch.com/2026/08/15/anthropic-shares-more-details-about-how-claudes-new-watermarks-will-work/
The centrexIT team brings decades of combined IT expertise, helping San Diego businesses thrive with secure, reliable technology solutions.
Meet Our Team