Most attempts to draw this line sort decisions by complexity, giving the simple ones to the machine and keeping the hard ones. It sounds sensible and it fails immediately, because plenty of simple decisions are catastrophic and plenty of complex ones are trivially reversible.
Two better questions: can this be undone, and who answers for it if it is wrong.
Reversibility is the first test
A decision you can undo cheaply is a decision you can afford to be wrong about, which means it can be delegated and corrected. A decision you cannot undo has to be right the first time, and that is where a human belongs regardless of how easy it looks.
Sending a message, publishing something, deleting data, committing money, telling somebody they did not get the job: all irreversible, several of them trivial to make. Difficulty is not the variable.

Accountability is the second, and it does not move
Wherever a decision is made, somebody is answerable for it. That never transfers to a system, whatever the workflow diagram says.
This gives a clean rule: if you would not be comfortable defending this outcome, you cannot delegate the decision to something that will not be there to defend it. The comfort has to come before the delegation rather than after the failure.
A workable division
Applying both tests produces something you can actually operate rather than a principle you agree with and ignore.
- Machine decides, nobody reviews: reversible, low consequence, high volume. Sorting, routing, drafting, first-pass formatting.
- Machine recommends, human decides: consequential but not irreversible, and the human must be able to evaluate the recommendation. Prioritisation, resourcing, most analysis.
- Human decides, machine assists with information only: anything irreversible, anything about a specific person, anything where being wrong is expensive or public.
- Human decides, machine stays out: anything where the reasoning has to be defensible to somebody affected by it. Hiring, dismissal, discipline, safety.
The failure mode nobody names
The dangerous pattern is not a machine deciding something it should not. It is a human formally deciding while having no capacity to evaluate what they are approving.
This is rubber-stamping with a name on it, and it is worse than automation because it produces the appearance of oversight without any. If the reviewer cannot say what would make them reject the recommendation, they are not reviewing it, and the accountability sitting on them is fiction.
So the real requirement for any human-in-the-loop step is that the human is genuinely able to evaluate the thing. If they are not, either give them what they need, or stop pretending the step is a control.



