What is a Prompt? — The Basics
Definition
A prompt is any text you send to an AI model to produce a response. It is the primary interface between you and the model — a set of instructions, questions, or context that tells the AI what to do.
Why prompts matter
The same AI model gives wildly different outputs depending on how you phrase your request. A vague prompt produces a vague answer. A precise, well-structured prompt produces a precise, useful answer. Prompt engineering is the skill of closing that gap.
Types of prompts
Prompts can be:
• Zero-shot — just a question or instruction with no examples.
• Few-shot — you provide 1–5 examples of the desired format before your actual request.
• System prompts — background instructions that set the AI's persona and behavior (used in APIs).
• Chain prompts — the output of one prompt becomes input to the next.
Your first prompt
Open ChatGPT or Claude and try these two versions of the same request:
Version A (vague): Write something about social media.
Version B (clear): Write a 3-paragraph LinkedIn post for an Arabic-speaking entrepreneur explaining why short-form video content outperforms text posts in 2025. Use a confident, friendly tone.
Notice how much more useful Version B is. That difference is prompt engineering.
Key Takeaways
- A prompt is any text input to an AI model.
- Prompt quality directly determines output quality.
- Prompts can be zero-shot, few-shot, system, or chained.
- Clarity and specificity are the foundations of a good prompt.
Rewrite a vague prompt
Take this vague prompt and make it specific: `Help me with my business.` Add: who you are, what the business does, what specific help you need, and the format you want.