Comparison
Prompt vs Zero-Shot
Prompt and Zero-Shot are both common AI/LLM terms but cover different ideas. Here is a quick side-by-side.
When you would reach for Prompt
Prompt comes up when the question is fundamentally about prompting.
A system prompt + user message + a few-shot examples = a typical prompt.
When you would reach for Zero-Shot
Zero-Shot comes up when the question is fundamentally about prompting.
"Summarize this article in 2 sentences."
Frequently asked
What is the difference between Prompt and Zero-Shot?
Prompt: A prompt is the text you send to an LLM to elicit a response. It typically includes a system message, optional examples, and the user's query. Zero-Shot: Zero-shot prompting asks the model to perform a task without showing any examples — only the instruction and the input. Modern instruction-tuned models do this well.
When should I use Prompt vs Zero-Shot?
Prompt is the right concept when you are focused on prompting. Zero-Shot applies when you are focused on prompting.
Are Prompt and Zero-Shot the same thing?
No. Prompt is prompting; Zero-Shot is prompting. They are related but address different parts of the AI stack.