Zero-Shot Learning is when you ask an AI to do something without giving it any examples. Just describe the task and the AI figures it out from its training. "Summarize this article" or "Translate to French" with no examples. Works because modern LLMs learned patterns from massive training data. Simplest prompting approach but less accurate than Few-Shot (providing examples). Great for simple tasks, struggles with complex or domain-specific tasks.
Start with zero-shot for simple tasks (summarization, translation, general Q&A). If output quality is good, you're done. If not, upgrade to few-shot (add 2-5 examples). Zero-shot works well for: common tasks AI was trained on, when you can't provide examples, or quick prototyping. Move to few-shot when: outputs are inconsistent, task is domain-specific, or format needs to match exactly.
Ai Vocabulary
AI task without examples