Level 0Lesson 3โฑ๏ธ 55 min

Your First Real Conversations

Master the basics of talking to AI effectively

๐Ÿ‘ฉโ€๐Ÿซ Teacher๐Ÿ‘จโ€โš•๏ธ Healthcare๐ŸŽ“ Studentโš™๏ธ Engineer๐Ÿ’ป Developer๐Ÿ’ผ Business

Section 1: The Anatomy of a Good Prompt

The difference between a frustrating AI response and an excellent one usually comes down to how you ask the question. Let's break down what makes a prompt work.

The Four Essential Components

1. Context

Who are you? What's your situation? What domain are you in?

"I'm a marketing manager at a SaaS startup..."

2. Task

What specifically do you want AI to do?

"I need to write an email that..."

3. Format

How should the answer be structured?

"Give me bullet points..."

4. Constraints

What should you avoid? What's the length or tone?

"Keep it under 150 words, casual tone"

Bad Prompt vs Good Prompt

WEAK PROMPT

PROMPT
Write something about climate change

Problems: Too vague. No context. No target audience. No format specified. No length limit. AI has to guess.

STRONG PROMPT

PROMPT
You are a science communicator. Write a 150-word paragraph explaining why ocean acidification is a concern for a general audience with no science background. Use one real-world analogy to make it relatable. Avoid scientific jargon. Focus on why this matters to ordinary people.

Why it works: Clear context (who you are), specific task, target audience, format, length, and constraints. AI knows exactly what you want.

The pattern: "You are [role]. [Task]. The audience is [who]. Output as [format]. [Constraints]."

Section 2: The 5 Most Common Mistakes

These are the things that make AI responses disappointing. Fix them and you'll get dramatically better results.

Mistake 1: Being Too Vague

โŒ Vague

PROMPT
Write an article about productivity

โœ“ Better

PROMPT
Write a 500-word article for busy professionals explaining 3 evidence-based productivity techniques they can implement today. Make it practical, not theoretical.

Mistake 2: No Context About Who You Are

โŒ No context

PROMPT
Help me write an email to my boss

โœ“ Better

PROMPT
I'm a junior engineer at a startup. Write an email to my manager requesting a meeting to discuss my career growth. Tone: respectful and professional, not demanding.

Mistake 3: Asking for Everything in One Prompt

โŒ Too much at once

PROMPT
Write a business plan, marketing strategy, and financial projections for my new restaurant

โœ“ Better

PROMPT
Help me outline the Executive Summary section of a business plan for a coffee shop. What should I include? (We'll handle marketing and finances separately.)

Mistake 4: Not Specifying Format

โŒ No format

PROMPT
Tell me about the benefits of exercise

โœ“ Better

PROMPT
Give me 5 benefits of exercise. Format as a numbered list with 1-2 sentences per benefit. Target audience: people who are skeptical about exercise.

Mistake 5: Giving Up After One Bad Response

โŒ Giving up

"That wasn't good. AI is useless."

โœ“ Better

PROMPT
That's not quite right. Try again but make it shorter and less formal.
๐Ÿ’ก
The Refinement Loop
The first response is rarely perfect. You're supposed to refine it. That's the normal workflow: ask, get a response, refine 1-2 times, use the result. Most people expect perfection on the first try and get discouraged. Don't be that person.

Section 3: Conversation Techniques

You can't just ask once and be done. Here are the key ways to refine and iterate with AI.

Technique 1: Ask for Alternatives

Don't settle for one response. Ask for variations.

Example
Give me 3 different versions of that email: one formal, one casual, and one friendly-but-direct.

When to use: When you're not sure which tone or style is right. Or when you want options.

Technique 2: Refinement

Tell AI what you want changed.

Example
Make it shorterโ€”about half the length. Use simpler words. Remove the jargon.

When to use: After the first response, when you see what you got but want tweaks.

Technique 3: Critique

Ask AI to evaluate its own work.

Example
What are the weaknesses in that argument? What would a skeptic disagree with?

When to use: When you want to stress-test an idea or find holes before using it.

Technique 4: Stepping Up

Take the response and escalate its formality, depth, or impact.

Example
Now make it more formal and suitable for a board presentation. Add more data and specifics.

When to use: When you've drafted something and now need to adapt it for a different audience.

Technique 5: Role Reversal

Ask AI to challenge your position.

Example
What questions would a skeptical manager ask about this proposal? What concerns might they have?

When to use: Before presenting ideas to others. To prepare for objections.

Section 4: Hands-On โ€” Profession Walkthroughs

Here are six real, specific prompts for different professions. Pick yours and try it right now in Claude or ChatGPT.

The Task: Create a quiz that students will actually engage with.

PROMPT
I teach 7th grade science. Create a 10-question multiple choice quiz on the water cycle. Each question should have 4 options (A, B, C, D). Include the correct answer. Make questions appropriate for 12-13 year oldsโ€”not too easy, not impossible. A few should be knowledge-based, but include at least 2 "thinking" questions that require understanding, not just memorization.

What to look for: Are the questions clear? Are they the right difficulty? Would you actually use these?

Follow-up: "Make 3 of these questions harder for an advanced class."

The Task: Explain a diagnosis in a way patients understand.

PROMPT
I'm a family physician. Write a patient-friendly explanation of Type 2 Diabetes. The explanation should: 1) Define it simply, 2) Explain what causes it, 3) List 3-4 lifestyle changes that help manage it, 4) Give hopeโ€”it's manageable. Write for someone with no medical background, approximately 200 words. Avoid jargon.

What to look for: Is it understandable? Does it avoid scary language while being honest? Would a patient feel hopeful?

Follow-up: "Make this version for a teenager. Use language and examples they'd relate to."

The Task: Understand a complex topic for an exam.

PROMPT
I'm studying for a history exam. Explain the causes of World War 1 in a way that's easy to remember. Give me 3-4 key points (not a huge list). Use everyday examples or modern analogies so I actually understand why it happened, not just memorize facts. Make it the kind of explanation you'd give a friend, not a textbook definition.

What to look for: Can you understand this without being a history expert? Are the analogies helpful? Could you explain this to someone else now?

Follow-up: "What questions would a tricky teacher ask about this? Help me prepare."

The Task: Explain technical issues to non-technical people.

PROMPT
I'm a civil engineer writing a report for city council members (non-technical audience). Explain: 1) Why we found stress fractures in the bridge support beams, 2) What this means for public safety (be honest but not alarmist), 3) What we recommend. Keep it jargon-free. Assume they have a high school education. Make it 2-3 paragraphs.

What to look for: Would a city councilor understand this? Does it explain the problem without using engineering jargon? Is it convincing?

Follow-up: "Now write a 30-second version I can say out loud in a meeting."

The Task: Get code review and feedback.

PROMPT
Review this Python function and tell me: 1) What it does in plain English, 2) Any bugs or edge cases I'm missing, 3) How to make it more readable. Be specific. If you spot improvements, show an example. [paste your code here]

What to look for: Did AI correctly understand your code? Are the issues real? Are the suggestions practical or pedantic?

Follow-up: "Write test cases for this function, including edge cases."

The Task: Prepare for a client meeting.

PROMPT
I have a client meeting tomorrow with [Company Name]. Write me a 5-point briefing covering: 1) What's their main business? 2) What's in the news about them recently? 3) What are 3 potential pain points we might help with? 4) What should I ask them about? 5) What should I avoid? Keep each point to 2-3 sentences. Make it actionable.

What to look for: Is this actually useful for a real meeting? Does it give you talking points? Does it help you sound prepared?

Follow-up: "Draft an email to send after the meeting to recap next steps."

Section 5: The Refinement Loop In Action

Here's what a real conversation looks like. Three turns, each improving the result.

Turn 1: Your Initial Ask

PROMPT
I need to write an email to a client saying no to a project. Help me draft it.

Claude's Response (summary)

"Hi [Client], Thank you for thinking of us. Unfortunately, we're not able to take on the [Project] at this time due to capacity constraints. We'd love to revisit this in the future. Best regards, [Your name]"

Turn 2: Your Refinement

PROMPT
That's too formal. Make it warmer and more personal. Mention that I'm still interested in working with them on other projects. Keep it short.

Claude's Response (revised)

"Hi [Client], Thanks so much for reaching out about [Project]. I appreciate your confidence in us. We're completely slammed right now, so I can't give it the attention it deserves. Let's grab coffee next monthโ€”I'd love to explore what else we might do together. Talk soon!"

Turn 3: Final Polish

PROMPT
Perfect. One small thingโ€”is 'completely slammed' too casual? Any other wording?

Claude's Response

"You could say 'tied up with other commitments' or 'at capacity' if you want it slightly less casual. But honestly, 'completely slammed' feels human and honestโ€”clients know we're busy. It actually builds credibility. Keep it as-is."

The pattern: Ask โ†’ get response โ†’ tweak โ†’ get better response โ†’ final polish. Three turns, dramatically better result than the first attempt.

Lesson 3 โ€” Quick Reference
Prompt Formula
  • "You are [role]. [Task]. [Context]. Output as [format]. [Constraints]."
  • Context = who are you, what's your situation, what domain
  • Task = exactly what you want AI to do
  • Format = bullet points, essay, table, email, etc.
  • Constraints = length, tone, what to avoid
Power Phrases to Know
  • "Make it more concise"
  • "Explain like I'm 5"
  • "Give me 3 alternatives"
  • "What are the limitations of this?"
  • "Check this for errors"
  • "Make it more formal/casual"
  • "Add specific examples"
  • "Summarize in one sentence"
Conversation Techniques
  • Ask for alternatives (3 versions with different tones)
  • Refine (tell it exactly what to change)
  • Critique (find weaknesses in the response)
  • Step up (escalate formality/depth for different audience)
  • Role reversal (ask for objections/tough questions)
Common Mistakes to Avoid
  • Being too vague = bad output
  • No context about who you are = wrong tone/style
  • Asking for everything at once = confusing response
  • Not specifying format = whatever format AI chooses
  • Giving up after first response = missed potential