technique

Zero-shot prompting

Zero-shot prompting asks the model to perform a task with no examples — only the instruction and the input.

Zero-shot prompting relies on the model's pretrained capability rather than in-prompt demonstrations. It is the default style for large frontier models (GPT-4 class and above) on common tasks. Zero-shot is cheaper (fewer prompt tokens) and easier to maintain, but its quality is highly sensitive to prompt wording. "Translate the following to French" works fine; "Convert this to French in a casual Marseille accent" usually needs few-shot examples. As a rule of thumb: try zero-shot first, add CoT or few-shot only when evals show measurable gain.

When to use zero-shot prompting

Common mistakes

FAQ

What is zero-shot prompting?

Zero-shot prompting asks the model to perform a task with no examples — only the instruction and the input.

When should I use zero-shot prompting?

Standard tasks the frontier model has clearly seen in pretraining (translation, summarization). Latency- or cost-sensitive workloads. Prompts that are read by humans and need to stay short.

What are the most common mistakes with zero-shot prompting?

Assuming zero-shot will hit production quality without evals. Skipping zero-shot and jumping straight to fine-tuning — usually overkill.

Last updated: 2026-06-01. Raw markdown: https://promtable.com/glossary/zero-shot-prompting.md.