TypeScript overtakes Python and JavaScript
By August 2025, TypeScript had become the most-used language on GitHub, surpassing both Python and JavaScript for the first time. Over the preceding year, TypeScript added more than one million contributors — the largest absolute growth of any language on the platform.

Python also grew substantially, adding roughly 850,000 contributors year over year (+48.78%). JavaScript trailed both, gaining about 427,000 contributors (+24.79%). The widening gap suggests a structural preference rather than a passing trend.
Strongly typed languages are increasingly the default for new development, especially as AI-assisted coding becomes routine. A large share of failures in AI-generated code trace back to type mismatches, broken contracts, or faulty assumptions between components. Type systems act as guardrails: they catch errors earlier, reduce review churn, and make AI-produced changes easier to validate before reaching production.
For teams adopting AI in daily workflows, the practical takeaways are straightforward:
- TypeScript is becoming the default starting point for new projects, particularly in AI-heavy environments.
- Introducing types into an existing JavaScript codebase may reduce friction more effectively than swapping AI models or tools.
Python anchors AI infrastructure
Contributor counts reveal who uses a language; repository data reveals what they build with it. Looking at AI-focused repositories, Python stands apart. As of August 2025, nearly half of all new AI projects on GitHub were built primarily in Python.

AI projects now command a disproportionate share of open source momentum. Six of the ten fastest-growing open source projects by contributors in 2025 focused directly on AI infrastructure or tooling.

Python's dominance in this space isn't new, but its role is shifting. The data points to a move from experimentation toward production-ready AI systems, with Python increasingly anchoring packaging, orchestration, and deployment rather than living only in notebooks. That trajectory is likely to continue well into 2026.
The implications for practitioners:
- Python remains the backbone of applied AI work, from training and inference to orchestration.
- Production-oriented Python skills — packaging, typing, CI, containerization — are becoming more valuable than exploratory scripting alone.
Speed and reproducibility win
Beyond AI, the fastest-growing open source projects reveal a shared emphasis on speed, control, and predictable outcomes. Tools that prioritize performance and minimalism are gaining traction quickly.
One clear example is astral-sh/uv, a package and project manager that dramatically accelerates Python package management. Its rapid growth reflects a growing intolerance for slow feedback loops and non-deterministic environments. When multiple projects of this kind surge simultaneously, it signals a broader trend — one that aligns closely with AI-assisted workflows where iteration speed and reproducibility directly impact developer productivity.
What developers are signaling with their choices:
- Fast installs and deterministic builds matter as much as feature depth.
- Tools that eliminate “works on my machine” scenarios are winning mindshare.
Where new contributors arrive
As the developer population expands, the entry points for first-time contributors become increasingly telling.

Projects like microsoft/vscode and firstcontributions/first-contributions continued to top the list over the past year, reflecting both the scale of widely used tools and the persistent demand for low-friction on-ramps into open source. (Contributions are defined here as any content-generating activity on GitHub.)
Yet basic project governance remains uneven across the ecosystem. README files are common, but contributor guides and codes of conduct are still relatively rare — even as first-time contributions keep climbing. Most projects on the fastest-growing list have thorough documentation on what the project does and how to contribute, suggesting that clear guidance is a significant driver of participation.
For maintainers looking to grow their communities:
- Clear documentation lowers the barrier to contribution more than new features do.
- Contributor guides and codes of conduct help convert curiosity into sustained participation.
- Improving project hygiene is often the fastest path to a larger contributor base.
What the trends add up to
AI is no longer a separate category of development — it is shaping the languages teams select, the tools that gain traction, and the projects that attract contributors. TypeScript is becoming the default for reliability at scale, while Python holds its ground as AI systems move from prototypes into production. Across the ecosystem, developers are gravitating toward tools that minimize friction: faster feedback loops, reproducible environments, and clearer contribution paths.
The full 2025 Octoverse report contains additional data for those who want to dig deeper and draw their own conclusions.



