At Microsoft Build 2026, the company unified its biggest platforms—Windows, Azure, GitHub, Surface, and Copilot—under a single sweeping ambition: to make Windows the runtime for AI agents. CEO Satya Nadella told a packed hall at San Francisco’s Moscone Center and millions watching online that every Windows PC will become a “first-class agent host,” capable of running local and cloud-powered AI workflows directly on the operating system. The move reshapes Windows from a legacy desktop OS into a distributed intelligence layer that orchestrates agents across devices, services, and code repositories.
The keynote, delivered on May 18, peeled back layers of a multi-year engineering effort codenamed “Project Volterra,” now officially called Windows Agent Runtime (WAR). Microsoft’s chief product officer Panos Panay demonstrated how the runtime allows developers to build persistent agents that live in the Windows shell, tapping into local NPUs, the Azure cloud, GitHub Actions, and the Copilot interface. A single agent can respond to natural language, execute code, manage files, and interact with APIs—all without leaving the Windows context. “This is the biggest architectural shift since Windows NT,” Panay said. “We’re turning the OS into a collaborative platform for humans and agents.”
What is an Agent Runtime?
An agent runtime is a specialized execution environment that hosts AI agents—autonomous or semi-autonomous software entities capable of perceiving their environment, making decisions, and acting on a user’s behalf. Unlike traditional application runtimes like .NET or Java, the Windows Agent Runtime is deeply embedded in the operating system, granting agents access to native sensors, storage, network, and user interface APIs while enforcing strict security boundaries. Microsoft’s implementation includes a new set of Agent APIs that bridge the local silicon (NPUs from Qualcomm and Intel) with Azure’s cloud AI services, enabling hybrid execution where latency‑sensitive tasks stay on-device and complex reasoning happens in the cloud.
At its core, the runtime consists of a lightweight execution engine that manages agent lifecycles, memory, and permissions. Agents register via the Windows App Store or sideload through GitHub and, once approved, gain a sandboxed memory space and a shared semantic index of the user’s files, emails, and calendar—provided the user consents. This semantic index, called “Cosmos,” is a federated knowledge graph that unifies data from OneDrive, SharePoint, Outlook, and third‑party services through Microsoft Graph. Cosmos gives agents a holistic view of the user’s digital life while respecting data boundaries set by Microsoft Purview.
The Integration Play: Azure, GitHub, Surface, and Copilot
Nadella framed the four pillars as a symbiotic platform. Azure supplies the heavy compute for training and inference, with Azure AI Foundry providing a library of pre‑tuned models and agent templates. GitHub becomes the development and deployment hub, featuring a mirror runtime called “GitHub Agent Runtime” that can execute the same agent code server‑side. GitHub Actions now natively triggers agent events, enabling workflows like auto‑generating code reviews or managing pull requests through conversational agents. “Agents as code” was a recurring mantra: every agent is defined by a manifest file, versioned, forked, and deployed through CI/CD pipelines, with the schema open‑sourced under MIT license.
Surface hardware acts as the reference device. The new Surface Pro 10 and Surface Laptop 7 introduce a dedicated “Agent Key” that summons the Agent Sidebar—a persistent panel replacing the old widget board. They also pack a second neural processor dedicated to always‑on agent listening, similar to Apple’s Always‑On AI Processor, but with local‑first privacy guarantees. In a live demo, Cortana, resurrected as a system‑level agent, monitored a developer’s Visual Studio session, spotted a potential null‑pointer exception, and proposed a fix by invoking GitHub Copilot’s code‑synthesis model. The developer confirmed with a thumbs‑up gesture captured by a Surface Hub camera, and the agent committed the change with a generated unit test. It was a glimpse of fluid human‑agent collaboration.
Copilot itself evolves from a chatbot into an agent broker. Instead of answering questions directly, it can now spawn specialized sub‑agents for travel booking, document summarization, code review, or IoT control. These sub‑agents are shareable across organizations via Azure Active Directory, creating a marketplace for enterprise agents. The unified Copilot interface across Windows, Edge, Office, and GitHub provides a consistent way to discover, invoke, and manage agents, locking in users and developers much as the Office suite did in its heyday.
Developer Experience: Agent Studio and Open Ecosystem
To lower the barrier for developers, Microsoft unveiled “Agent Studio,” an integrated toolset for Visual Studio and VS Code. It offers a drag‑and‑drop canvas for defining agent workflows, fine‑tuning prompts, and simulating user interactions. Agents can be tested in a sandboxed Windows VM spun up directly from the cloud, cutting iteration time. The tool uses AI to suggest common patterns based on the agent’s declared intents, allowing non‑AI specialists to build competent agents. By 2027, Microsoft hopes to see one million agents in the Windows Agent Store.
The Windows Agent Store is redesigned with AI‑curated recommendations and trust scores based on community reviews and automated testing. Microsoft is taking a reduced 15% revenue share (down from the standard 30% for apps) to accelerate an “Agent Economy.” Analysts at Gartner predict that by 2028, 60% of enterprise software interactions will be mediated by AI agents. The open‑source manifest schema and a partnership with the Linux Foundation on a “Portable Agent Runtime Specification” aim to allay lock‑in fears, though details remain vague.
| Runtime Component | Key Capabilities |
|---|---|
| Agent APIs | Local NPU access, hybrid cloud execution, user consent management |
| Cosmos Semantic Index | Federated knowledge graph across OneDrive, SharePoint, Outlook, third‑parties |
| Agent Sidebar | Persistent shell panel for agent interaction and notifications |
| Agent Studio | Visual workflow builder, prompt tuning, sandbox simulation |
| GitHub Agent Runtime | Server‑side execution, CI/CD integration, manifest versioning |
| Agent Guard | Continuous monitoring for prompt injection, data exfiltration, lateral movement |
Privacy, Trust, and Enterprise Controls
Privacy advocates reacted swiftly. The Electronic Frontier Foundation warned that an always‑on agent runtime with deep data access creates “a paradise for surveillance capitalism.” Microsoft countered with a new “Agent Privacy Hub” in Windows Settings, where users can review every piece of data an agent accesses. Agents must declare their data requirements in a human‑readable manifest, and users can revoke permissions at any time. All voice, video, and gesture processing by system‑level agents stays on‑device unless explicitly shared, enforced by a privacy policy engine whose source code will be opened to external auditors.
For enterprises, IT admins gain a suite of controls in Microsoft Endpoint Manager: the “Agent Compliance” dashboard tracks agent inventory, data flows, and anomalies; Group Policies can block certain agent categories or require admin approval before install; and “Agent Guard” continuously scans agent behavior for suspicious activity. These tools reflect Microsoft’s understanding that unchecked agent proliferation could become a security nightmare.
Competitive Landscape: Apple and Google Circle
The agent‑OS race is heating up. Apple is reportedly working on an “App Agent” framework for iOS 20 and macOS 16, while Google’s Project Mariner aims to turn Chrome into an agent host. Microsoft’s advantage lies in its 1.4‑billion‑strong Windows install base and its deep enterprise relationships. By embedding agents natively, Microsoft can bypass the friction of third‑party frameworks like LangChain or AutoGen, though those projects have criticized the move as a walled garden. Microsoft’s open‑source gesture and the portable spec are attempts to defuse that critique, but the execution will determine whether developers embrace the platform or stick with cross‑platform alternatives.
Real-World Use Cases and the Productivity Promise
Beyond the demos, Microsoft painted a picture of daily utility: an agent that negotiates meeting times by reading participants’ calendars and preferences; an agent that monitors a GitHub repo and automatically creates issue report drafts; a travel agent that books flights and hotels based on past preferences and company policy. For creative pros, an agent could watch a designer’s Photoshop session and offer to batch‑process similar images or suggest layout improvements. The potential is vast, but Microsoft’s previous AI integrations—such as the Windows Copilot sidebar—saw low engagement. To succeed, agents must prove themselves reliable and unobtrusive.
Skepticism and the Road Ahead
On the show floor, sentiment was mixed. “If I build my agent to depend on the Windows Agent Runtime, am I tied to Microsoft’s ecosystem forever?” asked Elena Torres, an independent developer from Austin. Others noted that the agent concept isn’t new, and that Microsoft’s track record for sustaining developer platforms is spotty. The low adoption of Universal Windows Platform (UWP) looms in memory. Microsoft’s answer: the portable specification and a commitment to work with the Linux Foundation. Still, trust in AI remains fragile—a recent Microsoft survey found 67% of users are concerned about agents making decisions on their behalf.
Conclusion: A Bet on the Age of Agents
Build 2026 will be remembered as the moment Microsoft bet its entire ecosystem on a unifying idea: that the next computing platform is not a device or a cloud service, but an intelligent runtime that connects them all. The Windows Agent Runtime transforms the OS from a passive launcher into an active partner. Whether it pays off hinges on privacy, reliability, and tangible utility. The code is in developers’ hands now; the real test begins when they start building.