GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
← Back to feed

GitHub Is Breaking Under the Weight of AI Coding Agents — Mitchell Hashimoto Is Moving Out After 18 Years

Mitchell Hashimoto joined GitHub in February 2008. He was user number 1,299. He has visited GitHub almost every single day for over 18 years. He is leaving.

His project Ghostty is moving off GitHub after repeated infrastructure failures turned everyday maintenance into blocked reviews, stuck merges, and failed automation. The proximate cause is not a single outage. It is a structural change in what software development platforms are now asked to absorb.

The Load Shape Has Changed

AI coding agents do not work the way human developers work. A developer who once pushed a few careful changes per day can now push many AI-assisted iterations in the same span. Every iteration wakes CI pipelines. Every iteration triggers indexing, storage writes, review system events, and retry logic. The event volume per developer has compounded.

GitHub was architected for human pacing. The platform’s core infrastructure — its CI execution layer, its pull request review queues, its search indexing, its storage backend — was built around the assumption that code arrives at the speed humans can write and review it. That assumption no longer holds.

The bottleneck is no longer writing code. It is absorbing code.

What This Means for Developer Platforms

Hashimoto’s departure is a signal worth tracking. He is not a casual user frustrated by a bad week. He is one of GitHub’s oldest power users, the author of tools that tens of thousands of developers rely on, and someone who has stayed through every prior platform rough patch. The decision to move Ghostty reflects a considered judgment that GitHub’s infrastructure failures are structural, not incidental.

The immediate consequence for Hashimoto is losing integrations, automation, and community expectations built around GitHub-specific workflows. The cost of moving is real. The fact that he is paying it anyway is the data point.

The Wider Pattern

This is not an isolated complaint. The pattern — AI coding agents generating repository events far beyond human-authored baselines — is observable across every platform that hosts software projects at scale. Pull request counts are up. CI job counts are up. Review queue depths are up. Merge conflict rates are up.

GitHub has not publicly commented on its infrastructure capacity relative to AI-generated load. What is clear from operator-level reports is that the platform’s throughput ceiling is being tested in ways it was not two years ago.

Developer infrastructure is the next AI capacity problem after compute.