Rewriting instructions
What you will learn This is a chapter for doing, not reading. Here are five bad instructions. Rewrite each using the four parts, then compare.
How to use it
For each problem:
- Read the bad instruction
- Before expanding the answer, rewrite it yourself (anywhere — a notepad)
- Expand the answer and compare
- Note what you left out
If you leave out the same part every time, that is your habitual blind spot.
Problem 1 — a report
Rewrite it, then expand below.
See the answer
Commonly omitted: context (product B discontinued). Without it, the decline gets read as an anomaly and irrelevant analysis gets attached.
Problem 2 — an email
See the answer
Commonly omitted: scope (do not mention compensation). Without it, AI helpfully adds "we will compensate you," and once that goes out it is a promise.
Problem 3 — organising data
See the answer
Commonly omitted: "do not guess." An empty cell in a table makes filling it the natural continuation, so it invents something. You have to block it explicitly.
Problem 4 — research
See the answer
Commonly omitted: requiring sources, and "leave it unconfirmed." Research is the highest hallucination-risk category, so those two lines are mandatory.
Problem 5 — work handed to an agent
The difficulty steps up here. Nobody is watching this one.
See the answer
What is newly required here:
- Behaviour on failure — nobody is watching, so failure handling must be specified
- The scope of irreversible actions — a Slack post is hard to retract
- When the data refreshes — it refreshes at 06:00, so running at 05:00 posts the day-before-yesterday's figures
For work nobody watches, you write down "when it goes wrong," not "when it goes right."
Self-check
After all five:
| If you kept omitting | Your habit is |
|---|---|
| Goal | jumping to solutions without defining the problem |
| Scope | assuming the other side will respect the line on its own |
| Done condition | deferring it with "I'll know it when I see it" |
| Context | assuming the other side knows what you know |
The last is the most common. Not writing down the background in your head — the same problem occurs when working with people.
Check yourself
1. In problem 3, why must you spell out "do not guess"?
Answer
Because an empty cell in a table makes filling it the natural continuation, so it invents something. Hallucination comes from the structure, so it has to be blocked explicitly.
2. What extra must you write for work nobody is watching?
Answer
What to do when it goes wrong — how to handle failure, which actions are irreversible, what to do when the data is not ready. In supervised work a person stops when something looks off; in unattended work there is no such person.
3. Which part is most commonly omitted, and why?
Answer
Context. You unconsciously assume the other side knows the background that is in your head. The same problem occurs when working with people.
That covers rewriting instructions. How an organisation knows it is doing well → Evaluation (evals)