AI & ML — INTRODUCTION
What Is Prompt Engineering? How Wording Changes AI Answers
Ask an AI “write about dogs” and you get something generic. Ask it the right way, and the exact same model suddenly sounds like it actually knows what it’s talking about.
The Quick Answer
Prompt engineering is the practice of wording your instructions to an AI model so it understands exactly what you want. The same underlying question can produce a vague, generic answer or a sharp, useful one — the difference is almost always in how specifically, and with what context, the question was asked.
What the Experts Say
Think of Claude as a brilliant but new employee who lacks context on your norms and workflows. The more precisely you explain what you want, the better the result.
How It Actually Works
- 1
Be specific. Vague requests force the model to guess. Specific requests narrow down exactly what "good" looks like.
- 2
Give it context. Explaining why you want something helps the model aim for the right kind of answer, not just any answer.
- 3
Show an example. One well-chosen example often teaches format and tone faster than a paragraph of instructions ever could.
- 4
Assign it a role. Telling the model "you are an expert X" focuses its tone and the kind of knowledge it draws on.
- 5
Specify the format. Asking for a list, a word count, or a specific structure removes another layer of guesswork.
Try It Yourself
Start from the same weak prompt — “Write about dogs.” Toggle techniques on and off below and watch both the prompt and the mock response change.
Prompt
Write about dogs.
Mock response
Dogs are popular pets. Many people like dogs. They can be good companions.
👉 Try it yourself — turn on all four techniques, then turn them off one at a time and watch the response get vaguer again.
Fun Fact
In December 2025, Google Research found that simply repeating the exact same prompt text twice back-to-back improved accuracy on non-reasoning tasks across every model they tested — 47 wins out of 70 tests, with zero losses. The likely reason: LLMs process text left to right, so early words get read before the model has seen the rest of the prompt. Repeating it lets every word effectively “see” the whole prompt before the model responds.
Source: Leviathan, Kalman & Matias, “Prompt Repetition Improves Non-Reasoning LLMs,” Google Research (2025)
Test Yourself
What is prompt engineering?
Which technique involves telling the model to act as a specific expert?
Why does adding a concrete example to a prompt usually help?
What does "being specific about the desired output" primarily reduce?
According to a 2025 Google Research study, what surprisingly simple technique improved non-reasoning model accuracy?
Ready for message roles, few-shot examples, structured output, and chain-of-thought prompting? Continue to the Intermediate level →