A prompt is the instruction you give an AI — a question or command. The quality of your prompt directly determines the quality of the response, which makes prompting the single most valuable AI skill for anyone who isn't writing code.
Walk into a restaurant and say "give me something to eat," and you might get anything. Say "a medium-spiced chicken curry with rice, not too oily, with one piece of bread" and you get exactly what you wanted. AI works the same way — the more specific the order, the better the result.
| Principle | What it means |
|---|---|
| Be specific | Vague prompts give vague answers. Include the topic, length, format, audience, and tone you actually want. |
| Give context | Tell the AI who you are and what the situation is — "I run a small shop in a small town..." gives it what it needs to tailor the answer. |
| Assign a role | Tell the AI to act as an expert: "You are an experienced doctor. Explain..." or "You are a professional editor. Check my grammar..." |
| Specify the format | Say exactly how you want the answer shaped: "as a bullet list," "as a table," "in 3 paragraphs," "under 100 words." |
| Iterate and refine | Treat the first response as a draft. Say "make it shorter," "add more detail on X," "make the tone more formal." |
Example — a complaint email:
❌ Weak: "Write an email."
✅ Strong: "Write a formal email to my electricity provider. I want to complain that my bill this month was much higher than last month despite using roughly the same amount of electricity. Ask them to investigate and send a corrected bill within 7 days. Keep the tone polite but firm. My consumer number is [number]."
Example — learning something new:
❌ Weak: "Explain AI."
✅ Strong: "Explain artificial intelligence as if I'm a 55-year-old who has never used a smartphone before. Use very simple language, no technical words, and relate it to everyday examples. Keep it under 150 words."
Example — a business question:
❌ Weak: "Help me with my business."
✅ Strong: "I run a small clothing shop. I sell traditional and modern styles, and my customers are mostly women aged 30–60. Suggest 5 creative, low-cost ways I can use WhatsApp and Instagram to attract more customers this festive season."
Telling the AI to "be" a specific kind of expert is one of the most reliable ways to improve an answer's quality:
You are an experienced doctor. A patient is experiencing chest pain,
shortness of breath, and dizziness. List 5 possible causes and explain
when they should go to the emergency room immediately.You are a professional resume writer. Review the following resume and
suggest improvements to make it more competitive for entry-level IT
jobs: [paste resume]A Role Prompt Isn't a Real Expert
Role prompting changes the style and depth of the answer, not its factual reliability — a "doctor" role still can't replace an actual doctor, and its medical claims still need the same real-world verification as anything else from an AI. Use it to shape tone and expertise level, not as a substitute for a real professional when it matters.
These five principles cover most everyday prompting. The next lesson goes further — techniques built specifically for more demanding, professional-grade tasks like coding and complex reasoning.