AI Glossary · Definition

Zero-Shot Prompting

Asking an AI to do something without showing it any examples first. The default mode for most chats — and good enough for most tasks.

The plain-English definition

Zero-shot prompting means giving the AI a task with zero examples. You describe what you want and let the model figure out how to do it. This is what 99% of people do every time they open ChatGPT.

Zero-shot example

"Translate this English text to French: I love coffee in the morning."

You haven't shown the model any English-French pairs. It just translates because it knows the task.

When zero-shot works well

When zero-shot fails

Zero-shot vs few-shot, in one line

Zero-shot says: "Do this task."
Few-shot says: "Here are 2 examples. Do this task."

Few-shot wins on consistency. Zero-shot wins on speed.

Related terms

Copied