DEV Community

Cover image for GitHub has launched a new AI-based revolutionary tool on collaboration with OpenAI
Rameez Rami
Rameez Rami

Posted on

GitHub has launched a new AI-based revolutionary tool on collaboration with OpenAI

GitHub Copilot!!!
https://copilot.github.com

GitHub has launched a new AI-based tool for Visual Studio Code that generates its own code. It can generate suggestions for whole lines or entire functions while we code.

Sample Copilot Code Completion

Since GitHub has tons of open-source code on its hand, its AI Bot is trained on billions of lines of public code. This is why it's going to be super awesome comparing the existing similar solutions like Tabnine or IntelliCode.

This is going to be a revolutionary change in the way we write programs. People are going to code faster but might end up a bit lazy for minute code research. 😉

Click here to join the waiting list:
https://github.com/features/copilot/signup

You can find the VS Code extension here: https://marketplace.visualstudio.com/items?itemName=GitHub.copilot

Top comments (0)