cd /news/artificial-intelligence/how-claude-could-watermark-text-with… · home topics artificial-intelligence article
[ARTICLE · art-91802] src=jrzs.dev ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

How Claude Could Watermark Text Without Invisible Characters

Anthropic's Claude will watermark AI-generated text as part of the EU AI Act, using a statistical fingerprint in word choices rather than invisible characters, according to a technical analysis. The watermark survives copy-paste and some editing, but its effectiveness in code generation remains unclear.

read2 min views1 publishedAug 11, 2026
How Claude Could Watermark Text Without Invisible Characters
Image: Jrzs (auto-discovered)

Claude said they’ll be watermarking the text it generates as part of the EU AI Act for transparancy. Not a simple “AI generated” label, and not some invisible characters hidden between words either. I think the watermark will be baked into the text itself.

Every time an LLM generates text, it’s choosing between a bunch of possible next tokens. Roughly:

cat       9%
dog       7%
kitten    3%
animal    2%

A watermark could in theory nudge those choices. Give certain tokens a tiny edge based on some secret pattern only the model (and whoever built it) knows about. You’d never notice a single choice being off, but string together a few hundred or a few thousand tokens and you get a statistical fingerprint. Essentially, statisical but imperceptible word choices is the watermark.

Anthropic hasn’t said exactly how they’re doing it, so take the above as “one way this could work” rather than “here’s what Claude does.” Their docs don’t go much deeper than the marketing version either.

The thing that sticks out to me is that it survives copy and paste. People online are already thinking “just copy/paste it into a text editor and delete the invisible characters” but if the signal is the words themselves, good luck. Anthropic says it can survive some editing as well.

It’s not bullet proof though. Modify the text enough and the signal probably falls apart pretty quickly. Which makes sense if you’re relying on a very specific statistical pattern in word selection.

The bit I actually care about is code, and it isn’t clear to me how it’ll work there. Prose has a ton of ways to say the same thing, plenty of room for a model to quietly prefer one token over another without you ever noticing. Code doesn’t give you that luxury.

if user.isAuthenticated {
    await syncData()
}

Not a lot of wiggle room there. Claude can’t just swap tokens around for the sake of a fingerprint if doing so breaks the syntax or changes behaviour. Anthropic says watermarketing includes Claude Code and API usage, but how that actually holds up in something as constrained as code, I have no idea. That’s the part I want to see more on.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-claude-could-wat…] indexed:0 read:2min 2026-08-11 ·