What Happened: AI Coding Demand Outran GitHub’s Plans
GitHub’s AI-driven capacity crunch is a rapid surge of AI-assisted coding and agentic workflows that overwhelmed the platform’s infrastructure forecasts, triggering outages and forcing Microsoft to add emergency capacity from Amazon Web Services while still migrating GitHub to Azure. AI coding tools and agents have made it easier—and faster—for developers and bots to commit more code, open more pull requests, and trigger more pipelines than legacy planning models expected. GitHub’s own leadership signaled the scale of the shift when Chief Operating Officer Kyle Daigle said commits were on pace to reach 14 billion in 2026, up from 1 billion in 2025. At the same time, GitHub has been rolling out features like Copilot-powered agents and agentic workflows, which multiply automated activity across repositories. The result is a platform that grew into its AI era faster than its infrastructure refit, contributing to a string of incidents and partial outages.

From Azure-First Vision to AWS Backup Plan
Microsoft originally planned to move GitHub fully onto its Azure cloud by 2027, with a long-term goal of retiring GitHub’s own data centers and consolidating operations. That roadmap assumed steady growth, not an AI shockwave. Once AI coding demand spiked, internal capacity expansions lagged behind traffic, and Microsoft quietly turned to Amazon Web Services to absorb overflow. Business Insider reported that Microsoft is adding extra GitHub computing capacity via AWS, while a Microsoft spokesperson framed it as GitHub tapping multiple cloud providers under a “multi-cloud” strategy. For a company that markets Azure as the home for serious AI workloads, sending GitHub traffic to a direct rival is notable. It shows that, in the short term, raw capacity and elasticity matter more than cloud purity. For developers, the headline is clear: AI coding demand was strong enough to bend even Microsoft’s cloud rivalry playbook.

Outages, Agentic Workflows, and Pressure on GitHub Actions
The GitHub infrastructure outage story is not hypothetical—it has already shown up in the platform’s status reports. In its May Availability Report, GitHub acknowledged nine incidents that degraded performance across core services. At the same time, Microsoft temporarily halted new Copilot subscriptions to limit AI costs and adjust pricing, signaling how intertwined AI usage and infrastructure strain have become. On the product side, GitHub has launched Agentic Workflows inside GitHub Actions, allowing AI agents to handle issue triage, pull request reviews, CI failure analysis, and repository maintenance. These agents run as Actions, inherit existing policies, and can now use the built-in GITHUB_TOKEN. Every agentic workflow is another automated GitHub Actions scaling event, generating commits, triggering CI, and updating docs without a human click. That agentic loop amplifies the workload on runners, databases, and Git services, especially when multiplied across large organizations with reusable workflows.
Structural Fixes, Azure Limits, and What Developers Should Expect
GitHub’s engineering leadership says they are making deeper changes, not just adding servers. SVP Jakub Oleksy noted that GitHub is isolating its primary database cluster by separating users, authentication, and authorization into distinct domains to prevent cascading failures. He also said GitHub is serving 40 percent of monolith traffic from Azure, with Git traffic at 30 percent and repository replication at 99 percent, and that effective capacity has more than doubled in four months. Yet Azure’s own reliability issues and the speed of AI growth mean these gains have not fully eliminated outages. For developers, this translates into a mixed near term: more AI features and agentic tooling, but occasional instability as GitHub and Microsoft juggle Azure expansion, AWS GitHub capacity, and structural redesigns. The long-term upside is a more isolated, multi-cloud platform, but the transition period will demand resilience in CI/CD and release planning.






