AI Beginner 6 min read

AI Prompting 101: How to Get Better Answers Every Time

ai.rs Jan 29, 2026

Why Your Prompts Matter

You've probably had this experience: you ask ChatGPT or Claude a question and get a vague, generic answer. Then someone else asks the same question differently and gets something incredibly useful.

The difference isn't the AI — it's the prompt. The way you phrase your request determines the quality of the response. Think of it like giving directions: "Go somewhere nice for dinner" gets you a very different result than "Find me an Italian restaurant within 10 minutes of downtown, budget $30 per person, with outdoor seating."

The Five Rules of Better Prompting

1. Be Specific About What You Want

Vague prompts get vague answers. The more detail you provide, the more useful the response.

Weak Prompt Strong Prompt
"Write about marketing" "Write a 200-word LinkedIn post about why small businesses should invest in email marketing over social media ads"
"Help me with my resume" "Review the experience section of my resume for a senior product manager role and suggest stronger action verbs"
"Explain AI" "Explain how AI chatbots work to a 60-year-old who has never used one, using everyday analogies"

Notice how the strong prompts specify the format, audience, length, and focus. The AI doesn't have to guess what you want.

2. Give Context

The AI doesn't know who you are, what you've tried, or what your situation is. Tell it.

Without context: "How do I fix this error?" → Generic troubleshooting steps.

With context: "I'm a beginner Python programmer. I'm getting a 'list index out of range' error on line 12 of my script that processes CSV files. The CSV has 500 rows and 3 columns. The error happens on rows where the third column is empty." → Targeted, useful solution.

Context to include:

  • Your experience level
  • What you've already tried
  • What the end goal is
  • Any constraints (time, budget, tools available)

3. Set the Format

Tell the AI how you want the answer structured. This is one of the most powerful and underused techniques.

  • "Give me a bulleted list of..."
  • "Create a comparison table with columns for..."
  • "Explain this in three paragraphs: first the problem, then the cause, then the solution"
  • "Write this as a step-by-step guide with numbered instructions"
  • "Keep your response under 100 words"

Without format instructions, the AI defaults to whatever pattern seems most common. With them, you get exactly the structure you need.

4. Assign a Role

Telling the AI to act as a specific type of expert changes the vocabulary, depth, and perspective of the response.

  • "You are an experienced tax accountant. Explain..."
  • "Act as a skeptical investor reviewing this business plan"
  • "You are a patient teacher explaining this to a complete beginner"
  • "Respond as a direct, no-nonsense project manager"

This works because the model's training data contains millions of examples of how different experts communicate. When you assign a role, you're telling it which patterns to draw from.

5. Show What Good Looks Like

If you have an example of what you want, include it. This is called few-shot prompting — giving the AI one or more examples before asking it to produce something similar.

"Here's an example of the tone I want: 'Our quarterly results show a 12% increase in customer retention, driven primarily by the new onboarding flow.'

Now write three more bullet points in the same style for these metrics: revenue growth, churn reduction, NPS improvement."

The AI will match the style, length, and format of your example remarkably well.

Common Mistakes (and Fixes)

Asking Too Many Things at Once

Problem: "Write me a business plan, create a financial projection, design a marketing strategy, and suggest a company name."

The AI will try to do everything and do nothing well. Break complex requests into separate prompts, building on each result.

Fix: Start with one task. Use the output to inform the next prompt.

Not Iterating

Problem: You get a response, it's not quite right, so you start over with a completely new prompt.

Fix: Build on what you got. "This is good, but make the tone more casual" or "Keep points 1 and 3, but replace point 2 with something about customer retention." The AI handles iterative refinement very well.

Being Too Polite (or Too Terse)

You don't need to say "please" and "thank you" and "if it's not too much trouble." But you also shouldn't write one-word prompts. Find the middle ground: clear, direct, specific.

Expecting Perfection on the First Try

Think of prompting as a conversation, not a single request. Your first prompt gets you 70% of the way there. Your follow-up refinements get you to 95%. This is normal and expected.

Power Techniques

Chain of Thought

For complex problems, ask the AI to show its reasoning: "Think through this step by step before giving your final answer." This reduces errors because the model is forced to work through the logic rather than jumping to a conclusion.

Constraints as Creativity

Counterintuitively, adding constraints often produces better results:

  • "Explain this using only words a 10-year-old would know"
  • "Summarize this entire article in exactly 3 sentences"
  • "List the pros and cons, but you must include at least 3 of each"

Constraints force the AI to be creative within boundaries, which usually produces tighter, more focused responses.

The "Pretend You're Wrong" Technique

After getting an answer, try: "Now argue against everything you just said" or "What are the weaknesses in this approach?" This gives you a balanced view that a single prompt rarely provides.

A Real-World Before and After

Before: "How should I price my product?"

After: "I'm launching a SaaS tool for freelance graphic designers that automates invoice creation. My competitors charge $10-$30/month. I have no users yet. I want to acquire my first 100 customers quickly. What pricing strategy would you recommend, and why? Include the tradeoffs of each option in a table."

The second prompt gives the AI everything it needs to provide a genuinely useful, specific answer.

The Bottom Line

Prompting is a skill, and like any skill, it improves with practice. The core principle is simple: the more clearly you communicate what you want, the better the AI can deliver it. Be specific, give context, set the format, and iterate.

You don't need to memorize frameworks or use special syntax. Just think about what you'd tell a very capable but context-free assistant, and say exactly that.

Curious about when AI gets things wrong? Read What Are AI Hallucinations and How to Spot Them.

Curious how businesses use AI? See how it works — custom AI assistants from setup to live.

Share: Post Share

Related Articles