Claude Launches 'Invisible Watermark' Amid Criticism: New Model Fully Embedded, Tagging All Text

marsbitPublicado a 2026-08-11Actualizado a 2026-08-11

Resumen

Amidst user backlash, Anthropic announces that its latest Claude models will embed invisible watermarks directly into generated text, a move driven by compliance with the EU's AI Act. This "invisible ink," part of the text itself, is designed to persist through copying, pasting, and even some editing. The measure applies globally to all new models from August 2, 2026, with efforts underway to retroactively apply it to existing models. The system also adds signed metadata to supported image files. The watermarking technique, while not detailed by Anthropic, is speculated to potentially use invisible Unicode characters—a method the company has allegedly used before in Claude Code to discreetly tag content. The company is developing detection tools but acknowledges limitations: a watermark only indicates Claude processed the content, not authorship, and its absence doesn't guarantee human origin. Reactions are largely negative, with users criticizing the "unremovable" nature of the watermark and expressing concerns about potential impacts on output quality. In response, ideas for third-party tools to remove watermarks are already emerging, with some suggesting alternative AI models like Kimi as immediate workarounds.

Another questionable move from Company A has sparked widespread outrage online.

Just now, Anthropic announced: The new Claude will embed invisible watermarks in generated text.

Yes, not just metadata—these "ink marks" will become part of the text itself.

They will be copied and pasted along with the text to other places, and may still remain even after some degree of editing.

It's like a stubborn sticker that just won't come off...

Netizens have already started voicing their anger collectively.

The direct driver of this move is the EU's AI Act, which Anthropic has signed. This mechanism will apply to all models released on or after August 2, 2026.

For Claude models already online, Anthropic is also researching how to add this watermarking mechanism retroactively.

Oh, and one more thing—

This measure will be implemented globally, not limited to the EU.

The great "Watermark Era" is here.

Text Gets Watermarks Too

Recently, Anthropic signed the EU AI Act's Transparency Code of Conduct for AI-Generated Content.

This code was drafted by independent experts, evaluated by the European Commission and the AI Office, and has been signed by about 190 institutions, including Google, Meta, Microsoft, OpenAI, and others.

For Claude, this translates into two specific things.

First, text watermarking.

Supported Claude models will weave a kind of invisible marker directly into the text when generating content.

Yes, completely invisible. You can't see it, and it doesn't change the meaning, quality, or readability of the response.

What's even scarier is that it's hard to get rid of.

The watermark is part of the text, copying and pasting will carry it along, and even edited versions might not be safe.

Second, signed metadata.

When Claude generates supported file types like .svg, .png, .jpg, it will attach digitally signed provenance metadata.

This metadata follows the C2PA open standard, promoted by Adobe, OpenAI, Google, and others. It can indicate the file was processed by Claude and also detect if the file has been tampered with.

The coverage is across the entire product line. API, Claude, Claude Code, Claude Cowork, Claude Tag are all included.

Cloud customers accessing Claude via AWS, Google Cloud, Microsoft Foundry will also be subject to this.

And there are no regional exceptions; it's uniformly implemented worldwide.

Meanwhile, Anthropic stated it is developing detection tools, allowing users and third parties to check whether a piece of text or a file carries the Claude marker.

Detailed technical documentation will be released by the company later.

However, Anthropic also explicitly noted the limitations of this mechanism.

Detecting a mark only indicates the content was processed by Claude, it does not confirm Claude as the original author.

After all, users often use Claude for proofreading, translation, summarization, format conversion—the core ideas and data may come from humans; marked content could also be modified, excerpted, or mixed with other materials afterward.

Conversely, not detecting a mark doesn't mean the content definitely wasn't AI-generated.

It might come from an older model, be heavily edited or rewritten, the paragraph might be too short to identify, or metadata might be stripped due to format conversion or screenshots...

Basically, everyone is under suspicion now...

As of now, Anthropic has not disclosed details of the watermarking algorithm.

In other words, no one knows what the "invisible ink" looks like, or what else Company A might be able to do with it.

Company A's Labeling Tactics

So, is there really such magic that makes watermarks in text completely invisible?

Yes.

And the tricks might be more numerous than you think.

The most famous is something called Unicode.

You can think of it as issuing ID cards to almost every character and symbol in the world: 'A' corresponds to one Unicode number, '中' (Chinese) corresponds to one Unicode number, even '🙂' corresponds to one Unicode number.

But beyond that, there exists a set of characters that are basically invisible to the human eye but distinguishable by computers.

For example, the simplest "Hello"—underneath, one might be H-e-l-l-o, and another might be H-e-invisible character-l-l-o.

They look completely identical to the human eye, but when a program reads the Unicode code points, it can find that the second string has an extra special character.

Amazing.

I wonder if everyone remembers, Company A had already "gracefully followed the trend" and used the Unicode trick before.

On June 30th, a Reddit user discovered a shocking truth after reverse-engineering Claude Code—

Claude Code's packaged files contained a set of Trojan-like code. If it detected you were a Chinese user, it would add two strokes of invisible ink to your system prompt—'Today's date is 2026-06-30'.

1. Changing the date format hyphens to slashes, marking a hit for the Chinese timezone.

2. The single quote in 'Today's' was quietly replaced with three characters that have different Unicode code points but are visually identical.

The result? In any editor, any terminal, this line looks exactly the same as the normal version. But in the program, you are already tagged.

Yes, Company A has been using Unicode to secretly tag users in Claude Code.

The company has not revealed whether the new Claude watermark uses this approach.

Looking at it this way, text watermarks might not be so bad, right? At least you won't get your account banned...

Moreover, various AI detection tools are of mixed quality, often charging dozens per detection and giving an AI-generated probability number with no logical basis. Having an official labeling channel could at least save a lot of wasted money.

The main reason for everyone's anger is Company A's history of similar actions.

But thinking carefully, AIGC content does need a reliable detection system, just like OpenAI adding C2PA metadata and SynthID watermarks to images.

However, does embedding watermarks by restricting the model's sampling distribution really not affect generation quality?

Company A's statement is—

No, it doesn't.

I remain skeptical.

After all, since version 4.6, Claude has been increasingly incomprehensible.

One More Thing

Regardless, the "Avengers Alliance" against Anthropic has already begun to act!

YC founder Paul Graham has already hatched a new startup idea, just waiting for aspiring individuals to join!

Create a third-party regeneration function, rephrase the text, preserving the original meaning while removing the watermark.

Of course, a more lightweight solution, usable by everyone right now, has also emerged—

Kimi, remove that invisible watermark.

Reference Links:

[1]https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content

[2]https://x.com/atharvabuilds/status/2086920300441268579?s=20

This article is from the WeChat public account "QbitAI", author: Jay

Criptos en tendencia

Preguntas relacionadas

QWhat is the main content of the EU's AI Act that Anthropic has signed, as mentioned in the article?

AThe main content is the 'AI-Generated Content Transparency Code of Conduct,' which requires the embedding of invisible watermarks into generated text and adding signed metadata to supported file types like .svg, .png, and .jpg, in compliance with the C2PA open standard.

QAccording to the article, what are the two specific measures Claude will implement regarding content marking?

AThe two measures are: 1) Embedding invisible, non-removable watermarks directly into the generated text itself. 2) Adding digitally signed provenance metadata to supported file types such as .svg, .png, and .jpg.

QWhat is one limitation of the watermarking and metadata system as acknowledged by Anthropic?

AA key limitation is that detecting a mark only proves the content was processed by Claude, but does not confirm Claude as the original author. Conversely, the absence of a mark does not guarantee the content is human-generated, as it could come from an older model, be heavily edited, or have metadata stripped during format conversion.

QWhat technique from the article's past example did Anthropic allegedly use to covertly mark content for Chinese users?

AIt allegedly used Unicode characters—specifically, changing date format hyphens to slashes and replacing a standard apostrophe in "Today's" with three visually identical but different Unicode code points—to invisibly tag content generated for users in the China timezone.

QWhat are two potential user reactions or solutions mentioned in the article regarding the new watermarking policy?

ATwo reactions/solutions mentioned are: 1) A startup idea from YC founder Paul Graham to create a third-party service that rephrases content to remove watermarks while preserving meaning. 2) A suggested immediate workaround of using another AI (like Kimi) with the prompt 'Remove that invisible watermark.'

Lecturas Relacionadas

Citi Research Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Has No Substantial Progress, Short-term Enforcement Faces Supply Constraints

Citi Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Lacks Substantive Progress, Faces Supply Bottlenecks in Short Term. Reuters reported on August 4th that the U.S. government and FCC are considering a ban on Chinese optical modules. Citi's August 9th report clarifies that optical modules are not listed on any effective FCC ban. The FCC's Order 26-50 established two restricted list mechanisms (based on manufacturer and production location), but optical modules were only mentioned once, as an example in a disclosure requirement, not as a restricted product. The reported ban remains at a proposal stage. Citi estimates Chinese suppliers provide 60-70% of high-speed optical modules for U.S. hyperscalers. Non-Chinese suppliers cannot fill this gap in the short term, making the immediate implementation of a genuine ban unlikely. Future regulatory paths could be manufacturer-based (least likely), location-based covering all offshore production (strictest), or location-based covering only China (more feasible but with unresolved definitions). A ban would pressure U.S. AI infrastructure, conflicting with stated policy goals. Citi sees low near-term implementation probability, with the issue potentially becoming a negotiation chip in bilateral talks. U.S. domestic capacity build-out is a key long-term variable. Among Chinese companies, XSENS and Dongshan Precision have the highest U.S. exposure, while Tianfu Communication, as a passive component supplier, is relatively insulated. Citi maintains Buy ratings on all three with respective price targets. The conclusion is that Chinese modules are currently irreplaceable in the U.S. AI supply chain, creating a longer timeline for potential restrictions than the market may expect.

marsbitHace 33 min(s)

Citi Research Report Analysis: U.S. Proposed Ban on Chinese Optical Modules Has No Substantial Progress, Short-term Enforcement Faces Supply Constraints

marsbitHace 33 min(s)

Lead Analyst Claims Bitcoin is at a Critical Stage: 'We are at the Bear Market Bottom, What Happens Next…'

Renowned cryptocurrency analyst Benjamin Cowen, in his latest analysis video, examined recent events and historical cycles in the Bitcoin market. Noting Bitcoin's trading range of $64,000 to $65,000, Cowen stated that market dynamics and investor interest show similarities to past cycles, suggesting the upcoming period marks a critical turning point. Cowen observed a significant decline in public interest and investor enthusiasm for the crypto market, with social risk metrics falling to 0.2, far below levels seen four years ago. He added that market volatility has notably decreased, and a sense of distrust prevails among investors, drawing parallels to the ends of bear markets in 2018 and 2022. Historical data indicates Bitcoin markets typically bottom in summer months, followed by a period of stagnation with low volatility, implying a major move could occur in the year's final quarter. However, Cowen noted on-chain indicators like the MVRV Z-Score have not yet signaled a definitive bottom. Cowen believes an event in the coming weeks could shake the market, potentially triggering a final sell-off wave. Such an event, he argues, would bring investors back and pave the way for a new bull cycle. He predicts October as the most likely bottoming period, while acknowledging September or November are also possible, advising crypto users to remain cautious and prepared for a decisive market moment.

cryptonews.ruHace 41 min(s)

Lead Analyst Claims Bitcoin is at a Critical Stage: 'We are at the Bear Market Bottom, What Happens Next…'

cryptonews.ruHace 41 min(s)

Bitcoin Community in Uproar: Deciphering the New Scaling War Sparked by BIP-110

On August 10, Luke Dashjr, a long-time Bitcoin Improvement Proposal (BIP) editor and co-founder of Ocean mining pool, was removed from the BIP editing team for bypassing discussion protocols and preemptively assigning a number to BIP-110, a controversial soft fork proposal he helped draft. The conflict stems from Bitcoin Core's version 30 release in October 2025, which removed the default 83-byte limit on OP_RETURN, a field used for embedding non-transaction data. In response, BIP-110 aimed to enforce this limit as a consensus rule. It controversially lowered the activation threshold for miners to 55% and included a mandatory activation clause, causing significant community backlash. Major mining pools like Foundry USA and AntPool did not support it, with public criticism from figures like F2Pool's Wang Chun and Michael Saylor, who argued it compromised Bitcoin's neutrality. On August 8, at block height 961,632, nodes running the BIP-110 patch rejected the main chain block, causing a chain split. The minority chain, supported by only about 2.53% of the network's hash rate, produced just one additional block before stalling. The main chain quickly outpaced it by over 240 blocks. No major exchanges have supported the minority chain. The event highlighted Bitcoin's governance reality: while rules can be proposed by a few, ultimate authority lies with the economic majority—miners willing to expend hash power and users/exchanges recognizing a chain's validity. Following the failed split, BIP-110 proponents, including Luke Dashjr, have begun discussing a change to the proof-of-work algorithm to create a separate coin, though this remains in early discussion stages.

marsbitHace 1 hora(s)

Bitcoin Community in Uproar: Deciphering the New Scaling War Sparked by BIP-110

marsbitHace 1 hora(s)

Trading

Spot

Artículos destacados

Cómo comprar MOVE

¡Bienvenido a HTX.com! Hemos hecho que comprar Movement (MOVE) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Movement (MOVE) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Movement (MOVE)Después de comprar tu Movement (MOVE), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Movement (MOVE)Tradear fácilmente con Movement (MOVE) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

367 Vistas totalesPublicado en 2024.12.13Actualizado en 2026.06.02

Cómo comprar MOVE

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de MOVE (MOVE).

活动图片