Prompt engineering for operators: what actually matters
Most "prompt engineering" advice is either too academic or too simplistic. Here is the practical version — the five things that reliably improve outputs.
"Prompt engineering" has become a loaded phrase — it implies a technical skill, a discipline, an art form. In practice, most of what makes prompts work better is not technical at all. It is clarity about what you want and how you think.
Here is what actually matters.
1. Tell Claude what role to play
The single most reliable improvement to outputs is specifying the role. Not "you are a helpful assistant" — that is the default. Specify who Claude is for this task:
"You are a senior copywriter who specialises in SaaS B2B content."
"You are a customer support specialist who has worked in telecoms for 10 years."
"You are a financial analyst reviewing an early-stage startup's pitch deck."
The role activates a set of implicit knowledge, tone assumptions, and priorities. The same question asked to a "copywriter" and to an "analyst" will produce qualitatively different answers — even if the question says nothing else different.
2. Give Claude the context it cannot guess
Claude knows a great deal about the world. It knows nothing about your company, your customer, your situation, unless you tell it. The most common reason for mediocre outputs is insufficient context.
Before writing a prompt, ask: what does Claude need to know to answer this well that it could not know by default?
Bad: "Write a follow-up email to a prospect."
Better: "Write a follow-up email to a prospect who attended our webinar on contract management software last Tuesday. They are a head of legal at a 200-person company. We discussed their pain points around contract renewals. Tone: warm, professional, no pressure. Goal: book a 30-minute call."
The second prompt takes 45 more seconds to write. It produces an email you can actually send.
3. Specify the format before you need to edit it
If you want a bulleted list, say so. If you want exactly three options, say three. If you want a one-paragraph summary, not a five-paragraph essay, say that. Claude defaults to comprehensive; if you want concise, you have to ask.
Format instructions:
- "In three bullet points"
- "In under 100 words"
- "As a table with three columns: action, owner, deadline"
- "Two options, each explained in one sentence"
- "Write this as if for a non-technical reader"
These instructions are cheap to add and dramatically reduce editing time.
4. Use examples more than instructions
When you want a specific output style, showing is faster than telling. Instead of "write in a conversational, not overly formal tone with short sentences," show Claude an example of what you mean:
"Match this tone: 'We've been heads-down on this for months. Here's what we've built.'"
Examples calibrate tone, sentence length, vocabulary, and structure in a way that descriptions cannot fully capture. If you have a great example of the thing you want, put it in the prompt.
5. Ask Claude to check its work
For any output where accuracy matters, build verification into the prompt:
"After drafting the email, review it and flag any claim you are not certain about."
"Before finalising, check whether the pricing information in this response is accurate based on the document I've provided."
"If you are making any assumptions I haven't stated explicitly, list them at the end."
This does not make Claude infallible — it reduces hallucination risk by making Claude surface its own uncertainty rather than present guesses as facts. It shifts the output from "confident and possibly wrong" to "calibrated and flagged."
What does not matter much
Magic phrases. "Think step by step" helps with complex reasoning but does not reliably improve most outputs. "As an expert in X" helps a little but is much weaker than a properly written role instruction.
Prompt length. Longer prompts are not better prompts. More context is valuable; more instructions are not. If you are writing more than 200 words of prompt for a routine task, most of it is probably noise.
Clever formatting. All-caps, XML tags, special characters — these sometimes help, sometimes don't. For most everyday tasks, plain prose instructions work as well as anything more elaborate.
The prompting habit that matters most
Write the first draft of your prompt, run it, look at the output, and diagnose why it is not what you wanted before rewriting. Is it the wrong tone? Missing context? Wrong format? Wrong scope? Each of these has a different fix. Most people rewrite the whole prompt when one specific change would have done it.
Prompting is debugging. Treat it that way.