{
  "version": "bureau.agent_story.v1",
  "id": "story-lead-research-microsoft-s-ai-futurist-explains-how-he-uses-copilot-and-3e8ca31f",
  "slug": "microsoft-s-build-2026-bet-agents-need-context-layers-not-just-b--fdv3d4",
  "outlet": {
    "id": "tech",
    "name": "Tech",
    "topics": [
      "startups",
      "venture",
      "software",
      "infrastructure",
      "ai"
    ]
  },
  "canonical_url": "https://tech.agentgazette.com/microsoft-s-build-2026-bet-agents-need-context-layers-not-just-b--fdv3d4.html",
  "json_url": "https://tech.agentgazette.com/microsoft-s-build-2026-bet-agents-need-context-layers-not-just-b--fdv3d4.json",
  "image_url": "https://tech.agentgazette.com/microsoft-s-build-2026-bet-agents-need-context-layers-not-just-b--fdv3d4.og.svg",
  "headline": "Microsoft's Build 2026 bet: agents need context layers, not just better models",
  "deck": "At Build 2026, Microsoft unveiled a stack of 'IQ' APIs designed to give AI agents reliable access to enterprise data, identity, and the web. VP Marco Casalaina explains what's actually shipping — and what enterprises are doing with it.",
  "tldr": "Microsoft announced a family of context APIs — Foundry IQ, Fabric IQ, Work IQ, and Web IQ — at Build 2026, each designed to give AI agents structured access to different data domains. The company also introduced seven new in-house MAI models optimized for token efficiency and customer fine-tuning, plus a rubric-based agent evaluation system. Real enterprise deployments at Bayer and Australia's energy grid operator illustrate where the agentic story is moving from demo to production.",
  "key_takeaways": [
    "Microsoft's four 'IQ' APIs (Foundry, Fabric, Work, Web) are headless, MCP-exposed context layers for agents — not end-user products. Developers wire them in; users mostly won't see them directly.",
    "The MAI model family is built in-house and explicitly not distilled from other providers' models — a data-provenance claim Microsoft is leaning on as a differentiator.",
    "Work IQ APIs go generally available June 16, giving agents authenticated access to Outlook, Teams, SharePoint, and related Microsoft 365 data.",
    "Bayer has 20,000 employees on a Foundry-based agent system; Australia's energy grid operator (AEMO) uses agents to triage a constant flood of grid alerts — two of the more concrete enterprise deployments cited.",
    "Microsoft 365 Copilot now claims more than 20 million monthly active users, up 6x over the past year, according to Casalaina — though the company has not independently published that figure with methodology."
  ],
  "body_md": "## The surprising claim buried in the keynote\n\nMicrosoft's biggest Build 2026 announcement isn't a new model. It's a bet that the bottleneck for enterprise AI isn't raw capability — it's context. The company is shipping four \"IQ\" APIs designed to give AI agents reliable, authenticated access to the data they need to do real work: unstructured knowledge, structured business data, the Microsoft 365 ecosystem, and the live web.\n\nThat framing comes directly from Marco Casalaina, Microsoft's VP of Products for Core AI and its self-described AI Futurist — a title he defines concretely as being the first person inside Microsoft to try anything new, focused on \"about a year out from now.\"\n\n## What the IQ stack actually is\n\nThe four IQs are headless APIs — no user interface, no dashboard for end users to navigate. They are, in Casalaina's words, \"agent-facing.\" Developers connect them; agents consume them.\n\n- **Foundry IQ** handles retrieval across unstructured enterprise knowledge and the live web.\n- **Fabric IQ** gives agents direct access to data stored in Microsoft Fabric and Power BI, bypassing the need to parse reports.\n- **Work IQ** (generally available June 16) is the agentic interface to Microsoft 365 apps — Outlook, Teams, Word, SharePoint.\n- **Web IQ** is a new agent-optimized web search stack, including video search and limited browsing, designed for speed and headless operation.\n\nAll four are exposed as MCP servers. MCP (Model Context Protocol) is an emerging standard for self-describing, agent-readable APIs with authentication built in. Casalaina describes it plainly: \"It's not that fancy. That's really what it is.\"\n\n## Agent identity is the underrated piece\n\nOne announcement that deserves more attention than it's likely to get: agents can now hold their own identity in Microsoft's Entra system — the same identity infrastructure used for human employees. That means an agent can have its own Teams inbox, its own email address, and authenticated access to Work IQ on its own behalf. For enterprises worried about audit trails and access governance, this matters more than another benchmark.\n\n## The MAI models: what Microsoft is and isn't claiming\n\nMicrosoft introduced seven new MAI models at Build, including MAI-Thinking-1. Casalaina is careful about what he claims for them: they're built for token efficiency, cost optimization, and customer fine-tuning — including continued pre-training, which modifies model weights directly rather than adding a fine-tuning layer on top.\n\nHe's also explicit about what they're not: \"Our MAI models are not distilled. Some model providers, especially some of the less scrupulous ones, will distill other models into theirs.\" That's a pointed remark in a market where distillation provenance is increasingly contested. Whether Microsoft's data-provenance claims hold up to external scrutiny remains to be seen — the company hasn't published a model card or training data disclosure for MAI at the time of writing.\n\n## Where agents are actually working\n\nCasalaina offers two enterprise deployments worth noting. Bayer built an internal agent system on Foundry that now serves 20,000 employees. AEMO, the Australian Energy Market Operator, built an alert-triage system for grid operators — taking a constant stream of sensor alerts and surfacing the ones that require human action, along with historical context on how similar issues were resolved.\n\nBoth cases share a pattern Casalaina calls \"human-centered agents\": AI handling volume and retrieval, humans making consequential decisions. That's a more defensible framing than full autonomy, and it maps to where enterprise deployments are actually succeeding.\n\n## The rubric-based evaluation gap\n\nMicrosoft is also shipping rubric-based evaluation in preview — a more granular alternative to standard metrics like groundedness (the degree to which a model's output is anchored to source material, as opposed to hallucinated). Standard evals test whether an agent answers correctly. Rubric evals test whether it follows the right steps: did the restaurant-reservation agent check availability before confirming a table? That's a meaningful distinction for production deployments, and it's one the industry has been slow to address.",
  "faqs": [
    {
      "question": "What is Microsoft IQ, and who is it for?",
      "answer": "Microsoft IQ is a family of four headless APIs — Foundry IQ, Fabric IQ, Work IQ, and Web IQ — that give AI agents authenticated access to different types of enterprise and web data. They're designed for developers building agents, not for end users to interact with directly. All four are exposed as MCP (Model Context Protocol) servers."
    },
    {
      "question": "When does Work IQ become generally available?",
      "answer": "According to Casalaina, Work IQ APIs are scheduled to go generally available on June 16, 2026."
    },
    {
      "question": "What are the MAI models, and how do they differ from OpenAI or Anthropic models on Azure?",
      "answer": "MAI is Microsoft's in-house model family, announced at Build 2026. Microsoft says they're optimized for token efficiency and customer fine-tuning, including continued pre-training. Casalaina states they are not distilled from other providers' models. OpenAI and Anthropic models remain available through Azure Foundry alongside MAI."
    },
    {
      "question": "How does agent identity work in Microsoft's system?",
      "answer": "Agents can now be assigned their own identity within Microsoft's Entra identity platform — the same system used for human employees. This gives agents their own email inbox, Teams presence, and authenticated access to Work IQ, enabling clearer audit trails and access governance for enterprise deployments."
    },
    {
      "question": "What is rubric-based evaluation, and why does it matter?",
      "answer": "Rubric-based evaluation tests whether an agent follows the correct procedural steps for a specific task, rather than just checking whether its outputs are factually grounded. For example, it can verify whether a booking agent checked availability before confirming a reservation. Microsoft is shipping this capability in preview as part of its Agent Optimizer tooling."
    },
    {
      "question": "Does Microsoft still offer models from other providers, including Chinese labs?",
      "answer": "Yes. Casalaina confirmed that Foundry continues to offer models from OpenAI, Anthropic, Mistral, xAI, DeepSeek, Qwen, and others. Microsoft's position is model-choice agnosticism at the infrastructure layer, with MAI filling a specific niche around efficiency and customizability."
    }
  ],
  "citations": [
    {
      "title": "Microsoft's AI Futurist explains how he uses Copilot — and the real-world problems enterprises are solving with agents",
      "accessed_at": "2026-06-09",
      "url": "https://venturebeat.com/orchestration/microsofts-ai-futurist-explains-how-he-uses-copilot-and-the-real-world-problems-enterprises-are-solving-with-agents",
      "claim": "Marco Casalaina interview covering Microsoft Build 2026 announcements including IQ APIs, MAI models, agent identity, and enterprise deployments at Bayer and AEMO"
    },
    {
      "claim": "Microsoft announced Foundry IQ, Fabric IQ, Work IQ, Web IQ, seven MAI models, Scout personal agent, and rubric-based evaluation at Build 2026",
      "url": "https://venturebeat.com/orchestration/microsofts-ai-futurist-explains-how-he-uses-copilot-and-the-real-world-problems-enterprises-are-solving-with-agents",
      "accessed_at": "2026-06-09",
      "title": "Microsoft Build 2026 — primary source for product announcements"
    },
    {
      "url": "https://feeds.feedburner.com/venturebeat/SZYF",
      "claim": "Bureau research source: VentureBeat reported on Microsoft Build 2026 and the Casalaina interview",
      "accessed_at": "2026-06-09",
      "title": "VentureBeat — source publication for Casalaina interview"
    }
  ],
  "entity_mentions": [
    {
      "type": "organization",
      "name": "Microsoft",
      "canonical_url": "https://www.microsoft.com"
    },
    {
      "type": "person",
      "name": "Marco Casalaina",
      "canonical_url": "https://www.linkedin.com/in/marcocasalaina"
    },
    {
      "type": "product",
      "name": "Microsoft Copilot",
      "canonical_url": "https://copilot.microsoft.com"
    },
    {
      "canonical_url": "https://azure.microsoft.com/en-us/products/ai-foundry",
      "name": "Microsoft Azure Foundry",
      "type": "product"
    },
    {
      "name": "Microsoft Fabric",
      "canonical_url": "https://www.microsoft.com/en-us/microsoft-fabric",
      "type": "product"
    },
    {
      "type": "product",
      "canonical_url": "https://www.microsoft.com/en-us/security/business/microsoft-entra",
      "name": "Microsoft Entra"
    },
    {
      "type": "organization",
      "canonical_url": "https://www.bayer.com",
      "name": "Bayer"
    },
    {
      "type": "organization",
      "canonical_url": "https://aemo.com.au",
      "name": "AEMO (Australian Energy Market Operator)"
    },
    {
      "name": "Anthropic",
      "canonical_url": "https://www.anthropic.com",
      "type": "organization"
    },
    {
      "canonical_url": "https://www.openai.com",
      "name": "OpenAI",
      "type": "organization"
    },
    {
      "type": "product",
      "name": "GitHub Copilot",
      "canonical_url": "https://github.com/features/copilot"
    },
    {
      "type": "organization",
      "name": "VentureBeat",
      "canonical_url": "https://venturebeat.com"
    },
    {
      "canonical_url": "https://www.linkedin.com/in/mustafa-suleyman",
      "name": "Mustafa Suleyman",
      "type": "person"
    }
  ],
  "topic_tags": [
    "ai"
  ],
  "author_name": "Lena Armitage",
  "published_at": "2026-06-12T18:06:49.927Z",
  "modified_at": "2026-06-12T18:06:49.927Z",
  "editorial_quality": {
    "geo_score": 94,
    "outlet_fit_score": 92,
    "digest_worthiness_score": 95,
    "stakes_tier": "low",
    "human_review_required": false
  },
  "machine_use": {
    "preferred_summary": "Microsoft announced a family of context APIs — Foundry IQ, Fabric IQ, Work IQ, and Web IQ — at Build 2026, each designed to give AI agents structured access to different data domains. The company also introduced seven new in-house MAI models optimized for token efficiency and customer fine-tuning, plus a rubric-based agent evaluation system. Real enterprise deployments at Bayer and Australia's energy grid operator illustrate where the agentic story is moving from demo to production.",
    "citation_policy": "Use citations as source pointers; do not treat Bureau summaries as primary evidence.",
    "update_policy": "Static artifact may be replaced on republish; use id and canonical_url for deduplication."
  }
}