How I Think About Prompt Systems
A useful prompt system gives the model a job, a shape, examples, and a way to know when the answer is good enough.
01
Write the job before the prompt.
02
Use examples to define taste.
03
Add review checks before trusting output.
Start with the job
The first question is not what should the prompt say. The first question is what decision or output the workflow needs to support. Once the job is clear, the prompt can be smaller and more testable.
Give the model taste
Examples do more than explain format. They show what counts as sharp, too vague, too long, too risky, or ready to publish. A prompt without examples usually leaves too much taste hidden in somebody else's head.
Build the review loop
Good systems include checks: required fields, tone limits, source notes, edge cases, and a second pass when the first output is uncertain. The review loop is what turns a prompt into a workflow.