Got the code? Welcome, builder!
You're heading into Invent the Future — instructors hand out the access code on day one.
You're heading into Invent the Future — instructors hand out the access code on day one.
Zero-shot prompting means asking the model to do something without providing any examples of what you want.
It's the default — what most people do when they first open Claude or ChatGPT. The word "zero-shot" just gives a name to this baseline approach.
Zero-shot works well for tasks the model has seen many times in training: summarizing text, explaining a concept, writing a generic cover letter, answering factual questions.
Clear task + enough context = zero-shot works.
Vague task + no context = zero-shot produces whatever the model guesses you meant.
Compare:
The second prompt is still zero-shot — no examples — but it's much more likely to return something useful.
Most of this camp uses three models. They're free to sign up:
| Platform | Address | Notes |
|---|---|---|
| Claude | claude.ai | Good at following instructions precisely |
| Gemini | gemini.google.com | Google account; Canvas renders HTML live |
| ChatGPT | chat.openai.com | Free tier; can over-explain even when asked not to |
Create accounts on all three. Send "Hello!" to each and confirm you get a response.
One of the most useful things you can do with zero-shot prompts is run the same prompt on all three models and compare the results. Different models have different defaults around tone, length, formatting, and accuracy.
Try a few prompts from this list, each on all three platforms:
For each, jot down:
There's no universal answer. The right model depends on the task, your rate limits, and your own preferences — and those preferences are worth forming from actual evidence.
Zero-shot has no way to know your preferred style, format, or audience unless you describe them. When you need output in a specific shape — a particular HTML pattern, a defined JSON structure, a tone that matches something you've already written — you need to show an example. That's one-shot.