2022: the year the public arrived
Image generators went mainstream and ChatGPT reached a hundred million people, turning AI from a developer's tool into a household subject — while open releases and US chip controls opened fault lines that are still widening.
This was the year AI stopped being something most people only read about. Two threads converged. The first was images: OpenAI’s DALL·E 2, the Midjourney beta and, most consequentially, the open-source release of Stable Diffusion, which put text-to-image generation on ordinary computers rather than behind a company’s paywall, and within weeks it was everywhere. The second was conversation. Quiet groundwork earlier in the year — teaching models to follow instructions with human feedback, and the discovery that simply asking a model to reason “step by step” improved its answers — fed into the launch of ChatGPT at the end of November. It reached an estimated hundred million users within two months, one of the fastest adoptions of any consumer product, and it did more than any paper to make the capabilities of large language models legible to a general audience. Underneath, the research also pointed forward: early work on chained reasoning and on models that could take actions foreshadowed the agents to come.
The same releases carried the year’s frictions in with them. Stable Diffusion’s openness, which its supporters prized, also meant it had been trained on billions of images scraped without consent, and it triggered the first sustained backlash from artists and the copyright disputes that followed. In October the United States restricted exports of advanced chips to China, opening a geopolitical front that has shaped the industry ever since. And ChatGPT’s very fluency turned out to be double-edged: it stated wrong things with the same confidence as right ones, a habit soon labelled “hallucination”, and schools, newsrooms and employers began worrying almost immediately about misinformation, cheating and the difference between a system that sounds authoritative and one that is.
The headlines of 2022
OpenAI ships InstructGPT and makes RLHF the default
Models fine-tuned on human preference data were preferred to a model a hundred times larger, reframing alignment as a product feature.
Models & capabilities · Safety & alignment · Ideas & essays
Chain-of-thought prompting is described
Asking a model to show its working improved reasoning benchmarks sharply, with no retraining — the seed of the later reasoning models.
Ideas & essays · Benchmarks & progress
NVIDIA announces the Hopper architecture and the H100
The H100 became the part frontier training runs were built around for the next two years, and the unit of account in which compute deals were later measured.
Compute & infrastructure
DeepMind's Chinchilla paper rewrites the scaling laws
Existing large models were badly under-trained: for a fixed compute budget, parameters and training tokens should scale together.
Ideas & essays · Benchmarks & progress · Models & capabilities
Google announces PaLM at 540 billion parameters
Trained on the Pathways system across two TPU v4 pods, it posted large gains on reasoning benchmarks and explained its own jokes.
Models & capabilities · Compute & infrastructure
OpenAI releases DALL·E 2
Higher resolution and photorealism than the original DALL·E, released first to roughly 400 trusted users pending a public waitlist.
Models & capabilities
Anthropic raises $580M Series B
Alameda Research, trading with what turned out to be FTX customer deposits, supplied about $500M of the $580M — a link that drew scrutiny after FTX's collapse that November.
Money & business
"Let's think step by step" elicits zero-shot reasoning
A single prompt phrase, with no worked examples, lifted GSM8K accuracy from 10.4% to 40.7% — chain-of-thought without the exemplars.
Ideas & essays · Benchmarks & progress
FlashAttention makes exact attention IO-aware
Reordering attention around GPU memory rather than approximating it cut training time and unlocked longer sequences — and became default infrastructure.
Ideas & essays · Compute & infrastructure
Midjourney opens its beta on Discord
Image requests and results were posted in public chat channels by default, turning generation into a shared, watchable activity rather than a private tool.
Models & capabilities · Culture & impact
Stable Diffusion is released to the public
Weights published under a permissive licence and runnable on a consumer graphics card, with community fine-tunes and graphical front-ends appearing within weeks.
Open weights & ecosystem · Models & capabilities
ReAct paper describes interleaving reasoning and acting in language models
Alternating reasoning traces with actions against external tools, tested on question-answering, fact-checking and simulated shopping and household tasks.
Ideas & essays
The US restricts advanced chip exports to China
The rules covered the tools to make advanced chips, not only the chips, and barred US citizens from supporting Chinese chipmaking.
Government & policy · Compute & infrastructure
OpenAI launches ChatGPT
A free web interface to an existing GPT-3.5 model, reported by one analysis to have reached 100 million monthly users within two months.
Models & capabilities · Culture & impact
Anthropic publishes Constitutional AI
A model critiques and revises its own outputs against a written list of principles, then trains a reward model from its own preference judgements instead of human labels.
Safety & alignment · Ideas & essays
Benchmarks introduced in 2022
The other half of progress: as older tests saturate, new ones are built to stretch the frontier again.
- Codeforces / CodeContestsCoding & software engineeringCan a model solve genuinely novel algorithmic problems under contest conditions — the kind that require devising an approach, not recalling one — well enough to rank against real competitive programmers?
- BIG-BenchReasoning & problem-solvingHow language-model performance and calibration change with scale across a deliberately broad, crowd-sourced set of tasks existing benchmarks did not cover — and, in the Hard subset, on the specific tasks where models still trailed average human raters.
- ChartQAMultimodalCan a model answer questions about a bar, line or pie chart that require reading values off it and then performing a logical or arithmetic operation on them?
- FLORES-200Language & multilingualHow well a translation system converts text between any pair of 200 languages, using the same set of professionally translated sentences in every language.
- HELMAggregate indices & arenasHow a foundation model performs not on accuracy alone, but across multiple metrics evaluated together — originally accuracy, calibration, robustness, fairness, bias, toxicity and efficiency — so that a model's trade-offs are visible rather than collapsed into one score.
- MGSMLanguage & multilingualWhether a model can carry out the same grade-school arithmetic word-problem reasoning in languages other than English, not just answer general-knowledge questions in translation.