Microsoft's 'No More Pretending' Moment
For two decades, Microsoft positioned itself as a "platform" — Windows, Azure, Office — collecting rent while others danced on top. At Build 2026, that changed: Microsoft released seven MAI models covering reasoning, code, images, and speech, and bundled them with its in-house MAIA 200 chip, claiming end-to-end costs 30% lower than Nvidia's GB200 and 1.4x better power efficiency.
MAI-Thinking-1: Microsoft's Answer to o1
Microsoft's first reasoning model: 35B activated parameters, 256K context, scoring 97 on AIME 2025. The more notable claim, repeated by Microsoft, is that no third-party model distillation was used. In an industry where most new models distill from OpenAI or DeepSeek, training from scratch signals to enterprises that data flows are clean, with no intermediaries. A 109-page technical report details how LLM judges were used to score and filter training data — an admission that future training is as much about letting AI curate its own curriculum as about raw compute.
Code Models: From Copilot's 'Co-Pilot' to 'Pilot'
MAI-Code-1-Flash is only 5B parameters but hits 51% on SWE-Bench Pro — a small model built for VS Code and Copilot CLI: fast, cheap, responsive.
The bigger signal is the GitHub Copilot App: Copilot is no longer positioned as an autocomplete tool but as a developer's agent hub, spanning CLI, mobile, web, local, and cloud. The implication: the developer's entry point of the future may not be the IDE, but Copilot.
The Desktop Battle for Agents
1. Claude Platform CLI: Anthropic's Terminal Conviction
Anthropic launched Claude Platform CLI and made /fork a background-running agent — a statement that serious developers don't need chat interfaces; they need a 24/7 automation assistant. But Anthropic also learned a hard lesson: Claude Code's parallel sub-agents once ran abnormally wild, burning through users' weekly quotas within hours, forcing a reset of all Pro and Max limits. The underestimated problem: runaway agent costs are real, and expensive.
2. Devin Desktop vs. Hermes Desktop: Two Diverging Roads
- Devin Desktop (Cognition): an "agent-neutral" console managing planning, execution, and handoff regardless of which agent runs underneath.
- Hermes Desktop (Nous): local-first, integrating Tailscale and Ollama, aiming for cloud independence.
3. OpenAI Codex: The 'Last Mile'
Codex added a Sites feature turning docs and ideas into internal apps with authentication and dynamic data. The plugin ecosystem grew to 62 apps and 110 skills. OpenAI's play: don't compete on parameter counts — compete on the full path from writing code to shipping it.
DeepMind Co-Scientist: Research Agents Come of Age
Possibly the most underrated release. It's not a chatbot but a multi-agent research team — some agents generate hypotheses, others filter, others verify. DeepMind claims real collaborations in liver fibrosis, ALS, and aging research.
Unlike customer-service agents, research has no standard answers. Participating in real scientific discovery requires judging *what is worth searching*, not just searching. This is the leap from "tool" to "collaborator" — and it raises a persistent ethical question: who gets authorship when an AI proposes a validated hypothesis?
Smaller Signals Worth Watching
1. Wall Attention (Tilde Research): a non-RoPE attention method that generalizes from 4K training context to 200K+ — long-context breakthroughs may not require massive scale. 2. Perplexity's hybrid reasoning: run locally where possible, saving tokens and preserving privacy — likely a default design pattern for future AI products. 3. Open-weight rise: OpenRouter data shows open-weight models now account for 69.1% of token volume; open source is shifting from catching up to surpassing closed models. 4. Bernie Sanders' AI sovereignty fund: proposals to distribute AI-generated wealth publicly — romantic, hard to execute, but representative of a new school of thought that AI is a public resource, not a corporate mine.
One Observation
The common thread: everyone is moving from building models to building systems. Microsoft does chips + models + platform; GitHub does the developer entry point; OpenAI does enterprise workflows; Anthropic does developer tools. Single-point capability is no longer enough — the competition is about how deeply AI can live inside your workflow.
For ordinary users, choosing AI tools should hinge not on "how smart" they are, but on whether they can settle into your world.
---
*Originally published in Chinese on zhichai.net.*