June 8th, 2026
0 reactions

Microsoft Build 2026 recap: vision, launches, and top sessions

Principal Tech Program Manager

Microsoft Build 2026 is a wrap, and there was a LOT. Whether you were there in person, streaming live, or catching up now, this recap covers the biggest announcements, top sessions, and everything you need to keep building.

🎯 Vision lead-off: the system around AI is the differentiator

Jay Parikh’s post, AI alone won’t change your business. The system running it will., set the tone for the entire event. The core message? AI models alone aren’t enough. You need the whole system around them:

  • 🐙 Build in GitHub
  • 🧠 Contextualize with Microsoft IQ
  • ⚡ Run in Microsoft Foundry
  • 🔒 Govern with Agent 365 and Microsoft Security
  • 📊 Improve continuously with evals, traces, and optimization loops
  • 💬 Surface where people work, including Teams and Microsoft 365

If you only read one post to understand the strategy direction coming out of Build, start here. To explore by area, bookmark these official hubs:

📰 More top developer content from Build news

The Build 2026 news page is a goldmine for cross-product announcements. Here are some highlights worth bookmarking:

🐙 GitHub Copilot app: agent-native desktop experience

The GitHub Copilot app is a new desktop experience designed for directing multiple agents in parallel. From a single “My Work” view, you can see active sessions, issues, pull requests, and background automations across connected repositories. The app is now available in technical preview for Copilot Pro, Pro+, Business, and Enterprise users.

Key capabilities in the Copilot app:

  • Parallel agent sessions run in isolated git worktrees, so agents don’t step on each other. The app handles worktree setup and cleanup automatically.
  • Canvases are bidirectional work surfaces where agents update plans, diffs, browser sessions, and deployment state in real time, and developers can edit, reorder, or redirect on the same surface.
  • Cloud and local sandboxes give agents a bounded environment to run code, inspect results, and iterate without touching production. Organizations define their own policies.
  • Agent Merge carries pull requests through review, CI, and merge by monitoring checks, tracking reviewers, and addressing failures. You choose how far Copilot goes.
  • Copilot code review now supports medium-tier review with higher-reasoning models, a /security-review skill, and native Azure DevOps support.
  • Copilot SDK is now GA in Node.js/TypeScript, Python, Go, .NET, Rust, and Java, exposing the same agentic runtime that powers the app.
  • Copilot CLI has a redesigned TUI, voice input (on-device, audio never leaves your machine), and /every for scheduled recurring tasks.

🧠 MAI-Code-1-Flash in GitHub Copilot

MAI-Code-1-Flash is now available for GitHub Copilot. This is Microsoft’s latest small-tier coding model, and it’s the first in a new wave of purpose-built coding models from Microsoft designed and tuned specifically for GitHub Copilot. MAI-Code-1-Flash delivers best-in-class quality for its size, outperforming other small models in early testing, making it well-suited for lightweight coding workflows.

MAI-Code-1-Flash is rolling out to Copilot Free, Student, Pro, Pro+, and Max plans, starting with a limited set of users and expanding gradually. You can select it from the model picker in Visual Studio Code. To learn more, see the MAI-Code-1-Flash model page.

🦝 Windows developer announcements and releases

The Windows team brought the goods this year! Their major Build roundup, Build 2026: Furthering Windows as the trusted platform for development, is all about reducing setup friction while improving security and local AI performance.

Key releases and roadmap callouts:

  • Coreutils for Windows is now generally available, bringing Linux-like command-line utilities that run natively on Windows.
  • Windows Development Skills is now generally available, providing structured skills for agentic native app development using WinUI 3 and WinApp CLI.
  • WinUI and WinApp CLI guidance is being operationalized through those Windows Development Skills so agents can build native Windows apps end-to-end more efficiently.
  • Windows Developer Configurations is now generally available, powered by WinGet for one-command setup of a developer-ready Windows 11 environment.
  • WSL containers were announced as coming to public preview, with built-in CLI and API support for Linux container workflows on Windows.
  • Intelligent Terminal was announced in experimental preview to add context-aware agent support directly in terminal workflows.

Building desktop apps, local AI tools, or enterprise-managed developer environments? This post should be near the top of your reading list.

🦞 OpenClaw + Scout: always-on agents, from open source to enterprise

One of the biggest crowd moments at Build was OpenClaw running natively on Windows. OpenClaw is an open-source, self-hosted AI agent framework created by Peter Steinberger that can execute multi-step workflows, control apps, browse the web, and manage files autonomously. Scott Hanselman and Steinberger demoed it live on the keynote stage.

On Windows, OpenClaw runs securely inside Microsoft Execution Containers (MXC), a new policy-driven containment layer that enforces what agents can access at runtime. The new Windows companion app makes setup straightforward: install, connect your claws, and you’re running. Microsoft also showed cloud-based ephemeral sandboxes for OpenClaw with managed identity, full isolation from your local machine, and rebuild times around six minutes.

On the enterprise side, Microsoft launched Scout, an always-on personal agent built on OpenClaw’s architecture and integrated with Microsoft 365. Scout brings persistent identity, proactive task management across email, calendar, and reports, and enterprise policy conformance through Agent 365.

Developers who already use agents for coding workflows will feel right at home here. OpenClaw treats agents as long-running, multi-session processes rather than single-prompt responses, and the MXC sandboxing model is the same one adopted by GitHub Copilot CLI for process isolation. If you’ve been looking for a way to run always-on local agents safely, this is the stack to explore.

☁️ Azure developer announcements and releases

Azure had a huge week. For the full firehose, check the Azure Blog developers archive (June 1-5, 2026).

Here are the top Azure posts you’ll want to read:

Teams building cloud-native agents should treat this Azure set as required companion reading to the broader Build recap.

🤖 Microsoft Agent Framework announcements and releases

If you’re building agents, this post is required reading: Microsoft Agent Framework at BUILD 2026: Agent Harness, Hosted Agents, CodeAct, and more.

Key releases from the Agent Framework team:

  • Agent Harness made production patterns first-class, including context compaction, instruction merging, todo tracking, and extensible providers.
  • Foundry Hosted Agents introduced a direct path from local development to managed production hosting with scaling, session persistence, and built-in observability.
  • CodeAct support (via Hyperlight) was introduced to reduce orchestration overhead by collapsing many tool calls into fewer model turns.
  • GitHub Copilot SDK integration reached 1.0 support in Agent Framework for .NET and Python.
  • Multi-agent Handoff orchestration reached 1.0 with explicit topology and guardrails.

Two open-source releases from the Command Line blog round out the agent governance picture:

  • Agent Control Specification (ACS) is a portable, vendor-neutral spec for runtime agent governance. It defines eight lifecycle interception points (input, pre/post model call, pre/post tool call, output, startup, shutdown) with a declarative YAML manifest that works across Python, Node, .NET, and Rust. Write your policies once, enforce them in any framework.
  • ASSERT (Adaptive Spec-driven Scoring for Evaluation and Regression Testing) turns natural-language behavior specs into executable evaluation pipelines. Describe what your agent should and shouldn’t do, and ASSERT generates stratified test cases, runs them against the agent, and scores each trace with rationale and policy citations.

For deeper dives, see Build agents you can trust: A new open trust stack for AI agents on any framework for cross-framework trust and governance, and From observability to ROI for AI agents on any framework for framework-agnostic measurement guidance.

Between the Agent Framework, ACS, and ASSERT, there’s now a clear stack for building, governing, and evaluating agents in production.

🟣 Visual Studio announcements at Build 2026

The Visual Studio team published a strong roadmap update: What’s Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements.

Some of the top highlights:

  • Deeper GitHub Copilot agent participation in debugging, profiling, and testing workflows.
  • Pre-build checks for existing errors and warnings to reduce avoidable failed builds.
  • AI-assisted merge conflict resolution to reduce manual conflict handling effort.
  • Expanded modernization support, including Web Forms to Blazor paths and adding Aspire to existing apps.
  • Microsoft-authored skills that can be applied automatically based on project/task context.
  • BYOK/BYOM direction so teams can use local or cloud models that match performance, cost, and compliance needs.
  • Continued platform unification on the GitHub Copilot SDK to accelerate feature delivery.

The focus on reliability, maintainability, and faster inner-loop feedback makes this roadmap especially relevant to large enterprise codebases.

💻 .NET at Build 2026

The .NET team published a full session guide and it’s packed: .NET at Microsoft Build 2026: Must watch sessions. .NET 11 is built for the AI era, and these featured sessions show exactly how:

For the full lineup, check out the .NET at Build 2026 playlist on the .NET YouTube channel.

🧭 Start with these next steps

The Build 2026 next steps hub organizes learning and code resources by topic:

  • Agents and Apps
  • Cloud Platform and Data
  • Developer Tools and Frameworks
  • Working with Models
  • Responsible AI
  • Windows

It also links to skilling resources like the Build Skills Challenge, Skills Hub, Marketplace resources, MVP resources, and Build event info. Pro tip: start here if you want a structured way to follow up on everything from Build!

🎥 Watch now: Build Day 2 livestream

A full day of what’s new in GitHub Copilot and Visual Studio Code, straight from the people building it. New features, live demos, and a few surprises.

📺 The Terminal Live: Day 1 and Day 2

The GitHub Copilot team coded live from Microsoft Build across both days. Segments covered cloud agents, code review, GitHub Copilot CLI, MCP, Visual Studio 2026, Windows Terminal, Aspire, the GitHub Copilot SDK, and Visual Studio Code agents.

 

⭐ Top on-demand sessions

Couldn’t watch everything live? Here are some of the top sessions you can catch on demand right now.

Why your AI code doesn’t ship: Closing the gap to production (BRK200)

Session page

Multi-agent patterns in VS Code you won’t learn from docs (BRK201)

Session page

Inside Azure innovations with Mark Russinovich (BRK226)

Session page

Agent supervision is the new senior engineering skill (BRK244)

Session page

📚 Browse all sessions

The full Microsoft Build 2026 session playlist is available on YouTube:

Browse Build sessions from your terminal

The Microsoft Build CLI is a GitHub Copilot CLI skill that connects your local project to the Build session catalog. It reads your dependencies, finds relevant sessions, and helps you act on what you learn. Install it with /plugin install microsoft/Build-CLI in GitHub Copilot CLI, or search @agentPlugins microsoft-events in VS Code Extensions.

🔭 Beyond code: other keynote highlights

While this post is about top developer news and releases, I can’t help but mention some power-user goodies and nerdy toys from the keynote:

  • Majorana 2: Microsoft’s next-generation quantum chip based on topological qubits. Not something you’ll ship code against today, but a signal of where the compute horizon is moving.
  • Project Solara: A new chip-to-cloud platform for agent-first devices, with concept reference designs for a wearable badge and a desk companion. Agents built with Microsoft 365, Copilot Studio, and the Agent Framework will be able to surface on these new form factors.
  • Surface RTX Spark Dev Box: A developer-focused device with NVIDIA RTX Spark silicon, delivering 1 petaflop of AI compute and 128 GB unified memory for running models locally. Available later this year.
  • Frontier Tuning: Demoed on the keynote stage as a new approach to fine-tuning frontier models within Microsoft Foundry.
  • Seven new MAI models: Mustafa Suleyman unveiled seven new models across the MAI family, expanding the range of model sizes and capabilities available in the platform.

So cool! Looks like I need to start saving up for that Surface RTX Spark Dev Box…

🏁 Keep building

Build delivered a clear message for developers: this is about end-to-end systems now, not isolated AI features. The most successful teams will combine model capability with strong engineering workflows, platform fundamentals, governance, and continuous improvement.

We’re incredibly excited about everything that was announced, and we can’t wait to see what you build with it! For code samples, repos, and practical follow-up paths, start with:

🚀 Ready to try what shipped? Start here!

Several of the announcements from Build are available to try right now:

AI-assisted content. This article was partially created with the help of AI. An author reviewed and revised the content as needed. Learn more

Author

Jon Galloway
Principal Tech Program Manager

Jon is a Principal Program Manager on the Developer Division Community team, working on .NET and supporting .NET live streams and virtual events. He's the author of several programming books, tutorials and video courses on .NET development.

0 comments