In this article
Your lists
The temptation to start with the robot
When an operation has a lot of repetitive work, the natural reaction is to automate as fast as possible. The problem is starting at the last layer: automatic execution. If the process is still opaque, exception-heavy, or weak on traceability, the robot does not remove the problem. It amplifies it.
The pyramid proposes a less flashy but safer sequence.
Base of the pyramid: observability
The first layer does not automate. It observes. It identifies bottlenecks, repetitive decisions, error points, and missing data. Without that base, automation is designed on assumptions.
- Real mapping of the flow and its exceptions.
- Tracking of time, rework, and blind spots.
- Inventory of systems and handoffs involved.
Second layer: control and guardrails
Before running anything automatically, teams need limits: which cases are eligible, what thresholds force human review, and what events must leave mandatory evidence. This is the layer most often skipped when the goal is only fast time savings.
Without guardrails, automation is a bet, not a capability.
Third layer: bounded execution
Only then does it make sense to automate concrete and reversible actions: create tickets, reconcile data, prepare drafts, classify incidents, or fill fields. The point is not total autonomy, but load reduction without losing intervention capacity.
The best initial automation is often the one that saves work and leaves a trail.
Top of the pyramid: broader autonomy
The top arrives when the system already observes, controls, and executes with stability. Only there does broader autonomy become reasonable in defined cases, always with supervision and explicit limits.
It is not a mandatory destination. For many teams, stopping one level below is the most profitable decision.
Unlock the full article
Sign in with your Kodex community account to keep reading.

