Zero-Shot Prompting

A zero-shot prompt is simple and includes zero examples. Useful when asking questions that involve general knowledge an LLM would already have. You’re not giving the model any additional info, just pass a simple prompt and it will use general knowledge acquired during its training.

Examples

Classify sentiment for the following text: “Mondays are rough, I need coffee.”

Summarize key features of Playwright to someone not familiar with the framework.