Part 4: Transformation

Chapter 22: Identifying Automation Candidates

Not every process should be automated. Not every task suits agentic AI. Choosing the right candidates is critical.

The Automation Sweet Spot

The best candidates share common characteristics:

The Human-Best Zone

Some tasks should remain human-led:

A Simple Assessment Framework

For each candidate process, score these dimensions (1-5):

Dimension 1 (Low) 5 (High)
Volume Rare occurrences Constant activity
Repeatability Every case is unique Highly consistent
Data availability Scattered/manual Structured/accessible
Error tolerance Zero tolerance Errors are recoverable
Current pain Working fine Major bottleneck

Higher total scores = better automation candidates.

Start Assistive, Graduate to Autonomous

Even for good candidates, consider a phased approach:

  1. Assistive: Agent drafts, human approves
  2. Active: Agent executes routine cases, human handles exceptions
  3. Autonomous: Agent handles end-to-end, human governs

The PIMS asset register agent described in Chapter 4 illustrates this graduation in practice. It started as a Level 2 (Assistive) capability — the agent suggests, the human approves. Adding a confidence threshold graduates it to Level 3 (Active), where high-confidence extractions proceed automatically and only uncertain ones are escalated. No architectural change is required — just an update to the agent's DNA and a confidence threshold in the code.

Key Principle

This phased approach builds confidence, surfaces edge cases, and earns trust incrementally.

☰ Contents