GitHub Copilot Expands to All Developers After Successful Year-Long Preview

GitHub opens its AI pair programmer Copilot to the public after a year of testing that saw it write nearly 40 percent of code in Python files. The tool helps developers by autocompleting instructions and generating full functions directly inside popular code editors.

GitHub releases Copilot, its AI pair programmer tool, to all developers after a successful year-long technical preview. The tool integrates directly into popular integrated development environments like Visual Studio, VS Code, Neovim, and JetBrains to assist programmers with their daily tasks.

Built on OpenAI's Codex model, Copilot uses deep learning to predict and generate code based on existing files and developer comments. More than 1.2 million developers test the tool during its preview phase, and it currently writes nearly 40 percent of the code in popular languages like Python.

The AI assistant does not think like a human programmer but excels at standard and repetitive software writing tasks. After generating billions of lines of code over the past year, GitHub determines that the tool is reliable and productive enough for widespread public use.

Read More at the original source →