Zero-shot prompting relies entirely on the model’s existing knowledge and instruction-following ability — you describe what you want without showing any examples. This is the default way most people interact with AI assistants: you type a request, and the model figures out how to respond. Modern frontier models are surprisingly capable at zero-shot tasks because they were trained on so much diverse content that they can often infer what’s needed from a well-written instruction alone. When zero-shot prompting doesn’t produce reliable results, adding examples (few-shot prompting) or breaking the task into steps (chain-of-thought prompting) is often the next move. For behavior architects, understanding the difference helps in deciding how much prompt scaffolding a given task actually needs.