explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR: what people are asking
  • What Microsoft means by “built from scratch”
  • Is MAI-Thinking-1 actually a frontier model?
  • What developers get in Foundry
  • The agent limitation is a feature, not a footnote
  • Should Microsoft have continued Phi instead?
  • What the public preview still does not answer
  • Bottom line
  • Related on explainx.ai
← Back to blog

explainx / blog

MAI-Thinking-1: What Microsoft’s First Reasoning Model Actually Ships

MAI-Thinking-1 is now in Foundry public preview: a 1T/35B-active reasoning MoE with 256K context, closed weights, and clear agent limits.

Aug 13, 2026·9 min read·Yash Thakker
MicrosoftMAI-Thinking-1Reasoning ModelsMicrosoft FoundryAgentic Coding
go deep
MAI-Thinking-1: What Microsoft’s First Reasoning Model Actually Ships

Microsoft’s MAI-Thinking-1 is now available in Microsoft Foundry public preview, turning a model announced in June into something Azure developers can actually deploy. The headline is substantial: Microsoft trained its first general reasoning model in-house rather than distilling a competitor, using a sparse Mixture-of-Experts architecture with about 1T total parameters, 35B active parameters and a 256K-token context window.

The useful story is narrower than “Microsoft built a frontier model.” Microsoft’s own technical report calls MAI-Thinking-1 competitive with models of similar size, not the overall leader. Its best case is efficient reasoning and coding inside a governed Foundry deployment. Its boundaries matter just as much: closed weights, text-only input and output, Chat Completions rather than Responses, and no autonomous tool boundary built into the model.

TL;DR: what people are asking

QuestionDirect answer
What launched?MAI-Thinking-1 in Microsoft Foundry public preview
Architecture?Sparse MoE, ~1T total / 35B active parameters
Context?256K input context, up to 64K output on the Foundry card
Open weights?No. Managed Direct from Azure access only
API shape?Chat Completions, with function calling
Coding result?Microsoft reports 52.8% SWE-Bench Pro and 46.0% Terminal-Bench 2.0
Training claim?30T-token pretraining, no third-party distillation; later RL uses self-distillation
Safe for autonomous agents?Not without application-level tools, sandboxing, approval and oversight
Pricing?Foundry exposes a pricing link, but the launch material does not publish a simple per-token figure
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

What Microsoft means by “built from scratch”

“Built from scratch” is doing real work in this launch, but it needs a precise definition. Microsoft’s technical report says pretraining used 30 trillion tokens from public and licensed human-generated sources, including web pages, public GitHub code, books, papers, news and multilingual text. The team says it did not use model-generated synthetic data during pretraining and did not distill from third-party models.

That does not mean generated supervision never enters the pipeline. The same report says the reinforcement-learning climb uses self-distillation after the base and mid-training stages. The defensible claim is therefore:

Microsoft did not inherit MAI-Thinking-1 by copying another lab’s outputs during pretraining; it trained its own base, then used its own models and reward loop to improve reasoning and tool use.

That distinction fits Microsoft’s broader hill-climbing strategy: own the data pipeline, training stack, eval environments, product harness and feedback loop so each part can improve together.

Is MAI-Thinking-1 actually a frontier model?

It depends on what “frontier” means. For efficiency within a weight class, the results are strong. For “best model on every benchmark,” Microsoft’s own table says no.

BenchmarkMAI-Thinking-1What the result supports
AIME 202597.0%Strong competition-math reasoning
AIME 202694.5%Strong newer math performance, below two peers in Microsoft’s table
LiveCodeBench v687.7%Strong competitive-code generation
SWE-bench Verified73.5%Useful repository-level agent capability
SWE-Bench Pro52.8%Close to Opus 4.6 at 53.4 in Microsoft’s collected table
Terminal-Bench 2.046.0%Material terminal ability, but well below several larger models

Microsoft averaged its MAI results across four runs with temperature 1 and top-p 0.97. For the agentic coding evaluations, it used a simple ReAct loop, bash plus string replacement for SWE-bench, and bash alone for Terminal-Bench. Competitor scores in the main table came from their respective model cards rather than one reproduced harness.

That is exactly why benchmark literacy matters. A 52.8 versus 53.4 comparison can shortlist a model; it cannot prove equal performance on your repository, at your latency, with your tools and failure costs. Microsoft itself writes that the model “does not lead the field” across the full evaluation set.

What developers get in Foundry

MAI-Thinking-1 appears as a Direct from Azure model. That means billing, support, deployment controls and governance stay within the Microsoft Foundry layer rather than passing requests to a third-party provider.

The practical product contract is:

CapabilityFoundry surface
ModalityText input and text output
LifecyclePublic preview
InterfaceChat Completions
Context window256K tokens
Maximum output64K tokens
ReasoningAdaptive effort based on task complexity
ToolsFunction calling mediated by the application
WeightsNot downloadable

If you already build against Chat Completions, migration is deliberately familiar. But “function calling” should not be read as “the model owns a secure tool runtime.” The model proposes a call. Your application decides which function exists, validates arguments, enforces identity and permissions, executes it, and returns the result.

That division is the same one explained in what an agent harness does. A model can learn tool-use patterns while the harness still owns the security boundary.

A sensible first evaluation

Do not begin by giving the preview model broad production access. Start with a shadow evaluation:

  1. Select 30 to 50 real tasks across easy, routine and failure-prone work.
  2. Freeze the same context, tool definitions and retry budget for every model.
  3. Require executable tests or a domain rubric rather than an LLM vibe check.
  4. Record accepted-task rate, tokens, latency, retries, tool failures and human repair.
  5. Inspect where adaptive reasoning spends more time and whether that effort improves outcomes.
  6. Only then add read-only tools, followed by narrowly scoped writes with confirmations.

For enterprise teams, this is a smaller version of the private evaluation loop Microsoft advocates: the model is one component; the workload, scaffold and acceptance test define value.

The agent limitation is a feature, not a footnote

The Foundry card explicitly says MAI-Thinking-1 was not evaluated for fully autonomous deployments acting on untrusted external content without human oversight or harness-level controls. It also says the model should not be the sole decision-maker in consequential legal, financial, medical, employment, educational, housing, credit or safety contexts.

Those are not generic legal disclaimers to bury. A text-only reasoning model with function calling can still:

  • follow a malicious instruction retrieved from a document or webpage;
  • request a destructive tool call with plausible justification;
  • carry a mistaken premise through a long reasoning trace;
  • expose sensitive context through logs or downstream services;
  • produce confident recommendations outside its evaluated languages or domains.

Use least-privilege tools, typed schemas, allowlists, audit logs, sandboxed execution and human approval at irreversible boundaries. The AI coding-agent safety guide covers the same principle for shell access: model capability does not replace an enforcement layer.

Should Microsoft have continued Phi instead?

Phi and MAI-Thinking-1 solve different deployment problems. Phi is associated with smaller, often downloadable models suited to constrained or edge environments. MAI-Thinking-1 is a much larger managed MoE designed for Foundry-scale reasoning and enterprise control.

The more important comparison is distribution:

ChoiceMAI-Thinking-1 implication
Need managed Azure governanceStrong fit for evaluation
Need downloadable weights or on-prem inferenceNot a fit
Need image, audio or video inputNot a fit; text-only
Need long enterprise documents256K context is useful, but test retrieval and accuracy
Need an autonomous browser or coding agentSupply and secure the harness yourself
Need predictable production supportWait for GA terms and validate preview behavior first

Microsoft has disclosed far more technical detail than a typical closed-model launch, including a 109-page report. That is valuable transparency. It is still not the operational control that comes with open weights.

What the public preview still does not answer

The technical disclosure is unusually deep, but several procurement questions remain outside the paper and launch post.

First, Microsoft calls MAI-Thinking-1 the best price-to-performance option in its weight class without putting a simple input, cached-input and output-token table in the announcement. Foundry pricing can vary by deployment type and region. A cost claim is not actionable until a team can map it to the SKU actually available in its tenant.

Second, “adaptive reasoning” does not yet come with a public contract as clear as low, medium and high effort controls on some competing APIs. The model card says it allocates effort according to prompt complexity. Teams still need to measure whether they can cap that effort, how reasoning tokens are billed, and whether the same prompt produces stable latency under load.

Third, public preview is not a general-availability promise. Before production, verify:

  • which Azure regions expose the model and where prompts and outputs are processed;
  • whether provisioned throughput is available or only pay-as-you-go capacity;
  • the data-retention, abuse-monitoring and opt-out terms for the exact deployment;
  • rate limits, concurrency behavior and latency percentiles;
  • version pinning and how Microsoft communicates snapshot changes;
  • whether Foundry evaluations reproduce the same function-calling behavior as your application.

Finally, the model’s 256K context is a capacity ceiling, not proof that it can reliably retrieve a small fact from every 600-page document. The paper reports 90 on GraphWalks at up to 128K, while its own Sonnet 4.6 run reached 96. That is a useful long-context signal and another reminder to test the document shapes, instruction conflicts and retrieval failures your product will actually encounter.

Bottom line

MAI-Thinking-1 is evidence that Microsoft is now building a real first-party reasoning-model stack, not only wrapping partner models. A 35B-active MoE reaching 52.8% on SWE-Bench Pro and 97.0% on AIME 2025 is a credible efficiency result, and Foundry public preview gives developers a concrete way to test it.

The launch does not establish a universal frontier winner. It establishes a closed, managed, medium-inference-footprint reasoning model with good technical disclosure, familiar Chat Completions integration, and carefully stated agent boundaries. Its value will be decided by Foundry pricing and private workload evals, not the 1T headline alone.

Related on explainx.ai

  • Microsoft MAI hill-climbing in Copilot and Excel
  • MAI-Cyber-1-Flash inside Microsoft MDASH
  • MAI-Image-2.5-Pro and MAI-Voice-2-Flash in Foundry
  • What Microsoft Foundry means after the Azure AI Foundry rename
  • How to read AI benchmark claims
  • What is an agent harness?
  • How to build an enterprise AI benchmark
  • Choose open-weight or closed AI models

Official sources: Microsoft AI launch post · MAI-Thinking-1 technical report · Microsoft Foundry model card


Architecture, benchmark, context, availability and safety details reflect Microsoft’s August 12–13, 2026 public-preview materials. Results are Microsoft-reported; pricing, regions, limits and preview behavior can change before general availability.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 29, 2026

MAI-Image-2.5-Pro and MAI-Voice-2-Flash: What Builders Get

Microsoft is putting its in-house image and speech models into Foundry public preview: a highest-fidelity image tier for text and localized edits, plus a lower-latency voice tier for high-volume agents. This guide separates documented product evidence from launch claims and shows how to evaluate each path.

Aug 10, 2026

GitHub Copilot: 87% of LLM Calls Are Now Agent-Initiated

Microsoft researchers analyzed one week of GitHub Copilot's coding-agent traffic — 761 million LLM calls across 3.2 million users — and found 87% of those calls were fired autonomously by the agent, not typed by a human. explainx.ai breaks down what the paper actually measured, why "Copilot agents" here means GitHub Copilot specifically, and what it implies for where agentic demand is really concentrated in 2026.

Aug 7, 2026

Microsoft's AI Revenue Is Mostly OpenAI Paying Its Own Bill

A wheresyoured.at analysis of Microsoft's FY26 filings found that roughly 70% of the company's reported AI revenue traces back to OpenAI's own Azure spending — money Microsoft invested flowing back as "growth." Here's how the loop works, what the 20%-revenue-share cap actually caps, and why the GPU depreciation schedule underneath it all is the more consequential fight.