A risk model gives you a surface of probabilities. Operations needs a small set of deployable actions.

In a Nairobi ambulance deployment competition, the model predicted the probability of a crash for each road segment × 3-hour window.
But that was not the actual output the problem needed. The real decision was: Where should 6 ambulances be positioned right now?
That is a different object entirely. A risk model gives you a surface of probabilities. Operations needs a small set of deployable actions.
The important part was the translation layer between prediction and action:
The model did not decide where ambulances go — it produced a risk map. The deployment layer converted that map into an operational plan.
vs. investigation capacity
vs. nurse allocation
vs. inventory placement
vs. field crew dispatch
Design insight: In real-world ML, prediction quality and decision quality are related, but they are not the same thing. The model predicts. The system decides.