{"slug": "microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways", "title": "Microsoft Autopilot is built on OpenClaw. The contributions go both ways.", "summary": "Microsoft introduced Autopilot, a persistent, proactive personal agent built on OpenClaw, with a private preview rolling out to its first customers at the end of September 2026, according to the company's launch post. Omar Shahine, who leads the Autopilot team, said Microsoft is \"building Autopilot on @openclaw, working with @steipete and the OpenClaw Foundation to make it a fantastic enterprise grade runtime.\" Autopilot is the new name for Microsoft Scout, announced earlier in 2026, and Microsoft is contributing upstream work back to OpenClaw including Gio Della-Libera's Policy plugin for configuration conformance checks and a native Windows companion.", "body_md": "Microsoft today introduced Autopilot as part of its new Copilot experience: a persistent, proactive personal agent that keeps working even when you’re not. Its foundation is OpenClaw.\n\nOmar Shahine, who leads the team building it, [put it directly](https://x.com/OmarShahine/status/2103480227561079264):\n\n“We are building Autopilot on @openclaw, working with @steipete and the OpenClaw Foundation to make it a fantastic enterprise grade runtime.”\n\nToday we announced the preview of Microsoft Autopilot is rolling out to our first customers - \"Autopilot is a persistent, proactive and personal agent that keeps working even when you’re not\"\n\nIt's been a while since I updated you all on what we are building. First Scout is now… [pic.twitter.com/ZdGHQDn7Ll](https://t.co/ZdGHQDn7Ll)\n\n[September 25, 2026](https://x.com/OmarShahine/status/2103480227561079264?ref_src=twsrc%5Etfw)\n\nAutopilot is the new name for Microsoft Scout, announced earlier this year. Microsoft’s [launch post](https://blogs.microsoft.com/blog/2026/09/25/introducing-the-new-copilot-with-home-code-and-autopilot/) says Autopilot is expanding to private preview at the end of this month.\n\nFor the OpenClaw community, there is another part of the story worth highlighting: the improvements coming back upstream.\n\nMicrosoft’s commitment is visible in both its public announcements and the work of contributors across the project. That work ranges from checking an agent’s security configuration to building a native Windows experience and making everyday agent interactions more dependable.\n\n## Making an agent’s configuration checkable\n\nAn organization adopting a personal agent needs to answer practical questions. Which communication channels are enabled? Which model providers can it use? What can it access? Does its configuration still match the rules the organization intended?\n\nIn its [original Scout announcement](https://www.microsoft.com/en-us/copilot/blog/2026/06/02/introducing-microsoft-scout-your-always-on-personal-agent/), Microsoft made an explicit commitment:\n\n“We are contributing policy conformance directly upstream to OpenClaw.”\n\nGio Della-Libera’s upstream work gives that commitment a concrete form. OpenClaw’s [Policy plugin](https://github.com/openclaw/openclaw/pull/80407) lets an operator describe requirements, compare them with the actual configuration, and produce a record of the result. Subsequent contributions extend those checks across [model providers, networks and MCP servers](https://github.com/openclaw/openclaw/pull/80783), [secret and authentication configuration](https://github.com/openclaw/openclaw/pull/81974), and other parts of an agent’s environment.\n\nOmar also contributed [message-routing checks](https://github.com/openclaw/openclaw/pull/111087), so operators can test whether representative incoming conversations reach the intended agent.\n\nThese checks let operators verify an agent’s configuration and detect when it no longer matches their requirements.\n\n## A first-class home on Windows\n\nThe Foundation and Microsoft’s Windows team have also described a [long-term collaboration](https://openclaw.ai/blog/introducing-openclaw-foundation) to make Windows a premier platform for OpenClaw.\n\nYou can see that collaboration in the [native Windows companion](https://github.com/openclaw/openclaw-windows-node).\n\nScott Hanselman’s contributions include a [guided setup experience](https://github.com/openclaw/openclaw-windows-node/pull/201), alongside ongoing reliability and release work. Régis Brid contributed [native WinUI chat](https://github.com/openclaw/openclaw-windows-node/pull/315) and [inline command approvals](https://github.com/openclaw/openclaw-windows-node/pull/751). Barbara Kudiess has worked across the native interface, [model selection](https://github.com/openclaw/openclaw-windows-node/pull/877), approvals and sandbox integration. Caleb Eden’s contributions help the native chat [display user and agent media](https://github.com/openclaw/openclaw-windows-node/pull/1119) properly.\n\nThere is important work underneath that interface, too. Paul Campbell contributed the [MXC sandbox backend](https://github.com/openclaw/openclaw/pull/97086) for supported Windows environments. Alongside the companion’s own sandbox integration, it gives operators another way to constrain agent command execution using Microsoft’s execution-container technology.\n\nThese practical improvements drive easier setup, clearer interaction, and more control over what an agent can do.\n\n## Reliability for agents that keep working\n\nAn always-on agent has to handle more than a successful demo. It has to stay useful through background jobs, restarts, long conversations and failures.\n\nGalin Iliev’s contributions include [prioritizing queued user requests over background work](https://github.com/openclaw/openclaw/pull/82765), fixing [scheduler behavior that could hang the Gateway](https://github.com/openclaw/openclaw/pull/142741), and improving [responsiveness during database recovery](https://github.com/openclaw/openclaw/pull/151581). His recent [streamed-completion fix](https://github.com/openclaw/openclaw/pull/156144) prevents the same Codex reply from appearing twice in conversation history when its streaming and completion identifiers differ.\n\nEduardo Piva contributed a [guard against repeated tool loops after context compaction](https://github.com/openclaw/openclaw/pull/77555) and work to [reduce session-store memory retention](https://github.com/openclaw/openclaw/pull/84693).\n\nOmar’s contributions include another subtle but important distinction: [a command that definitely never ran is different from a command whose outcome is unknown](https://github.com/openclaw/openclaw/pull/117276). When an agent cannot tell whether an action executed, blindly repeating it can make the problem worse. The upstream change preserves that uncertainty and tells the agent not to rerun it automatically.\n\nThese are the details that help turn an agent from something impressive into something people can depend on.\n\n## Better integrations, safer everyday interactions\n\nEven the smallest contributions make noticeable improvements in daily use.\n\nGio’s [Microsoft Teams reaction fix](https://github.com/openclaw/openclaw/pull/151382) lets an agent react to the message it is currently answering without having to copy an internal message ID. The change retains the boundary between the current conversation and another conversation.\n\nPengfei Ni contributed [secret redaction in execution-approval prompts](https://github.com/openclaw/openclaw/pull/64790), helping keep recognizable API keys, tokens and passwords out of command text displayed in chat. Asking for permission should not unnecessarily expose a credential.\n\nKunal Karmakar improved [Azure OpenAI provider support](https://github.com/openclaw/openclaw/pull/50851), wiring Azure endpoints to the appropriate Responses implementation so configured agents and tools can use them correctly.\n\nTogether with Eduardo’s memory-retention work and Galin’s duplicate-reply fix, these marginal improvements pack a mighty punch in the user experience.\n\n## Improvements that reach beyond one product\n\nOne of the most human parts of this contribution story is Omar’s work on messaging. His upstream changes include [iMessage approvals](https://github.com/openclaw/openclaw/pull/85952), [native polls](https://github.com/openclaw/openclaw/pull/98421), and [keeping replies in the right conversation](https://github.com/openclaw/openclaw/pull/133499).\n\nThat work benefits OpenClaw users on Apple devices, too. It is a reminder that a shared project can improve across platforms even while companies build distinct products on top of it.\n\nNot every contribution by someone at Microsoft is necessarily an Autopilot feature or a company-sponsored project. What the public record shows is a substantial body of work contributed back to OpenClaw, alongside Microsoft’s explicit commitment to upstream collaboration.\n\nPeter Steinberger welcomed that collaboration when it was announced in June:\n\nSuch a privilege to work with Microsoft to bring claws to enterprises! [https://t.co/1psejBcL7S](https://t.co/1psejBcL7S)\n\n[June 2, 2026](https://x.com/steipete/status/2061874084649025728?ref_src=twsrc%5Etfw)\n\nThank you to Omar, Gio, Scott, Barbara, Paul, Galin, Eduardo, Pengfei, Kunal, Régis, Caleb, and the other contributors and maintainers building this together.\n\nOpenClaw remains an open infrastructure for building and customizing powerful agents, both for personal and organizational use. Microsoft’s Autopilot is a promising example of the possibilities, and we’re grateful to the contributors whose upstream work makes this platform more useful for everyone.", "url": "https://wpnews.pro/news/microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways", "canonical_source": "https://openclaw.ai/blog/microsoft-autopilot-openclaw/", "published_at": "2026-09-25 12:00:00+00:00", "updated_at": "2026-09-26 00:01:30.840291+00:00", "lang": "en", "topics": ["ai-agents", "ai-products", "artificial-intelligence", "ai-tools"], "entities": ["Microsoft", "Autopilot", "OpenClaw", "Omar Shahine", "OpenClaw Foundation", "Gio Della-Libera", "Microsoft Scout", "Copilot"], "also_reported_by": [], "alternates": {"html": "https://wpnews.pro/news/microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways", "markdown": "https://wpnews.pro/news/microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways.md", "text": "https://wpnews.pro/news/microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways.txt", "jsonld": "https://wpnews.pro/news/microsoft-autopilot-is-built-on-openclaw-the-contributions-go-both-ways.jsonld"}}