An AI tool becomes useful when the surrounding process handles a reliable input, a defined task, a named reviewer, an owned next action, and a route for errors to return. Without those parts, the output waits in a chat window while people repair the workflow by hand.

The model is the visible part. It writes, classifies, extracts, compares, or answers. The less visible work determines whether anyone can depend on that output.

A good demonstration often begins with clean input and ends with a finished answer. Real work begins earlier and continues later. Emails arrive without the right attachment. Documents use old templates. A customer describes two problems in one message. A person must decide what the answer means and what to do next.

Draw Five Boxes

Start with a sheet of paper. Draw five boxes labeled input, AI task, check, decision, and next action. Add an owner to every box. Then draw an arrow showing where an error returns.

This small map forces the workflow out of the tool and into the work. It shows whether a person prepares the input, whether the review is real, and whether the output has somewhere to go.

The five-box test

Input → AI task → check → decision → next action. Add one name or role beneath each box. An empty owner leaves unfinished work.

1. Make the Input Reliable

Every workflow has an entry point: an email, form, transcript, spreadsheet row, document, database record, or conversation. The format and quality of that input set the conditions for the answer.

Inspect normal cases before building. Which information is often missing? Do names follow one format? Are dates clear? Do people attach the correct file? Does the source contain scanned pages or handwritten notes? Input problems become AI problems if the process leaves them unresolved.

Decide what happens when a required item is missing. The system might return the request, create a “Needs information” queue, or ask a person to complete a field. Quiet guessing is rarely a good default.

2. Keep the AI Task Narrow Enough to Check

“Handle this customer request” may contain several jobs: identify the issue, check account information, draft a reply, make a promise, and update a record. Splitting the work creates clearer checks and boundaries.

A narrow task does not have to be small. It needs a defined output. “Extract the equipment number, fault description, urgency, and requested callback time into these four fields” can be tested against the message. “Understand the request” cannot.

Keep the prompt, model choice, source rules, and output format with the workflow documentation. A hidden prompt inside one person’s account is a maintenance problem.

3. Match the Check to the Consequence

A low-risk internal draft may need a quick read. A result involving safety, money, employment, legal obligations, private data, or customer commitments needs a stronger check and a named person responsible for it.

Choose what the reviewer sees. The original source, extracted fields, model answer, confidence marker, and change history may all matter. A review screen that hides the source forces the person to trust presentation.

Sampling can work for stable, low-risk tasks. Review every output during the pilot. Later, move to a documented sample only when the evidence supports it and exceptions still receive a full check.

4. Separate the Check From the Decision

A reviewer may confirm that an answer matches the source without having authority to approve the next action. Name the decision and the person allowed to make it.

For example, an AI can compare an invoice with a purchase order. A reviewer can confirm the fields. A manager may still need to approve payment above a threshold. Combining these steps in one vague “approval” hides responsibility.

Record the decision in a place other people can find. A reply typed in a private chat window is difficult to audit and easy to lose.

5. Give the Output a Destination

The output needs a destination, format, and owner. It might become a draft in the help desk, fields in a CRM, a task in a project system, or a document in a shared folder.

State what tells the next person the item is ready. A status field, notification, assigned owner, due date, or link to the source may be necessary. “The automation ran” does not mean the work arrived where it was needed.

Design the manual path too. If the integration fails, can a person finish the job without waiting for the builder? A simple fallback keeps a tool failure from becoming a business stoppage.

Give Errors a Route Back

Inputs change. Models change. People discover cases the original workflow never covered. Record errors in a place where they can influence the system.

For each error, ask which layer failed. Was the source incomplete? Did the task ask for too much? Did the model ignore a rule? Did the check miss the problem? Did the handoff send the result to the wrong place? Fix the correct layer.

Without a feedback route, people correct outputs in private. The official process appears successful while the hidden workload grows. A weekly review of exceptions may reveal more than a dashboard showing how many times the automation ran.

Name an Owner for the Workflow

A workflow needs someone responsible for changes, access, documentation, and performance. This does not mean one person must do every task. It means one person knows who should act when the tool, source, or business rule changes.

Record where the prompt lives, which account owns the integration, how credentials are managed, what data enters the tool, and how to stop the workflow. Future maintenance begins with these ordinary facts.

Measure the System, Not the Model

Model accuracy matters. So do completion time, review time, exception rate, correction rate, missed handoffs, and the number of cases people finish manually.

A newer model may produce better text while the system remains awkward. A simpler model with clean input and a good review screen may create better work. Compare the complete process.

Before launch

Run normal cases, incomplete cases, unusual cases, and one case that should be refused. Watch a person who did not build the workflow use it. Write down every instruction you forgot to give them.

Start Small Enough to Learn

Pick one task, one source, one output, and a limited group of users. Keep the manual process available. Review every case until the errors are understood.

Expand when the evidence supports expansion. More volume makes an unclear process fail faster. A small pilot gives you room to change the input, prompt, review, and handoff without disrupting everyone.

Another organization can buy the same model. It cannot buy a process already fitted to your sources, decisions, people, and standards. That work becomes the durable part.

Related framework: The NIST AI RMF Core covers documented roles, oversight, monitoring, and risk management across an AI system’s lifecycle. This guide turns a small part of that work into a five-box map.

Back to guide 01Before You Prompt, Define the Job →