Course A · Module A2 Prompting · Lesson 4 of 17
Lucky one-off results are accidents. A prompt built from five parts works every time.
You've probably had the experience: you ask an AI something, get a great answer, try the same type of question a week later, and get something mediocre. The output isn't random — you changed the input. A well-built prompt has five predictable parts. Once you can write all five, you stop getting lucky and start getting consistent. That single shift — from luck to system — is this lesson's win. And because the same five parts apply whether you're writing a chat prompt, an automation step, or a build brief, this skill underpins everything else in this course.
You don't need all five for every prompt. A quick "summarize this email" needs only a task. But any recurring prompt — one you'll use again and again — is worth building all five. The parts you include are the parts you control; the parts you leave out are the parts the model guesses.
Here's the same job done both ways. The task: write a follow-up email after a sales call.
# Weak prompt — one line, no context Write a follow-up email after a sales call. # Strong prompt — all five parts Role: You are a warm, concise business-development writer for a boutique design studio that works with early-stage startups. Context: I just had a 30-minute discovery call with Maya Chen, founder of a seed-stage fintech. She mentioned two pain points: inconsistent brand across decks and no design support for an upcoming fundraise. Task: Write a follow-up email referencing those two pain points and proposing a short next step (a 20-minute scoping call). Example of our tone: "Great talking through your roadmap today — the deck challenge you mentioned is exactly the kind of problem we fix fast." Output format: Plain text, under 120 words, no formal sign-off, subject line included.
Every tool in this course takes a prompt:
A prompt is a job posting. A vague job posting — "we need someone good with computers" — attracts generic applicants. A specific one — role, requirements, examples of the work, expected output — attracts exactly the right person. The AI responds the same way: specificity in, specificity out.
Answer before opening. Recalling it now is what makes it stick.
Output format. Without it, the model defaults to verbose. Adding "two sentences, plain text, no sign-off" — or whatever you actually want — locks the length on every run.
Examples. Describing your voice in words ("warm but professional") is vague. Pasting one email in your actual voice shows the model the standard directly — and it calibrates to that.
Every one of those 200 runs improves automatically. That's the leverage of a well-structured prompt inside an automation — fix it once, every future output benefits. Sloppy prompt in a high-volume flow multiplies the sloppiness; a tight one multiplies the quality.
Read this next (primary source)
Prompt Engineering Overview — Anthropic. The canonical, non-technical reference for building reliable prompts. The "be clear and direct" and "use examples" sections map directly to the five parts above. ~10 min. See RESOURCES.md for more.
Key terms from this lesson — prompt, context, token — are defined in the course glossary. Keep it open.