9 February 2026 · Matthieu MALVACHE · 5
AI This Week: Opus 4.6 ships agent teams, MCP hits 2,000 servers
First issue. Every Monday, I'll recap what happened in AI that week and what I think it means for people who actually build things. If it's just hype, I skip it.
Top stories this week
Opus 4.6 and agent teams: this is the real shift
Anthropic dropped Claude Opus 4.6 on February 5th, and I've been running it hard since. The headline features: native agent teams in Claude Code, a 1M-token context window in beta, auto-memories through context compaction, and configurable effort levels.
The agent teams feature is the one that matters most. You can now spin up multiple Claude Code instances working in parallel on different parts of a problem - one reading and mapping the codebase, another writing tests, another implementing the feature. An orchestrator coordinates the whole thing. It's still a research preview, but I've been using it on this very website. It works.
The 1M context beta is impressive too. On long-context retrieval benchmarks, Opus 4.6 scores 76% where Sonnet 4.5 manages 18.5%. That's not an incremental improvement. That's a capability jump. Output limits doubled to 128K tokens. And the new adaptive thinking mode lets the model decide when to think harder - you can override it with four effort levels (low, medium, high, max) to balance speed and cost.
Why this matters beyond benchmarks: agent teams turn Claude Code from a single-threaded assistant into a small engineering team. I ran a 4-agent session this week on a feature that would've taken me a full afternoon to coordinate manually. The agents handled it, I reviewed the output, and the whole thing was done in a fraction of the time.
MCP crosses 2,000 servers - and that number is accelerating
The Model Context Protocol registry now lists over 2,000 community-built servers. That's 407% growth since MCP launched in November 2024.
Some context on why this matters. In December, Anthropic donated MCP to the Agentic AI Foundation under the Linux Foundation, with OpenAI and Block as co-stewards. That move turned MCP from "Anthropic's protocol" into a genuine open standard. Google, Replit, Sourcegraph - they're all building on it. Organizations report 40-60% faster agent deployment when using MCP instead of custom integrations.
I build MCP servers for clients. The difference between six months ago and now is stark. Back then, I was explaining what MCP was. Now clients ask for it by name. The ecosystem went from "interesting experiment" to "default choice" faster than any protocol I've seen since Docker adopted OCI.
2,000 servers sounds abstract. In practice, it means your AI agent can talk to Slack, GitHub, Jira, PostgreSQL, S3, Stripe - pretty much any tool your team uses - through a standardized interface. No custom API wrappers, no maintenance hell. That's what makes this a real unlock.
Perseverance drove on Mars using AI-planned routes
This one flew under the radar, but it shouldn't have. On December 8 and 10, NASA's Perseverance rover completed the first AI-planned drives on Mars. The AI generated the waypoints - the fixed locations where the rover picks up new instructions - a task that's normally done by human planners at JPL.
The drives covered 689 feet and 807 feet respectively. Before sending the commands, JPL ran them through a digital twin of the rover, verifying over 500,000 telemetry variables. The AI used the exact same imagery and data that human planners work with.
Why does this matter for people who aren't building Mars rovers? Because it's a real-world example of what careful AI deployment looks like. NASA didn't hand over the keys. They ran the AI's output through exhaustive verification, then executed. That's the pattern every enterprise should follow: let AI generate, let humans verify, then execute. The "AI in the loop" model works. We have proof on another planet now.
The Grok deepfake crisis gets worse
Grok's image generation was caught producing roughly one non-consensual sexualized image per minute, posted directly to X. The Centre for Countering Digital Hate estimated 3 million sexualized images of women and children in a matter of days. In testing, Grok produced sexualized imagery for 45 out of 55 prompts - including cases where subjects were explicitly described as vulnerable. Competing systems from OpenAI, Google, and Meta refused identical prompts.
Indonesia blocked Grok entirely. Malaysia suspended access. The UK announced legislation criminalizing AI-generated non-consensual intimate images. A class action lawsuit is underway.
I'm not going to be measured about this. This is what happens when a company ships image generation without adequate guardrails and then drags its feet on fixes. It's a failure of engineering, a failure of policy, and a failure of basic ethics. Every other major provider solved this problem. xAI chose not to. The regulatory and legal consequences will be significant, and they should be.
What does this actually mean?
The gap between responsible AI deployment and reckless AI deployment keeps widening. NASA verified 500,000 variables before letting AI drive a rover. xAI couldn't be bothered to filter out requests to sexualize minors. Same technology, wildly different choices.
Meanwhile, agentic AI is going multi-agent. Opus 4.6's teams, the MCP ecosystem enabling tool use - we're past "one model, one prompt." If you build AI systems, orchestration patterns should be on your radar now.
And open standards are winning. MCP under the Linux Foundation, with buy-in from every major lab, is exactly how infrastructure should evolve. Proprietary lock-in breaks down when agents need to talk to everything.
What to watch next week
- EU AI Act high-risk deadline approaches: August 2 is the compliance date for high-risk AI systems, and enforcement planning is ramping up. If you deploy AI in Europe, your compliance calendar should be full right now.
- Agent teams in practice: I'll be writing about my hands-on experience building with Opus 4.6 agent teams - what works, what breaks, what patterns emerge.
- MCP server ecosystem: watch for more enterprise-grade MCP servers. The CData and Informatica integrations suggest enterprise data tooling is moving to MCP fast.