Anthropic Report Details Mass Distillation of Claude by Chinese AI Firms

Massive Scale Distillation Operation
Anthropic's report documents systematic distillation efforts by three Chinese AI companies: DeepSeek, Moonshot AI, and MiniMax. The operation involved creating approximately 24,000 fake accounts and conducting over 16 million exchanges with Claude through proxy networks that ran up to 20,000 accounts simultaneously.
Specific Distillation Methods
DeepSeek had Claude explain its own reasoning step by step, then used those explanations as training data. They also prompted Claude to answer politically sensitive questions about Chinese dissidents to build censorship-navigation data. MiniMax ran more than 13 million exchanges and pivoted to a new Claude model within 24 hours of its release.
Safety Implications for Users
The report states directly that distilled models are unlikely to retain the original safety mechanisms. While routine questions yield similar answers between original and copied models, edge cases involving medical, legal, or nuanced topics reveal critical differences. The copy models "barrel through with false confidence" because the training that taught caution was lost during distillation.
Anthropic compares this to having a doctor who only watched real doctors through a window for a year—routine cases might be handled adequately, but complicated cases offer no guarantees, and users can't distinguish between routine and complex cases until it's too late.
Implications for Model Evaluation
The report notes a counterintuitive effect: disagreement between models becomes more valuable post-distillation. If two models that might share distilled capabilities still give different answers, at least one engaged in independent reasoning. Agreement between models becomes less meaningful, while disagreement indicates genuine independent processing.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.129: Plugin URL flag, force sync output, and 20+ fixes
Adds --plugin-url flag to load plugin zips from URL, CLAUDE_CODE_FORCE_SYNC_OUTPUT for Emacs eat, and fixes /context token waste, cache TTL downgrade, and OAuth race.

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Claude Code v2.1.202: Dynamic Workflow Sizes, /review reverted, and 20+ fixes
Adds dynamic workflow sizing in /config, reverts /review to single-pass, fixes mTLS handshake failures, voice dictation loops, session resume with many git worktrees, and more.

The Hidden Cost of AI-Generated Code: Debugging Spaghetti
A Reddit post captures the reality of shipping AI-generated code fast — then spending weeks debugging bloated functions, null state bugs, and cryptic variable names.