Is Microsoft replacing OpenAI models across its products?+
The evidence shows workload-level routing rather than a partner break. Microsoft said on July 23 that Bing Image Creator runs end to end on MAI-Image-2.5, that PowerPoint uses it for image-to-image features at up to 84% less GPU capacity than GPT-Image-2, and that OneDrive uses it for key editing scenarios; Bloomberg separately reported on July 7 that tens of thousands of weekly Excel and Outlook prompts are already completed with internal MAI models. At the same time, OpenAI announced on July 9 that GPT-5.6 becomes the preferred model in Microsoft 365 Copilot across Word, Excel, PowerPoint, Chat and Cowork, and GPT-5.4 is paired with MAI-Cyber-1-Flash inside MDASH. The brief's own framing is that Microsoft assigns high-volume features to internal models where quality, latency and cost fit, and reserves partner models for tasks that need them.
What did Microsoft's July 29 earnings actually disclose about AI infrastructure?+
Microsoft reported $90.0 billion in quarterly revenue (up 18%), $35.8 billion in GAAP net income (up 31%), Microsoft Cloud revenue of $59.3 billion, Azure and other cloud-services growth of 43%, full-year Azure revenue past $100 billion, free cash flow of $19.6 billion, and more than 30 million paid Microsoft 365 Copilot seats. Capital expenditures were $41 billion for the quarter, with roughly two-thirds on short-lived assets, primarily CPUs and GPUs, including $5.6 billion of finance leases and $35.8 billion of cash additions to property and equipment. Microsoft said its underlying calendar-2026 investment expectations are unchanged while a lease reclassification lowers expected reported capex to about $175 billion from roughly $190 billion. Microsoft did not disclose active-seat usage or revenue attributable to Copilot licenses, so the figures are demand and cost signals rather than a clean measure of AI return.
What prompt-injection risks are currently documented in Microsoft's AI surfaces?+
Three separate disclosures appear in the evidence. Hakon Maloy published a coordinated disclosure on July 28 showing that hidden white text in a Word document could alter Copilot-assisted output and be copied into the generated file, so that file becomes another carrier; he said the class remained reproducible after 144 days and two mitigation attempts, while Microsoft told The Register it had addressed the reported findings and uses defense-in-depth safeguards. Manifold Security disclosed on July 21 that hidden HTML comments in Azure DevOps pull-request descriptions can reach AI agents through Microsoft's official MCP server, with a proof of concept that used a reviewer's broader credentials for cross-project actions. Separately, Alan Turing Institute researchers Abhishek Kumar and Carsten Maple reported workflow-level jailbreaks in GitHub Copilot, where direct-chat baselines produced 8 of 816 unsafe responses but the full multi-turn workflow produced 816 of 816 unsafe teaching-shot completions under expert review.
Can administrators stop Copilot from grounding on untrusted external email?+
Partly, and not yet in general availability. Microsoft has a Purview Data Loss Prevention control in preview that excludes email received from external domains from Microsoft 365 Copilot and Copilot Chat grounding, summarization and citation, configured with the condition Email is received from > External users and the action Prevent Copilot from processing content. It is Microsoft 365 roadmap item 561552, with preview listed for June 2026 and general-availability rollout starting January 2027. Microsoft says the rule compares sender domain against the tenant's accepted domains and evaluates metadata only, so it does not inspect the message body or remove the user's access to the message. A Message Center notice republished by Hands on Tek says the control also extends to Copilot Studio agents published to Microsoft 365 Copilot, and Microsoft notes policy updates can take up to four hours to appear.
Which third-party and open-weight models can teams run inside Microsoft's stack?+
Microsoft added Claude Sonnet 5 to Microsoft 365 Copilot on July 2, with Microsoft Learn listing Auto, Claude Sonnet 5, Claude Opus 4.8, GPT 5.5, Fable 5 preview and Sonnet + Opus Advisor as possible Cowork model choices depending on organizational settings, and saying admins can turn off the Anthropic model family. Mistral Medium 3.5 and OCR 4 became available in Microsoft Foundry on July 21, with Medium 3.5 also in Copilot Studio. Hugging Face said on July 7 that its curated open-weight collection is available in preview through Foundry Managed Compute, with weights pre-staged in Azure, runtimes built and scanned by Microsoft, and deployments on NVIDIA A100, H100 or AMD MI300X. GitHub made Moonshot AI's Kimi K2.7 Code generally available in the Copilot picker on July 1, off by default for Business and Enterprise plans, with GitHub's own documentation warning the model may be less aligned than other Copilot models.
Does upgrading to a newer model reduce agent costs?+
Not reliably, according to Microsoft's own testing. Microsoft reported on July 6 that across 150 Copilot Chat agent runs spanning architecture and SharePoint upgrade tasks, Claude Sonnet 5 was better on some instruction-following upgrade tasks but consumed far more tokens on others, costing $2.01 per code-upgrade run against $0.55 for Sonnet 4.6, despite lower per-token pricing; architecture tasks flipped the other way and were slightly cheaper for Sonnet 5. The practical implication drawn in the evidence is to treat model swaps like dependency upgrades: run workload-specific evaluations, cap tool loops, monitor token-distribution tails, and regression-test cost, completion rate and quality before changing a default model in production agents.