The system runs the normal case
Planning systems are built around the transaction that goes as expected, and that transaction needs no human at all. The order is placed, confirmed, shipped, received, and invoiced, and nobody touches it.
What consumes a planner's day is everything else. The supplier confirms a different quantity. The shipment leaves three days late. A container is held for inspection. Quality rejects a batch. A customer moves a delivery date. A part is superseded. A carrier misses a collection. A price changes after the order.
Each of these breaks the assumption the plan was built on, and each requires someone to work out what it means and what to do.
The uncomfortable arithmetic in most operations is that exceptions are a minority of transactions and the overwhelming majority of the effort. A planner might touch a small fraction of orders and spend the whole week on them.
Which reframes where automation should point. The instinct is to automate the routine flow, and that is usually already automated, which is why it is routine. The remaining opportunity is in the exception path, and that path is harder because it involves judgement, incomplete information and consequences.
So the useful question is not how do we automate exception handling. It is which parts of exception handling are mechanical, and which are the judgement that the mechanical parts exist to support.

