惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
T
The Blog of Author Tim Ferriss
量子位
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
小众软件
小众软件
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
美团技术团队
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security

The Register - Off-Prem: PaaS + IaaS

AWS lets agents drive its virtual cloudy desktops Trump threatens UK with ‘big tariff’ over digital tech tax UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial £2B Microsoft licensing claim gets go-ahead from UK tribunal One of Europe's sovereign cloud picks may not be so-sovereign after all Europe picks 4 sovereign cloud providers, but one has Google Networks not ready for the challenges of AI traffic UK told its Big Tech habit is now a national security risk Commvault has a Ctrl+Z for rogue AI agents Amazon rejects AWS climate disclosure proposal Microsoft cuts cloudy desktop prices by 20 percent Google taps Intel for another round of custom network chips Nutanix thinks some Azure cloud desktops belong on-prem AWS would prefer to forget March in UAE region AWS would prefer to forget March in UAE region CMA dithers as Microsoft's cloud meter runs on your dime Microsoft startup credits are the gift that keeps on billing SAP's grand cloud escape plan €2B short of the runway Alibaba Cloud hikes prices by up to 34%, blames hardware costs and AI demand Alibaba Cloud lifts prices, blames AI and hardware costs Founder finds Azure startup credits don't apply to Claude Lloyds Banking Group apps play mix-and-match with customer transactions Oracle outage knocks TikTok offline for some US users Oracle outage knocks TikTok offline for some US users Bank of England says it can run £431M settlement system without Accenture AWS says drones hit two of its datacenters in UAE, urges users to move resources to different regions AWS says drones hit two of its datacenters in UAE Salesforce CEO 'SaaSquatch' Benioff says his company will monster the SaaSpocalypse Salesforce CEO declared victory over flagging software sales Former Amazon UK boss set to chair CMA
Ex-Microsoft engineer blames Azure problems on talent exodus
Thomas Claburn Thomas Claburn · 2026-04-04 · via The Register - Off-Prem: PaaS + IaaS

PaaS + IaaS

Ex-Microsoft engineer believes Azure problems stem from talent exodus

The cloud service's woes reflect a crisis made worse by AI – under-investment in people

In 2024, federal cybersecurity evaluators reportedly dismissed Microsoft 365 Government Community Cloud High (GCC High) as garbage, although they used a more colorful term. To understand why, it helps to consider the history of the underlying Azure infrastructure.

Axel Rietschin, who worked as an engineer on Azure Core Compute for a year and as a Windows Base Kernel engineer for eight years before that, has now written a less dismissive but more damning history of his experience with the Microsoft cloud service.

In a series of six essays (so far), he recounts how Microsoft rushed Azure to market in 2008 to compete with Amazon Web Services and squandered opportunities for stability while failing to support staff.

"Azure never operated as smoothly or independently as promised," Rietschin wrote. "What Microsoft presented to the world, and to its most demanding customers, was a sophisticated system perpetually on life support.

"This foundational fragility, rooted in rushed decisions and wishful thinking about how fast the platform could grow and stabilize, led to small but ongoing disruptions. Over time, those disruptions built up."

Rietschin argues that Microsoft's rushed launch of Azure, the "post-launch talent exodus," the lack of software quality and testing discipline, the lack of architectural vision, and persistently poor execution have left the cloud service fighting fires ever since.

The flames are only occasionally visible on the outside – for instance, in ProPublica's report detailing the government's dissatisfaction with Azure services, and in OpenAI's $11.9 billion compute deal with CoreWeave on March 10, 2025, which Rietschin points to as a vote of no confidence in Azure.

"One can reasonably infer that Microsoft struggled to meet OpenAI's demanding requirements on time and at scale," he wrote, and pointed to the layoff of around 15,000 people Microsoft carried out during the May-July 2025 period. 

Rietschin recounts a variety of problems in his tale of Azure, but believes a lot of these could be avoided by focusing on people instead of cutting them.

He told The Register in an email that Microsoft executives should "focus on bringing back senior technical leaders to improve dev training at all levels. Investing in people through mentoring and coaching by long-term Microsoft software engineers would have the broadest long-term impact. I think their most significant challenge was knowledge dilution caused by high attrition."

Recent enthusiasm for AI has convinced many companies that they can make do with fewer people, Microsoft among them. Yet AI adoption has only underscored the consequences of running code without enough people paying attention.

Martin Alderson, co-founder of catchmetrics.io, has been writing about the consequences of the AI frenzy and warning about the "coming compute crunch."

Alderson told The Register, "It's clear that AI is not only sucking up huge amounts of compute for training and inference, but there are major second-order effects. With coding agents being able to output tens of thousands of lines of code, we're also seeing a massive spike in demand for compute on CI/CD workflows to test and deploy this code – which often now itself runs a coding agent to do quality and security reviews. And this new code needs to be deployed somewhere – with big increases in demand for application and database servers to serve it."

He pointed to the website Claude's Code, which shows a 4x increase in commits authored by Anthropic's AI agent in the past three months. "My strong guess is that private ones will be even higher, given the amount of vibe coded stuff that people probably don't want to share with the world on quality grounds," he said.

This surge of commits and the related demand on computing infrastructure appears to be overwhelming Microsoft's GitHub, which by unofficial accounts has seen its uptime dip below 90 percent. When GitHub addressed these issues last month, it cited a transition to Azure as a possible solution.

"As of today, 12.5 percent of all GitHub traffic is served from our Azure Central US region, and we are on track to serving 50 percent of all GitHub traffic by July," said GitHub CTO Vlad Fedorov in a blog post. "Longer term, this enables simplification of our infrastructure architecture and more global resiliency by adopting managed services."

Among those discussing such matters online, some speculate (without evidence) that Azure itself may be contributing to the instability.

Rietschin said he's not sure whether GitHub's woes can be tied to Azure.

"I don't know," he said. "What is known (from public announcements) is that GitHub servers were moving or moved to Azure, so it's a possibility, but it's unclear if that move was completed yet or not."

Microsoft did not immediately respond to a request for comment.

It's not obvious, Rietschin said, how the rush toward AI will end. But he continues to see value in human software developers.

"LLMs are very good at reproducing patterns, so they help mostly when recreating variations of software that has been seen many times in the training set and where significant portions of the code can therefore be inferred," he said. "They also help find bugs, not by 'understanding' but by observing deviations from their probabilistic expectations, again based on learned patterns. There is much sensationalism. I don't have much optimism in the so-called replacement of software engineers by AI."

Indeed, it appears that the tech industry's under-investment in people – its willingness to discard them – is being made worse by over-investment in AI. With more and more code being created, committed, and run on cloud services, we need more and more people checking the work and keeping the infrastructure up and running. ®