Agents as the Bridge Between Copilot and Your Business Systems

▶ Watch (01:50)

IDC projects over one billion new business-process agents in the next four years. That’s roughly one agent for every 7.5 people on the planet. Copilot already knows your email, your Teams chats, your M365 data. But without agents, it cannot touch your systems of record: ticket trackers, customer databases, ERP.

“agents are the bridge from Copilot into those work systems” — Abram Jackson

Agents carry the domain expertise and API access to act inside those systems. Copilot then surfaces the results to the worker. The pair shifts Copilot from a chat assistant into something that actually changes business outcomes.

Agent Architecture: Orchestrator, Model, Knowledge, and Tools

▶ Watch (07:50)

Every M365 Copilot agent is built from four ingredients. The orchestrator manages when to call a model, an API, or an external server. The model does the reasoning. Knowledge grounds the agent in verifiable data so it stops making things up. Tools take action: they hit live APIs, write to third-party systems, and trigger autonomous workflows.

Triggers let an agent run without human input. Agents can also call each other. Aaron Bjork framed the shift as moving from an orchestra reading sheet music to a jazz quartet improvising off each other, where each player responds to what the others play.

Agent Builder: No-Code Agents for End Users

▶ Watch (12:22)

Agent Builder targets end users who should not need an IT project to automate team processes. It runs on M365 Copilot’s orchestrator and upgrades automatically as Microsoft releases better models. Three knowledge sources are new at Build: team chat history and email, specific web domains, and files embedded into the agent so anyone receiving a shared agent gets the same access. Jackson walked through the Build 2025 Concierge agent demo (16:11), grounding an agent in the Build Book of News in a few minutes. A preview of multi-agent reach followed via the Researcher + Lumen multi-agent demo (20:50), where Researcher called the Lumen Quarterly Report Agent mid-task to format a financial executive report.

Copilot Studio: Model Choice, MCP, and Agent-to-Agent Wiring

▶ Watch (23:02)

Copilot Studio is the low-to-mid-code path: from idea to a deployed agent with analytics, safety rails, and responsible AI in hours. Agents connect to any of the 1,900-plus models in Azure AI Foundry, swap models per tool via the Prompt Builder, and add MCP servers as connectors. The Contoso Employee Resources agent-to-agent demo (32:13) showed a host agent routing a vacation-policy question to a sub-agent; the Activity Map displayed the full reasoning chain and linked to the source document. A new VS Code extension lets developers clone any Copilot Studio agent to local YAML, edit with IntelliSense, and push changes back without touching the web UI.

Pro-Code: The M365 Agents Toolkit and Agents SDK

▶ Watch (41:19)

The M365 Agents Toolkit and Agents SDK give professional developers full control over every part of the architecture. The SDK went GA at Build, supporting C#, Python, and JavaScript. Developers choose their own orchestrator, models, and deployment target; Azure is preferred but not required. The Toolkit adds a new capability: Office Add-ins callable as agent tools across Word, Excel, and PowerPoint. The LexisNexis Shepardize demo (44:54) showed the Lexis Create Add-in validating all case-law citations in a Word document and flagging overturned rulings inline. The M365 Agents SDK Weather Agent demo (48:56) scaffolded a working Azure OpenAI agent from a Visual Studio template in minutes.

Notable Quotes

that Copilot is the UI for AI. Abram Jackson · ▶ 5:15

agents are the bridge from Copilot into those work systems Abram Jackson · ▶ 5:46

that agent is going to be incredibly powerful forever. Abram Jackson · ▶ 14:14

It supports C#, it supports Python Aaron Bjork · ▶ 48:30

Key Takeaways

  • IDC projects over one billion new business-process agents in the next four years, one for roughly every 7.5 people on Earth.
  • Agent Builder lets end users build grounded agents without code; Copilot Studio adds model choice, MCP, analytics, and agent-to-agent routing.
  • The M365 Agents SDK is now GA in C#, Python, and JavaScript, giving developers full control over orchestrator, models, and deployment target.