AI Tip
Give AI a Small Job Before You Give It a Whole Workflow
AI projects often start with the wrong question: “What can we automate?”
Listen to this article
Prefer audio? This is an AI-narrated voiceover of the full article. The written version below is canonical.
That question invites a demo. Someone finds a model, connects a few tools, and watches it perform a complete process once. It looks promising. Then the real inputs arrive: missing context, odd formatting, a deadline, an exception, or a decision nobody wrote down.
A better starting question is smaller:
What is one step in this process that AI can perform well enough for me to inspect?
That change sounds modest, but it prevents a lot of wasted effort. You are not trying to prove that AI can run the whole operation. You are trying to learn whether one handoff is useful, repeatable, and safe to expand.
Pick a step, not a department
Do not begin with “automate customer support” or “build an AI content system.” Those are outcomes, not testable jobs.
Choose a single action with a clear input and output. For example:
- turn a meeting transcript into five decisions and open questions;
- compare a draft against a short style checklist;
- extract order numbers and dates from a batch of messages;
- turn a rough request into a structured brief;
- identify missing fields before a form submission is reviewed.
The job should be narrow enough that a person can check the result without rereading an entire business process.
Define what good looks like first
Before you ask AI to do the work, write down the acceptance test. Keep it short.
A useful test might say:
- every decision must quote or link to the relevant source;
- uncertain items must be labelled uncertain;
- no customer-facing message is sent automatically;
- the output must fit a fixed template;
- a reviewer should finish checking it in under five minutes.
This is not bureaucracy. It is how you stop a fluent answer from becoming the definition of success. If you cannot describe a good result, you are not ready to automate the step.
Use real, inconvenient examples
A clean example tells you almost nothing. Test the step with ordinary material from the actual process, including at least one awkward case.
Use a normal input, a sparse input, and an input with conflicting or missing information. If the task is summarising requests, include one request that changes direction halfway through. If the task is extracting data, include a message with two dates and no obvious label.
You are looking for failure patterns, not a perfect score. A useful test tells you where the model needs a guardrail or where the task itself needs clarification.
Keep the human check visible
At this stage, the reviewer is not a temporary inconvenience. The reviewer is part of the design.
Ask the person checking the output to record three things:
- What was correct?
- What required correction?
- What would have happened if nobody checked it?
The third question matters most. A harmless formatting error and an invented customer commitment are both errors, but they do not deserve the same control. Risk should determine how much autonomy the step gets later.
Expand only after the small job earns it
If the step works across several real examples, expand carefully. Add one new input type, one new tool, or one additional step, not all three at once. Keep the same acceptance test and compare the new version with the old one.
If the result gets worse, that is useful evidence. Maybe the task is too ambiguous. Maybe the source data is inconsistent. Maybe the model is fine for drafting but not for deciding. Do not solve every failure by adding a longer prompt. Sometimes the right fix is a better input, a clearer owner, or a permanent human decision.
The practical rule is simple: earn complexity with evidence.
AI is often most useful before it is impressive. A small, inspectable job can expose the real shape of a process, show where judgment belongs, and give you a safer foundation for the next step. Start there. The larger workflow can wait until the smaller one has earned your trust.