GitHub Launches Copilot AI Coding Assistant to All Developers

GitHub makes its AI-powered coding assistant, Copilot, generally available after a successful preview that attracted over a million users. The tool now writes nearly half of all new code for its users.

GitHub officially launches Copilot, its AI-powered programming assistant, to all developers after a year-long technical preview. Powered by OpenAI's Codex model, the tool integrates directly into popular development environments to suggest entire lines of code based on the existing context. Over 1.2 million developers signed up to test the service during the preview phase.

The AI assistant currently suggests 40% of newly written code among its users, marking a significant increase from earlier this year. Copilot supports Python, JavaScript, TypeScript, Ruby, Go, and many other languages across editors like Visual Studio Code, Neovim, JetBrains, and GitHub Codespaces. The service remains free for verified open source contributors and students enrolled in the GitHub Education program.

Alongside the general release, GitHub introduces Copilot Explain, a new research feature that translates complex code into natural language descriptions. This addition aims to help novice programmers and developers navigating unfamiliar codebases understand existing code more easily. GitHub plans to continue exploring ways for the tool to help developers conserve mental energy and stay focused.

Read More at the original source →