GitHub Copilot High-Level Overview
What is GitHub Copilot?
GitHub Copilot is an artificial intelligence tool that attempts to speed up the process of coding by generating snippets of code while typing. It is essentially a super-powered code completion tool.
Traditional code completion tools provide limited assistance by suggesting names of classes, functions and variables, and generating code using built-in templates. GitHub Copilot takes code completion to the next level by offering suggestions for generating comments, multiple lines of code, and whole functions.
In this post we will look into practical applications of the new chatbot for software engineers and talk about AI’s weak points.



