Updated Aug 23, 2026

Zero-Shot and Few-Shot

Asking a model to do a task with no examples (zero-shot) or a handful supplied in the prompt (few-shot).

Share

Listen to this lesson

Free preview · first 0:30
0:00 / 0:30

Audio & video lessons are paid features

Plus unlocks audio streaming. Pro adds downloadable audio, video, certificates, and more.

Plus adds:
  • Audio streaming
  • Downloadable PDFs
  • All AI Playbooks
  • Personalized content
Pro also adds:
  • Certificates of completion
  • Audio MP3 downloads
  • Video lessonssoon
  • & More…soon

Watch this lesson

AI Pro Playbook video — coming soon

What it means

Zero-shot means giving the model an instruction and nothing else. Few-shot means including a small number of worked examples in the prompt so the model can infer the pattern you want.

The striking part is that few-shot examples teach without training. Nothing is learned and no weights change — the examples sit in the context window and shape the answer for that request only. This is often called in-context learning, and it was one of the genuinely surprising properties to emerge from scaling.

The practical rule of thumb has shifted as models improved. Capable models now handle most straightforward instructions zero-shot, so examples earn their place mainly where the desired output has a specific shape — a particular format, a house style, an unusual classification scheme.

Why it matters

This is the cheapest quality lever available and the one most people underuse. When output is nearly right but formatted wrong or pitched wrong, two or three examples usually fix it in seconds, where the instinct is often to reach for fine-tuning — a far larger commitment that teaches the same kind of thing.

In practice

Start zero-shot. If the shape of the answer is wrong, add two or three examples that demonstrate the shape rather than describing it. Make them representative rather than ideal — examples that are cleaner than your real inputs teach the model to expect clean inputs.

Related terms