Microsoft’s AI CEO, Mustafa Suleyman, has shared his opinion after recent pushback from users online that are becoming frustrated with Copilot and AI on Windows. In a post on X, Suleyman says he’s mind blown by the fact that people are unimpressed with the ability to talk fluently with an AI computer.
His post comes after Windows president Pavan Davuluri was recently met with major backlash from users online for posting about Windows evolving into an agentic OS. His post was so negatively received that he was forced to turn off replies, though Davuluri did later respond to reassure customers that the company was aware of the feedback.


as amazing as snake was as a toy on phones, it still doesn’t make sense to put a copy of snake in outlook. Or notepad, or paint, or office, or as an always available widget in the task bar
^ This.
It’s a neat, under-construction tool.
A. Tool. An ‘agent’ to do niche things is neat.
…But I don’t need a chatbot on my fucking toaster.
Even as a tool it lacks predictability / reproducability. If I give instructions to download a paint program, start a new canvas of 1920x1080 and use the gradient tool to go from red to green, you’re going to get the same result every time. If I instead told a class of students to ask an AI to generate a red to green gradient on a 1920x1080 canvas, the results would not be consistent.
I use AI, but it is a tool with flaws.
If you use the same seed on the same model with the same weights you get the same results.
That’s not the predictability we want. If I write a calculator that adds the output of rand() to any result, it will also be repeatable with the same seed on the same machine. It will be non-functional as a calculator though.