Ask the AI to complete a task with no examples — just clear instructions.
Zero-shot prompting means giving the AI a task with no worked examples whatsoever. You describe what you want — translate this, summarise that, classify the following — and rely entirely on the model's pre-trained knowledge to execute it. The term "zero-shot" comes from machine learning: the model is being asked to "shoot" at a target it has never explicitly been shown.
Zero-shot prompting is the right default for most everyday tasks. If the task is straightforward — summarisation, translation, tone adjustment, simple Q&A — the model almost certainly knows how to do it without hand-holding. Start here and only add examples if the output quality isn't meeting your needs. It's fast, requires minimal prompt engineering, and works surprisingly well across a huge range of requests.
Zero-shot prompting struggles when the output needs to follow a very specific format, match a particular style, or apply domain-specific conventions the model hasn't seen. It also underperforms on tasks that require multi-step reasoning, where the model benefits from being shown how to break down the problem. If you find yourself re-generating several times and still not getting what you want, that's a signal to move to few-shot or chain-of-thought prompting.
Example
Translate the following text to French: 'The weather is nice today.'
Try this skill with our AI assistant
Try it →