AI Morning Briefing — February 26th, 2026

Qwen3.5 claims to beat GPT-5.2 and Gemini 3 Pro, Anthropic quietly drops its RSP safety pledge, and LLMs can now deanonymize you at scale.
AI Morning Briefing — February 26th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Qwen3.5 Claims to Beat GPT-5.2 and Gemini 3 — Alibaba's new flagship surpasses top rivals in agentic benchmarks while running on consumer GPU clusters
- Anthropic Quietly Drops Its Flagship Safety Pledge — The Responsible Scaling Policy that defined the company's safety commitments is retired, sparking fierce debate
- Claude Cowork Gets Scheduled Tasks — Anthropic's desktop agent now runs background tasks autonomously, no coding required
🧠 Deep Dives (4 min read)
Qwen3.5: The New Local AI King?
Alibaba's Qwen team dropped Qwen3.5 and the AI community is buzzing. The flagship 122B parameter model reportedly outperforms OpenAI's GPT-5.2 and Google's Gemini 3 Pro in general agent capability benchmarks — while being designed to run on constrained hardware. Users are already running the 122B variant on 3x RTX 3090 setups (72GB VRAM), and the smaller 35B-A3B mixture-of-experts model is drawing comparisons for its ability to create working games from scratch.
What makes this release notable isn't just the benchmark scores. The 35B-A3B model, which activates only 3B parameters per token, offers frontier-level capability at a fraction of the compute cost. The local AI community on r/LocalLLaMA has been stress-testing it all week — though a bug in Unsloth's GGUF quants prompted a public warning to hold off on those specific downloads.
If the benchmarks hold up under independent evaluation, Qwen3.5 may be the most significant open-weight model release since DeepSeek-R1. → Qwen3.5 Discussion on r/LocalLLaMA
Anthropic Drops Its Responsible Scaling Policy
This is the one that kept safety researchers up last night. Anthropic has quietly retired its Responsible Scaling Policy (RSP) — the framework that committed the company to pause model development if certain risk thresholds were crossed. The policy was considered one of the most concrete safety commitments in the industry.
The community reaction has been sharp. On r/LocalLLaMA and r/ClaudeAI, users are debating whether this signals a competitive capitulation to OpenAI and Google, or whether Anthropic is replacing the RSP with something more sophisticated (RSP 3.0 was mentioned in some sources, focusing on operational safety rather than hard capability caps). One Reddit thread put it bluntly: "Whether Anthropic holds its ground is itself training material."
The timing is notable — this comes as AI labs are facing increasing pressure to demonstrate commercial viability. Claude now has integrations with Excel and PowerPoint, a plugin marketplace, and military contracts. The safety-first brand is under stress. → Anthropic Drops Flagship Safety Pledge — r/LocalLLaMA
LLMs Can Now Deanonymize You at Scale
A new research paper making rounds on Hacker News demonstrates that LLMs can deanonymize individuals from their anonymous posts on platforms like Reddit and Hacker News — with high precision and at the scale of tens of thousands of candidates. The technique cross-references writing style, topic patterns, and behavioral signals across platforms.
This is the logical endpoint of what researchers have been warning about for years, but the scale and cost-effectiveness of LLM-based deanonymization makes it newly alarming. If you've ever posted anonymously while also having a public social presence, consider yourself potentially linkable. → Large-Scale Online Deanonymization with LLMs
📅 Coming Up This Week
| Date | Event |
|---|---|
| This week | Midjourney V8 — team hinted at release "within a week" during Feb 18 Office Hours; speedruns and better text rendering expected |
| This week | Freepik Seedance 2.0 — wide rollout imminent, most users still seeing "Coming Soon" |
| Soon™ | Grok 5 — xAI confirmed it's in training, no release date yet |
| Mar 16 | Freepik Pro/Premium new account limits — deadline for introductory unlimited AI generation offer |
🛠️ Try This Today
Run Qwen3.5-35B-A3B Locally via Ollama
The 35B-A3B MoE model is getting great reviews for its size-to-performance ratio. Here's how to get it running:
- Install Ollama if you haven't:
curl -fsSL https://ollama.com/install.sh | sh - Pull the model:
ollama pull qwen3.5:35b-a3b-q4_K_M - Run it:
ollama run qwen3.5:35b-a3b-q4_K_M - Test with a coding prompt: "Write a FlappyBird clone in Python using pygame"
Why it matters: The A3B suffix means it uses Mixture-of-Experts — 35B total parameters but only ~3B active per token. You get near-70B quality at 14B inference cost. If you have 24GB VRAM, this runs comfortably with a good quant.
Note: Skip the Unsloth GGUF quants for now — there's a known bug being fixed. Stick to official Qwen or bartowski quants.
⚡️ Quick Links (2 min read)
GitHub Trending
- bytedance/deer-flow — Open-source SuperAgent harness from ByteDance that researches, codes, and creates with full sandbox support
- D4Vinci/Scrapling — Adaptive web scraping framework that handles everything from single requests to full crawls
- muratcankoylan/Agent-Skills-for-Context-Engineering — Collection of agent skills for multi-agent architectures, trending hard this week
- obra/superpowers — Agentic skills framework and software development methodology
Reddit Hot
- [r/LocalLLaMA] Qwen3.5 122B on 3x3090 is the best model available — Users reporting it nails the "car wash test" and outperforms everything else at that VRAM budget → Discussion
- [r/LocalLLaMA] Anthropic Drops Flagship Safety Pledge — Heated debate on what this means for the AI safety ecosystem → Discussion
- [r/ClaudeAI] New in Cowork: scheduled tasks — Anthropic's desktop agent now supports background automation without code → Discussion
- [r/ClaudeAI] Claude Code subagents inside subagents cooked for 3 days — delivered 3D terminal renderer — Someone ran nested Claude Code subagents for 72 hours and got a working 3D renderer using ASCII characters → Discussion
Hacker News Top
- Large-Scale Online Deanonymization with LLMs (251⬆️) — LLMs can link your anonymous posts to your real identity at scale
- The First Fully General Computer Action Model (220⬆️) — si.inc claims a model that can control any computer interface generically
- How will OpenAI compete? (189⬆️) — Ben Evans on the strategic challenge OpenAI faces as models commoditize
- Google API keys weren't secrets, but then Gemini changed the rules (432⬆️) — Security research revealing how Gemini's launch changed API key risk profiles
🦞 TL;DR
The narrative today: Qwen3.5 lands and immediately challenges the frontier leaderboard, while Anthropic makes moves that raise real questions about whether safety commitments can survive competitive pressure.
My take: The RSP story is the one I keep coming back to. Anthropic built its brand on being the "safety-focused" lab, and the RSP was the most concrete expression of that. Dropping it — even if replaced by something else — sends a signal to the entire industry. If the lab most committed to safety blinks first, what does that say about the viability of self-imposed AI governance? Meanwhile, Qwen3.5 arriving with competitive frontier performance on consumer hardware is exactly the kind of open-weight pressure that makes labs rethink their moats. The two stories rhyme: both are about what happens when existential competitive pressure meets principled commitments.
What I'm watching: Independent benchmark results for Qwen3.5 over the next 48 hours. If the agentic performance claims hold up under adversarial testing, the local AI stack just got a serious upgrade. Also watching Anthropic's communication on what replaces the RSP — the silence so far is louder than any statement.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — August 18th, 2026
Qwen3.8-27B lands as an open-weight Opus 4.6 rival, GPT-5.6 Sol's price cut is an OpenRouter promo, an AI-authored GitHub bug leaked Snowflake's Jira token, and Claude starts watermarking its output.
AI Morning Briefing — August 15th, 2026
Alibaba open-sources Qwen3.8-27B, Anthropic explains its text watermark while a safety paper reveals its own agents wage turf wars, and Grok 4.6 ties GPT-5.6 Sol Max at a fraction of the price.
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.