{
  "id": 4203037,
  "title": "Commits on GitHub have doubled in four months. Verification capacity has not.",
  "url": "https://urgent.news/2026/08/29/commits-on-github-have-doubled-in-four-months-verification-capacity",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-29T14:00:00.000Z",
  "source": {
    "name": "The New Stack",
    "slug": "the-new-stack",
    "url": "https://thenewstack.io/scaling-ai-code-verification/"
  },
  "original_language": "en",
  "account": "GitHub has seen a doubling of commits over the past four months, with the volume now at 2.9 billion per month. This growth broke the platform, leading to a 7-hour and 47-minute outage on August 17 after a core infrastructure component failed to scale with the increased traffic. To address the issue, GitHub increased its computing resources by over 3 million CPU cores, 120 petabytes of high-speed storage, and migrated to Azure, which now serves 58% of the platform's load.\n\nThe critical issue, however, is not just capacity but verification. Every commit carries an implicit claim that the change works, but most of the systems involved in producing, transporting, and merging the code did not check that claim against a running system. Verification, the process of proving a change does what was intended without breaking what already worked, is still human-paced, and its capacity curve is close to flat. This gap between the rapid code generation and slow verification is the defining infrastructure problem for the next three years.\n\nAI-generated code has become machine-paced, and its volume is growing exponentially. Verification, on the other hand, has not kept pace, and thus, the distance between these two curves represents a significant infrastructure problem. The commit curve, which is now public, is a proxy for the development activity of thousands of engineering teams. The surge in commit volume is not due to the growth of the developer population, but rather the emergence of agent-generated code.\n\nWhile GitHub's problem is primarily capacity-related, the internal issue for organizations is confidence. The verification process, which is crucial for ensuring the correctness of changes, has not kept up with the pace of code generation. Verification was designed for the human pace of development, and the rise of agents has overwhelmed its capacity. The two curves that previously tracked each other have now diverged, and the gap between them is filled with unverified merges.\n\nTeams are responding to this widening gap in various ways. Some are trying to speed up the review process using AI code review tools, which can catch real defects in diffs but cannot guarantee the behavior of the change against its dependencies. Others are throttling the agents to limit the amount of generated work. However, these coping strategies are not sufficient, as the bottleneck lies in the verification process, which has not evolved to keep pace with the rapid generation of code.",
  "summary": "I have been waiting for agent-generated code to show up in public infrastructure data rather than in vendor benchmarks. In The post Commits on GitHub have doubled in four months. Verification capacity has not. appeared first on The New Stack .",
  "key_points": [
    "GitHub commits doubled in four months to 2.9 billion per month",
    "Verification capacity flat, unable to keep up with commit surge",
    "AI-generated code accelerating development, verification lagging behind"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}