GitHub Launches AI Copilot to All Developers After Record Preview
GitHub makes its AI-powered coding assistant, Copilot, generally available to all developers after a successful preview that attracted over a million users. The tool now writes nearly half of all new code in supported environments.
GitHub officially launches Copilot, its AI-powered programming assistant, making the tool generally available to all developers after a year-long technical preview. The service, powered by OpenAI's Codex model, integrates directly into popular development environments to suggest entire lines of code based on the existing context. Over 1.2 million developers sign up during the preview phase, demonstrating massive interest in AI-assisted programming.
The tool currently suggests 40% of newly written code across supported platforms, marking a significant increase from earlier this year. Copilot supports Python, JavaScript, TypeScript, Ruby, Go, and dozens of other languages through extensions for Visual Studio Code, Neovim, JetBrains, and GitHub Codespaces. It adapts to individual coding styles to autofill repetitive patterns and recommends matching unit tests.
GitHub offers Copilot for free to students and verified open source contributors, starting with approximately 60,000 developers. A new experimental feature called Copilot Explain also debuts alongside the general release, translating complex code into natural language descriptions to help novice programmers or those navigating unfamiliar codebases.