Applied AI
The First Deliverable in an AI Project Should Be an Exception Map
Before you automate the normal route, make the abnormal route visible, owned, and recoverable.
Most AI demonstrations are built around a happy path.
A lead arrives with complete information. An agent researches it. A polished draft appears. The right person approves it. The report reaches the right destination. Every input is present, every instruction is clear, and every connected system responds on time.
Businesses do not stay on that path for long.
The lead has no useful history. The source document is stale. A customer asks for an exception. Two instructions conflict. The approval owner is away. A connected service fails halfway through the job. The model produces something confident but unusable. Someone discovers that the system should never have been allowed to take that action in the first place.
That is not unusual business noise around the workflow. It is part of the workflow.
Long before AI, mature operations were built around this reality. Checklists, exception reports, approval limits, escalation paths, reconciliations, and recovery procedures existed because reliable work cannot depend on every case being normal. AI does not remove that operating principle. It makes ignoring it more dangerous because a fast system can carry a bad assumption farther before a human notices.
That is why the first deliverable in an AI project should often be an Exception Map.
An Exception Map is a plain-language record of what the business does when the normal route breaks. It is not a technical architecture diagram, a giant policy manual, or a hidden paragraph inside a system prompt. It is a reviewable business artifact that names the limits of the work before a tool begins making decisions inside it.
For one recurring workflow, the map should answer six questions:
- What starts the work? Name the event, the approved source information, and the person or system allowed to trigger it.
- What makes an input unsafe or incomplete? Missing history, stale data, private material, contradictory instructions, or an out-of-scope request should be visible reasons to pause.
- Which decisions remain human? A system may prepare a draft, sort evidence, or surface choices without being authorized to decide a price, make a promise, approve an exception, or commit the business.
- What must the system refuse to do? List the actions, data classes, destinations, and circumstances that require a stop rather than a best guess.
- Who receives the exception? A failure without an owner is only a notification. Name the reviewer, the expected response time, and the evidence that person needs.
- How does the team recover? State what can be corrected, what may be retried, what must remain in the record, and who can reverse or close the work.
Consider a small company that wants AI to qualify incoming leads. The happy-path demo is easy: read the form, research the company, score the opportunity, draft a reply, and create a CRM record.
The Exception Map asks the questions the demo skips. What if the form includes sensitive personal information? What if the company cannot be verified? What if an existing customer is mistakenly treated as a new prospect? What if the requested service is outside the approved offer? Can the system quote a price? Can it schedule a meeting? What happens when the CRM is unavailable? Who reviews a high-value lead that receives a low score?
Those questions do not kill the project. They reveal the real project.
Sometimes the map shows that no new software is needed. The workflow may need cleaner source material, a clearer offer, an approval rule, or a named owner. Sometimes it supports a modest draft-only assistant. Sometimes it makes monitored automation possible because the stopping points and recovery path are finally explicit. And sometimes it prevents an expensive build by exposing that the business is not yet prepared to own the exceptions its automation would create.
That is useful work even when no model, agent, or platform changes hands.
For a small-business owner, the Exception Map creates something inspectable. It shows where delays come from, which judgments carry risk, what information needs protection, how accepted work will be recognized, and what happens when the normal route is no longer normal. It turns a vague conversation about “using AI” into a decision about one actual business operation.
It also creates a more durable investment. Models will change. Vendors will change. Interfaces and pricing will change. The business still needs to know who can authorize a promise, what must be refused, which evidence is required, and how failed work is recovered. Those obligations belong to the workflow, not to whichever tool happens to run it this quarter.
Building the first version does not require a transformation program. Pick one recurring job and describe its normal route in five lines or fewer. Then review a handful of recent real cases and mark every place where information was missing, judgment was required, a handoff occurred, or work had to be corrected. Group those exceptions. Assign an owner, a stop rule, the evidence needed for review, and a recovery action. Only after that should the team decide whether the next improvement is a checklist, a better source system, a drafting assistant, or bounded automation.
This is not an argument against ambitious AI use. It is how ambition becomes operable.
The strongest AI projects do not begin by pretending the happy path is the whole job. They begin by making the hard path visible—and by ensuring that when the system reaches its limit, the business still knows who owns the next decision.