
GitHub and OpenAI launch a new AI tool that generates its own code
Reported today on The Verge
For the full article visit: https://www.theverge.com/2021/6/29/22555777/github-openai-ai-tool-autocomplete-code
Reported today in The Verge.
GitHub and OpenAI launch a new AI tool that generates its own code
GitHub and OpenAI have launched a technical preview of a new AI tool called Copilot, which lives inside the Visual Studio Code editor and autocompletes code snippets.
Copilot does more than just parrot back code it's seen before, according to GitHub. It instead analyzes the code you've already written and generates new matching code, including specific functions that were previously called. Examples on the project's website include automatically writing the code to import tweets, draw a scatterplot, or grab a Goodreads rating.
It works best with Python, JavaScript, TypeScript, Ruby, and Go, according to a blog post from GitHub CEO Nat Friedman.
GitHub sees this as an evolution of pair programming, where two coders will work on the same project to catch each others' mistakes and speed up the development process. With Copilot, one of those coders is virtual.
This project is the first major result of Microsoft's $1 billion investment into OpenAI, the research firm now led by Y Combinator president Sam Altman. Since Altman took the reins, OpenAI has pivoted from a nonprofit status to a "capped-profit" model, took on the Microsoft investment, and started licensing its GPT-3 text-generation algorithm.
Copilot is built on a new algorithm called OpenAI Codex, which OpenAI CTO Greg Brockman describes as a descendant of GPT-3.
GPT-3 is OpenAI's flagship language-generating algorithm, which can generate text sometimes indistinguishable to human writing. It's able to write so convincingly because of its sheer size of 175 billion parameters, or adjustable knobs that allow the algorithm to connect relationships between letters, words, phrases, and sentences.
While GPT-3 generates English,