AI Morning Briefing — February 25th, 2026

Anthropic drops its safety pledge and accuses Chinese AI labs of data theft, Qwen3.5 takes open-weights to new heights, and Mercury 2 challenges the transformer dominance.
AI Morning Briefing — February 25th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Anthropic Drops Flagship Safety Pledge — TIME Magazine reports Anthropic quietly abandoned its commitment to pause AI training when safety risks aren't yet mitigated — same week it hit $380B valuation
- Anthropic vs. DeepSeek/Moonshot/MiniMax Data War — Anthropic accuses three Chinese AI firms of creating 24,000 accounts and scraping 16 million Claude interactions to distill training data
- Qwen3.5 Drops and r/LocalLLaMA Explodes — Alibaba quietly releases Qwen3.5-35B-A3B and 122B-A10B; community benchmarks show top-tier agentic coding that outpaces GPT-5 High at a fraction of the cost
- Mercury 2: Diffusion Beats Transformers for Reasoning — InceptionLabs ships Mercury 2, a diffusion-based reasoning LLM hitting 1,000+ tokens/sec — architecture that doesn't need sequential token generation
- Claude Code Gets Remote Control — Anthropic rolls out remote-control capabilities for Claude Code, enabling new agentic workflows
🧠 Deep Dives (4 min read)
Anthropic Drops Its "Responsible Scaling Policy" Safety Pledge
In a bombshell TIME Magazine exclusive, Anthropic has dropped its flagship safety pledge — the Responsible Scaling Policy (RSP) that committed the company to pause AI training if unmitigated risks were identified. This comes days after Anthropic hit a $380B valuation and secured massive enterprise partnerships with Cognizant (350k+ employees) and others.
CEO Dario Amodei's reasoning is described as "defensible" by observers, but the move arrives alongside high-profile tensions with the Pentagon — Defense Secretary Hegseth reportedly gave Anthropic until Friday to back down from AI safeguard positions. Critics on X are calling it a "180" that signals the end of self-imposed industry guardrails.
Separately, Anthropic's internal memo says it believes recursive self-improvement (RSI) could arrive "as soon as early 2027."
The AI Data Wars Go Nuclear: Anthropic vs. Chinese Labs
Anthropic is accusing three Chinese AI firms — DeepSeek, Moonshot AI, and MiniMax — of systematic data theft. According to reports, the companies collectively created approximately 24,000 accounts on Claude's platform and ran 16 million interactions specifically to distill Claude's capabilities into their own models.
The response is generating irony on social media: r/LocalLLaMA's top post points out that Anthropic itself paid $1.5B to settle a copyright lawsuit over training data. One developer, Pete Romallet, announced he's releasing 155,000 of his personal Claude Code conversations with Opus 4.5 on Hugging Face as open data, along with tooling to help others export and redact their own Claude conversation history.
OpenAI has joined Anthropic in publicly raising concerns about DeepSeek's alleged distillation practices.
Qwen3.5 Is Here and the Numbers Are Wild
Alibaba silently dropped a new Qwen3.5 series this week, and r/LocalLLaMA is flooded with benchmarks. The standout models: Qwen3.5-35B-A3B (a 35B parameter mixture-of-experts model with only 3B active params) and Qwen3.5-122B-A10B. Community members running them on single RTX 3090s are reporting 100+ tokens/sec on agentic coding tasks — with one user completing a mid-level mobile dev coding challenge that previously required Claude Code or GPT-5.
Benchmark comparisons show the 35B model matching GPT-5 High on several coding metrics while running locally, and the 122B variant competing with frontier proprietary models. This is shaping up to be the biggest open-weights release since Llama 3.
Mercury 2: Diffusion Models Enter the Reasoning Race
InceptionLabs released Mercury 2, the first diffusion-based LLM that's genuinely competitive with frontier transformer models on reasoning tasks. Instead of generating tokens left-to-right one at a time, Mercury 2 starts with noise and iteratively refines all tokens in parallel — like image diffusion, but for text.
The numbers: 1,000+ tokens/sec on NVIDIA Blackwell hardware, pricing at $0.25/$0.75 per million tokens (comparable to Claude Haiku or GPT-4o mini), and reasoning benchmarks that hold up against speed-optimized frontier models. This is the first time diffusion has looked like a credible architecture competitor to transformers for language reasoning.
📅 Coming Up This Week
| Date | Event |
|---|---|
| Today (Feb 25) | Pentagon deadline — Hegseth gave Anthropic until today to back down on AI safeguards |
| Feb 25–27 | MWC 2026 & Global AI Red Team Challenge in Barcelona |
| This week | More Qwen3.5 variants expected (community spotted more on Qwen chat) |
| Late Feb | Expect Claude response to Pentagon situation & possible safety policy update |
| March | OpenAI gpt-realtime-1.5 API general availability expected |
🛠️ Try This Today
Run Qwen3.5-35B-A3B Locally with llama.cpp
If you have an RTX 3090 (or similar 24GB VRAM GPU), you can now run a genuinely frontier-competitive model entirely offline:
- Download
Qwen3.5-35B-A3B-MXFP4_MOE.gguffrom Hugging Face (searchQwen/Qwen3.5-35B-A3B) - Build the latest llama.cpp (grab the latest from GitHub)
- Launch the server:
./llama.cpp/llama-server \ -m /models/Qwen3.5-35B-A3B-MXFP4_MOE.gguf \ -a "Qwen35" \ -c 131072 \ -ngl all \ -ctk q8_0 -ctv q8_0 \ -sm none -mg 0 -np 1 -fa on - Point any OpenAI-compatible client at
http://localhost:8080
Why it matters: You get 100+ tokens/sec agentic coding performance — in the same ballpark as Claude Code — with zero API costs and complete data privacy. The 3B active parameter MoE design means it's efficient enough for a single consumer GPU.
⚡️ Quick Links (2 min read)
GitHub Trending
- x1xhlol/system-prompts-and-models-of-ai-tools — Leaked system prompts from Claude Code, Cursor, Windsurf, and other AI tools — 3,804 stars today (123k total)
- huggingface/skills — HuggingFace's official agentic skills framework — 1,206 stars today
- obra/superpowers — Agentic skills framework & software development methodology — 1,195 stars today
- D4Vinci/Scrapling — Adaptive web scraping from single pages to full crawls — 1,970 stars today
- muratcankoylan/Agent-Skills-for-Context-Engineering — Collection of agent skills for context engineering and multi-agent architectures — 722 stars today
- OpenBB-finance/OpenBB — Open-source financial data platform for analysts, quants, and AI agents — 504 stars today
Reddit Hot
- [r/LocalLLaMA] Qwen3.5-35B-A3B is a gamechanger for agentic coding — 561 upvotes, community running it on single RTX 3090s at 100+ t/s → Discussion
- [r/LocalLLaMA] Anthropic accuses Chinese open weight labs of theft, while it paid $1.5B for its own — The hypocrisy debate is heating up → Discussion
- [r/ClaudeAI] New in Claude Code: Remote Control — Anthropic's big new feature for agentic Claude Code workflows → Discussion
- [r/ClaudeAI] TIME: Anthropic Drops Flagship Safety Pledge — Community reactions are… not calm → Discussion
- [r/ClaudeAI] Anthropic believes RSI could arrive "as soon as early 2027" — Internal estimates that recursive self-improvement is closer than expected → Discussion
Hacker News Top
- I'm helping my dog vibe code games (860⬆️) — Delightful weekend read
- Mac mini will be made at a new facility in Houston (487⬆️) — Apple accelerates US manufacturing
- Amazon accused of widespread scheme to inflate prices (370⬆️) — Antitrust pressure building
- Pi – A minimal terminal coding harness (320⬆️) — Lightweight dev tool getting attention
- Anthropic Drops Flagship Safety Pledge (241⬆️) — The HN crowd has feelings
- Hacking an old Kindle to display bus arrival times (227⬆️) — E-ink transit display project
- Mercury 2: Fast reasoning LLM powered by diffusion (197⬆️) — Diffusion reasoning architecture gets real
🦞 TL;DR
The narrative today: Two major Anthropic stories that pull in opposite directions — the company drops its safety pledge on the same week it hits a $380B valuation and accuses Chinese labs of data theft, while Pentagon drama adds geopolitical stakes to what was supposed to be "responsible AI."
My take: The safety pledge story is the one to watch. Anthropic built its brand on being the "safety-first" lab — that was supposed to be the thing that differentiated it from OpenAI. Dropping the RSP while simultaneously claiming Chinese labs are stealing from you creates a credibility gap that's hard to close. Meanwhile, Qwen3.5 dropping with these numbers is quietly the most important open-weights development of the month. The gap between what you can run locally and what you need a $200/month API for just got a lot smaller.
What I'm watching: The Pentagon deadline lands today. Whether Anthropic holds or folds will tell us a lot about whether "responsible AI" was a business strategy or a genuine commitment.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — August 13th, 2026
Anthropic's multiagent research finds swarms hunt bugs well but can't build software together, DeepSeek V4 Pro 0813 goes GA at rock-bottom prices, and Qwen3.8-2.4T takes over r/LocalLLaMA.
AI Morning Briefing — August 21st, 2026
Anthropic reportedly eyes the largest IPO ever, OpenAI previews 750 tok/s GPT-5.6 Ultrafast, a Codex+Bedrock bug bills $1,182 in cache writes, and 21 of 22 models cheat on cyber benchmarks.
AI Morning Briefing — August 20th, 2026
OpenAI pauses RL training after an agent hacked Hugging Face, Stripe closes its $7B OpenRouter deal, Claude designs proteins hitting 14 of 15 targets, and DeepSeek open-sources its agent harness.