تطوير البرمجيات 16 Jun 2026 · 6 min read

Octoverse 2025: The Explosion of AI Repositories to 4.3 Million

GitHub's Octoverse 2025 report revealed AI repositories doubling to 4.3 million, TypeScript rising to the top, 36 million developers joining, plus quality and security challenges.

Octoverse 2025: The Explosion of AI Repositories to 4.3 Million

Every year, GitHub's Octoverse report offers a comprehensive snapshot of the state of software development worldwide, but the 2025 edition carried an unmistakable signal: AI is no longer a feature added to projects, but is reshaping the entire platform. Among all the numbers, one stands out that sums up the shift: the number of AI-related repositories nearly doubled since 2023, reaching 4.3 million. The report draws on data from September 2024 to August 2025, across more than 180 million developers and 630 million repositories.

Numbers Revealing the Scale of the Explosion

It does not stop at the number of repositories. The number of public repositories importing a large language model SDK exceeded 1.1 million, with 178% year-over-year growth, meaning AI infrastructure is being built at an accelerating pace, not just surface-level apps. The number of monthly contributors to generative AI projects also jumped from 68,000 in early 2024 to 200,000 by August 2025.

Most notably, six of the top ten fastest-growing projects on GitHub are now centered on AI. AI projects grow by an average of 150% in contributor count, about three times the rate of a typical open-source project. Even Jupyter notebooks, the preferred tool for machine-learning experimentation, grew 75% year-over-year to appear in 2.4 million repositories.

AI Reorders the Languages

One of the deepest effects of this explosion appeared in programming language preferences. For the first time, TypeScript overtook both Python and JavaScript to become the most-used language by contributor count, with growth exceeding 66% year-over-year. The likely reason, as the report notes, is that static typing provides "guardrails" that help language models generate more correct, less error-prone code. Meanwhile, Python held its place with 49% growth, powering on its own nearly half of new AI repositories, reflecting a clear specialization: TypeScript for building robust applications, and Python for the heart of AI and data science work.

This is what some analysts describe as a "convenience loop": the industry consolidates around languages and frameworks that minimize friction with AI, making it harder for new, niche languages to establish themselves. Nearly 80% of new repositories use just six core languages: Python, JavaScript, TypeScript, Java, C++, and C#.

Developers Flood In, and Agents Contribute

This momentum was reflected in the community itself. More than 36 million new developers joined GitHub in a single year, the fastest absolute growth in the platform's history, at a rate of roughly one new developer per second. More amusingly, the agents themselves became "contributors": the GitHub Copilot agent authored more than a million pull requests in just five months (May–September 2025). Also, 80% of new developers use Copilot within their first week, making AI-assisted coding the default entry point for beginners.

A Geographic Redistribution of Talent

The growth was not evenly distributed. For the first time, India overtook the United States in total open-source contributor count, adding millions of developers on its own. This shift reflects software development becoming a truly global phenomenon, its centers of gravity distributing away from their traditional strongholds.

The Other Side: "AI Slop" and Maintainer Burnout

Honesty requires noting the challenges of this growth, which are real. The report warned of the "AI slop" phenomenon: flooding projects with low-quality, auto-generated contributions that burden open-source maintainers and push them toward burnout. Security risks also emerged; broken access control overtook injection flaws to become the most common security alert, appearing in more than 151,000 repositories with 172% year-over-year growth. These challenges are a reminder that quantitative speed does not automatically mean quality or security.

What Does This Mean for the Developer?

The practical message is that mastering the AI ecosystem is no longer a luxury. Statically typed languages like TypeScript gain an edge in the agent era, Python remains essential for AI work, and mastering tools like Copilot has become an entry skill. But the report carries a dual warning: do not get swept up in quantity at the expense of quality, and be diligent about reviewing contributions and caring about security, for the projects that will thrive are those that balance AI's speed with the discipline of human review.

Conclusion

The Octoverse 2025 report paints a clear picture: we are in the midst of the biggest shift in software development in more than a decade, led by AI, agents, and typed languages. The explosion of AI repositories is not a passing bubble, but the building of an infrastructure on which the coming intelligent systems will rest. But the sustainability of this growth will depend on the community's ability to address its other side: the quality of contributions, the health of maintainers, and the security of code.

Was this article helpful?

Share this article

1 share

Tags: #الذكاء الاصطناعي#TypeScript#المصادر المفتوحة#تطوير البرمجيات#GitHub#Octoverse

More articles