Module 01

What is Prompting?

A prompt is your instruction to an AI. The quality of your output is directly determined by the quality of your input. This is the most learnable skill in AI.

Why prompting matters

Most people use AI the same way they use Google — type a few words, read the first result. But AI language models are not search engines. They are extraordinarily capable systems that respond to the precision and richness of your instruction.

Weak promptOutput
"tell me about SIP"Generic Wikipedia-style explanation
"write a cover letter"Bland template with [YOUR NAME] placeholders
"analyse this company"Surface-level overview
Strong promptOutput
"Explain SIP investing to a 25-year-old earning ₹60,000/month who has never invested before. Cover what it is, how to start, how much to invest, and the top 3 mistakes beginners make. Use simple language and Indian rupee examples."Specific, actionable, India-relevant guide

The prompting mindset

Think of AI as an extraordinarily intelligent assistant who has just joined your team. They are brilliant — but they don't know your context, your audience, your style, or your constraints unless you tell them.

  • The more context you give, the better the output
  • Iterate — good prompting is a conversation, not a one-shot request
  • Be specific about format: "give me a numbered list of 5 points, each under 2 sentences"
  • Tell it who to write for: "explain this to a 50-year-old with no finance background"

What AI models are actually doing

When you send a prompt, the model predicts the most likely next token given your input. It is not "thinking" — it is pattern-matching at enormous scale. Understanding this explains both its power and its limitations:

  • Power: It has seen millions of examples of great writing, clear explanations, and correct code — so it can produce all of these
  • Limit: It will confidently produce plausible-sounding but wrong answers if your prompt steers it toward unfamiliar territory — always verify
🤖