Technique: Zero-Shot Prompting
Zero-shot prompting is the most fundamental technique in prompt engineering. You provide clear instructions to the AI without any examples — the model relies entirely on its training to understand and execute your request. This is the starting point for every prompt engineer.
The key to effective zero-shot prompts is specificity: tell the model exactly what format you want, how long the output should be, and what aspects to focus on. Vague instructions produce vague results. Notice how this template uses variables for length and focus areas — this makes the prompt reusable across any content.
When to use: Simple, well-defined tasks where the model already understands the domain. Summarization, translation, classification, and basic content generation are all excellent zero-shot candidates.