03 / Technology / OperationsThinking / Decimal Nine

Automation shouldremove friction,not responsibility.

The best automation makes useful work easier without making ownership harder to find. People should understand what the system is doing and remain able to intervene when it matters.

9 min read / Technology / Operations

What should businesses automate?

Businesses should automate work that is repetitive, rule-bound and costly to perform manually, especially when errors are easy to detect and correct. Classification, routing, formatting, reminders and routine comparisons can release attention for work that needs context.

The decision should begin with the task rather than the availability of a tool. Automation is useful when it removes friction from a known process. It is dangerous when it conceals that the process itself is unclear, unfair or poorly owned.

What should remain visible?

People need to know when automation is operating, what information it used and what state the system has reached. Visibility does not require exposing every technical detail. It requires enough explanation for a person to form an accurate expectation.

A silent automated change may feel efficient until it is wrong. Meaningful status, provenance and confirmation make the system easier to supervise and easier to trust appropriately.

Where should people retain control?

Control should remain strongest where a decision is difficult to reverse, affects another person or depends on context the system may not contain. Google PAIR recommends giving users ways to adapt, edit or turn off imperfect automation. Those controls should be available at the moment of need.

Human oversight is not a ceremonial approval at the end of an automated chain. It requires time, information and authority to change the outcome. A reviewer who cannot understand or override the system is not meaningfully in control.

Convenience becomes a liability when nobody can explain, correct or own the result.

What happens when automation is wrong?

Every automated system needs a failure model. The product should anticipate false positives, incomplete inputs, conflicting rules and unavailable services. It should communicate the problem without discarding work or forcing a person to begin again.

Recovery also needs an organisational path. Someone must be able to investigate what happened, correct the immediate outcome and improve the system. Error handling is where product design, operations and accountability meet.

Who owns the result?

OECD principles keep accountability with the organisations and individuals responsible for an AI system. Automation does not dissolve ownership. It changes the evidence needed to exercise it: logs, decision criteria, escalation paths and regular risk review.

Ownership belongs to the people who define the goal, choose the threshold, maintain the process and accept the consequences. Good systems make those responsibilities explicit.

Automation bias changes the interaction

People can give automated recommendations more authority than they deserve, particularly when the system is fast, consistent and expressed with confidence. Simply placing a person in the loop does not solve this. The interface may still encourage passive acceptance.

Review needs friction of the right kind. A consequential recommendation may need its evidence, alternatives and known limits placed beside the action. The reviewer may need to provide a reason for approval or see when the result differs from established policy.

This is deliberate friction, not inefficiency. It protects the moment where responsibility is exercised. The goal is to remove repetitive effort around the decision while preserving the attention required to make it well.

Governance should appear in the product

Governance is often described as policy outside the interface. In practice, policy becomes real through permissions, review queues, audit histories, escalation paths, retention choices and limits on what the system is allowed to do.

Design contributes by making those controls usable and legible. Engineering contributes by enforcing them. Operations contributes by monitoring exceptions and maintaining ownership. None of these disciplines can hand the responsibility to another without weakening the system.

A mature automated workflow has a clear boundary. It identifies low-risk actions the system may complete, actions that need review, and actions it must never take without explicit authority. That boundary should be tested whenever the model, task or consequences change.

Invisible decisions still create visible consequences

Automation often becomes difficult to question because its individual steps disappear into the background. A priority score changes a queue, a classification changes a route, and a generated summary changes what a reviewer notices first. Each action may look minor while the sequence materially shapes the result.

Design should surface the decisions that alter consequence. That can mean showing why an item was prioritised, preserving the original material beside a summary or identifying which rule triggered an escalation. The interface does not need to narrate every calculation, but it should reveal the points where judgment has been compressed into a system rule.

This visibility supports improvement as well as accountability. When a result is challenged, teams can locate the responsible assumption rather than treating the automation as one opaque event. A system that can be examined can also be refined.

How Decimal Nine draws the line

We ask four questions. Is the task repetitive? Can the result be checked? Can a person intervene? Is ownership clear? The more uncertain or consequential the answer becomes, the less appropriate invisible automation is.

The aim is not to keep people performing routine work for its own sake. It is to place human attention where it creates judgment, care and accountability. Automation should remove friction from the work, not responsibility from the system.

We also test the exit. Can the task continue when the automation is unavailable? Can a person inspect and correct an action? Can the organisation explain who approved the rule? Resilience is part of responsibility because a system that cannot operate without its automation has transferred more than effort.

A clearer working model

  1. IdentifyChoose repeatable work with clear boundaries and an observable result.
  2. ExposeShow what the system is doing and what information shaped the action.
  3. ReviewGive people enough time and context to judge consequential output.
  4. OverrideMake correction and recovery available at the moment they are needed.
  5. OwnKeep organisational responsibility explicit throughout the lifecycle.

Sources / Further reading

  1. 01AI RMF: Generative AI ProfileNIST
  2. 02Accountability principleOECD.AI
  3. 03Balance control and automationGoogle PAIR