The original is one click away. Open original ↗
Three AI prompt mistakes killing your output quality
Executive overview
Most people prompt AI once and hope for a good result. The real problem is missing context, ignoring prompt structure, and never iterating.
Fix all three and output quality jumps immediately. Leave any one out and the model works against you.
Context is the single biggest lever: the more relevant information you feed the model, the better it responds.
The first mistake: no context
- Context engineering is the practice of pulling the right information into the model at the right time — documents, past conversations, user details.
- For writing in someone's style: collect 3–6 diverse examples of their content, plus any writing guides they publish.
- Use AI to extract stylistic patterns from those examples into a system prompt.
- Store both the system prompt and raw examples in a project knowledge base (Claude Projects or GPT Projects).
- For research: use the reverse interview technique — ask a fast reasoning model to question you one at a time, each answer informing the next question.
- At the end of the interview the model synthesises your implicit knowledge into an explicit, detailed research prompt.
- This surfaces ideas you couldn't easily articulate yourself and converts them into structured context for a second model.
The second mistake: no structure
- Common prompt components: role/objective, instructions, output format, few-shot examples, context, and bookend reminders.
- Reasoning steps are now largely obsolete — state-of-the-art models (o3, Gemini 2.5 Pro, Claude Sonnet 4) reason natively; you don't need to ask them to think step by step.
- Output format and few-shot examples still matter.
- Context will typically dominate prompt length; the explicit instructions are a small fraction of what the model receives.
- The lost-in-the-middle problem: if context is long, place critical instructions at both the start and end of the prompt.
- Delimiters: most models are converging on XML; markdown delimiters are becoming less standard.
- You no longer need to "yell" at models — firm instructions work; all-caps commands are mostly a relic.
- You don't need to memorise prompt structure — outsource it to AI instead.
Using AI to build prompts
- Both OpenAI and Claude provide built-in prompt generators in their playgrounds; a one-sentence input produces a fully structured prompt.
- Basic self-prompting pattern: "Using best practices for [model] as of [today's date], create a prompt for [task]."
- Specifying the model and date forces the generator to use current best practices rather than outdated ones.
- Advanced approach: first research what to look for in the task (e.g. lexical signatures, sentence mechanics for mimicking writing style), then feed those findings into a second AI to write the system prompt.
The third mistake: no iteration
- Prompt and pray — submitting one prompt and expecting a perfect result — almost never works.
- Single-model iteration: stay in one long conversation; the model retains prior context and each exchange narrows the output.
- Example: "How do I increase customer retention?" gets generic advice. Adding that you're a B2B SaaS company, churn peaks at six months, and a competitor just cut prices gets targeted strategies and a 90-day plan.
- Multimodal iteration — option 1: send the same prompt to multiple models (Perplexity, GPT, Claude, Gemini, Grok), compare outputs, and synthesise the best elements.
- Multimodal iteration — option 2: open the same model in multiple separate threads; non-determinism means each thread produces a different result — pick the best, then refine it further.
- Combining both: generate variations across models, select the strongest output, then switch to single-thread iteration to polish it.
- Top prompt engineers share one trait: an abundance mindset — they ask more questions, run more threads, and accept that volume produces quality.
More like this — when you're ready for early access.
Join the waitlist for a personal account and content recommendations based on what you're working on.
No spam. Unsubscribe at any time.
You're on the list. We'll be in touch before launch.