Early this year, OpenClaw demos were seemingly everywhere, though many seemed to amount at best to a cool party trick (โLook, my agent ordered a pizzaโ). But it got long-time Microsoft employee Omar Shahine thinking: How useful could claws actually be?
Very, it turned out. In his spare time, Shahine created Lobster, a personal AI assistant built on OpenClaw. It has its own Apple ID and email address, so he can text with it from any device with iMessage. He initially split Lobster into a trio of agents, each with its own security profile and tool access (eight weeks in, that number had increased to nine always-on agents). Lobster handles travel logistics, proactively sends family reminders ahead of time, and generally helps Shahine and his family stay organized and get things done. And after presenting Lobster to Microsoftโs AI Accelerator group, it landed Shahine a new job: bringing OpenClaw to M365 and the cloud as CVP of what was deemed โProject Lobster.โ
At the same time, Microsoft Member of Technical Staff Jakob Werner was pursuing a similar idea with a twist: a desktop app-based agent inspired by OpenClaw. The goal was to deliver a powerful enterprise-secure personal AI assistant that anyone within Microsoft could use. In just a couple weeks, what was referred to internally as โClawpilotโ had already been downloaded by thousands of Microsoft employees, and that community continues to grow.
When Shahine started assembling a small team of enthusiastic buildersโOceanโs 11, naturallyโWerner quickly joined their ranks. The two recently caught up in Redmond, Washington, to compare notes on building these always-on, autonomous agents and navigating the worlds of enterprise security, agentic memory, and more.
Embracing the spirit of open source
The Project Lobster team is representative of a new way of working within Microsoft, fueled by AI advancements. Itโs a tight-knit group that prefers to collaborate asynchronously. Thereโs a general consensus against meetings. Everyone contributes to the codebase, including Shahine. And thereโs no traditional executive assistant among their ranks: Each team member actively uses prototypes throughout the day to fully immerse themselves in the tech as theyโre building it. Thereโs even a growing open-source community around the team that mirrors whatโs found with open-source projects outside Microsoftโs walls.
โIโve never seen a project inside the company where so many people showed up with their ideas and their code and did the work to produce a PR,โ says Shahine.
Iโve never seen a project inside the company where so many people showed up with their ideas.
In fact, internal excitement around Project Lobster has been such that the team fielded pull requests (PRs) left and right during the early building phase, which they reviewed to determine whether they met the bar to make it into the product. Even some of Shahineโs changes didnโt make the cut. The focus had to remain on the central goal of the product: Creating an always-on personal agent for work. An AI helper that learns your goals, adapts to your daily work patterns, and acts with context, identifying issues before they surface, keeping projects on track and driving outcomes without constant input. An agent that can detect when a calendar is overbooked and propose specific changes before the week begins or identify when a decision is stalled and draft a targeted follow-up to unblock it.
โWe have to determine if a given PR changes the central idea of the product or notโand the speed of that review is human speed, not AI speed,โ notes Werner. โAnyone can make a PR super quickly now. Weโre trying to help the community and teach contributors how to review PRs.โ
While the work began as an internal experiment, it quickly turned into a customer-focused effort thatโs culminated with the introduction of Microsoft Scoutโan always-on personal agent powered by OpenClaw open-source technology.
From experiment to enterprise-ready product
Microsoft Scout operates autonomouslyโwith its own identityโacting on your behalf. It works across cloud, desktop, and web browser, so it can connect across the surfaces you useโTeams, Outlook, OneDrive, and SharePointโand the systems where work lives, including email, calendar, and contacts.
Unlike your average claw in the wild, Microsoft Scout combines OpenClaw code with enterprise identity, governance, and security. Every package is ingested through a curated, signed Microsoft supply chain, and every tool call, model request, and network hop is mediated by a zero-trust runtimeโthe agentโs container is treated as untrusted, with Microsoft-controlled identity, tokens, and policy sitting outside it. With Agent 365, admins get a single control plane, and Microsoft Purview gives security teams the same compliance and DLP signal they already get from other M365 surfaces.
โItโs a super powerful tool,โ acknowledges Werner. โAnd to be enterprise secure, we needed to make sure the data governance was right, that the privacy was right, and that it doesnโt cancel a meeting and send all your personal information to that email chain. If I send my agent to you, it shouldnโt tell you everything about me. These areas are possible to contain, but we also had to do it in a balanced way that doesnโt restrict the possibilities down to nothing.โ
Itโs a tradeoff worth making. And with Microsoftโs tried and trusted enterprise security offerings and ongoing research and innovation in the space, the team had a solid foundation from which to address the challenge.
The role of agentic memory
In order for an always-on personal AI agent to be truly useful, it needs to be proactiveโand that requires context powered by Work IQ. Over time, Microsoft Scout understands the way you work, uses the same productivity tools you use, and takes things off your plate without the need for constant prompts. It learns your goals, adapts to your daily work patterns, and acts with intent. Unlike previous technological waves, this is software thatโs truly personalized. Thatโs transformative, but itโs not without tradeoffs.
โOpenClaw, Claude Code, GitHub Copilot CLI, these are agentic coding harnesses that are basically rememberingโwriting things down just like people do,โ Shahine notes. โThey write things down like a diary. But just like it needs to remember things, it needs to forget some things, too.โ
Just like it needs to remember things, it needs to forget some things, too.
As an example, Shahine points back to the introduction of memory to ChatGPT. He spent some time telling ChatGPT that his daughter was 17 while his son was 13. But a year later, that information remained static. The system didnโt have a concept that some facts need to change over time, while other pieces of informationโlike your nameโwill stay exactly the same.
โIn the design phase, I was thinking about the human and how humans memorize things,โ says Werner. โI forget things that are irrelevant because I didnโt use them. So I built a system where, if Iโm going to use it repeatedly, itโs going to stick. But if Iโm not going to use it regularly, I want the system to forget. I donโt want to have an infinite diary of things, right? So thereโs kind of layers of memory, and it kind of disappears over time if itโs not used. Meanwhile, the relevance of other pieces of memory grows as you use them more.โ
Forming a new center of gravity
When they first joined forces, Werner introduced Shahine to the concept of gravityโthe framework around which he operated.
โTo build a truly great product, I donโt think I can make it myself,โ Werner explains. โWe need to collaborate with other people. But how do we influence other people to collaborate with us? And the mindset I use and try to instill in my team is gravity. We build something and make it so big in influenceโnot in the number of features, but in its influenceโthat when exciting new ideas pop up, they want to try and join the gravity of our work rather than dissolve focus.โ
โAnd I didn’t really know what you were talking about until my new role was announced,” admits Shahine. โBut since then, Iโve received hundreds if not thousands of messages from people who want to help, people who want to learn, people who want to show me what they did, and customers who want to know ASAP when theyโre going to get their hands on what weโre building. There are a lot of other words for thatโuser pull, signalโbut your mantra of gravity really resonates with me now.โ
Microsoft employees have already been using an early Microsoft Scout desktop experience. We built this to learn how always-on agents show up in real work, and weโre seeing it take on coordination, surface risks earlier, and keep work moving without constant prompting.
Weโre now extending that early experience to Frontier organizations. Microsoft Scout is available as an experimental release through Frontier, giving customers a chance to explore how it can fit into their own workflows.
Access requires Frontier enrollment, Intune policy configuration, and an opt-in attestation. Users with a GitHub Copilot license can then download and install the experience. Learn more.