Episode

What is GitHub Copilot? (Part 1 of 6)

with Alfredo Deza

GitHub Copilot is an AI coding partner that provides autocomplete suggestions while you code. Get suggestions by typing code or describing it in natural language. Copilot analyzes your file and related files, offering suggestions in your text editor. It uses OpenAI Codex, a new AI system developed by OpenAI, to help derive context from written code and comments, and then suggests new lines or entire functions.

This short introduction of GitHub Copilot will explain what this powerful AI extension for your text editor is and what it can do.

GitHub