Prompt Engineering
The practice of crafting inputs to an AI model carefully to get better, more reliable outputs.
In plain English
Prompt engineering is the skill of writing instructions, examples, and context for an AI model in a way that reliably produces the output you want. It's less about magic words and more about clear communication.
Techniques that work:
- Be specific — "Write a 3-bullet summary for a non-technical audience" beats "summarise this"
- Give examples — showing the model what a good output looks like (few-shot prompting)
- Set a role — "You are a senior tax accountant reviewing this contract..."
- Chain of thought — ask the model to "think step by step" before answering
- Constrain the output — specify format, length, tone, and what to avoid
Is it still relevant? Yes — even as models improve, well-structured prompts consistently outperform vague ones.