On June 2, 2026, at its Build developer conference, Microsoft announced a family of seven in-house AI models under the MAI brand, the most concrete step yet in the company’s plan to stop being just the best distributor of someone else’s frontier models. The lineup spans reasoning, coding, image generation, voice, and transcription, and it was unveiled during CEO Satya Nadella’s keynote alongside new agents, silicon, and a repositioning of Windows itself.
The centerpiece is MAI-Thinking-1, Microsoft’s first reasoning model. It is a 35 billion active parameter Mixture of Experts model that Microsoft says matches Claude Opus 4.6 on SWE-Bench Pro and narrowly beat Claude Sonnet 4.6 in blind human evaluations. The full benchmark picture is more modest than the headline (it trails the true coding frontier on most tests, as we break down below), but what makes the release notable is not just the scores. Microsoft trained the entire family from scratch on clean, commercially licensed data, with zero distillation from third party models, a direct shot at the way most labs bootstrap their models today.
Seven new models launching at Build: let’s go!
Reasoning. Code. Image. Transcribe. Voice.Built from scratch on a clean data lineage, designed for efficiency, working seamlessly as a family of models
Thread 🧵 #MSBuild pic.twitter.com/g3WQIcIQ24
— Microsoft AI (@MicrosoftAI) June 2, 2026
In this article we walk through all seven models, the real benchmarks, the training philosophy Microsoft calls the Hill-Climbing Machine, the Maia 200 silicon co-design, pricing and availability, the strategic shift away from OpenAI dependence, and how MAI-Thinking-1 stacks up against the models Microsoft chose (Claude Opus 4.6, GPT-5.4) and against today’s actual leaders (Claude Opus 4.8 and GPT-5.5).
What Microsoft Actually Announced
Microsoft used the Build 2026 keynote to unveil seven new models built by its MAI team (Microsoft AI Superintelligence), the division run by Mustafa Suleyman. The full lineup is:
- MAI-Thinking-1, the first MAI reasoning model
- MAI-Code-1-Flash, an inference efficient coding model
- MAI-Image-2.5 and MAI-Image-2.5 Flash, image generation and editing
- MAI-Voice-2 and MAI-Voice-2 Flash, speech generation
- MAI-Transcribe-1.5, speech to text
The framing was unusually direct. Microsoft positioned the whole effort under what it calls Humanist Superintelligence, advanced AI built to serve people and organizations rather than replace them. But the practical message to developers was simpler. Microsoft now wants to be seen as a model maker, a runtime owner, and a silicon vendor, not just the place where you rent OpenAI’s models.
Around the models, Microsoft also announced Microsoft Scout, a proactive personal agent that handles scheduling and meeting prep through Teams and Outlook, a Surface RTX Spark Dev Box capable of running models up to 120 billion parameters locally, the general availability of Microsoft Discovery for scientific research, and a new Windows sandboxing system called Microsoft Execution Containers that repositions the OS as an agent native runtime.
MAI-Thinking-1, the Reasoning Flagship
MAI-Thinking-1 is a sparse Mixture of Experts model with 35 billion active parameters and roughly 1 trillion total parameters. The base model, called MAI-Base-1, was pre-trained from scratch on 8,000 NVIDIA GB200 GPUs on a Microsoft-operated Azure cluster, using 30 trillion tokens of main pre-training followed by 3.55 trillion tokens of mid-training. Architecturally it is a decoder-only Transformer with Gemma-3-style attention (five local layers per global layer, 512 sliding window), grouped-query attention with 8 KV heads, and a LatentMoE design that activates 8 of 512 experts per token. It uses the o200k_base tokenizer with a roughly 200K vocabulary. The smaller inference footprint is the entire point: Microsoft built it for efficiency and low token cost so strong reasoning can move from occasional heavy tasks into everyday workflows.
The model ships with a 256K token context window, enough to fit roughly a 600 page document, according to Microsoft’s own technical report. Some early press coverage reported a 128K window, so expect the official 256K figure to be the one that sticks as documentation settles. It supports function calling, developer instructions, and multiple layers of instruction following, and it is compatible with the widely used Chat Completions API.
On training data, the report says MAI-Base-1 was pre-trained on a mixture of publicly available and licensed human-generated data covering web text, public GitHub code, books, academic papers, news, multilingual text, and domain-specific material. Microsoft says it chose not to use any synthetic data generated by language models, made an effort to remove AI-generated content from collected sources, and decontaminated common machine learning benchmarks from the training data.
Microsoft describes the target use cases plainly. MAI-Thinking-1 was designed to be good at complex multi-step instructions, long context reasoning, and code generation. It comes with enterprise grade security and compliance through Microsoft Foundry, and its default style was tuned toward enterprise needs rather than consumer chat.
The Hill-Climbing Machine
The most interesting part of the release is not the model, it is the system Microsoft built to produce it. The company calls it the Hill-Climbing Machine, a co-designed pipeline meant to make every component of model development improvable over time, so capabilities climb continually as better data, rewards, environments, and compute are added.
Three principles guide it.
Capabilities should be learned, not inherited. This is the headline philosophical claim. Microsoft trained MAI-Thinking-1 without distillation from any third party model. The argument is that an imitator is permanently tied to the design choices of its teacher and struggles to adapt to new situations, while a model that learns tasks directly is more steerable. Most labs quietly bootstrap new models from outputs of existing strong models. Microsoft is explicitly refusing to.
Clean data. The model was trained on appropriately licensed data, and Microsoft says AI-generated content was excluded from pre-training entirely. The pitch here is provenance and control. If you cannot account for what shaped a model, you cannot fully understand its behavior. For enterprises worried about data lineage and legal exposure, this is the part that matters most.
Self-sufficiency across the stack. From co-designing the models with Microsoft’s own accelerators all the way through to its in-house reinforcement learning framework, Microsoft built the training infrastructure itself. The goal is to control and optimize the whole system end to end.
To train agentic coding, Microsoft built verified environments that are deterministic, executable, and graded by real test suites. That gives the model practice on the work developers actually do, reading code, editing files, running tests, watching failures, and recovering from mistakes mid task.
Benchmark Results
Microsoft published a full comparison table in its technical report, and the real numbers are more nuanced than the keynote framing. Here is Table 11 from the report, covering STEM and agentic coding, with every competitor figure Microsoft listed (these are drawn from each model’s official cards, and dashes mean a model did not report that benchmark).
| Benchmark | MAI-Thinking-1 | Sonnet 4.6 | Opus 4.6 | GPT-5.4 | Kimi K2.6 | DeepSeek V3.2 | DeepSeek V4 | GLM-5.1 |
|---|---|---|---|---|---|---|---|---|
| AIME 2025 | 97.0 | 95.6 | 99.8 | not reported | not reported | 93.1 | not reported | not reported |
| AIME 2026 | 94.5 | not reported | not reported | not reported | 96.4 | not reported |