Back to timeline

OpenAI Codex

OpenAI releases Codex, a GPT-3 descendant fine-tuned on code that powers GitHub Copilot and can translate natural language to programming code.

Model Release

What Happened

OpenAI released Codex, a large language model fine-tuned on publicly available code from GitHub. Codex was the model powering GitHub Copilot and was also made available through the OpenAI API, allowing developers to build applications that translate natural language instructions into code across dozens of programming languages.

Why It Matters

Codex proved that large language models could be specialized for code generation with remarkable effectiveness. It could solve 28.8% of problems from the HumanEval benchmark (a set of hand-written Python programming problems) on a single attempt, and 72.3% with 100 samples. This established code generation as a key capability of large models and spurred development of code-focused AI tools across the industry.

Technical Details