
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Build 2026 is overwhelmingly about AI — Bruno used Microsoft’s new open-source Build CLI skill to query the catalog and found 229 of 330 sessions are AI-related, which he called a clear signal of where the event is headed.
Hosted agents are the big .NET-to-cloud story — Bruno framed Azure AI Foundry hosted agents as the missing deployment piece for developers building locally with Microsoft Agent Framework, because you can package a C# agent into a container and deploy it with traces, monitoring, evaluation, and versioning built in.
Microsoft Agent Framework is maturing fast around context and workflows — Jose highlighted improvements like AI context providers, chat history management, compaction strategies, and durable workflows as the practical stuff that saves tokens and makes multi-step agents production-worthy.
A2A interoperability is becoming real, not theoretical — Bruno demoed an Aspire app where an NVIDIA NeMo agent and a Microsoft Agent Framework agent both expose A2A-compatible endpoints, then showed how a Blazor UI and Aspire dashboard let him inspect calls and telemetry across the system.
Aspire is turning into an observability control plane for agents — both hosts kept coming back to Aspire because it gives developers and coding agents a single place to inspect components, logs, traces, MCP integrations, and service health, which Jose said is “fantastic” for agentic workflows.
Model choice matters less than harness quality now — Bruno said the real differentiator is the “set of tools and frameworks and processes and workflows” around the model, while Jose tied that to token savings and precise context control rather than chasing raw model capability.
Bruno Capuano opens by saying this standup is intentionally different: not a feature rundown, but an honest look at what he and Jose expect Microsoft to announce at Build on June 2–3 in San Francisco. He calls Build his favorite Microsoft event because it’s where the big product, security, and data reveals usually land, while also joking that if you’re attending online, the city almost doesn’t matter.
They walk through the Build catalog and session filters, with Bruno pointing out keynotes, breakouts, in-person labs, and the new digital labs format. Jose jumps in to say the labs are “fantastic” and recommends anyone attending — especially virtually — check them out because they’re more thoughtfully designed than people might expect.
Bruno then demos the GitHub Copilot-powered Build CLI plugin, which scans a real repo — in his case a .NET 10/Aspire/NVIDIA NeMo/Microsoft Agent Framework sample — and recommends relevant sessions. The fun part is how specific it gets: it maps the stack, searches terms like Aspire, OpenTelemetry, Azure OpenAI, and returns sessions such as Damian Edwards and David Pine’s Aspire-for-agents talk plus telemetry and production-agent demos; when Jose asks how many AI sessions exist overall, the tool answers 229 out of 330.
The conversation shifts to Azure AI Foundry hosted agents, which Bruno describes as the bridge from local development to production. His pitch is simple: build your agent locally in C# with Microsoft Agent Framework, containerize it, push it, and now it shows up in Foundry with prompt-vs-hosted agent support, traces, monitoring, evaluation, and version history — the stuff teams actually need once a demo turns real.
Jose says one of the smartest parts of Agent Framework is how it sits on top of Microsoft.Extensions.AI and how much work has gone into execution changes, workflows, and especially memory. He calls out agent sessions, AI context providers, and custom compaction strategies as the real machinery behind “context engineering,” because they let you control exactly what gets passed back to stateless models instead of wasting tokens on the entire history every time.
From there, the conversation zooms out to the broader trend: saving tokens, shrinking context, and making multi-step agents resumable. Bruno mentions CodeAct as an emerging approach to collapsing multi-step plans into tighter context blocks, while also bringing up durable functions as a way to pause agent work at step 3, persist state, and resume later instead of forcing one giant HTTP request to carry the whole flow.
Bruno closes the technical section by showing an Aspire app that orchestrates two agents: one built with NVIDIA’s NeMo toolkit and one with Microsoft Agent Framework, both exposing A2A endpoints and fronted by a Blazor UI. The demo’s real point isn’t the UI — it’s that Aspire gives him a graph of dependencies, traces for A2A calls, and enough visibility to immediately ask GitHub Copilot why one agent emits OpenTelemetry GenAI data while the other doesn’t.
In the wrap-up, both hosts make their Build bets explicit: expect lots of agent announcements, more Agent Framework news, Foundry Agent Service going GA, and tooling updates around Visual Studio, coding agents, debugging, profiling, and modernization. Bruno says .NET 11 may appear, but the real advice is simpler: if you’re building with AI, prioritize the agent sessions, because that’s where the energy clearly is.
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.