Free interactive learning tool

The Last Person Has to Do It

Telephone, except the message is a procedure and the person at the end of the chain has to actually carry it out on a machine. Nobody laughs at the garbled version this time, because it either works or it does not — and the part that went missing is never the part you would have guessed.

Guess first — before you see a single hop

A written instruction — do this, then that, unless the light is on — is retold from memory by four people in turn. Something always survives intact and something always dies. Which part of the instruction is most likely to still be there at the end?

Play it — solo in two minutes, or around a room

You take the last seat. Three people have already retold the brief before it reached you — you get what is left, and you have to work the panel with it.

Which brief

Where this bites — anywhere an instruction changes hands

Requirements

The edge case nobody built

A customer says "renew it automatically — unless they've claimed twice this year." By the time it reaches the developer it is "renew it automatically." The exception was the entire reason for the request, and it is the first thing a chain drops, because it is the hardest clause to hold in your head while summarising the rest.

Incidents

The runbook step that moved

"Drain the node, then restart the service" becomes "drain the node and restart the service" one handover later. Both sentences name the same two actions and only one of them is safe. Ordering is invisible in a summary — it survives as a word like "then", which reads like filler and gets edited out first.

Delegation

"I told them exactly what to do"

You did — and they repeated it to the person who actually does it. Nouns transfer beautifully down a chain; the conditions attached to them do not. The test of a delegated instruction is not whether it was understood, it is whether it can be re-told and still be right.

Prompting a model

Same failure, one hop

Ask for a summary of a document that itself summarised a spec and you have run this game with machines in the seats. The losses land in the same places: the negations, the unlesses, the ordering. What survives compression is what was concrete, which is exactly backwards from what mattered.

The fix

Put the conditions first

Chains compress from the end and from the middle. An instruction that opens with its exception — "if the amber lamp is dark, everything below changes" — keeps it, because the first clause is the one people retell first while they still have room.

The other fix

Make them do it, not say it

"Does that make sense?" is answered yes by someone who has lost the exception, because they do not know it is gone. Ask them to carry it out, or to tell it back to a third person — a retelling is the only test that catches a silent loss.

An instruction is not one thing that degrades evenly — it is a bundle of clauses with wildly different survival rates. Objects and actions travel; conditions, order, negations and exceptions fall off, and those are almost always the clauses the instruction existed for. So when the work finally gets done wrong, the person who did it was following what they were given. The failure happened three people earlier, and nobody in the chain could see it happening.