| "Be creative" / "Be helpful" | Vague, model already tries to be helpful — adds zero signal | Remove, or replace with specific behavioral instruction |
| "Do NOT hallucinate" | Model cannot reliably self-detect hallucination; creates false confidence | Add grounding: "Only use information from the provided context. If unsure, say 'I don't know'" |
| Wall of rules (>15 bullets) | Attention degrades on long flat lists — later rules get ignored | Group into prioritized sections (CRITICAL / IMPORTANT / NICE-TO-HAVE), max 5-7 per group |
| Contradictory instructions | "Be concise" + "Explain thoroughly" — model oscillates unpredictably | Pick one stance per section; use conditional triggers ("If user asks for detail, then expand") |
| Repeating the same instruction 3+ times | Wastes tokens, signals uncertainty to model, no accuracy gain after 2nd mention | State once clearly, optionally reinforce once in a different section |
| "Think step by step" on trivial tasks | CoT adds latency and tokens for zero accuracy gain on simple classification/extraction | Reserve CoT for reasoning-heavy tasks (math, multi-hop, analysis). Direct prompting for simple tasks |
| Excessive emphasis (ALL CAPS, !!!, bold everywhere) | ALL CAPS has zero measurable effect on compliance — "NEVER do X" performs the same as "Never do X". When everything is emphasized, nothing is | Reserve emphasis for structural markers (section headers). Max 3 emphasis markers per prompt |
| Few-shot examples that don't match target | Examples from a different domain/format confuse more than help | Examples must match the exact task format, domain, and edge cases |
| Prompt says "you are an expert" without constraints | Model generates confident-sounding but ungrounded output | Add domain boundaries: "You are an expert in X. You do NOT answer questions about Y" |
| No output format specification | Model picks random format each time — inconsistent parsing downstream | Always specify: JSON schema, bullet format, table structure, or "respond in exactly N sentences" |