Zero-Shot Prompting
Zero-shot prompting means asking the model to perform a task with instructions only, with no examples of desired input/output pairs.
It is the default for simple, well-known tasks where users expect the product to “just know” what to do.
What it means
The model relies on pretraining and your prompt wording alone, without demonstration examples in the conversation.
Why designers should care
Zero-shot works for narrow, familiar tasks; for niche formats or brand-specific output, you need examples, templates, or fine-tuning, or users will iterate endlessly endlessly.
Example
“Summarize this thread in three bullets” is zero-shot. The UI adds tone toggles (neutral vs executive) instead of asking users to paste sample summaries.
Common mistakes
- • Using zero-shot for specialized outputs (your design system spec, your CRM fields) without examples.
- • Assuming first-try quality equals power-user quality after many retries.
- • No regenerate or refine affordance when zero-shot misses format.