PhyseaWiki How AI actually works Papers physea.ai →

Prompting basics

What are the most common beginner prompting mistakes?

Most beginner trouble comes from vague requests, missing context, no example format, and telling the model what to avoid instead of what to do. Each has a direct fix.

Last updated 2026-06-15 · Physea Labs

Most early frustration traces back to a few habits. The good news is each one has a direct fix that the earlier pages already cover.

Being vague. “Write something about our product” leaves every real decision to the model. Be specific about the output you want and its constraints, which is the first thing both Anthropic and OpenAI recommend.[1, 2] Name the length, the audience, and the goal.

Giving no context. The model does not know who the output is for or what it will be used for. Anthropic notes that supplying the motivation behind an instruction helps the model deliver a more targeted response.[1] A sentence of background usually beats another adjective.

Not showing a format. If the shape of the answer matters, show an example of it. Examples are among the most reliable ways to steer format and structure, and a handful of input/output examples goes a long way.[1, 2]

Saying what not to do. A list of bans leaves the model guessing what you do want. Anthropic’s advice is to tell the model what to do instead: rather than “Do not use markdown,” try “Write your response as flowing prose paragraphs.”[1] A positive instruction points at a target; a prohibition only fences off one path.

Expecting one perfect try. Treat the first answer as a draft and refine from there. Prompting is iterative, and the second prompt is usually the better one.[2]

References

  1. Prompting best practices — Anthropic
  2. Prompt engineering — OpenAI