Asking an AI to do something without showing it any examples first. The default mode for most chats — and good enough for most tasks.
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.
"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.
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.