What Happened: AI Demand Outran GitHub’s Own Infrastructure
GitHub’s recent dependence on Amazon Web Services is a case where AI-driven coding demand grew so fast that a major developer platform outstripped its owner’s cloud infrastructure forecasts, exposing new limits in AI capacity planning and cross-cloud strategy. Microsoft bought GitHub in 2018 and planned to move it fully onto Azure by 2027, while GitHub historically ran its own data centers. That migration timeline collided with an explosion in AI-assisted coding. AI coding tools made it easier and faster to generate code, sending GitHub activity soaring. According to reporting on GitHub COO Kyle Daigle’s figures, commits are on track to jump from 1 billion in 2025 to 14 billion in 2026, a scale change that broke earlier forecasts. With outages mounting and Azure capacity not yet in place, Microsoft quietly turned to its biggest rival for extra compute.

Agentic AI and the New Shape of GitHub Workloads
The pressure on GitHub infrastructure is not only about more users; it is about a different kind of workload. Early AI coding tools focused on autocomplete-style suggestions, which produce short, bounded bursts of compute. Now, GitHub is moving toward agentic development, where AI agents read repositories, plan tasks, edit code, run tests, and open pull requests. Those long-running, multi-step sessions multiply compute, storage, and networking needs. GitHub has integrated agents from Anthropic’s Claude and OpenAI’s Codex into GitHub, GitHub Mobile, and Visual Studio Code through Agent HQ for Copilot Pro Plus and Enterprise users. Each agent session can touch many files and services rather than a single line of code. This shift turns GitHub from a passive code host into an active execution surface for AI, making traffic patterns harder to predict and standard GitHub infrastructure scaling models less reliable.
Reliability Strain and the Limits of Single-Cloud Planning
The result of this AI wave has been visible reliability problems. Business Insider reported that GitHub has suffered dozens of major outages in 2026, and GitHub’s own May availability update logged nine incidents that degraded performance across services. For developers, every incident freezes repositories, pull requests, CI pipelines, code reviews, and AI agents behind the same chokepoint. HashiCorp cofounder Mitchell Hashimoto warned in April that GitHub was “no longer a place for serious work if it just blocks you out for hours per day, every day.” These failures show that traditional capacity plans, tied to human coding patterns and a single primary cloud, can break under AI-driven spikes. Microsoft had been accelerating the migration to Azure, but the speed of AI adoption outpaced that roadmap, creating a gap between planned capacity and real-world demand that only extra external cloud infrastructure could fill.
Why Microsoft Needed AWS and What It Signals
Microsoft’s decision to add AWS capacity for GitHub is awkward in the context of cloud competition but straightforward operationally. A Microsoft spokesperson said the spike in agentic development “has tested our infrastructure’s limits” and confirmed that GitHub is tapping multiple cloud providers to secure future capacity, elasticity, and horizontal scale. In other words, Azure alone could not absorb the near-term load without risking more outages, and the company chose reliability over keeping GitHub purely in-house. Microsoft is not alone: SpaceX and Google signed a deal where Google will pay SpaceX USD 920 million (approx. RM4,232 million) a month for AI compute, while Google Cloud is also selling AI capacity to Anthropic. These arrangements suggest a future where even the largest providers rely on each other when AI-driven demand outgrows their own cloud infrastructure overflow buffers.
Implications for Developer Platforms and AI Capacity Planning
For developer platform operators, the GitHub–AWS Microsoft partnership is a warning about how AI changes scaling math. AI agents compress years of human work into hours, turning steady growth curves into cliffs. Forecasting based on past commit volumes or traditional user metrics becomes unreliable when a single team can spin up fleets of coding agents. That forces new approaches to GitHub infrastructure scaling and AI capacity planning: multi-cloud architectures for overflow, more granular throttling, better observability into AI workloads, and pricing models that connect usage to cost. GitHub’s shift to usage-based billing for Copilot, measured as GitHub AI Credits tied to token consumption, mirrors the same pressure. As flat-fee AI plans give way to metered models and cross-cloud capacity, developer platforms will need to balance reliability, cost control, and openness, while avoiding outages that push users toward competitors like Cursor or Claude Code.






