Language Models are Few-Shot Learners
Map Notes
Library
LOOMUS Distill ACADEMIC PAPER · 6 Cards Your Brain Will Remember

Language Models are Few-Shot Learners

By Tom B. Brown et al. (OpenAI)

Language Models are Few-Shot Learners

Scale a language model large enough and it learns to adapt on the fly.

FEW-SHOT · SCALE · ADAPT
"
— The Big Idea
Fine-tuning requires labeled data for every new task.
In-context learning requires only examples in the prompt.

A reading of Language Models are Few-Shot Learners
by Tom B. Brown et al. (OpenAI)

— The Adaptation Spectrum

Four ways to adapt.

THE ADAPTATION SPECTRUM Four ways to adapt. GRADIENT UPDATES NONE FINE-TUNING Thousands of labelled examples → weight updates FEW-SHOT ~10–100 examples in the prompt, no updates GPT-3 FOCUS ONE-SHOT A single example in the prompt, no updates ZERO-SHOT Instruction only — pure language understanding CONTEXT IN PROMPT NONE MORE Scale unlocks all four — without retraining.

Zero-shot (instruction only). One-shot (single example).
Few-shot (up to 100 examples). Fine-tuned (gradient updates).

In-Context Learning

— the prompt as a temporary program

IN-CONTEXT LEARNING translate EN→FR: "cat" "chat" translate EN→FR: "dog" "chien" translate EN→FR: "sea" "mer" FEW SHOTS translate EN→FR: "sky" ??? NO GRADIENT UPDATE "ciel" pattern inferred from context alone GPT-3 · 175B PARAMETERS

Rather than updating model weights, in-context learning treats a handful of prompt examples as a temporary, task-specific 'program' the model executes at inference time. No gradient updates. No new weights. Just examples that shift the model's behavior in the moment.

— Why builders should read this

Prompt design is now an engineering discipline.

For years, the assumption was: bigger model, better performance, done. Brown et al. showed that how you frame the task in the prompt matters as much as the model itself. The examples you include, their order, their phrasing — all shift the model's output. This is not magic. It is meta-learning in the forward pass. For builders: few-shot prompting can substitute for expensive labeled datasets. Larger models extract more signal from the same examples. But capability gains arrive bundled with bias and misuse risks that need proactive mitigation.

— The tradeoff

More examples help. But fine-tuning still leads on narrow, well-defined tasks.

THE TRADEOFF More examples help. Fine-tuning still leads on narrow tasks. IN-CONTEXT FINE-TUNED GPT-3 FEW-SHOT TASK-SPECIFIC BROAD MEDIUM NARROW STRONG MODERATE GOOD GOOD LIMITED LEADS EXAMPLES IN PROMPT → 0 1 FEW TUNED Scale narrows the gap — but doesn't close it.

Choose your setting by data budget and distribution shift tolerance.

— The Margin Notes Inbox

Got a thought after reading?
Slide it in here.

We read every message. No algorithm, no auto-reply — just Sophie and the LOOMUS team, with coffee, sometime this week.

Got it. Thank you.

Your note is in the inbox.
We'll write back when the kettle's on.

More from LOOMUS Distill

Brewed by the science of how minds keep
No. 01
A Brief History of Intelligence
Max Bennett
Five evolutionary breakthroughs from worm to poet — and why LLMs only got the last one.
Read on LOOMUS →
No. 02
A Thousand Brains
Jeff Hawkins
150,000 cortical columns. Each one a learner. All voting at once.
Read on LOOMUS →
No. 04
Models of the Mind
Grace Lindsay
Every era reads the brain in its newest math. Transformers are the latest, not the last.
Read on LOOMUS →
No. 06
Life 3.0
Max Tegmark
Three levels of life. We're about to invent the third — and choose between twelve futures.
Read on LOOMUS →
No. 10
A Brief History of AI
Michael Wooldridge
Seventy years. Three winters. One stubborn dream — and most generations forgot the last two.
Read on LOOMUS →
Quote copied to clipboard