Artificial Intelligence

Code Generation

The AI capability of producing functional source code from natural language descriptions, specifications, or partial code. Modern LLMs can generate code in dozens of programming languages.

Why It Matters

Code generation accelerates development, lowers the barrier to programming, and enables non-developers to create software. It is one of the most commercially valuable LLM capabilities.

Example

Describing 'create a Python function that reads a CSV, removes duplicates based on email column, and outputs a clean file' and receiving working, tested code.

Think of it like...

Like dictating a letter to a skilled typist — you describe what you want, and they produce the formal, correct version.

Related Terms