Anthropic now embeds a hidden statistical pattern—SynthID-Text—into every Claude response. The company says the move satisfies the EU AI Act’s Transparency Code and gives developers a way to prove a piece of text came from an AI model. The watermark survives casual editing while leaving the prose untouched for human readers.

Why the watermark is being added

European regulators have pressed large-language-model (LLM) providers to make AI-generated content distinguishable from human writing. The EU AI Act’s Transparency Code, soon to be enforced across the bloc, obliges developers to supply a reliable detection method for any text their models produce. Anthropic answered by adopting the SynthID-Text technique first described by Google DeepMind last year.

The decision sparked a flurry of discussion on Reddit and X, where users worried the watermark could degrade output quality or become a backdoor for surveillance. Anthropic counters that the pattern is invisible to readers, adds no latency, and can be turned off for private deployments. By publishing the technical details, the company hopes to calm speculation and set a benchmark for the industry.

How SynthID-Text works

Traditional AI detectors scan for linguistic quirks—repeated phrasing, odd punctuation, or statistical deviations from human writing. Those signals disappear as soon as a human rewrites a paragraph, making the detectors unreliable. SynthID-Text, by contrast, embeds a covert signal during the model’s token-selection step.

When Claude chooses between two equally plausible tokens—say “overcast” versus “grey”—the system nudges the decision toward the one that fits a pre-computed binary pattern. Over the length of a document, these nudges create a sequence of bits that a detection API can later extract. The pattern is deliberately low-impact: the chosen synonym is still a perfectly natural word, so the flow of the text remains unchanged. Because the watermark lives in the token stream rather than the surface text, it survives most downstream processing that does not replace every token.

Editing resistance: what survives and what doesn’t

A common criticism is that users could simply edit AI-generated prose to erase the watermark. Anthropic’s internal testing outlines three editing scenarios:

  • Light editing – fixing typos, swapping a few adjectives, or adjusting sentence order. The watermark’s statistical signature stays largely intact because most tokens remain unchanged.
  • Heavy Claude-assisted editing – prompting Claude to rewrite a draft that already contains AI-generated sentences. If the user retains control over most of the wording, the watermark’s signal weakens in proportion to the amount of new, human-chosen text.
  • Complete rewriting – replacing every token with a fresh generation or a manual rewrite. At that point the original watermark is destroyed, but the resulting text no longer meets the EU definition of “AI-generated” because no trace of the original model output remains.

The takeaway: the watermark resists casual polishing but not a full regeneration of the content.

Code generation: where the watermark lives

Claude is widely used as a coding assistant, producing everything from one-line snippets to full-stack modules. Programming languages leave little room for synonym choice; swapping a token like “for” with “while” would alter the logic. Anthropic therefore expects the watermark to appear almost exclusively in sections where the model has freedom to choose words—comments, docstrings, and explanatory prose that accompany the code.

Because the functional part of the code stays untouched, developers should see no drop in correctness or performance. The watermark’s presence is limited to the ancillary text that helps humans understand the code, satisfying the transparency requirement without compromising utility.

Industry ripple effects

Anthropic is not acting alone. Several other LLM developers have signed the same Code of Practice that calls for a standardized detection API. If the EU’s enforcement timeline proceeds as planned, watermarking could become a default layer in the LLM stack, much like encryption is for data transmission today. Companies that ignore the requirement risk fines, loss of market access in Europe, or forced removal of their services.

Points of contention

Критики утверждают, что скрытая сигнатура, даже если она невидима, может быть использована для отслеживания или атрибуции, выходящей за рамки соблюдения нормативных требований. Они также опасаются ложноположительных результатов: API обнаружения, который ошибочно помечает текст, написанный человеком, может подорвать доверие к платформам, полагающимся на этот сигнал. Anthropic признает эти риски и заявляет, что алгоритм обнаружения будет иметь открытый исходный код, что позволит проводить независимый аудит и калибровку.

Еще одним практическим поводом для беспокойства являются вычислительные затраты на создание водяного знака. Anthropic сообщает, что дополнительная обработка увеличивает время инференса менее чем на долю процента — это утверждение вскоре проверят сторонние бенчмарки.

За чем следить дальше

  • Развертывание API — Anthropic планирует выпустить публичный эндпоинт, который извлекает скрытый битовый паттерн из любого вывода Claude. Разработчики смогут интегрировать проверку в конвейеры модерации контента.
  • Усилия по стандартизации — Регуляторные органы и отраслевые группы разрабатывают общий формат метаданных водяного знака, что может упростить межмодельное обнаружение.
  • Эмпирические исследования — Независимые исследователи начинают изучать устойчивость SynthID-Text к инструментам состязательного перефразирования. Их выводы определят, насколько платформы смогут доверять этому сигналу.

Итог

Внедрение SynthID-Text компанией Anthropic дает ИИ-сообществу конкретный инструмент для соблюдения предстоящих европейских правил прозрачности, сохраняя при этом качество вывода Claude неизменным. Водяной знак сохраняется при обычной корректуре, но исчезает при полной регенерации текста, и он присутствует в не связанной с кодом части программного вывода, где не мешает функциональности. Станет ли этот подход отраслевым стандартом, зависит от того, насколько эффективно API обнаружения будет работать в реальных условиях и удастся ли решить проблемы конфиденциальности и ложных срабатываний.