TL;DR — At Microsoft Build 2026, Microsoft AI CEO Mustafa Suleyman unveiled a family of seven new MAI models. The flagship, MAI-Thinking-1, is a sparse MoE reasoning model with 35B active parameters that hits 97% on AIME 2025 and 53% on SWE-Bench Pro — matching Claude Opus 4.6 — while being trained entirely without distillation from other labs.

What Is MAI-Thinking-1?

On June 2, 2026, Microsoft AI announced MAI-Thinking-1 alongside six other new MAI models at Microsoft Build 2026. It is the company's first proprietary reasoning model — built entirely in-house without distilling knowledge from competing labs such as Anthropic or OpenAI.

The defining characteristic of MAI-Thinking-1 is its independence. Microsoft states that every training sample is "clean, traceable, and enterprise-grade." The model was optimized on Microsoft's own Maia 200 chip and benchmarked directly against NVIDIA's GB-200, marking a milestone in the company's effort to build a self-sufficient AI hardware and software stack.

Key Stats
  • ⚙️ 35B active parameters (~1T total, sparse MoE)
  • 📐 256K token context window (fits a 600-page document)
  • 🏆 AIME 2025: 97.0% · AIME 2026: 94.5%
  • 💻 SWE-Bench Pro: 53% (on par with Claude Opus 4.6)
  • 👥 Human preference: preferred over Sonnet 4.6 in blind side-by-side evals

Architecture: Punching Above Its Weight Class

MAI-Thinking-1 uses a Sparse Mixture-of-Experts (MoE) architecture. While the total parameter count is approximately 1 trillion, only 35 billion are activated during inference. This design gives the model the reasoning capacity of a much larger dense model while keeping inference costs comparable to a medium-size deployment.

The 256K context window is large enough to load a full 600-page document in a single prompt — a significant practical advantage for enterprise document analysis workflows. The model also supports function calling and multi-layered instruction following, designed to fit naturally into agentic pipelines.

💡
Developer Note
MAI-Thinking-1 is compatible with the Chat Completions API and supports function calling. It is available in Private Preview on Microsoft Foundry today, with Public Preview on the MAI Playground coming soon. Enterprises can request early access through the Foundry interest form.

Benchmark Comparison

Model SWE-Bench Pro AIME 2025 Active Params Context
MAI-Thinking-1 53% 97.0% 35B 256K
Claude Opus 4.6 ~53% Undisclosed
Claude Sonnet 4.6 Undisclosed

SWE-Bench Pro is widely considered the most rigorous real-world coding benchmark — it measures a model's ability to resolve actual GitHub issues end-to-end. Matching Claude Opus 4.6 on this task signals that Microsoft's independent training pipeline has reached frontier capability.

ℹ️
The Full MAI Model Family (7 models)
Announced at Build 2026: MAI-Thinking-1 (reasoning), MAI-Code-1-Flash (coding), MAI-Image-2.5 & 2.5-Flash (image generation), MAI-Voice-2 & 2-Flash (voice), MAI-Transcribe-1.5 (transcription). Microsoft frames these as the first concrete step toward its "Humanist Superintelligence" mission.

Why This Matters for Enterprises

Beyond raw benchmark numbers, MAI-Thinking-1 is designed specifically for enterprise production. Native integration with Azure's security, compliance, procurement, and governance workflows means large organizations can deploy it without rebuilding their existing operational infrastructure. The model's default response style is explicitly tuned for enterprise contexts — concise, professional, and multi-turn coherent.

The Maia 200 optimization angle is also strategically significant. By training and serving a frontier reasoning model on its own chip, Microsoft is reducing dependence on NVIDIA for the most expensive inference workloads and building toward a vertically integrated AI stack.

Key Takeaways
  • MAI-Thinking-1 is Microsoft's first independent reasoning model — no distillation from other labs
  • 35B active parameters in a MoE design outperforms far larger dense models on cost and speed
  • Matches Claude Opus 4.6 on SWE-Bench Pro (53%) and scores 97% on AIME 2025
  • Optimized on Microsoft's own Maia 200 chip — a milestone in the company's AI hardware strategy
  • Available now in Azure Foundry Private Preview; MAI Playground public preview coming soon
🔗
Official Sources & Further Reading
MAI-Thinking-1 Official Announcement (Microsoft AI)
MAI-Thinking-1 Model Page & Foundry Preview Sign-Up
Full MAI Model Family Launch Blog