PROMPTS & APIs • 79 / 397
Understand how applications send instructions to models and handle production API behavior.
Zero-Shot Prompting
Zero-shot prompting asks the model to perform a task without giving a worked example.
Think of it like
Think of Zero-Shot Prompting like a restaurant or service desk: the request must reach the right endpoint in the right format and the response must be handled safely.
Real life
Web applications use concepts such as Zero-Shot Prompting to communicate with external services.
SRE lens
“Classify this incident by subsystem” can be attempted with only instructions.
Remember thisZero-shot prompting asks the model to perform a task without giving a worked example.