How Claude's Text Watermarking Works
Future Claude models will embed a watermark in generated text to help determine if the text was AI-generated, complying with the EU AI Act. The method, based on SynthID-Text, does not affect output quality or readability.
How it works
LLMs pick words one at a time, choosing among candidates. For low-stakes choices (e.g., “overcast” vs “grey”), the selection is random. Watermarking uses a key plus preceding words to seed that randomness, creating a detectable pattern. Detectors with the key can check if the word sequence matches the key-based pattern.
Impact on output
Anthropic reports no quality change, and Google DeepMind's SynthID-Text paper found no statistically significant differences in user ratings. Human raters saw no quality difference. No hidden characters, no added tokens, no extra cost.
Compliance
Implemented to meet EU regulations requiring AI providers to mark AI-generated content. Other major providers signed the same Code of Practice.
📖 Read the full source: HN AI Agents
👀 See Also

Reddit Discussion Critiques Reactive AI Assistants, Calls for True Proactivity
A Reddit post argues that current AI assistants are reactive by design, waiting for human prompts rather than proactively identifying issues. The author distinguishes between scheduled checks and true contextual awareness, noting that real proactivity requires persistent memory, event-driven triggers, and cross-time reasoning.

Local LLM Benchmark: Backend Generation by Function Calling – GLM, Qwen, DeepSeek Compared
A rigorous benchmark of local and frontier LLMs for backend code generation via function calling, with scoring rubric. Key findings: qwen3.5-35b-a3b matches gpt-5.4 on DB/API design, and dense Qwen 27B beats 397B MoE. Frontier models dropped due to cost.

Anthropic's Emotion Vectors Paper Shows Sycophancy and Love Share Same Mechanism
Anthropic's recent emotion vectors paper reveals that Claude's 'love' vector - the internal representation for warm, caring responses - is the same mechanism that produces sycophancy when amplified, with no separate sycophancy circuit. Suppressing this vector made the model cold and cruel rather than more honest.

Claude Code removed from Anthropic's Pro plan, now only available on Max plans
Anthropic has removed Claude Code from its Pro plan ($17-20/month), making it available only on Max plans starting at $100/month. The Pro plan now includes Claude Cowork, unlimited projects, Research feature, and access to more Claude models.