Bulleted instructions are dense, testable, and cheaper in tokens; paragraphs hide rules inside connective tissue and reduce evals to gestalt checks.
Picture a kitchen with two sets of recipe instructions on the wall. One is a paragraph in flowing prose with the steps embedded inside connective sentences. The other is six short bullet points. New cooks doing the same dish under time pressure mess up the paragraph version more often, not because they cannot read English but because each step is hard to find inside the prose. The bullet version has one rule per line. You can point at the one that got missed. You can train someone by walking through each line. You can put a checkmark next to each one. The model running your system prompt is in the same situation as the cook under time pressure.
Detailed answer & concept explanation~5 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 minutes: why bullets are denser, why they are testable, the token-cost argument, when prose is right, the recommended 2026 layout.
Real products, models, and research that use this idea.
- Anthropic's published system-prompt patterns for Claude Opus 4.7 use a short persona paragraph followed by a numbered rule list followed by output-format hints.
- OpenAI's 2026 prompt-engineering guide for GPT-5.5 explicitly recommends bullet-list rule sections over flowing prose for instructions.
- LangSmith, LangFuse, and Phoenix all expose per-rule pass-fail evaluators that work cleanly on bullet prompts and poorly on paragraph prompts.
- DSPy's instruction-optimization pipeline routinely converts paragraph instructions into bulleted constraint lists during its compile step.
- Cursor and Cody both ship default system prompts in 2026 with explicit numbered rules rather than narrative guidance, after iteration showed it works better.
What an interviewer would ask next. Try answering before peeking at the approach.
QWhat does a good per-rule eval look like in practice?
QHow does instruction ordering inside the bullet list matter?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Writing system prompts as flowing English because it reads well to humans. The model is not the audience that benefits from connective tissue; bullets are denser, more testable, and usually cheaper per call.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.