Decoder. plain-English AI glossary

GitHub Copilot

● CoreGitHub Copilot

Code completion and generation powered by a GPT model, trained on open-source code, baked into your editor.

Think of it like

An autocomplete that learned from millions of GitHub repos, so it knows not just English but *code patterns*.

Example

You start typing a function to validate an email address, and Copilot suggests a whole regex pattern and error handling—you accept or skip.

How it actually works

Copilot is a fine-tuned code model (originally GPT-3 based, now includes GPT-4). It runs on GitHub's side and streams completions to your editor. It has seen so much public code that it learns common patterns, but that training also raises data ownership questions. Accuracy varies by language and task.

For product teams

Increases developer velocity and reduces time spent on boilerplate; changes hiring bar but doesn't eliminate junior roles.

For engineers

Real-time token-level code prediction; integrates with LSP for context awareness.

Read anything AI without the jargon

Look up any term in plain English, or save terms as you read with the free Chrome extension.

Open DecoderAdd to Chrome