01 · Divide, not speed up
Where does it stall?
Speeding up one step moves the queue. What helps is deciding again what a human must do because it takes judgement, and what a system can do because it is rule work. Three questions that need answering first.
Where does the judgement actually sit?
And where do we call something judgement when it is really a rule. That distinction decides what stays with people and what does not.
What happens when it goes wrong?
Who notices, how fast, and what the damage is. That determines how much checking the new process needs.
Is this allowed on our own files?
Permissions, privacy, and where it runs. On a clean test set you prove nothing, so this has to be clear up front.
When this does and does not fit.
- The work consists of reading, judging, comparing and preparing, and does not scale with more people.
- Two or three colleagues carry the knowledge; everyone else asks them.
- You want to prove on one piece that a different division works, before rebuilding the whole process.
- It is not an investigation into what is going on in the first place; if that is still unclear, the Scan is the first step.
- It is not about retyping between screens that already exist, because then The Connector is faster and cheaper.
- It is not a replacement of judgement: what takes judgement stays with people, and establishing that is the work.