Skip to main content
KO
guide

A Beginner's Guide to AI Chatbot Prompts (ChatGPT & Claude)

2026-04-30 · 7 min read

Why Your Prompts Aren't Working

ChatGPT and Claude are now part of daily workflows for millions of people, but the most common complaint is the same: "It doesn't give me what I want." Sometimes that's a model limitation. Far more often it's the prompt. The same model can produce a brilliant answer or a useless one depending on how you ask. The good news: writing better prompts isn't a secret art. It's mostly the same skill as briefing a coworker — be specific about who, what, and how.

The Four Ingredients of a Good Prompt

You don't need all four every time, but when an answer disappoints, walk through this list and add what's missing.

  • Role: Who should the model pretend to be? "You are a senior product designer."
  • Context: Background the model needs. "We're shipping a B2B analytics dashboard to engineering managers."
  • Task: A clear verb describing what to do. "Suggest five names for the new alerting feature."
  • Format or example: What the output should look like. "Each name 1–2 words, snake_case, no acronyms."

Think of it as who, in what situation, doing what, in what shape. That's it.

Improving a Prompt Step by Step

Let's take a familiar task — drafting a meeting summary — and watch the output get better.

Step 1 — Bad prompt:

Summarize this meeting.

You'll get a flat, generic recap. The model has no idea who'll read it or what matters.

Step 2 — Add context:

Summarize the meeting transcript below for someone who couldn't attend.
Highlight decisions and action items.

[transcript]
...

Better. Now the summary picks out decisions instead of paraphrasing every line.

Step 3 — Add role and format:

You are an experienced engineering manager.
Summarize the meeting transcript below for a teammate who missed it.

[transcript]
...

Output:
- Decisions (bullet list, max 5)
- Action items (owner, task, due date)
- Open questions (1–2 lines each)
- Suggested next meeting topic (1 line)

This third version is usually close to copy-paste-ready. Same model, three different worlds of usefulness.

Common Mistakes Beginners Make

  • Cramming too much into one prompt. "Research, write, translate, and format as a table" rarely produces a good result for any of those subtasks. Break it into stages.
  • Vague qualifiers. Words like "good," "nice," or "professional" carry no information. Replace them with measurable constraints — word counts, audience level, tone words ("warm but direct").
  • Skipping verification. AI models confidently produce wrong facts (hallucinations). Double-check statistics, names, dates, and code against another source before shipping.
  • Stopping at the first answer. Treat the conversation like an actual conversation — "shorter," "more skeptical tone," "give me three alternatives" are all valid follow-ups.
  • Pasting sensitive data. Don't drop customer names, internal credentials, or private identifiers into a public chatbot. Mask or replace them before pasting and reinsert later.

ChatGPT vs Claude — A Quick Note

People who use both notice flavor differences (current as of recent versions; this shifts with each release).

  • ChatGPT (OpenAI): Strong at integrated tools — image generation, voice, code execution, web search. Quick, punchy responses.
  • Claude (Anthropic): Strong at long documents, sustained tone across long outputs, and careful reasoning. Safety guardrails skew conservative.

Neither is universally better. For real work, send the same prompt to both occasionally and notice which feels closer to what you wanted.

A Final Thought

Prompting is writing. It's the practice of turning a fuzzy idea in your head into a specific sentence on the screen, which is why it gets easier the more you do it. Start by treating the four ingredients as a checklist; over time you'll internalize them and one-line prompts will start working. Pick one prompt you wrote today and rewrite it with this guide in mind. The fastest way to learn is to compare the two answers side by side.