GitHub releses Copilot - an AI that codes for you
GitHub has released an AI-powered coding assistant that can actually write code for you. Dubbed as GitHub Copilot, the new AI tool might transform the way programmers do their work.
Jointly developed by GitHub and OpenAI, the Copilot uses OpenAI Codex AI platform. The AI has been pre-fed with thousands of open source code projects, drawing from vast code repository that GitHub itself is. By using the source material. Copilot has learned how to write code, entire functions and even entire algorithms.
Basically, Copilot can understand even very short hints, like a function call and determine what that function should do - and then write the entire function on its own. So, it is not your dad's old auto-fill service that is available on all code editors, but a really a tool that could take out the most mundane parts of any programming.
Copilot also supports basically all the known programming languages, as programming itself tends ot follow the same rules, regardless of the actual language used. GitHub says that currently it works best for most used languages, such as TypeScript, Ruby, Python, Go and JavaScript. What is even more impressive is the fact that Copilot adapts to each programmer's own programming style and tried to generate code that resembles the programmer's coding style - making the code more readable for its "main pilot".