Quick Stats
Completed
0
Time Spent
0m
Streak
0
User
The Anatomy of a Great Prompt
Five ingredients that consistently work.
Why structure beats wording
Most people treat a prompt as a single sentence they tweak until something good comes out. That works for trivial asks, but for anything that matters, the difference between a mediocre and a great result is almost never a clever turn of phrase — it's structure. A well-built prompt tells the model who it is, what to do, what to work from, and what the answer should look like, so it can spend its effort on the task instead of guessing your intent.
Five reliable ingredients
A strong prompt usually contains some mix of these five parts. You won't always need all of them, but knowing them gives you a checklist whenever a result disappoints:
- Role — who the model should act as. "You are a senior copy editor" sets a different standard than "you are a friendly tutor."
- Task — exactly what to do, stated as a clear instruction. "Rewrite this paragraph for clarity" beats "thoughts?"
- Context — the material and constraints it needs: the text to work on, the audience, the do-nots.
- Format — how the answer should be shaped. "Three bullet points," "one sentence," "valid JSON."
- Examples — a sample of the input and output you want, which teaches tone and shape faster than description.
Before and after
Watch how stacking these ingredients transforms a weak prompt:
Weak: "Make this better."
Strong: "You are an editor. Rewrite the text below to be clearer and under 100 words, keeping a warm, friendly tone. Return only the rewritten text, no preamble."
The second version removes four separate guesses — who, what, how long, what shape — so the model lands far closer on the first try.
Order matters too
Put the instruction first, then the material. Models pay special attention to the start and end of a prompt, so a clear ask up top with your text below is more reliable than burying the instruction in the middle of a wall of context.
A great prompt isn't clever — it's complete. Say who, what, from what, and in what shape, and most of the "AI is so unpredictable" problem quietly disappears.
Try this: Take a prompt that gave you a so-so answer recently and label which of the five ingredients it was missing. Add just that one part, run it again, and notice how much of the gap was structure rather than the model.