2021: foundations, and the tools to build on them
Image generation, code assistants and open-source models turned last year's ideas into working tools, and Stanford gave the whole category a name — as the EU drafted the first serious attempt to regulate it.
If 2020 proved the idea, 2021 was about building on it. The year opened with OpenAI’s DALL·E and CLIP, early gestures towards generating and understanding images from text, and it filled out with tools that put large models to practical work. GitHub’s Copilot, powered by OpenAI’s Codex, began suggesting code to programmers as they typed — the first time many people used an AI system every day without thinking of it as one. AlphaFold 2 was published in full and open-sourced, and the accompanying database of predicted protein structures put a genuinely useful scientific tool in the hands of researchers worldwide. Stanford gathered the whole phenomenon under a single label, “foundation models”, capturing the idea that a handful of large, general systems were becoming the base layer everything else was built on. Newer labs formed to pursue the same frontier from different angles, Anthropic among them, and quieter advances — cheaper fine-tuning, the first serious attempts to see inside a model’s workings — laid groundwork that mattered more than the headlines suggested.
The counter-arguments matured alongside the tools. The paper “On the Dangers of Stochastic Parrots” set out, carefully, the case that a bigger language model is a more convincing mimic rather than a better thinker, and that the costs of building one — environmental, financial, social — deserved more scrutiny than they were getting. In April the European Commission proposed the AI Act, the first serious attempt anywhere to write binding rules for the technology, though it would be years before anything took effect. Copilot, meanwhile, drew immediate questions about training on publicly posted code without asking — an early version of the copyright fight that would grow much larger. For most people, all of this was still happening somewhere off to the side.
The headlines of 2021
OpenAI announces DALL·E and CLIP
Two multimodal models released on the same day: one that generated images from text captions, one that learned to match images to language.
Models & capabilities · Open weights & ecosystem
"On the Dangers of Stochastic Parrots" is published
The paper that named the case against ever-larger language models — and whose suppression cost two Google researchers their jobs.
Ideas & essays · Culture & impact
The European Commission proposes the AI Act
A risk-tiered draft banning practices such as social scoring outright; three years of negotiation followed before it became binding law.
Government & policy
Anthropic is founded by departing OpenAI researchers
The founders, including former OpenAI VPs of research and of safety, said the $124 million round would fund research into steerable, interpretable systems.
Labs & people · Money & business · Safety & alignment
Microsoft researchers publish LoRA
Freezing pretrained weights and training small added matrices instead cut GPT-3's trainable parameter count by a factor the authors put at 10,000, with no extra inference cost.
Ideas & essays · Open weights & ecosystem
GitHub launches Copilot in technical preview
An OpenAI model trained on public code began suggesting whole functions inside the editor — the first mass-market use of a large language model.
Models & capabilities · Culture & impact
OpenAI publishes Codex and the HumanEval benchmark
Codex solved 28.8% of HumanEval's Python problems on a single attempt and 70.2% when allowed 100 samples per problem, against 0% for base GPT-3.
Models & capabilities · Benchmarks & progress
AlphaFold 2 is published in Nature and open-sourced
The method behind DeepMind's CASP14 result seven months earlier was released in full, with source code, rather than kept as a demonstrated but undisclosed system.
Models & capabilities · Open weights & ecosystem
OpenAI publishes Codex, an LLM trained on code powering GitHub Copilot
A GPT-3 descendant fine-tuned on public GitHub code solved 28.8% of a new benchmark's problems on the first try, rising to 70.2% with repeated sampling.
Models & capabilities
Stanford's foundation models report names the category
Over 100 researchers at Stanford's newly formed Center for Research on Foundation Models coined the term for models like GPT-3 and BERT, adapted rather than retrained for each task.
Ideas & essays
Anthropic publishes 'A Mathematical Framework for Transformer Circuits'
Studying deliberately simplified transformers with no more than two layers, the team found 'induction heads' — a mechanism later argued to explain much of in-context learning.
Safety & alignment
Benchmarks introduced in 2021
The other half of progress: as older tests saturate, new ones are built to stretch the frontier again.
- GSM8KMathematicsCan a model solve a grade-school arithmetic word problem that takes several linked steps to work through, rather than a single calculation?
- HumanEvalCoding & software engineeringCan a model write a correct, working Python function from a natural-language docstring alone?
- MATHMathematicsCan a model solve a competition-level mathematics problem and produce a correct step-by-step derivation, not just a lucky final number?
- MBPPCoding & software engineeringCan a model write short, correct Python programs for simple, everyday programming tasks — the kind an entry-level programmer would be expected to solve?
- miniF2FMathematicsCan an automated theorem prover formally prove Olympiad-level maths statements, in a form directly comparable across different proof assistants?
- TruthfulQAKnowledge & factualityWhether a model gives a truthful answer to questions written specifically to trigger common human misconceptions, rather than repeating the popular-but-false claim it likely absorbed in training.