GitHub recently published this year's Octoverse, the state of the open-source ecosystem.
Below are my key takeaways:
AI doesn t replace developers it brings more people into the ecosystem. A new developer joined GitHub every second in 2025. Top 5 developer populations: 1. United States, 2. India, 3. China, 4. Brazil, 5. United Kingdom.
Open source remains the foundation. Fastest-growing OSS projects by contributors include @Zen Browser, @VS Code, and AI-focused @Continue.
TypeScript is now the most used language on GitHub, overtook both Python and JavaScript. The AI effect? 80% of new repositories used just six languages: Python, JavaScript, TypeScript, Java, C++, and C#.
Gen AI is now standard in development. 1.1M public repositories now use an LLM SDK.
Agents are here. Coding agents created 1M+ pull requests (PR) in the last 6 months, and it's just getting started.
With GitHub Learning Lab, you’ll learn through issues opened by a bot in a GitHub repository. After you finish tasks, the bot will comment on your work and even review your pull requests like a project collaborator would.
GitHub Copilot Agent Mode (Preview) is the autonomous coding feature in VS Code Insiders. Copilot plans, codes, runs tests, and fixes errors – all driven by your natural language requests.
GitHub CLI is a free and open-source command-line for GitHub.
It provides GitHub's graphical features like pull requests, issues, releases, etc. into a terminal. So, anyone can perform the whole GitHub operation from a terminal or with a script.
Ask GitHub Copilot to break down complex coding concepts, guide you through unfamiliar codebases, and provide insights into both public and your private repositories – all in natural language.