Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
149817 stories
·
33 followers

Announcing Copilot leadership update

1 Share

Satya Nadella, Chairman and CEO, and Mustafa Suleyman, Executive Vice President and CEO of Microsoft AI, shared the below communications with Microsoft employees this morning.

SATYA NADELLA MESSAGE

I want to share two org changes we’re making to our Copilot org and superintelligence effort.

It’s clear a new era of productivity is emerging as AI experiences rapidly evolve from answering questions and suggesting code, to executing multi-step tasks with clear user control points. You see this in our announcements over the last couple of weeks, like Copilot Tasks and Copilot Cowork, agentic capabilities in Office, and Agent 365. As these experiences connect more naturally across agents, apps, and workflows, we have an opportunity to help customers spend more time on higher-value work and reduce manual coordination, while providing people with more agency and empowerment and organizations with the governance and security controls they need.

To that end, we are bringing the Copilot system across commercial and consumer together as one unified effort. This will span four connected pillars: Copilot experience, Copilot platform, Microsoft 365 apps, and AI models. This is how we move from a collection of great products to a truly integrated system, one that is simpler and more powerful for customers.

Jacob Andreou will lead the Copilot experience across consumer and commercial, driving design, product, growth, and engineering, as EVP, Copilot, reporting to me. As CVP of Product and Growth at Microsoft AI, Jacob has accelerated our user-focused AI-first product making and growth framework. Prior to that, he was SVP at Snap, where he helped scale the company from its early days.

Progress at the AI model layer is more critical than ever to our success as a company over the next decade and is foundational to everything we build above it. We are doubling down on our superintelligence mission with the talent and compute to build models that have real product impact, in terms of evals, COGS reduction, as well as advancing the frontier when it comes to meeting enterprise needs and achieving the next set of research breakthroughs. Mustafa Suleyman and I have been working towards this plan for some time, and he will continue to lead this high ambition work, reporting to me. Mustafa is uniquely qualified to drive this forward, with his deep focus and commitment to advancing the frontiers of model science, while also ensuring that human control, agency, and economic opportunity remain at the center of these advancements.

Ryan Roslansky, Perry Clarke, and Charles Lamanna will lead M365 apps and the Copilot platform. Together, Jacob, Ryan, Charles, Perry, and Mustafa make up the Copilot LT and over the next few weeks they’ll work to align the teams.

Our org boundaries will simply reflect system architecture and product shape such that we can deliver more coherent and competitive experiences that continue to evolve with model capabilities. And I am looking forward to how together we apply all of this to empower people, organizations, and the world.

MUSTAFA SULEYMAN MESSAGE

Subject: A new structure for Microsoft AI

Technology and the future of our industry will be defined by two things: frontier models, and the products through which they are experienced. For some time, I’ve been thinking about how we best tackle these huge challenges, and today I’m excited to be evolving our structure at Microsoft AI, ensuring we’re positioned to succeed in both.

I came to Microsoft with an overriding mission: to create Superintelligence that delivers a transformative, positive impact for millions of people. This requires us to build frontier models, at scale, pushing the boundaries of what’s possible. Everything else follows from this. It’s the foundation for our future as a company. With our ambitious, long-term frontier scale compute roadmap locked, we now have everything we need to build truly SOTA models.

As you will have just heard from Satya, the next phase of this plan is to restructure our organization to enable me to focus all my energy on our Superintelligence efforts and be able to deliver world class models for Microsoft over the next 5 years. These models will enable us to build enterprise tuned lineages that help improve all our products across the company. They’ll also enable us to deliver the COGS efficiencies necessary to be able to serve AI workloads at the immense scale required in the coming years. Achieving all this will be a huge challenge, and I’m committing everything we have – and I have personally – to make it happen.

To that end, I’ve been working hard with other leaders in the background for a while now to define a strategy to unify Copilot by bringing together the Consumer and Commercial efforts as one. We all know this makes sense. Every user – whether at home or at work – will be able to enjoy the full benefit of what we are all building. Today, we’re combining these organizations into a single, unified Copilot org. Jacob has demonstrated himself to be an outstanding leader for the product experience and clearly has the product instincts, the operational range, and the conviction to make Copilot a great success.

Jacob will retain a dotted line to me, and I’ll stay directly involved in much of the day-to-day operation of MAI, attending Meetups, MMMs, LT, and supporting Jacob to drive all areas of product strategy. To ensure that the models we build and the products we ship are mutually reinforcing, we are establishing a Copilot Leadership Team that includes me, Jacob, Charles Lamanna, Perry Clarke, and Ryan Roslansky. This will enable us to focus our brand strategy, our product roadmap, our models and our core infrastructure as one to deliver the best experiences possible for all our users.

Thank you for everything you’ve done over the last few years. I know how hard everyone has been pushing and the sacrifices many of you have made to help the company adapt to this new era.

We really do have an incredible opportunity to redefine Microsoft for this agentic revolution.

Mustafa’s mail has been edited slightly for external use.

The post Announcing Copilot leadership update appeared first on The Official Microsoft Blog.

Read the whole story
alvinashcraft
12 seconds ago
reply
Pennsylvania, USA
Share this story
Delete

Keeping the lights on for open source

1 Share
Ryan sits down with Chainguard CEO Dan Lorenc to chat about how his team is keeping the foundation of the internet—open source projects—alive by forking archived but widely-used repos to provide security maintenance and dependency upgrades.
Read the whole story
alvinashcraft
20 seconds ago
reply
Pennsylvania, USA
Share this story
Delete

Toolbox App 3.4: Remote IDE Lifecycle Hooks, macOS Fullscreen Fix, UTF-8 Support, and More

1 Share

Toolbox App 3.4 brings several long-awaited fixes alongside new capabilities for plugin developers. You can now hook into the remote IDE launch lifecycle, the Toolbox window behaves correctly in full-screen mode on macOS, and Windows users with non-ASCII usernames no longer need workarounds. The jetbrainsd service introduced in 3.3 also gets a round of reliability improvements.

Remote IDE lifecycle hooks

Toolbox App 3.4 introduces plugin API callbacks for the remote IDE launch lifecycle. If you’re building Toolbox plugins, you can now register hooks that fire when a remote IDE launch starts and when it completes.

What this enables:

  • Pre-launch preparation: Plugins can run custom logic before the IDE process starts – installing plugins, configuring memory settings, or running scripts in the remote IDE directory.
  • Post-launch callbacks: Plugins receive a notification when the IDE launch completes, enabling cleanup or follow-up actions.
  • Asynchronous work: Callbacks support suspending operations, so the launch waits for the plugin’s work to finish before proceeding.

macOS full-screen fix

On MacBooks with a notch, the Toolbox window used to disappear when you moved the cursor away from the menu bar and back. This is now fixed – the window stays open reliably in full-screen mode.

UTF-8 and non-ASCII username support on Windows

Windows users with non-ASCII characters in their usernames (e.g., accented letters or Cyrillic characters) can now install and use the Toolbox App without issues.

Remote development fixes

  • We resolved the file descriptor leak on Linux. The Toolbox App was leaking file descriptors to the ssh_outputs directory, accumulating thousands over time. In some cases, this caused the system tray icon to disappear after a few days.
  • Connections no longer hang with a spinning indicator when connecting to a remote machine.
  • TCP keepalive for OpenSSH connections has been enabled, improving stability for long-running remote sessions.

jetbrainsd service improvements

The jetbrainsd service introduced in 3.3 has received several reliability improvements in this release:

  • The daemon now exits automatically after a timeout when all client applications (Toolbox or IDEs) have disconnected.
  • Protocol handler registration no longer repeats on every startup.
  • The jetbrains:// protocol links now work correctly on Linux systems without a full desktop environment, such as WSL. Previously, xdg-open would fail with a Permission denied error.

Other improvements

  • IDEs now auto-restart correctly when updating to the latest version.

Let us know what you think of Toolbox App 3.4 – your feedback helps shape what comes next.

The JetBrains Toolbox App team

Read the whole story
alvinashcraft
27 seconds ago
reply
Pennsylvania, USA
Share this story
Delete

A Banner Year for Stamps: The 2026 Lineup

1 Share

What if you could hold a piece of the American story in the palm of your hand? In 2026, you can. This episode of Mailin’ It! takes you inside one of the most exciting stamp lineups in a generation—a collection that celebrates the vibrant, diverse, and ever-changing story of American life as the U.S. marks its 250th anniversary. From the Revolutionary heroes who founded the nation to the cultural icons like Muhammad Ali who redefined it, the 2026 stamp collection is a tribute to the American experience. Tune in to discover the history and artistry behind these powerful symbols and see how America’s story can be told, one stamp at a time.


Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.





Download audio: https://afp-920619-injected.calisto.simplecastaudio.com/f32cca5f-79ec-4392-8613-6b30c923629b/episodes/c654fb6d-ff6b-4f46-84fb-3665967364af/audio/128/default.mp3?aid=rss_feed&awCollectionId=f32cca5f-79ec-4392-8613-6b30c923629b&awEpisodeId=c654fb6d-ff6b-4f46-84fb-3665967364af&feed=bArttHdR
Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete

Humility in the Age of Agentic Coding

1 Share

What happens when an AI hater starts building with AI agents? In this episode, we talk with software engineer Steve Klabnik, known for his work on the Rust programming language, about his journey from criticizing AI to experimenting with it firsthand. We explore Steve’s programming language Rue, largely built with the help of AI tools like Claude, and discuss what this means for software engineering and the future of coding in an AI-driven world.

Featuring:

Links:

Upcoming Events: 





Download audio: https://media.transistor.fm/7e1ca2c8/3ade85d6.mp3
Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete

How do agents work together?

1 Share

The Shift, Agentic Edition connects the people building AI tools with those creating agents, so we can all level up together.

In this episode, members of the Microsoft Foundry team, Takuto, Shawn, Amanda and Victor explore a question from you, our community: How do agents work together?

Get the eBook: AI Apps and Agents | Microsoft Azure

https://aka.ms/AIAppsandAgents

Join our community: https://techcommunity.microsoft.com/

Get to know the team:

Takuto Higuchi, Product Strategy

https://www.linkedin.com/in/takuto-higuchi-626681135/

Shawn Henry, Principal Group Product Manager

https://www.linkedin.com/in/shawn-patrick-henry/

Amanda Foster, Product Manager, Microsoft Foundry Agent Service

https://www.linkedin.com/in/foster-amanda/

Victor Dibia, Principal RDSE at Microsoft Core AI

https://www.linkedin.com/in/dibiavictor/

The Shift podcast is a place for experts to share their insights and opinions. As students of the future of technology, Microsoft values inputs from a diverse set of voices. That said, the opinions and findings of our guests are their own and they may not necessarily reflect Microsoft's positions as a company.

This episode of The Shift was recorded in January 2026. All information about products and offers are relevant to the time of recording.





Download audio: https://content.rss.com/episodes/311843/2633581/leading-the-shift/2026_03_16_17_56_26_6e5c5263-848c-4d75-ae90-cee6ae706ff3.mp3
Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories