Skip to main content

๐ŸŽฏ Clear Instructions

Clear instructions mean telling the AI exactly what you want โ€” no guessing, no vague language, no room for misinterpretation. Think of it like giving directions to someone who has never been to your city. The more specific you are, the better the result.

This is the single most important skill in prompt engineering. If you learn nothing else, learn this: specificity beats cleverness every time.

Why This Mattersโ€‹

Most people write vague prompts and then blame the AI for giving bad answers. But the real problem is the instruction itself. The AI doesn't read your mind โ€” it reads your words. If your words are unclear, your results will be unclear.

Here's what happens with vague vs. clear prompts:

Vague PromptWhat AI ThinksClear PromptWhat AI Delivers
"Tell me about dogs"A 2000-word essay? A list? Which dogs?"List 5 small dog breeds for apartments with their weight and energy level"Exactly what you asked for
"Help with my resume"Rewrite it? Review it? Format it?"Rewrite the experience section of my resume using strong action verbs"Focused, actionable help
"Write code"What language? What problem?"Write a Python function that validates email addresses using regex"Working, specific code

The Specificity Principleโ€‹

The Specificity Principle states: the quality of AI output is directly proportional to the specificity of your input. Here's how to apply it:

1. Say What You Want (Not What You Don't Want)โ€‹

Instead of "Don't make it too long," say "Keep it under 150 words." Instead of "Don't be boring," say "Use an engaging, conversational tone with real-world examples."

2. Define the Formatโ€‹

Tell the AI how to present information. Do you want a list? A table? Paragraphs? A code block? Say it.

3. Set the Scopeโ€‹

Narrow down your topic. "Marketing" is too broad. "Social media marketing strategies for a small bakery in 2025" is perfect.

4. Specify the Audienceโ€‹

"Explain quantum computing" is vague. "Explain quantum computing to a 10-year-old using everyday objects as analogies" is crystal clear.

5. Include Success Criteriaโ€‹

What does a good answer look like? Tell the AI. "Your answer should include at least 3 examples, be under 200 words, and end with an actionable takeaway."

Prompt Exampleโ€‹

Here is a well-structured, clear prompt:

Create a comparison table of the top 5 JavaScript frameworks for building 
web applications in 2025.

Include these columns:
- Framework name
- Learning curve (Easy/Medium/Hard)
- Best for (type of project)
- Community size (Small/Medium/Large)
- Key advantage (one sentence)

Format as a Markdown table. Keep descriptions concise โ€” max 10 words each.

โŒ Bad Exampleโ€‹

Tell me about dogs

This prompt is vague. The AI doesn't know if you want breeds, history, care tips, health info, fun facts, or something else. You'll get a generic, unfocused response that probably isn't what you needed.

โœ… Improved Exampleโ€‹

List the 5 most popular dog breeds for apartment living. For each breed, 
include:
- Size (small/medium/large)
- Temperament (2-3 words)
- Daily exercise needs (in minutes)
- Grooming level (low/medium/high)

Present this as a numbered list with bullet points for each attribute.

This prompt specifies: the number of items, the context (apartment living), the exact attributes to include, the format for each attribute, and the overall presentation style.

๐Ÿงช Try It Yourself

Edit the prompt and click Run to see the AI response.

Practice Challengeโ€‹

Practice Challenge

Task: You want the AI to help you plan a weekend trip.

Write TWO prompts:

  1. A vague prompt (the kind most people write)
  2. A clear, specific prompt that includes: destination, budget, number of days, interests, and desired output format

Compare the results. Notice how the specific prompt gives you something you can actually use, while the vague one gives generic travel advice.

Bonus: Try adding one more constraint (like "I have a food allergy" or "I don't drive") and see how the output changes.

Real-World Scenarioโ€‹

Scenario: You're a marketing manager and need the AI to write social media posts for your company's new product launch.

What most people write:

"Write some social media posts for our product launch."

What an expert writes:

"Write 3 Twitter/X posts (max 280 characters each) announcing the launch of EcoBottle โ€” a self-cleaning water bottle made from recycled ocean plastic. Target audience: environmentally conscious millennials. Tone: excited but not salesy. Each post should include a call-to-action and one relevant emoji. Avoid hashtag stuffing โ€” max 2 hashtags per post."

The expert prompt gives the AI everything it needs: the platform, character limits, product details, target audience, tone, and constraints. The result is something you can actually post.

Interview Questionโ€‹

Interview Question

Q: What is the Specificity Principle in prompt engineering, and why does it matter?

A: The Specificity Principle states that the quality of AI output is directly proportional to the specificity of the input prompt. Vague prompts produce generic, often unusable results because the AI must guess at the user's intent. By being specific about the topic, format, scope, audience, and success criteria, you dramatically reduce ambiguity and get responses that are immediately useful. This principle is the foundation of all prompt engineering โ€” every other technique builds on the ability to write clear, specific instructions.

Summaryโ€‹

Summary
  • Clear instructions are the #1 most important prompt engineering skill
  • Use the Specificity Principle: be specific about topic, format, scope, audience, and success criteria
  • Say what you want, not what you don't want
  • Define the format โ€” tell AI if you want a list, table, paragraphs, or code
  • Set boundaries โ€” word counts, number of items, reading level
  • The quality of AI output directly reflects the quality of your input
  • When in doubt, add more detail to your prompt rather than less