AI Agents · Practice
Scoping a First Agent So It Does Not Become an Abandoned Pilot
The projects that work share a profile, and it is narrower than most first attempts. What to pick, what to define before building, and when to stop.
One structural reason agent adoption accelerated is that enterprises have now written off enough abandoned pilots to develop institutional memory about what scoping actually requires.
That memory is available without buying it yourself.
For a vendor-side perspective on being proactive at work, see this reference from Monitask.
The profile of a task that works
Narrow. One task, not a capability. "Answer questions about order status" rather than "help with customer service".
High volume. Setup, integration and oversight costs are largely fixed, so volume is what makes them amortise. See what agents cost to run.
Repetitive with variation. If every instance is identical, automate it. If they vary enough that a script fails, an agent earns its cost. See when an agent is the wrong answer.
Errors are recoverable and detectable. A wrong answer costs a review, not a customer or a regulatory finding.
The data is already clean and reachable. Data hygiene is the limiting factor across company sizes — an agent working with incomplete or siloed data is restricted by exactly those limitations.
Someone owns the outcome. A named person who cares whether it works.
A task missing two or more of these is a poor first choice, however appealing it looks in a demonstration.
Define these before building
What success means, numerically
Organisations that fail to set clear success metrics before deployment struggle to demonstrate value, and budgets get cut when results appear ambiguous.
Not "improves efficiency". A number, a baseline, and a date.
And agree it with whoever controls the budget, before the work starts rather than when the results arrive.
The current baseline
How long does this take now, how often is it done, what does it cost, how often does a human get it wrong?
Measure before, or you cannot demonstrate after. This step is skipped constantly and it is why successful pilots cannot prove they succeeded.
What happens when it fails
Not if. How the failure is detected, who handles it, what the customer experiences.
A task with no defined failure path is not scoped.
The never list
What must the agent never be able to do. Before deciding what it may. See permissions.
Where a person stays involved
Which actions require approval, and who does it as part of their actual job. See human oversight.
The stopping condition
When do you decide this did not work? A date, a spend, a success rate.
Decided in advance, because in the moment nobody wants to be the one who ends it. This single decision is what separates a pilot from an indefinite project.
Sequencing that works
1. Read-only first. Have the agent produce recommendations a person acts on. Removes most permission and risk work while you find out whether the output is any good.
2. One system. An agent doing something useful against one clean data source beats a stalled project spanning six. See integration is the hard part.
3. Approval on everything, initially. Then remove gates as evidence accumulates — and have someone whose job it is to remove them, or they stay forever.
4. Narrow slice of volume. One team, one product line, one region.
5. Measure against the baseline you recorded.
6. Expand along one axis at a time. More volume, or more autonomy, or more systems. Not two at once, because then you cannot tell what broke.
The scoping mistakes that recur
Choosing the impressive task rather than the boring one. Too many pilots are designed to impress rather than to deliver measurable outcomes, and projects without clear return are shelved first when budgets tighten.
Choosing a task nobody currently owns. If nobody was doing it, nobody will notice whether the agent does it well.
Choosing something with unclear correct answers. If two experts disagree about the right output, you cannot evaluate the agent.
Scoping to the demonstration rather than to production. The demo path is the happy path; production is the other 30%.
Assuming the data is as described. It is not. Check before scoping.
And starting with a task where failure is expensive, on the theory that it is where the value is. It is where the incident is. For broader independent background, see NIST AI Risk Management Framework.
What to do with a stalled pilot
Diagnose before rebuilding. The causes are consistent: integration, data quality, undefined success, or scope too broad. See where agent projects fail.
If it is integration or data: the agent was never the problem. Fix the reach and quality, and reassess whether you still need the agent.
If success was never defined: define it now, retrospectively, and see whether the pilot met it. Frequently it did and nobody could say so.
If the scope was too broad: cut it to one narrow task and rerun.
And if the honest answer is that the task did not need an agent, stop. That is a successful pilot outcome, and it is cheaper than the alternative.
For small teams
The same profile, with an advantage: your scope is naturally narrower and your data is usually simpler.
Pick something you do repeatedly and dislike. High volume relative to your size, recoverable errors, and you will notice immediately if it is wrong.
Read-only or draft-for-review first, always.
Set a spending limit before the first run.
And give it two weeks. If it is not saving you time by then, it will not.
See agents for a one-person business.
The short version
Narrow, high-volume, repetitive with variation, recoverable errors, clean reachable data, and an owner. Missing two of these makes it a poor first choice.
Define success numerically and record the baseline before building, or you cannot prove it worked.
Decide the stopping condition in advance, because nobody wants to end it in the moment.
Read-only, one system, approval on everything, narrow slice — then expand along one axis at a time.
And concluding that the task did not need an agent is a successful outcome, not a failure.