The AI agent story is mostly not an AI story. That's the uncomfortable, useful takeaway from Build 2026, where Microsoft put its Agent Harness and Foundry Hosted Agents into General Availability — a real production runtime, not another experimental SDK. Per recent research on Claude Code v2.1.88, roughly 98.4% of an agent system is harness infrastructure: permissions, context management, sandboxing, tool routing, recovery. Only 1.6% is the model making decisions. Microsoft just shipped that 98.4% as a supported product. That's the announcement worth understanding.
The 98.4% problem
Every team that's tried to put a coding agent into production has run into the same bottleneck: the model is the easy part. Wiring it to your tools, persisting conversation history, deciding which actions need human approval, compacting context before you blow the token budget, emitting telemetry you can actually alert on — that's the work. And it was work you were doing yourself, in a bespoke loop, with no support contract and no upgrade path.
Microsoft's bet — and it's a correct one — is that the harness is the product. The model is a swap-out part.
What just went GA






