GitHub has quietly suspended new individual subscriptions for Pro, Pro+, and Student plans around April 19 2026. On the surface, it looks like a simple capacity decision. In reality, it exposes a deeper shift in how modern developer tools are being used and stressed. The root cause is not just growth. It is behavior. Agentic workflows, where developers rely on AI to iteratively generate, test, and refine code, are consuming far more compute than traditional usage patterns ever did. What used to be a few API calls is now continuous interaction with high end models, often running in loops. That kind of demand compounds fast. This pressure is not isolated to GitHub. It ties directly into broader infrastructure constraints, especially on Microsoft Azure, where a large portion of this compute is provisioned. When capacity tightens at that level, product decisions upstream start to change quickly. New users cannot subscribe to higher tier plans for now. Free trials were already paused due to abuse. Usage limits are becoming stricter, with token based throttling and session caps becoming more visible to end users. We are entering a phase where demand for AI assisted development is outpacing the supply of compute needed to support it. That gap forces trade offs. Limits, pricing shifts, and access controls are not edge cases anymore. They are becoming the norm. If you rely heavily on these tools, it is time to think a step ahead. Assume constraints will tighten, not loosen, and plan your workflows accordingly. #GitHub #AI #DeveloperTools #SoftwareEngineering #CloudComputing #Azure #AIDevelopment #DevOps #TechNews #GenerativeAI #LLMs #BuildInPublic #Productivity #Coding #FutureOfWork #ScalableSystems #Engineering
GitHub Suspends New Subscriptions Amid AI-Driven Compute Overload
More Relevant Posts
-
GitHub was designed for humans. AI agents are breaking it. I ran a batch of 40 AI coding agents against a single GitHub repo last week. Within 90 seconds: rate-limited, merge conflicts on every branch, and three token revocations. The architecture assumes a human opens a PR, waits, reviews, merges. Agents don't wait. Cloudflare just shipped a Git platform built for this exact problem. 𝗧𝗛𝗘 𝗕𝗢𝗧𝗧𝗟𝗘𝗡𝗘𝗖𝗞: GitHub's API rate limits and merge queue assume sequential human workflows — agents operate in parallel at machine speed 𝗧𝗛𝗘 𝗦𝗛𝗜𝗙𝗧: Cloudflare's platform treats concurrent writes, branch isolation, and agent-scoped auth as first-class primitives, not afterthoughts 𝗧𝗛𝗘 𝗦𝗜𝗚𝗡𝗔𝗟: Every major cloud provider is building agent-native infra — the tools we built for human developers don't scale to autonomous ones 𝗧𝗛𝗘 𝗤𝗨𝗘𝗦𝗧𝗜𝗢𝗡: How long before your CI/CD pipeline has more agent committers than human ones? If you're running AI coding agents at any scale, the GitHub bottleneck is real. This isn't about replacing GitHub for human workflows — it's about recognizing that agent workflows need purpose-built infrastructure. Anyone else hitting GitHub's walls with agent workloads? Curious what workarounds you've found. Full code + walkthrough → cloudedventures.com #AIAgents #DevOps #CloudEngineering #GitHub #Cloudflare
To view or add a comment, sign in
-
GitHub is not the platform we fell in love with anymore. From developer-first to revenue-first: what happened to GitHub? When Microsoft acquired GitHub for $7.5B in 2018, Satya Nadella promised: "developer freedom, openness and innovation." In 2026, that promise is dust. Here's what has actually happened — all verified: ━━━━━━━━━━━━━━━━━━━ THE END OF INDEPENDENCE In August 2025, longtime CEO Thomas Dohmke left. GitHub was absorbed into Microsoft's "CoreAI" division. It's no longer a neutral, developer-first platform. It's just another Microsoft product. ━━━━━━━━━━━━━━━━━━━ YOUR CODE IS TRAINING THEIR AI — BY DEFAULT As of April 24, 2026, GitHub quietly updated its privacy policy. Your Copilot interaction data — inputs, outputs, code snippets, and context — is now being used to train Microsoft's AI models. Opt-out? Yes. Opt-in? No. Paying customers having their data harvested by default, without explicit consent. Not what developers signed up for. ━━━━━━━━━━━━━━━━━━━ STRIPPING THE BEST AI MODELS — MID-SUBSCRIPTION This one hit hard — and it just happened yesterday. GitHub officially announced: → Anthropic Claude Opus 4.5 & 4.6 removed from Copilot Pro → Claude Opus 4.5 & 4.6 ALSO being removed from Copilot Pro+ → Even Opus 4.7 on Pro+ is throttled — locked to medium reasoning effort only Developers who were mid-conversation with Opus 4.5 watched the model vanish. GitHub community threads are flooded with outrage. One user said it best: "This is as anti-consumer as you can possibly get within the span of a few weeks." Another: "THAT'S ROBBERY." ━━━━━━━━━━━━━━━━━━━ STUDENTS GOT IT WORSE ━━━━━━━━━━━━━━━━━━━ On March 12, 2026, GitHub stripped Claude Opus, Claude Sonnet, and GPT-5.4 from the Student plan — models that nearly 2 million students relied on to learn and build real projects. GitHub's response? "We're doing this to keep Copilot free for millions of students." A student's real-world experience: one Auto mode message consumed 2.4% of their monthly quota. The same task with Opus 4.6 used to take 0.3%. ━━━━━━━━━━━━━━━━━━━ FREE TRIALS? GONE. ━━━━━━━━━━━━━━━━━━━ As of April 10, 2026, GitHub paused ALL Copilot Pro free trials — including existing ones. New developers can no longer even try before paying. The pattern is clear: ❌ Remove the CEO who protected developer culture ❌ Absorb GitHub into the Microsoft AI machine ❌ Default opt-in for data harvesting ❌ Kill free trials ❌ Strip top models from paying subscribers ❌ Cap reasoning depth even on the models that remain This isn't product evolution. This is enshittification — the systematic replacement of user value with corporate extraction. Satya Nadella promised "developer freedom." What we got instead was a $7.5 billion experiment in how fast you can erode trust once you've captured a market. Developers are already moving. To Claude Code. To Cursor. To GitLab. The question isn't IF GitHub will lose its community. It's how long Microsoft thinks it can delay the inevitable.
To view or add a comment, sign in
-
-
As some of you have suspected (Boris Cherkasky gets the credit in my feed) — GitHub's recent availability struggles are a direct consequence of AI coding tools using it as infrastructure at massive scale. And this raises some genuinely interesting questions, both on the product/business side and the engineering side. GitHub's COO wrote "we can't just scale horizontally and vertically" (https://lnkd.in/dbXJehWs) — and that's true in a deep way. Even a system built for scaling eventually hits new bottlenecks. You can add more workers, but the queue that feeds them has its own throughput ceiling. The small service that checks permissions before a GH Action runs, the one that watches for abuse, the one that validates... — each of them needs to grow, and each at a different rate. That's a genuinely complex and fascinating engineering problem (and I'd love to read a proper writeup on how they're tackling it). But there's a second problem — a business one. How do you price the services to cover the costs for an infrastructure that's growing at this rate? Usage patterns are shifting dramatically (of course I don't have data on how). It might be the ratio of paying to free users, or the amount of code per average seat, or the number of Actions triggered (more repos = more pipelines, more commits == more pipleines). If the story is "a huge volume of small free users," the answer is probably one thing — I'd guess tightening the free tier. But if the story is that usage *patterns* themselves have fundamentally changed (which is my suspicion), then the answer has to be more nuanced and might be painful for long time users and organizations. I genuinely hope GitHub figures out the engineering side first — running more for less — before they're forced to solve it on the business side, which means charging all of us more. The AI coding wave is real (for now at least, while the VC money that powers it doesn't run up). The infrastructure stress it creates is real. The answers? less clear currently. it's not SaaSpocalypse but the changing usage patterns would enforce change and adaptions
To view or add a comment, sign in
-
Agentic flows and coding agents are killing The $20 AI Dream, make it less affordable for you and me, this time on GitHub!! GitHub just hit the "Emergency Brake." New sign-ups for Copilot are officially paused, and existing users are starting to see those dreaded "Capacity Reached" warnings in their IDEs. This isn't just a minor server hiccup; it’s a fundamental shift in the economics of AI. We’ve moved from simple "autocomplete" to complex AI agents that can run for hours, refactoring entire codebases and running tests autonomously. The problem? Those agents eat compute for breakfast, and the $20-a-month subscription model can no longer foot the bill. Microsoft-backed or not, even GitHub has a ceiling. For engineering leaders, this is a massive signal. If your team’s velocity is tied exclusively to one proprietary tool, you aren't just "innovating"—you’re leaning on a fragile dependency. We’re seeing the birth of "Compute Rationing." GitHub is now enforcing strict weekly token limits and throttling heavy users to keep the lights on. It’s a stark reminder that cloud-based AI is a finite utility, not a bottomless pit of magic. If you haven't started looking into local LLM fallbacks or model-agnostic setups, now is the time. Relying on a single "black box" for your team's productivity is a risk that just became very real. #GitHub #SoftwareEngineering #GenerativeAI #EngineeringManagement #TechStrategy #CloudComputing
To view or add a comment, sign in
-
-
I've been building enterprise software for 30+ years. I've seen platforms rise and fall. And what's happening at GitHub right now should concern every engineering leader. Eight major outages in two months. Uptime below 90% at one point in 2025. The Azure migration creating more problems than it solves. Microsoft cutting 15,000 people while the institutional knowledge to run complex distributed systems walks out the door. Developers on Hacker News aren't just venting — they're planning migrations. The Zig project already left for Codeberg. When the platform with the strongest network effects in software starts losing developer trust, that's a structural shift. But the deeper question nobody's asking: in a world where AI writes, tests, reviews, and deploys code — do we even need to store it anymore? AI-generated code is disposable by nature. You wouldn't archive every ChatGPT response. Why are we treating AI-generated commits differently? I wrote a (deliberately entertaining) piece exploring all of this — including why Microsoft FrontPage from the early 2000s might be the spiritual ancestor of GitHub's future. Substack link in comments. #GitHub #CTO #SoftwareArchitecture #AI #DevOps #EngineeringLeadership #Microsoft
To view or add a comment, sign in
-
-
exactly this. agent scale is a whole new thing. this is like the early days of the web, when we started crushing back ends with self-service transactions. agent business is the new ebusiness, and our backends are going to need to be rebuilt and rearchitected to accomodate that change. the next 100x is coming.
GitHub going down is not the story. The reason it went down is. My read: this is a demand signal dressed up as an infrastructure failure. AI agents are reviewing pull requests, writing code, merging changes, and running workflows at a rate no developer platform was designed for. Nobody got a six-month warning that this traffic was coming. It just arrived. This is what the AI transition looks like at the infrastructure layer. A step function. We're seeing the same pattern at Render. This morning, I was in a Slack channel with a company that sells AI agents to other businesses. They keep hitting our API rate limits. Their agents are doing a genuinely unprecedented volume of work. We raise the limits. Then we raise them again. And the message keeps coming back in very direct terms: give us more compute. Infrastructure built for human-paced usage is colliding with AI-paced usage. The next bottleneck is agent growth. Every company running critical systems will face some version of this. The ones that adapt will be fine. The rest will spend the next two years explaining their status page.
To view or add a comment, sign in
-
mapping end to end processes and thinking about what your new pressure points will be what we need to get good at, and quick! tools like value stream mapping can be super helpful here.
GitHub going down is not the story. The reason it went down is. My read: this is a demand signal dressed up as an infrastructure failure. AI agents are reviewing pull requests, writing code, merging changes, and running workflows at a rate no developer platform was designed for. Nobody got a six-month warning that this traffic was coming. It just arrived. This is what the AI transition looks like at the infrastructure layer. A step function. We're seeing the same pattern at Render. This morning, I was in a Slack channel with a company that sells AI agents to other businesses. They keep hitting our API rate limits. Their agents are doing a genuinely unprecedented volume of work. We raise the limits. Then we raise them again. And the message keeps coming back in very direct terms: give us more compute. Infrastructure built for human-paced usage is colliding with AI-paced usage. The next bottleneck is agent growth. Every company running critical systems will face some version of this. The ones that adapt will be fine. The rest will spend the next two years explaining their status page.
To view or add a comment, sign in
-
The backend load explosion with agents reminds me of what happened to banks with the shift to mobile banking. A technology unlocked a behavioral shift (dopamine powered), which increased demand on services by 10-40x factor. My talk track back then was something like this: "Once upon a time, you got into your horse and buggy and brought your paycheck to the local bank to deposit, maybe twice a month. At some point you got direct deposit and the bank built a website, so you checked it there instead. Then you got a phone and for some reason banks are seeing people check their accounts on payday 40 times to see if the check has cleared." True story. And as James said, it required a massive, multi-year rebuild/re-architecture to accomodate. That was just dopamine-fueled curiosity and a device that let us do something on the train or standing in line because we got bored after 7 seconds. This is going to be so much bigger.
GitHub going down is not the story. The reason it went down is. My read: this is a demand signal dressed up as an infrastructure failure. AI agents are reviewing pull requests, writing code, merging changes, and running workflows at a rate no developer platform was designed for. Nobody got a six-month warning that this traffic was coming. It just arrived. This is what the AI transition looks like at the infrastructure layer. A step function. We're seeing the same pattern at Render. This morning, I was in a Slack channel with a company that sells AI agents to other businesses. They keep hitting our API rate limits. Their agents are doing a genuinely unprecedented volume of work. We raise the limits. Then we raise them again. And the message keeps coming back in very direct terms: give us more compute. Infrastructure built for human-paced usage is colliding with AI-paced usage. The next bottleneck is agent growth. Every company running critical systems will face some version of this. The ones that adapt will be fine. The rest will spend the next two years explaining their status page.
To view or add a comment, sign in
-
Great post from Anurag. It's like whacamole. AI agents unlock productivity... which bursts through the damn and floods the valley below (github, render, and soon more!).
GitHub going down is not the story. The reason it went down is. My read: this is a demand signal dressed up as an infrastructure failure. AI agents are reviewing pull requests, writing code, merging changes, and running workflows at a rate no developer platform was designed for. Nobody got a six-month warning that this traffic was coming. It just arrived. This is what the AI transition looks like at the infrastructure layer. A step function. We're seeing the same pattern at Render. This morning, I was in a Slack channel with a company that sells AI agents to other businesses. They keep hitting our API rate limits. Their agents are doing a genuinely unprecedented volume of work. We raise the limits. Then we raise them again. And the message keeps coming back in very direct terms: give us more compute. Infrastructure built for human-paced usage is colliding with AI-paced usage. The next bottleneck is agent growth. Every company running critical systems will face some version of this. The ones that adapt will be fine. The rest will spend the next two years explaining their status page.
To view or add a comment, sign in
-
GitHub Copilot is getting greedy when we needed it the most. Are we seeing the end of flat-rate AI? 🛑 If you have been trying to sign up for GitHub Copilot Pro or Pro+ this week, you probably noticed the “Unavailable” badge. It’s not a glitch. GitHub has officially suspended all new individual subscriptions. And the reasons why are exposing a massive crack in the AI infrastructure world. Here is what’s happening behind the scenes and why it matters to every developer: GitHub admits that “agentic workflows” have completely broken the economics of their service. Developers aren't just asking for simple auto-completions anymore. We are spinning up parallel, long-running agents that churn through massive contexts. According to GitHub’s VP of Product, a handful of these requests can now incur infrastructure costs that exceed a user's entire monthly subscription fee. To stop the bleeding, GitHub is enforcing aggressive new bottlenecks on existing users. They have introduced tight session and weekly token limits. This is separate from your "premium requests" allowance. You could have hundreds of requests left, but if your token usage hits the weekly cap (which can happen rapidly when pasting large logs or using agent modes), you will be locked out and receive a user_weekly_rate_limited error. The Shift to Token Billing 💰 The days of unlimited AI assistance for $10/month are ending. Leaked internal documents suggest Microsoft is preparing to move all Copilot subscribers to strict "token-based billing" as early as June 2026. Instead of flat rates, you'll likely pay a base subscription ($19 or $39) and receive a pooled allotment of tokens to spend. They are also removing access to the most powerful (and expensive) models. Anthropic's Claude Opus 4.5 and 4.6 are reportedly being stripped from the Pro+ subscriptions entirely. When we need these tools the most—to handle complex, agent-driven development—the providers are slamming the brakes because they underestimated the compute costs. #GitHubCopilot #SoftwareEngineering #TechNews #ArtificialIntelligence #Coding #DeveloperTools #Microsoft
To view or add a comment, sign in
-
More from this author
Explore related topics
- How to Boost Developer Efficiency with AI Tools
- How Developers can Adapt to AI Changes
- How AI Agents Are Changing Software Development
- How to Boost Productivity With AI Coding Assistants
- How to Boost Productivity With Developer Agents
- How to Drive Hypergrowth With AI-Powered Developer Tools
- Future Trends in Software Engineering with Generative AI
- How to Overcome AI-Driven Coding Challenges
- How to Use AI Agents to Streamline Digital Workflows
- How AI Can Reduce Developer Workload
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development