Getting started

9 common AI prompting mistakes (and how to fix them)

AI assistants get news wrong 45% of the time, and faster output is not better output. Nine common prompting mistakes with paired before-and-after fixes.

June 12, 2026

Weak AI answers almost always come from weak prompts, not weak models. When the output rambles, misses the point, or invents details, the prompt usually left a gap the model filled with a guess. The good news: most of those gaps are predictable.

The cost of a sloppy prompt is real. In a 2025 study of AI assistants answering news questions, 45% of all AI answers had at least one significant issue (European Broadcasting Union, 2025). Speed does not close that gap, either: workers are far likelier to say AI tools help them work more quickly (40%) than to say those tools improve the quality of their work (29%) (Pew Research Center, 2025). A faster wrong answer is still a wrong answer, so clarity is what pays off.

Below are nine mistakes that show up again and again, each with a bad prompt, a better one, and a one-line fix. The difference between the two versions is rarely length. It's clarity. For the underlying technique behind these fixes, see our guide to writing better AI prompts.

Key Takeaways

  • Most disappointing AI answers come from gaps in the prompt, not limits of the model, and those gaps are predictable.
  • State the goal, paste the real context, and name the format the answer should take before worrying about anything clever.
  • One worked example tends to beat a paragraph of rules, and inviting the model to ask questions surfaces wrong assumptions early.
  • A prompt that reliably works is worth saving, since rebuilding it from memory each week quietly makes it worse.

A person holds their head in frustration at a laptop, illustrating a disappointing AI answer.

1. Being vague about the goal

A vague ask forces the model to invent a goal for you, and it rarely picks the one you had in mind. Saying what you want and why points it at a single target.

Write about marketing.
Write a 120-word LinkedIn post announcing our free browser extension,
aimed at small-business owners. Goal: get them to click "install."

Fix: Name the deliverable, the length, and the outcome you're after.

2. Skipping the context

The model only knows what you put in the prompt. If you describe a problem instead of pasting it, you get advice about a generic problem rather than help with yours.

My code is broken, what's wrong?
Here's a Python function and the error it throws. Explain the root cause,
then give the corrected code.
Code: """[paste function]"""
Error: """[paste traceback]"""

Fix: Paste the actual document, error, or draft. Don't make the model guess at it.

3. Not stating the format

Models match a format far more reliably than they infer one. Leave the shape unspecified and you'll get prose when you wanted a table, or five paragraphs when you wanted three bullets.

Compare these three pricing plans.
Compare these three pricing plans in a markdown table with columns:
Plan | Monthly price | Best for | One limitation.
Plans: """[paste]"""

Fix: Ask for the exact shape (table, bullets, JSON) and show a tiny example if it matters.

4. Asking for too much at once

One prompt that demands research, an outline, a draft, and edits tends to do all of them poorly. Each stage compounds the errors of the last, so the final draft drifts far from what you wanted.

Research the keto diet, outline an article, write all 1,500 words,
then edit it for tone.
Step 1 of 4: List the 5 most important points to cover in an article
about the keto diet for beginners. Wait for my go before drafting.

Fix: Break the work into steps and approve each one before moving on.

5. Giving rules instead of an example

A paragraph of instructions is harder to follow than one worked example. Show the model an input and the output you'd want, and it copies the pattern instead of interpreting your rules.

Write product descriptions that are punchy, benefit-led, not too salesy,
around two sentences, and end with a soft call to action.
Here's the style I want. Match it for the next product.
Input: Stainless steel water bottle, 750ml, keeps drinks cold 24h.
Output: Cold from morning run to evening meeting. This 750ml steel
bottle holds its chill for a full day. Grab one for your desk.
Now write the output for: [next product].

Fix: Show one input-and-output pair instead of a wall of rules. Few-shot beats describe-shot.

Stop rewriting the same prompts

Promptly saves your best prompts so you start from what already works.

6. Forgetting the audience

"Explain it" is ambiguous until the model knows who's reading. The same topic needs different vocabulary, depth, and length for an expert than for a beginner.

Explain quantum computing.
Explain quantum computing to a curious 12-year-old in three sentences,
using one everyday analogy and no math.

Fix: Name the reader and the length. Both change the answer more than you'd expect.

7. Accepting the first draft

The first output is a starting point, not the finish line. Most people already sense this: only 5% of Americans say they trust AI a lot, while 41% express distrust (YouGov, 2025). That instinct is healthy, but the answer is to revise, not to start over. Rewriting your whole prompt from scratch each time wastes the parts that already worked; targeted follow-ups keep the good and fix the rest.

[Rewrite the entire original prompt with slightly different wording.]
Good start. Now make section two more concrete with a specific example,
cut the intro to one sentence, and keep everything else as is.

Fix: Refine with small, pointed follow-ups instead of starting over.

8. Not letting the model ask questions

When a request is ambiguous, the model fills the gaps with assumptions, and you only find out they were wrong after it's written 500 words on the wrong thing. Inviting questions surfaces those assumptions first.

Write a cold email to a potential client.
Write a cold email to a potential client. If anything is unclear about
the client, the offer, or the tone, ask me up to three questions
before writing.

Fix: Add one line giving the model permission to ask before it answers.

9. Throwing away prompts that work

The most expensive mistake is rebuilding a great prompt from memory next week, slightly wrong, slightly worse, every time. A prompt that consistently produces good output is an asset, so treat it like one.

[Type a similar prompt from scratch again, hoping you remember the wording.]
[Open your saved "cold email" prompt, tweak the client name, run it.]

Fix: Save prompts that work and reuse them so today's good wording is still there next week. Once you've built a small library, reusable templates turn the rest of your repetitive asks into fill-in-the-blank tasks.

Fix-it cheat sheet

MistakeQuick fix
Vague goalName the deliverable, length, and outcome
No contextPaste the document, error, or draft
No formatAsk for the exact shape, with a tiny example
Too much at onceSplit into steps; approve each one
Rules instead of an exampleShow one input-output pair
No audienceName the reader and the length
Accepting the first draftRefine with small, pointed follow-ups
No questions allowedLet the model ask before answering
Discarding good promptsSave and reuse them

If you want the why behind these patterns, start with what prompt engineering is, and developers can go deeper with prompt engineering for developers.

Frequently asked questions

What's the most common prompting mistake?

Being vague about the goal. Most weak answers trace back to an objective the model couldn't pin down, so it guessed. Adding a clear deliverable, an audience, and a format fixes the majority of disappointing results before you change anything else about the prompt.

Does a longer prompt always work better?

No. Clarity beats length. A short prompt with a role, a goal, and a stated format usually outperforms a long, rambling one. Extra words only help when they remove ambiguity. If a sentence doesn't make the request clearer, cutting it tends to improve the answer rather than weaken it.

How do I fix a bad answer without starting over?

Keep what worked and correct the rest with a targeted follow-up. Instead of rewriting the whole prompt, tell the model exactly what to change: make a section more concrete, cut the intro, switch the tone. Small, specific edits compound into a strong result far faster than restarting each time.

Do these fixes work the same across different AI assistants?

Yes. Clear goals, pasted context, explicit formats, and one worked example improve results on ChatGPT, Claude, Gemini, Perplexity, and Deepseek alike. The wording is portable, so a prompt you refine on one assistant usually transfers to the others with little or no change.

How do I stop making the same mistakes again?

Save the prompts that work and reuse them. A small prompt library keeps your proven wording one click away, so you start from a known-good prompt instead of rebuilding it from memory and slipping back into vague, one-off requests that produced weak answers in the first place.

Sources

European Broadcasting Union. AI's systemic distortion of news is consistent across languages and territories: international study by public service broadcasters (2025). https://www.ebu.ch/news/2025/10/ai-s-systemic-distortion-of-news-is-consistent-across-languages-and-territories-international-study-by-public-service-broadcaste, retrieved 2026-06-16.

Pew Research Center. U.S. Workers' Experiences With AI Chatbots in Their Jobs (2025). https://www.pewresearch.org/social-trends/2025/02/25/workers-experience-with-ai-chatbots-in-their-jobs/, retrieved 2026-06-16.

YouGov. Most Americans use AI but still don't trust it (2025). https://yougov.com/en-us/articles/53701-most-americans-use-ai-but-still-dont-trust-it, retrieved 2026-06-16.

Hero image: Vitaly Gariev via Unsplash.

Try it free

Write better prompts everywhere you chat with AI

Promptly lives in your browser and works with ChatGPT, Claude, Gemini, Perplexity, and more.

Also on Edge and Firefox

Read next