By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
  • Home
  • Products
  • Agents
  • Capital
  • Commerce
Reading: Microsoft Build 2026 AI Agents: Every Announcement Recapped
Sign In
  • Join US
Font ResizerAa
  • Home
  • Products
  • Agents
Search
  • Home
  • Products
  • Agents
  • Capital
  • Commerce
Have an existing account? Sign In
Follow US
> Blog > Agent Infrastructure > Microsoft Build 2026 AI Agents: Every Announcement Recapped
Microsoft Build 2026 keynote stage in San Francisco with AI agent platform branding
Agent Infrastructure

Microsoft Build 2026 AI Agents: Every Announcement Recapped

Surya Koritala
Last updated: June 2, 2026 11:27 pm
By Surya Koritala
26 Min Read
Share
SHARE

A builder’s organized recap of every AI-agent announcement from the June 2 keynote, sorted by where it ships and exactly when you can use it.

Contents
  • What did Microsoft Build 2026 announce for AI agents?
  • What is the Windows Agent Framework and runtime?
  • Is Copilot now multi-model, and what is GPT-5.5 Instant?
  • What is Project Polaris and does it replace OpenAI in GitHub Copilot?
  • What changed in Microsoft Foundry for building agents?
  • Is Microsoft Agent 365 generally available, and what does it govern?
        • Pros
        • Cons
  • Build 2026 AI agent announcements: a timeline and status table
    • Build 2026 made agents a platform tier, but read the status labels before you commit
  • Builder’s take
  • Frequently asked questions
    • When was Microsoft Build 2026 and where was it held?
    • Does Project Polaris replace OpenAI in GitHub Copilot?
    • Is the Windows Agent Framework open source?
    • Is Microsoft Agent 365 generally available and how much does it cost?
    • What is multi-model Copilot at Build 2026?
    • What did Microsoft Foundry add for agents at Build 2026?
  • Primary sources

What did Microsoft Build 2026 announce for AI agents?

At Microsoft Build 2026, the company repositioned AI agents from a Copilot feature into a platform tier that spans Windows, the Microsoft 365 Copilot surface, GitHub, and Microsoft Foundry, and it backed that shift with a mix of generally available, public preview, and announced-only releases. The keynote ran on June 2, 2026, from Fort Mason in San Francisco, with Satya Nadella framing the year’s theme as a move from assistants that respond to prompts to agents that run the work.

The problem for builders is that the news broke as scattered hot-takes, each one blurring whether a thing shipped, entered preview, or merely got a slide. This recap fixes that. Every Microsoft Build 2026 AI agents announcement below is grouped by where it lives and labeled with its real status and date as the sources stated them. Where Microsoft’s own pages and the press conflict — and on a couple of points they do — the conflict is flagged rather than smoothed over.

Three structural bets define the Microsoft Build 2026 AI agents story. First, Windows itself becomes an agent host with an open-sourced framework and a curated store. Second, Microsoft is decoupling from a single model supplier across both consumer Copilot and developer Copilot. Third, Foundry is consolidating into the control plane where production agents are built, governed, and shipped. The sections that follow walk each one in turn.

Microsoft Build 2026 keynote stage in San Francisco with AI agent platform branding
Image.

What is the Windows Agent Framework and runtime?

The Windows Agent Framework (WAF) is Microsoft’s open-source, MIT-licensed stack that lets AI agents run as native, first-class processes inside Windows, paired with a Windows Agent Runtime that manages each agent’s lifecycle, memory, and permissions. WAF reached version 1.0 on April 2, 2026, and was open-sourced under the MIT license at Build; the Windows Agent Runtime entered preview with Insider access in June. This is the clearest sign that Windows is being repositioned as an agent platform rather than a host for bolt-on Copilot panels.

Architecturally, the runtime ships as a background service built on Windows Runtime (WinRT) underpinnings, adding an agent registration service, a cross-agent communication bus, and a memory service for persistent context across sessions. A rule engine enforces granular access controls — the gate between an agent and the files, apps, or APIs it can touch. Agents are described in YAML manifests covering their intents, actions, and safety constraints, which means an agent definition can be versioned in Git alongside application code.

To distribute these agents, Microsoft announced the Windows Agent Store, a curated marketplace with security reviews where agents live as installable, first-class citizens of the OS. The headline term for developers is an 85% revenue share. Tooling rounds it out: Visual Studio 2026 gains an Agent Designer that emits the YAML manifests, and a command-line tool packages an agent into a single distributable executable.

Windows Agent Framework v1.0: generally available and open-source (April 2, 2026). Windows Agent Runtime: public preview via Windows Insiders (June 2026). Windows Agent Store and the 85% revenue share: announced at Build, not yet broadly open. Treat the runtime and store as preview-grade until Microsoft publishes a GA date.

Is Copilot now multi-model, and what is GPT-5.5 Instant?

Yes — Microsoft made both its consumer and developer Copilot products multi-model at Build 2026, so tenants can route work to different engines, and GPT-5.5 Instant is the new fast OpenAI model that landed in Microsoft 365 Copilot in May 2026 for quick, everyday responses. The strategic message is that Copilot is no longer hardwired to a single supplier; it is an orchestration layer that picks a model by speed, cost, or quality.

On the Microsoft 365 Copilot side, GPT-5.5 Instant became available in May 2026 across Word, Excel, Outlook, and Teams, reaching Microsoft 365 Copilot users with priority access and Copilot Chat users with standard access. Microsoft has paired model choice with federated Copilot connectors built on the Model Context Protocol (MCP), which query partner systems live at prompt time so answers reflect current data rather than a stale index. Named launch partners include Canva, HubSpot, Linear, LSEG, Moody’s, and Notion; the connectors rolled out to users from late April and reached general availability across tenants through late May 2026.

On the GitHub Copilot side, Microsoft is rebuilding Copilot as an agent-first, multi-model platform in which Anthropic’s models — not only OpenAI’s — are selectable inside the orchestration layer, and a new model-rules capability lets organizations target which models their developers can use. The practical takeaway: model choice is now a governance setting, not a per-user toggle, so plan your allow-list before rollout.

SurfaceCapabilityStatusDate
Microsoft 365 CopilotGPT-5.5 Instant (fast OpenAI model)Generally availableMay 2026
Microsoft 365 CopilotFederated MCP connectors (Canva, HubSpot, Notion, etc.)Generally available across tenantsLate May 2026
GitHub CopilotMulti-model orchestration incl. Anthropic modelsAvailable / rolling outJune 2, 2026
GitHub CopilotModel rules (admins target models to orgs)Changelog-announcedLate May 2026
Multi-model Copilot at Build 2026 — what shipped where

What is Project Polaris and does it replace OpenAI in GitHub Copilot?

Project Polaris is Microsoft’s in-house coding model that will replace GPT-4 Turbo as the default engine for GitHub Copilot subscribers starting in August 2026, reducing Copilot’s reliance on OpenAI for its baseline coding workload. It is a mixture-of-experts architecture with sub-modules tuned for specific languages and frameworks, and Microsoft says it outperforms GPT-4 Turbo on standard coding benchmarks such as HumanEval and MBPP, with notable gains in lower-resource languages like Rust and Haskell.

Polaris is part of a broader push of Microsoft AI (MAI) models that surfaced at Build, including MAI-Thinking-1 for reasoning, MAI-Image-2.5 for image generation and editing, MAI-Transcribe-2 for speech-to-text with diarization, and MAI-Voice-2 for multilingual text-to-speech — all in public preview in Foundry. Together they signal Microsoft building a full in-house model stack rather than reselling a single partner’s catalog.

Two operational details matter more than the benchmark chart. First, the swap is a default change: Microsoft has described an automatic migration in August with an optional fallback window, so the safe move is to test Polaris on a representative repo before that cutover, not after. Second, the GitHub Copilot app — the new agent-native desktop control center — entered technical preview at Build for existing Copilot Pro, Pro+, Business, and Enterprise subscribers, while GitHub Copilot Workspace exited beta and reached general availability at the event.

“Swapping GPT-4 Turbo for an in-house model as the Copilot default isn’t a benchmark story. It’s a margin and supply-chain decision wearing a benchmark’s clothes.”

Surya Koritala, founder of Cyntr and Loomfeed

What changed in Microsoft Foundry for building agents?

Microsoft Foundry became the consolidated control plane for building, grounding, governing, and shipping production agents at Build 2026, with several core pieces reaching general availability and a larger set landing in public preview. The clearest GA signals were Foundry IQ Knowledge Bases for SLA-backed retrieval, the Foundry Toolkit for VS Code for template-based creation and local debugging, and Fireworks AI models available on Foundry with enterprise SLAs.

On the runtime side, Hosted Agents in Foundry Agent Service — a managed runtime for production agents with sandboxed sessions, state, and filesystem access, deployable framework-agnostically across the Microsoft Agent Framework, the GitHub Copilot SDK, and LangGraph — was positioned for general availability by early July 2026. Publishing Foundry agents to Microsoft Teams and Microsoft 365 Copilot was described as planned GA in June 2026. Memory in Foundry Agent Service (procedural, user, and session memory) entered public preview, with Microsoft citing a 7 to 14 percentage-point absolute success-rate gain from procedural memory.

Governance is where Microsoft made its sharpest land-grab. It open-sourced ASSERT, which turns written policies into executable agent evaluations, and the Agent Control Specification (ACS), a portable YAML contract that enforces runtime controls at defined checkpoints. Both are framework-neutral by design, which is Microsoft trying to set the standard for agent governance the way it once did for developer tooling. Supporting previews included Toolboxes for a single managed tool endpoint, Skills as a versioned MCP-discoverable catalog, plus tracing, rubric-based evaluation, and guided guardrail setup.

Foundry releases by status (Build 2026)Generally available: Foundry IQ Knowledge Bases; Foundry Toolkit for VS Code; Fireworks AI on Foundry; Voice Live (for prompt agents). Public preview: Memory in Foundry Agent Service; Foundry IQ Serverless; Toolboxes; Tracing and Evaluations; Rubric Evaluator; Guided Guardrail Setup; the four MAI models. Open source: ASSERT; Agent Control Specification. Targeted GA: Hosted Agents in Foundry Agent Service (early July 2026); Teams + Microsoft 365 Copilot publishing (June 2026). Limited access: Web IQ (sub-200 ms web grounding, zero data retention).

Is Microsoft Agent 365 generally available, and what does it govern?

Yes — Microsoft Agent 365, the enterprise control plane for AI agents, reached general availability on May 1, 2026, ahead of Build, priced at $15 per user per month as a standalone offering and also bundled into the Microsoft 365 E7 SKU. It provides registration, access control, inventory, interoperability, and security for agents, with management surfaced directly in the Microsoft 365 admin center. (One Build recap omitted Agent 365 from its list; the GA date and pricing are confirmed by dedicated coverage and Microsoft’s Ignite 2025 origin for the product, so treat May 1 as the operative date.)

Crucially, Agent 365 governs more than Microsoft’s own agents. At GA it added registry sync to import agents from AWS Bedrock and Google’s Gemini Enterprise Agent Platform into a single inventory, and it began surfacing and optionally blocking unmanaged local agents on Windows endpoints through Microsoft Defender and Intune. Initial local support targeted third-party runtimes, with a roadmap toward GitHub Copilot CLI and Claude Code. A new Windows 365 for Agents Cloud PC class — purpose-built for agentic workloads — arrived in public preview alongside it.

The connective tissue across all of this is the Agent Control Specification and Microsoft’s broader IQ context layer (Work IQ from Microsoft 365 signals, Fabric IQ for business data, and Web IQ for grounding), which feed agents real workplace knowledge. Microsoft also previewed Microsoft Scout, an always-on personal agent, and Project Solara, a platform for agent-first devices — both forward-looking rather than shippable today.

Pros
  • Windows Agent Framework is MIT-licensed and open, lowering lock-in fear for the runtime layer
  • Multi-model across both consumer and developer Copilot reduces single-supplier risk
  • Agent 365 governs third-party agents (AWS Bedrock, Google Gemini Enterprise), not just Microsoft’s
  • Open-sourced ASSERT and Agent Control Specification give portable, testable governance contracts
  • Foundry consolidates build, ground, govern, and publish into one plane with several pieces at GA
Cons
  • Status soup: GA, preview, and ‘planned GA’ announcements were mixed freely in the keynote
  • Project Polaris becomes a default in August via auto-migration — a forced change to test against early
  • Headline pieces like the Windows Agent Store and runtime remain preview or announced, not GA
  • Pricing for some MAI models and store mechanics was not disclosed at Build
  • Heavy reliance on the Microsoft 365 and Windows stack deepens platform gravity even as the runtime is open

Build 2026 AI agent announcements: a timeline and status table

Build 2026 made agents a platform tier, but read the status labels before you commit

The signal from Build 2026 is real: Microsoft is treating AI agents as a platform stratum across Windows, Copilot, GitHub, and Foundry, and it is hedging its model supply with Project Polaris, MAI, and multi-model orchestration. For builders, the value is in the boring details — Agent 365 is GA today at $15/user, Foundry IQ Knowledge Bases and the Foundry Toolkit are GA, and the Windows Agent Framework is open and usable. But the marquee items — the Windows Agent Runtime, the Agent Store, Hosted Agents in Foundry, and Polaris as default — are preview, announced, or targeted. Pilot what is GA, prototype against what is in preview, and pin a written GA date before you bet a roadmap on anything labeled ‘planned’ or ‘targeted.’

The fastest way to act on Build 2026 is to read every AI-agent announcement against one question: can I deploy it today, only in preview, or not yet? The table below collapses the keynote into that single view, ordered roughly by how production-ready each item is, so you can separate what to pilot this quarter from what to merely track.

Two planning notes. Dates labeled ‘targeted’ or ‘planned’ came from keynote slides and blog posts, not shipped release notes — pin them in writing before committing a sprint. And remember that GA in one surface does not imply GA everywhere: GPT-5.5 Instant is GA in Microsoft 365 Copilot, but the GitHub Copilot app carrying related agent features is only in technical preview.

AnnouncementWhat it isStatusDate / target
Microsoft Agent 365Enterprise control plane for AI agents ($15/user/mo)Generally availableMay 1, 2026
GPT-5.5 Instant in M365 CopilotFast OpenAI model for everyday tasksGenerally availableMay 2026
Federated Copilot connectors (MCP)Live partner data at prompt timeGA across tenantsLate May 2026
Windows Agent Framework v1.0Open-source native agent runtime stackGA + open-sourced (MIT)April 2, 2026
Foundry IQ Knowledge BasesSLA-backed agent retrieval/groundingGenerally availableJune 2, 2026
GitHub Copilot WorkspaceAgentic programming environmentGA (exited beta)June 2, 2026
GitHub Copilot appAgent-native desktop control centerTechnical previewJune 2, 2026
Windows Agent RuntimeOS-level agent execution APIsPublic preview (Insiders)June 2026
Memory in Foundry Agent ServiceProcedural/user/session memoryPublic previewJune 2, 2026
MAI models (Thinking-1, Image-2.5, etc.)In-house model family in FoundryPublic previewJune 2, 2026
Hosted Agents in Foundry Agent ServiceManaged production agent runtimeTargeted GAEarly July 2026
Foundry → Teams / M365 publishingPublish Foundry agents to Copilot surfacesPlanned GAJune 2026
Project PolarisIn-house MoE coding model for CopilotAnnounced; default migrationAugust 2026
Windows Agent StoreCurated agent marketplace (85% rev share)AnnouncedBuild 2026
ASSERT + Agent Control SpecificationOpen governance + eval contractsOpen sourceJune 2, 2026
Microsoft Build 2026 AI agents — announcement, status, and date

Builder’s take

I build agent infrastructure for a living (Cyntr and Loomfeed), so I read these keynotes for what actually ships, not the sizzle reel. Build 2026 was the moment Microsoft stopped treating agents as a Copilot feature and started treating them as a platform tier. Three things stood out to me:

  • The open-sourcing of the Windows Agent Framework and the Agent Control Specification matters more than any single demo. An MIT-licensed runtime plus a portable YAML governance contract is Microsoft trying to own the agent equivalent of POSIX. If you ship agents anywhere, read the ACS spec before you assume your control plane is differentiated.
  • Project Polaris is the quiet story. Swapping GPT-4 Turbo for an in-house mixture-of-experts model as the Copilot default in August is a margin and supply-chain decision dressed as a benchmark win. Watch whether the August auto-migration degrades anyone’s workflow before you celebrate the Rust and Haskell gains.
  • The status soup is the real trap. ‘Available at Build’ meant GA for Copilot Workspace, technical preview for the GitHub Copilot app, and ‘planned GA in June’ for Foundry-to-Teams publishing. I do not green-light a roadmap on a keynote slide. Pin the exact GA date in writing before you commit a sprint to anything below.

Frequently asked questions

When was Microsoft Build 2026 and where was it held?

Microsoft Build 2026 ran June 2-3, 2026, at the Fort Mason Center in San Francisco. Satya Nadella delivered the opening keynote on June 2, framing the year’s theme as a shift from AI assistants that respond to prompts to AI agents that autonomously run the work.

Does Project Polaris replace OpenAI in GitHub Copilot?

Project Polaris, Microsoft’s in-house mixture-of-experts coding model, is set to replace GPT-4 Turbo as the default engine for GitHub Copilot subscribers starting in August 2026 via an automatic migration with an optional fallback window. It reduces reliance on OpenAI for the baseline coding workload, but OpenAI and other models remain selectable inside Copilot’s multi-model orchestration layer.

Is the Windows Agent Framework open source?

Yes. The Windows Agent Framework reached version 1.0 on April 2, 2026, and was open-sourced under the MIT license at Build 2026. It provides the runtime, agent registration, a cross-agent communication bus, and memory services so agents can run as native processes inside Windows. The companion Windows Agent Runtime entered public preview via Windows Insiders in June 2026.

Is Microsoft Agent 365 generally available and how much does it cost?

Microsoft Agent 365 reached general availability on May 1, 2026, priced at $15 per user per month as a standalone offering, and is also bundled into the Microsoft 365 E7 SKU. It is an enterprise control plane that registers, secures, and inventories agents — including third-party agents imported from AWS Bedrock and Google’s Gemini Enterprise Agent Platform — with management in the Microsoft 365 admin center.

What is multi-model Copilot at Build 2026?

Multi-model Copilot means both Microsoft 365 Copilot and GitHub Copilot can route work to different models rather than a single supplier. In Microsoft 365 Copilot, GPT-5.5 Instant became generally available in May 2026, and GitHub Copilot’s orchestration layer now includes Anthropic models alongside OpenAI’s, with admin model-rules to target which models an organization can use.

What did Microsoft Foundry add for agents at Build 2026?

Foundry consolidated into the control plane for production agents. Generally available pieces included Foundry IQ Knowledge Bases and the Foundry Toolkit for VS Code. Public previews included Memory in Foundry Agent Service and four MAI models. Microsoft also open-sourced ASSERT (policies to evals) and the Agent Control Specification. Hosted Agents in Foundry Agent Service was targeted for GA by early July 2026, and publishing agents to Teams and Microsoft 365 Copilot was planned for GA in June 2026.

Primary sources

  • Microsoft Build 2026 official news hub — Microsoft
  • What’s new in Microsoft Foundry — Build Edition — Microsoft Foundry Blog
  • GitHub Copilot app: the agent-native desktop experience — The GitHub Blog
  • Available today: GPT-5.5 Instant in Microsoft 365 Copilot — Microsoft Community Hub
  • Federated Copilot connectors — bringing real-time enterprise data into Microsoft 365 Copilot — Microsoft Community Hub
  • Microsoft Agent 365 Hits General Availability With Local AI Agent Controls — WinBuzzer
  • GitHub Copilot Replaces GPT-4 With Project Polaris, Ships Multi-Agent VS Code at Build — Tech Times
  • Build 2026: Microsoft Announces GitHub Copilot App — Thurrott.com

Last updated: June 2, 2026. Related: Agent Infrastructure.

AI Agent FinOps 2026: Track, Cap, and Cut Token Spend
Best AI Agent Authentication Platforms 2026
Best AI Agent Integration Platforms 2026: 7 Compared by Job
GPT-5.3-Codex Copilot default: what changed May 17
AI training hardware 2026: five-way comparison
TAGGED:Agent 365AI AgentsCopilotGitHub CopilotMicrosoft Build 2026Microsoft FoundryProject PolarisWindows Agent Framework
Share This Article
Facebook Email Copy Link Print
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

More Popular from Alatirok

Reference architecture diagram showing an AI agent calling a website's NLWeb /ask endpoint, which extracts Schema.org JSON-LD into a vector store and exposes an MCP server
Agent Infrastructure

What Is NLWeb? Microsoft’s Agentic Web Protocol Explained

By Surya Koritala
28 Min Read
What Is Cognition Devin? The Enterprise Guide for

What Is Cognition Devin? The Enterprise Guide for 2026

By Surya Koritala
An AI agent connected to a virtual credit card with a spending limit gauge, illustrating agentic commerce controls in 2026
Commerce

How to Give an AI Agent a Credit Card With a Spending Limit

By Surya Koritala
31 Min Read
Agent Infrastructure

Azure Agent Mesh Tutorial: Deploy a Federated Agent

This azure agent mesh tutorial is the first hands-on deploy: target the Mesh with Agent Framework…

By Surya Koritala
Capital

LLM Long-Context Pricing Surcharge 2026: The Cliff Mapped

Long-context pricing surcharge: The LLM long context pricing surcharge 2026 doubles your whole request the moment…

By Surya Koritala

What Is Claude Cowork? Architecture, Cost, and Limits

What is Claude Cowork? A technical, vendor-neutral guide to its sandbox architecture, real per-seat plus API…

By Surya Koritala
Commerce

Best AI Agent Marketplaces 2026: Where to Sell Agents

The best AI agent marketplaces 2026 ranked by audience, listing model, and revenue share — AgentExchange,…

By Surya Koritala

Best AI Coding CLI 2026: Claude Code vs Codex vs Antigravity

The best AI coding CLI 2026 comes down to Claude Code, Codex CLI, and Antigravity CLI.…

By Surya Koritala

what’s actually being built in AI agents, who’s building it, and why it matters. Independent. Opinionated.

Categories

  • Home
  • Products
  • Agents
  • Capital
  • Commerce

Quick Links

  • Home
  • Products
  • Agents

© Alatirok by Loomfeed. All Rights Reserved.

Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?