In 2020, OpenAI published “Language Models are Few-Shot Learners,” introducing GPT-3. It is arguably the paper that set the stage for the entire assistant era.

The surprising finding

Earlier, adapting a model to a new task meant fine-tuning it on labeled data. GPT-3 showed something different: if you make the model big enough, you can just describe the task and give a few examples inside the prompt, and the model does it — no training, no weight changes. This is called in-context learning, and it was a genuine surprise.

Why scale mattered

GPT-3 pushed to 175 billion parameters, and the paper documented how many capabilities emerged or sharply improved simply as the model grew. That reframed a core question of the field: sometimes the path to new abilities is not a cleverer algorithm but more scale.

The double edge

The paper was candid about risks: large models can reproduce bias in their training data, be misused for generating misleading text, and cost enormous resources to train. Those concerns became central to AI policy debates that continue today.

Why it matters now

Every time you steer an assistant by giving it examples in a prompt, you are using the behavior GPT-3 made famous. The paper turned “prompting” from a curiosity into the primary interface for modern AI.