vibedonaldsvibedonalds.com
Term

Code completion

The category of AI assistance that suggests next tokens, lines, or short blocks of code inside an existing editor. Implemented as IDE extensions; characterised by low-latency, model-server architecture and per-keystroke suggestions.

Background

Code completion is the historical anchor of AI-assisted coding — GitHub Copilot launched in 2021 as the first widely-adopted product in this category. Modern code-completion tools layer chat, edit, and agent modes on top, but the inline suggestion remains the core surface. Free and open-source options (Continue, Codeium free tier) have closed the quality gap to paid tools for most languages. Enterprise differentiation is now about data residency, BYOK, and self-hosting.