Start with the workflow, not the AI
A workflow is a chain of actions that produces a result: qualify an enquiry, reconcile an invoice, prepare a report, or route a service request. AI can assist with variable inputs such as text and images, but the surrounding system still needs rules, ownership, data access, and exception handling.
Choose one workflow with a clear start and finish. Write down its frequency, participants, systems, average handling time, delays, and common failure modes. If the process cannot be described, automating it will usually hide confusion rather than remove it.
Choose a useful first candidate
A good first candidate is frequent enough to matter, stable enough to map, and bounded enough to test. It also has a result that can be measured. High-volume administrative work often qualifies, but sensitivity matters: decisions involving legal rights, safety, credit, employment, or health require stronger review and governance.
- Does the work repeat in a recognisable pattern?
- Where is information re-keyed or reformatted?
- Which steps require judgment and which follow rules?
- What would improve if cycle time or rework fell?
Map the current state and its exceptions
Record the normal path and the inconvenient paths. Include where work waits, how people discover missing information, what happens when an integration fails, and who can approve an exception. These details determine whether the target workflow will survive contact with everyday operations.
A useful map names each actor, input, system, transformation, decision, output, and control. It should be readable by the process owner without a technical interpreter.
Design the target state around controls
The target state should distinguish deterministic automation from AI-assisted work. A rule can check whether a field is present; a model may classify an unstructured request. The second action needs confidence thresholds, review paths, logging, and a safe response when the result is uncertain.
Keep human checkpoints where consequences or ambiguity justify them. Human-in-the-loop is not a slogan: identify the role, the information shown, the decision permitted, and the fallback when nobody responds.
Roll out in a measurable slice
Begin with a narrow source, team, document type, or request category. Establish a baseline before launch, then compare handling time, queue time, completion rate, corrections, exceptions, and user effort.
A controlled first release creates evidence for the next decision. It also reveals operational work—monitoring, access management, documentation, and ownership—that a prototype can easily conceal.
Turn the map into a decision
A build should not be the automatic conclusion. Sometimes the best answer is a simpler form, a clearer policy, or the removal of an unnecessary approval. A credible automation plan makes the economics and constraints visible before implementation spend begins.
