GitHub Introduces Copilot, an AI Assistant That Writes Code Alongside Developers

GitHub partners with OpenAI to launch GitHub Copilot, an AI tool that suggests lines of code or entire functions in real time. The technical preview integrates directly into Visual Studio Code to act as an automated pair programmer.

GitHub unveils GitHub Copilot, a new artificial intelligence tool that helps developers write code more efficiently. Developed in partnership with OpenAI, this AI pair programmer suggests lines of code or entire functions directly inside the editor as the user types. The underlying model trains on billions of lines of public code hosted on GitHub to provide context-aware recommendations.

The tool parses comments, function names, and recent lines to understand the programmer's intent and generate accurate snippets. Users simply describe a function in plain English within a comment, and Copilot converts that description into functional code. This feature proves especially useful for developers learning a new language, exploring a new framework, or transitioning from no-code platforms, potentially replacing many traditional Stack Overflow searches.

GitHub Copilot integrates directly with Visual Studio Code as an extension or through GitHub Codespaces in the cloud. It currently performs best with Python, JavaScript, TypeScript, Ruby, and Go. The service learns from user behavior over time, meaning the suggestions improve as developers accept or reject the AI's recommendations. While currently available as a technical preview, GitHub plans to release a commercial version of the product in the future.

Read More at the original source →