Git is unprepared for the AI coding tsunami
GitHub, the dominant platform built on Git, is struggling to handle the surge of AI-generated code and pull requests, leading to performance issues and user dissatisfaction. While Git itself remains robust, its surrounding infrastructure is seen as ill-equipped for the continuous, agent-driven workflows of modern development. Experts suggest that Git needs to evolve into a more seamless, continuous system to support the future of automated software development.
- ▪Mitchell Hashimoto, co-founder of HashiCorp, moved his open source project from GitHub due to frequent service disruptions and slow pull requests.
- ▪GitHub experienced a 206 percent year-over-year increase in AI-generated projects in 2025, primarily measured by the use of Bash shell scripts.
- ▪AI-generated code results in 10.83 issues per pull request on average, compared to 6.45 for human-written code, according to research from GitClear.
- ▪Peco Karayanev of Autoptic argues that Git needs to operate in a more continuous mode to accommodate agent-driven development workflows.
- ▪GitButler, a new Git client designed to improve usability, recently raised $17 million to help modernize Git for current development practices.
Opening excerpt (first ~120 words) tap to expand
(function() { let windowUrl = window.location.href; windowUrl = windowUrl.substring(windowUrl.indexOf('?') + 1); let messageElement = document.querySelector('.shareableMessage'); if (windowUrl && windowUrl.includes('code') && windowUrl.includes('expires')) { messageElement.style.display = 'block'; } })(); DevOps Git is unprepared for the AI coding tsunami An influx of agents is pushing GitHub to the brink Joab Jackson Joab Jackson Published fri 15 May 2026 // 21:15 UTC Last month, Mitchell Hashimoto, HashiCorp co-founder, publicly declared that he was moving his popular open source Ghostty terminal emulator project from GitHub.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at theregister.