Why prompts matter
The prompt is the text a person puts in front of the model, and it is the largest part of a request anyone writes by hand. The model can only continue what it is shown, so the detail in the prompt sets the range of answers it can produce. Little detail leaves a wide range, and the answer lands in the middle of it. Two minutes of briefing is usually the difference between output worth editing and output worth deleting. No wording, however, gives a model a fact it does not hold.
Why vague input gets vague output
Section titled “Why vague input gets vague output”The most likely continuation of vague input is vague. The prediction loop is doing what it always does: take everything in front of it, pick the next word, repeat. An enormous amount of writing follows the words “write a job ad”, and the average of it is the advert nobody reads. Dynamic team. Fast-paced environment. Competitive salary. The average is what comes back.
Every specific in the prompt cuts away continuations that no longer fit. “Client services coordinator at an accounting firm” rules out most adverts. “Most of our clients ring rather than email” rules out most of what is left. A pasted opening line rules out every register but one. A briefed model is not trying harder than an unbriefed one. The range of plausible next words is simply much smaller.
What a useful prompt carries
Section titled “What a useful prompt carries”There is no formula, and the same ingredients keep showing up.
Context. Who is writing, and the situation. “We’re a 40-person accounting firm in Pune. Our clients are small manufacturers and family businesses who ring rather than email.”
Task. The exact piece of work. “Write a job advert for our first client services coordinator: the role, what the day looks like, who should apply.”
Constraints. What the answer has to respect. “No buzzwords. State the salary band openly, 4.5 to 6 lakh. No degree required. What matters is keeping a worried client calm on the phone.”
Example. What good looks like here. “Our last advert that worked opened: This is a desk job with a lot of talking on it. Plain, a bit dry, no exclamation marks.”
Format. The shape of the answer. “Under 150 words. Three headings: The job / The day / Apply if.”
Rarely all 5. Enough that the answer has only one sensible shape.
What the briefing buys
Section titled “What the briefing buys”With those 5 ingredients in front of it, the model writes this:
The job This is a desk job with a lot of talking on it. We are a 40-person accounting firm in Pune, our clients are small manufacturers and family businesses, and most of them ring rather than email. You are the person who picks up.
The day Calls from owners worried about a deadline. Chasing the documents our accountants have already asked for twice. Booking the week’s meetings and keeping the client list in order. About half the day is talking and half is following up on what was said, and the following up is the half people notice.
Apply if You can keep a worried person calm and then do the thing you promised. No degree needed. The band is 4.5 to 6 lakh depending on experience. Send your CV with two lines about a difficult call you handled and how it ended.
The brief runs to about 100 words. The advert runs to 144, and every one of them is a word the practice manager would otherwise have had to find. That is the trade worth making: a short brief buys a long piece of work that the person briefing could write, in principle, and does not have time to.
How careful prompters work
Section titled “How careful prompters work”The people who get the most out of these models work in a few consistent ways, and most of what is published as “prompt engineering” comes down to them.
They give the model what a new colleague would need to do the task: enough context for it to make sense, the constraint they actually care about, an example of what good looks like.
They paste examples freely. Showing a past piece of writing and saying “match this” beats describing the tone in adjectives, every time. The model matches patterns, and an example is the cleanest pattern available.
They iterate. They say what is off, paste the previous answer back if it helps, and run it again. Two rounds of that usually costs less time than getting the prompt perfect first.
They use the model on its own prompts. “Rewrite this brief to be more specific and add the constraints I forgot” works well.
What a prompt cannot fix
Section titled “What a prompt cannot fix”No wording gives a model a fact it does not have. What a model has is what it absorbed in training, plus whatever is in the context window on this turn. Past that line, better briefing does nothing. The fix is putting the document, the record or a tool that can look it up in front of the model. Prompting makes a model use what it has. It does not add anything.
Why a good prompt travels
Section titled “Why a good prompt travels”A prompt is reusable by someone else when it carries its own context. “Write it like the last one” works for the person who remembers the last one and fails for everyone else. Written down as context, constraints and a pasted opening line, the same brief runs for whoever is hiring next quarter and produces the same quality of draft. Nothing about the second version is cleverer. It just does not depend on what was already in one person’s head.
That is what a team ends up with: a small set of prompts that reliably produce good work, closer to a standard operating procedure than to a one-off question. And it is why a custom internal tool often beats a general assistant on the same task. The firm’s hiring tool would have the context, the constraints and the house tone built in, so the person using it supplies only the role and the band.
An AI product makes that same move on every request. Tracing a request through its 7 stages shows one stage where the product assembles everything the model is about to see: standing instructions, the conversation so far, any documents it fetched, then the message. The prompt is not a share of the system. It is the content of that stage, and that stage is what varies most between one product and another. Typed by hand, it is paid for on every use. Built into a tool, it is written once and runs on all of them. Those built-in instructions are one of the 5 things built around the model that separate a good AI product from a poor one.