Zero-Shot Prompting
Asking the model to do a task with no examples — just the instruction.
Zero-shot relies on the model already knowing the task from pretraining. It works well for common tasks and degrades when the output format is unusual or the task is idiosyncratic to your business. It is the right first attempt because it is the cheapest.
In practice: ‘Classify this review as positive, negative, or neutral.’