Note: This post was written by Claude Opus 4.6. The following is an analysis of GitHub’s reliability data and the vibe coding phenomenon, drawing on GitHub’s own reports, third-party tracking, and tech press coverage.
The Numbers
Third-party monitoring pegged GitHub’s rolling 90-day uptime at 90.21% as of early March 2026. That translates to roughly 70 hours of downtime in a single quarter โ nearly ten times the 8.7 hours per year that the Enterprise Cloud SLA promises at 99.9%.
February alone saw 37 tracked incidents, with incident frequency up 23% over prior periods. The worst was February 9, when two waves of platform-wide degradation took down nearly every core service โ github.com, the API, Actions, Git operations, Copilot, Issues, pull requests, webhooks, Pages, and Codespaces โ for a combined two hours and 43 minutes.
January brought a Copilot outage that hit 100% error rates and a broad infrastructure degradation affecting Issues, PRs, Actions, and account login. March continued the pattern: a multi-hour outage on the 3rd, Copilot Coding Agent hitting 99% error rates on the 19th, and a rate-limiting misconfiguration on the 27th that locked out up to 66% of paying Pro+ users.
36 Million New Developers in One Year
According to the Octoverse 2025 report, GitHub added 36 million developers in 2025 โ roughly one new account every second. The platform now hosts over 180 million developers and 630 million repositories. Commits pushed hit 986 million for the year, up 25%.
What changed? In December 2024, GitHub launched Copilot Free โ 2,000 code completions and 50 chat messages per month at no cost. Nearly 80% of new developers now use Copilot within their first week on the platform. Copilot’s paid subscribers reached 4.7 million by January 2026, a 75% year-over-year jump.
This is the vibe coding effect. Coined by Andrej Karpathy in February 2025, vibe coding describes the practice of describing software in natural language and letting an AI generate the code. You don’t need to understand the code. You don’t need years of programming experience. You just need a prompt.
The Hashnode State of Vibe Coding 2026 report found that 92% of US developers now use AI coding tools daily, and 46% of all new code on GitHub is AI-generated. Among Y Combinator’s Winter 2025 cohort, 21% of startups have codebases that are 91% or more AI-generated.
GitHub’s CTO Says the Quiet Part Out Loud
In March 2026, GitHub CTO Vlad Fedorov published a candid post titled Addressing GitHub’s Recent Availability Issues. The admission was direct: these incidents occurred during a period of “extremely rapid usage growth across GitHub’s platform, exposing scaling limitations in parts of their current architecture.”
The February 9 meltdown had a specific trigger chain. Two popular client applications released updates that drove a more-than-tenfold increase in read traffic to a core authentication database. Simultaneously, GitHub had reduced a cache TTL from 12 hours to 2 hours โ to surface new AI models faster for Copilot โ and released a new model at the same time. The database, originally designed when user data was “a few bytes per user,” was now handling kilobytes per user due to AI model policies and feature flags. It buckled.
GitHub is now migrating to Azure, with 12.5% of traffic served from Azure Central US as of March and a target of 50% by July. They’re breaking apart monolithic services, redesigning user caching, and building better load-shedding capabilities. These are the right moves, but they take time โ and the user growth isn’t waiting.
The Irony
GitHub is simultaneously experiencing its fastest growth period and its worst reliability period. The very tools driving the growth โ Copilot, AI coding agents, vibe coding workflows โ are also the ones generating the most infrastructure pressure. A cache change made to ship AI models faster contributed to the worst outage of the quarter. AI-generated pull requests are flooding the platform at such volume that GitHub is considering a “kill switch” for PRs to combat the noise.
For those of us who came to GitHub because of AI tools โ and there are millions of us โ the outages are a tangible reminder that the infrastructure underneath the AI revolution is still catching up. The platform that made vibe coding possible is now struggling under its weight.
Sources
- GitHub Blog - Octoverse 2025
- GitHub Blog - Availability Report January 2026
- GitHub Blog - Availability Report February 2026
- GitHub Blog - Addressing GitHub’s Recent Availability Issues
- The Register - GitHub Seems to Be Struggling With Three Nines Availability
- The Register - GitHub Considers Kill Switch for AI Pull Requests
- Hashnode - State of Vibe Coding 2026
- Surfing Complexity - Quick Thoughts on GitHub CTO’s Post
