<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0">
  <channel>
    <description>Rambling Rows</description>
    <image>
      <url>https://rrows.net/uploads/2026/rrows-icon-sq-144px.png</url>
      <title>Rambling Rows</title>
      <link>https://rrows.net/</link>
    </image>
    <title>microsoft on Rambling Rows</title>
    <link>https://rrows.net/categories/microsoft/</link>
    
    <language>en</language>
    
    <lastBuildDate>Wed, 03 Jun 2026 07:20:53 +1000</lastBuildDate>
    <item>
      <title>Microsoft just made Windows the agent operating system</title>
      <link>https://rrows.net/2026/06/03/microsoft-just-made-windows-the.html?utm_source=rss&amp;utm_medium=feed&amp;utm_campaign=rrows</link>
      <pubDate>Wed, 03 Jun 2026 07:20:53 +1000</pubDate>
      
      <guid isPermaLink="false">http://rrows.micro.blog/2026/06/03/microsoft-just-made-windows-the.html</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/202171/2026/bot-contained-600px.jpg&#34; width=&#34;600&#34; height=&#34;338&#34; alt=&#34;&#34;&gt;Microsoft&amp;rsquo;s annual developer conference, Build, kicked off at 3am Melbourne time on Wednesday. I didn&amp;rsquo;t stay up to watch - but I&amp;rsquo;ve absorbed the media releases and technical docs, and there&amp;rsquo;s a genuine shift happening here that&amp;rsquo;s worth unpacking.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TL;DR for the non-technical:&lt;/strong&gt; AI assistants are about to get much more capable, but that creates a trust problem - how do you let a smart assistant do things on your computer without giving it the keys to everything? Microsoft just announced that Windows itself will act as the security guard. It will control exactly what an AI assistant can see and touch on your machine, track what it does separately from what you do and run smaller AI models directly on your computer so your data doesn&amp;rsquo;t have to leave your desk. Think of it as giving your AI assistant its own office with its own keycard, instead of letting it wander freely through yours. The catch: it needs newer, more powerful hardware to work properly, and most of it isn&amp;rsquo;t shipping yet.&lt;/p&gt;
&lt;p&gt;Now, the details.&lt;/p&gt;
&lt;h2 id=&#34;the-trust-layer-the-agent-world-was-missing&#34;&gt;The trust layer the agent world was missing&lt;/h2&gt;
&lt;p&gt;Microsoft is turning Windows into an operating system for AI agents. Not in the vague &amp;ldquo;AI-powered everything&amp;rdquo; way they&amp;rsquo;ve been doing for two years. In a concrete, architectural, here-are-the-APIs way.&lt;/p&gt;
&lt;p&gt;The centrepiece is &lt;strong&gt;Microsoft Execution Containers (MXC)&lt;/strong&gt; - a policy-driven sandboxing layer being built into the OS. Developers declare what an agent can access (files, network, clipboard, UI) and Windows enforces those boundaries at runtime. Not your app. Not a third-party sandbox. The operating system itself.&lt;/p&gt;
&lt;p&gt;Right now, if you&amp;rsquo;re running an agent locally, you&amp;rsquo;re trusting it with whatever your user account can touch. Every file, every browser session, every credential in your keychain. MXC proposes to change that from &amp;ldquo;the agent can do whatever I can do&amp;rdquo; to &amp;ldquo;the agent can do exactly what I&amp;rsquo;ve declared it can do, and nothing else.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;A caveat: MXC is in early preview. Microsoft&amp;rsquo;s own GitHub repo warns that current profiles &amp;ldquo;should not be treated as security boundaries&amp;rdquo; and notes that some Windows network and file controls aren&amp;rsquo;t fully supported yet. The direction is right; the implementation is months away from being something you&amp;rsquo;d trust with real workloads.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Continuously-running local agents, like Hermes Agent, require intentional isolation. Developers need control over what an agent can access and trust that those controls will hold. Microsoft Execution Containers, integrated with OpenShell, provides a policy-driven foundation for private, on-device agents on Windows.&amp;rdquo;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Dillon Rolnick, CEO, Nous Research&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;NVIDIA, OpenClaw, Manus, OpenAI and Nous Research (Hermes) are all building on MXC. That breadth of early adoption says something about the gap this fills.&lt;/p&gt;
&lt;h2 id=&#34;agent-identity-the-boring-part-that-matters-most&#34;&gt;Agent identity: the boring part that matters most&lt;/h2&gt;
&lt;p&gt;Windows will assign agents their own identity - either a local ID or a cloud-provisioned Entra identity - and attribute all activity from within the container to that identity. You can now distinguish between what a human did and what an agent did on the same machine.&lt;/p&gt;
&lt;p&gt;For enterprise audit trails, this is foundational. For personal use, it means you can give an agent meaningful permissions without giving it your permissions.&lt;/p&gt;
&lt;h2 id=&#34;on-device-models-small-local-and-getting-serious&#34;&gt;On-device models: small, local and getting serious&lt;/h2&gt;
&lt;p&gt;SLMs - small language models - are the compact cousins of the frontier LLMs like GPT-4 and Claude. The boundary is fuzzy, but roughly: if it runs comfortably on a laptop without cloud infrastructure, it&amp;rsquo;s small. SLMs typically run under 14 billion parameters. They&amp;rsquo;re fast, free (they run on your hardware), work offline and keep your data private. But they&amp;rsquo;ve been limited to simpler tasks - summarisation, classification, text cleanup.&lt;/p&gt;
&lt;p&gt;Microsoft just moved the goalpost with &lt;strong&gt;Aion 1.0&lt;/strong&gt;, two new SLMs purpose-built for Windows.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Aion 1.0 Instruct&lt;/strong&gt; handles the lightweight stuff - summarisation, rewriting, intent detection. Ships as open weights on Hugging Face in July.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Aion 1.0 Plan&lt;/strong&gt; is the one that matters. A 14 billion parameter reasoning and tool-calling model with a &lt;strong&gt;32K context window&lt;/strong&gt;, shipping in-box on capable Windows devices &amp;ldquo;in the coming months.&amp;rdquo; It can reason over user intent, invoke tools, manage files and orchestrate sub-agents. Entirely on-device. No cloud round-trip. No per-token cost. When it ships, that&amp;rsquo;s not an SLM doing party tricks. That&amp;rsquo;s a local agent runtime.&lt;/p&gt;
&lt;h2 id=&#34;the-apple-contrast&#34;&gt;The Apple contrast&lt;/h2&gt;
&lt;p&gt;Compare that to Apple. Apple&amp;rsquo;s on-device Foundation model has a &lt;strong&gt;4K context window&lt;/strong&gt;. Four thousand tokens - roughly 3,000 words, less than this blog post. To be fair, Apple&amp;rsquo;s Foundation Models framework does support tool calling and in-app actions. It&amp;rsquo;s not incapable. But it&amp;rsquo;s positioned for constrained app features - summarise this notification, rewrite this email, trigger this shortcut - not for long-running agent workflows that need to hold a project brief, a tool registry and a conversation history in context simultaneously.&lt;/p&gt;
&lt;p&gt;Aion 1.0 Plan at 32K tokens can hold an entire project brief, a set of tool definitions, a conversation history and still have room to reason. Apple&amp;rsquo;s Foundation at 4K is working with a fraction of that. One is architected for agents. The other is architected for smart assists.&lt;/p&gt;
&lt;p&gt;And Siri? Apple has been promising a Siri overhaul powered by Apple Intelligence for two years. What we&amp;rsquo;ve seen so far is incrementally better intent parsing on a growing but still limited set of system commands. Meanwhile, Microsoft is announcing a 14B reasoning model designed to plan multi-step workflows, call APIs and spawn sub-agents - locally, on the device.&lt;/p&gt;
&lt;p&gt;Apple gets one more week. WWDC is June 8. If the Siri update and on-device model story doesn&amp;rsquo;t dramatically close this gap, the narrative shifts from &amp;ldquo;Apple is taking a careful, privacy-first approach&amp;rdquo; to &amp;ldquo;Apple is a generation behind on the thing that matters most.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;For Mac users - and I say this as someone running an agent system on Apple silicon - there&amp;rsquo;s no equivalent story on macOS yet. Apple has kernel-enforced App Sandbox and entitlements, which is solid app-level isolation. But there&amp;rsquo;s nothing approaching agent-specific containment with policy-driven permissions, identity attribution and enterprise manageability. macOS doesn&amp;rsquo;t yet have a public story for agent identity, agent governance or agent-aware containment.&lt;/p&gt;
&lt;h2 id=&#34;the-hardware-reality-check&#34;&gt;The hardware reality check&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Surface RTX Spark Dev Box&lt;/strong&gt; pairs NVIDIA RTX Spark silicon with 128GB of unified CPU/GPU memory and 1 petaflop of AI compute. At the extreme end, the &lt;strong&gt;DGX Station for Windows&lt;/strong&gt; brings NVIDIA GB300 Grace Blackwell to a deskside form factor - capable of running 1 trillion parameter models locally. That&amp;rsquo;s a datacentre in a box, running Windows.&lt;/p&gt;
&lt;p&gt;These machines will run Aion 1.0 Plan beautifully. But most Windows PCs won&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;Microsoft hasn&amp;rsquo;t published specific RAM requirements for Aion 1.0 Plan. The Build post says only that it runs on &amp;ldquo;capable devices.&amp;rdquo; But we can do the maths. A 14B model at 4-bit quantisation needs roughly 7-9GB for the weights. Add the KV cache for that 32K context window, plus whatever else is running, and you&amp;rsquo;re looking at 24-32GB as a realistic minimum. At full precision, 40-50GB.&lt;/p&gt;
&lt;p&gt;The average enterprise Windows laptop ships with 16GB of RAM. Many still ship with 8GB. These machines can barely run Teams and a browser simultaneously, let alone a 14B reasoning model doing agent orchestration in the background.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The gap between &amp;ldquo;ships in-box on Windows&amp;rdquo; and &amp;ldquo;runs on your Windows PC&amp;rdquo; is the width of a RAM spec sheet, and most of the installed base is on the wrong side of it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Microsoft is selling a vision of local agent intelligence. What they&amp;rsquo;re actually shipping is a hardware upgrade cycle with an AI justification. That&amp;rsquo;s not cynical - the hardware genuinely enables new capabilities. But Aion 1.0 Plan is a feature for new machines with 32GB+ and capable GPUs, not the fleet of three-year-old Dell Latitudes on corporate desks today.&lt;/p&gt;
&lt;h2 id=&#34;from-copilot-buttons-to-actual-architecture&#34;&gt;From Copilot buttons to actual architecture&lt;/h2&gt;
&lt;p&gt;There&amp;rsquo;s a maturity shift here. Since late 2023, Microsoft&amp;rsquo;s AI strategy has been &amp;ldquo;put a Copilot button on everything.&amp;rdquo; Copilot in Word. Copilot in Teams. Copilot in Excel. Copilot in Paint. Copilot in the taskbar. Copilot on a dedicated keyboard key that nobody asked for. AI as a marketing exercise - a chatbot duct-taped onto every application, with no coherent platform story underneath.&lt;/p&gt;
&lt;p&gt;Build 2026 is different. MXC is being built as an OS primitive, not an app feature. Agent identity is designed into the security model, not bolted onto a chatbot wrapper. The on-device models will ship in-box, available to any application through system APIs. Some of this is shipping now, some is preview, some is roadmap. But the direction is unmistakable.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Copilot buttons were decoration. MXC, Aion, agent identity - that&amp;rsquo;s architecture.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;absorbing-linux-to-defend-enterprise&#34;&gt;Absorbing Linux to defend enterprise&lt;/h2&gt;
&lt;p&gt;Almost everything in this announcement is Microsoft borrowing from Linux.&lt;/p&gt;
&lt;p&gt;Coreutils for Windows? GNU Coreutils reimplemented in Rust. WSL containers? Linux containers, running on Windows, managed by Windows tooling. MXC&amp;rsquo;s containment model? Namespace isolation, cgroups, policy enforcement - the bones of Docker and LXC, dressed in Redmond clothing. Even the developer configuration tooling reads like a curated version of what every Linux developer does with a dotfiles repo and a shell script.&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t criticism. It&amp;rsquo;s strategy. AI development happened on Linux first. The models were trained there. The frameworks were built there. The agent tooling - LangChain, CrewAI, Hermes, Ollama - all assumed a Unix environment. Windows was where you ran Office. Linux was where you ran inference.&lt;/p&gt;
&lt;p&gt;Microsoft looked at that reality and decided to absorb it rather than fight it. WSL was the opening move five years ago. WSL containers is the next step - built-in Linux containers on Windows with CLI and API, no third-party Docker dependency, plus enterprise policy controls for IT admins to govern what containers run and where images come from. MXC then takes those container isolation concepts and wires them into the enterprise management stack. The result is something neither platform had alone: contained agent execution with corporate governance.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Microsoft isn&amp;rsquo;t inventing containment. They&amp;rsquo;re making it legible to the CIO.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is Microsoft defending its enterprise position. If AI agents are going to run on every developer&amp;rsquo;s machine and every knowledge worker&amp;rsquo;s desktop, and those machines are overwhelmingly Windows in enterprise, then Windows needs to be where agents run safely. The alternative - developers increasingly working in Linux VMs, Docker containers and remote cloud instances - erodes the relevance of the Windows desktop itself.&lt;/p&gt;
&lt;h2 id=&#34;can-they-execute&#34;&gt;Can they execute?&lt;/h2&gt;
&lt;p&gt;The question isn&amp;rsquo;t whether this is the right direction. It obviously is. The question is whether Microsoft can execute it without the usual three-year lag between announcement and production-ready reality. MXC is in &amp;ldquo;early preview.&amp;rdquo; Aion 1.0 Plan is &amp;ldquo;coming in the coming months.&amp;rdquo; The DGX Station is &amp;ldquo;Q4 this year.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll believe it when I can install it. But the architecture is right, and the partnerships are real. Microsoft hasn&amp;rsquo;t shipped the agent OS. They&amp;rsquo;ve announced the architecture and early primitives for one. That&amp;rsquo;s still more than anyone else has put on the table. If you&amp;rsquo;re building agents that run locally, Windows just became a much more interesting platform.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Source: &lt;a href=&#34;https://blogs.windows.com/windowsdeveloper/2026/06/02/build-2026-furthering-windows-as-the-trusted-platform-for-development/&#34;&gt;Build 2026: Furthering Windows as the trusted platform for development&lt;/a&gt; - Pavan Davuluri, EVP Windows + Devices, Microsoft.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
