Skip to main content
Insights

Insights · Evaluation

AI Agent Pilot: A 30-Day Evaluation Plan Before You Commit

By the Augex team · 11 min read · 2026-08-15

AI Agent Pilot: A 30-Day Evaluation Plan Before You Commit

Most AI agent pilots fail at the decision, not at the technology. Thirty days pass, the agent produced output, nobody hated it, and the team ends up in a meeting arguing from impressions. The pilot didn't answer the question because nobody wrote the question down first.

This is a structure for a 30-day pilot that ends in a defensible buy, extend, or kill decision. It assumes you're a small team — three to twenty people, no dedicated ML staff, and the person running the pilot also has a day job. It assumes you're evaluating a real agent doing real work, not a demo.

The core discipline is simple and unpopular: you set the pass threshold before you see any results. Everything else here exists to make that possible.

Why "it seemed to work" is the default outcome

Three things conspire to produce an inconclusive pilot.

No baseline. You can't say the agent is 30% faster if you never measured how long the human process took. Most teams don't, because the human process was never timed — it was just absorbed into someone's week.

Moving scope. The pilot starts as "handle inbound support triage," and by week two someone has asked the agent to also draft replies, and by week three it's touching the CRM. Now you're evaluating three things badly instead of one thing well.

No pre-agreed kill rule. Without one, a mediocre result gets rationalized — sunk cost, the effort already spent on setup, the awkwardness of telling a vendor no. Deferral looks like prudence and is actually just avoidance.

The industry-level version of this problem is well documented. Deloitte's TMT predictions on agentic AI note that most agent deployments remain in pilot or proof-of-concept stages rather than production, and that the gap is organizational readiness rather than model capability (Deloitte Insights). A pilot that can't conclude is a small instance of that same failure.

Before day one: four decisions to write down

Do these in a single sitting, in a shared document, before anyone touches a listing. It takes about ninety minutes and it is the entire difference between a pilot and a vibe.

1. Pick exactly one workflow, and bound it

Write the workflow as a sentence with an input and an output: "Given an inbound support email, produce a category tag and a draft reply, or escalate." Not "improve support."

Good pilot workflows share three traits:

  • High frequency. You need enough volume in 30 days to see the tail cases. Something that happens four times a month gives you four data points and no signal. Aim for at least 100 runs over the pilot.
  • Verifiable output. You can look at a result and say correct or incorrect without a two-hour debate. Categorization, extraction, drafting against a checklist — good. "Strategic recommendations" — bad for a first pilot, because you can't score it.
  • Low blast radius. For pilot one, the agent should not be the last step before money moves or a customer sees something. Human-in-the-loop for the whole 30 days, even if you intend to remove it later.

2. Measure the human baseline first — five days, no agent

This is the step teams skip, and skipping it is what makes the final number unarguable in the wrong direction.

For one week before the agent starts, track the existing process:

  • Volume: how many items per day
  • Time: minutes per item, measured, not estimated
  • Error rate: how often does the human get it wrong? Sample 30 items and check them properly
  • Cost: fully loaded hourly rate × time, or the invoice if it's outsourced

Two things usually surprise people here. First, the human error rate is rarely zero, and knowing the real number changes what "good enough" means for the agent. Second, the process often takes less total time than anyone assumed — which sometimes kills the pilot right there, and that's a cheap, useful result to get in week zero rather than month six.

3. Write the pass thresholds — numbers, before you see results

Fill in this table before the agent runs. If you can't put a number in a cell, that dimension isn't ready to be evaluated.

DimensionBaseline (human)Pass threshold (agent)Kill threshold
Accuracy on audit sample94%≥ 92%< 85%
Median handling time6 min≤ 2 min> 5 min
Escalation raten/a≤ 20%> 40%
Fabricated outputs00any confirmed instance
Fully loaded cost per item$2.40≤ $1.20> $2.00

The numbers in that example are illustrative — yours will differ. The structure is the point. Note that the accuracy pass threshold is below the human baseline: an agent that's slightly less accurate but four times faster and half the cost can still be the right buy, and pretending you require superhuman accuracy leads to dishonest evaluation later when you approve it anyway.

The fabrication row deserves its own rule. Treat invented data, invented citations, or invented numbers as a categorical failure regardless of the aggregate accuracy score. A 95%-accurate agent that occasionally invents a figure is more dangerous in a business workflow than a 90%-accurate one that says it doesn't know, because the failure is silent and confident.

4. Name the kill rule and who owns it

One named person, one sentence: "If accuracy on the week-4 audit is below 85%, or we confirm any fabricated output that reached a customer, we stop and do not renew — decision owned by [name], no meeting required."

Pre-committing removes the social cost of stopping. That's the whole function.

The 30-day run

Days 1–5: setup and shakeout

Get the agent connected, run it in parallel with the human process (agent output goes to a reviewer, not to production), and expect this week to be messy. Log every failure with its cause, and separate two categories: configuration problems you can fix, and capability problems you can't. Only the second kind counts against the agent.

This is also when you find out what the human support behind the agent is actually like. On a marketplace where the specialists who built the agent are on call, week one is the natural test: send a real question and time the response. A slow or vague answer in the honeymoon week is a reliable predictor of what month six looks like.

Days 6–15: steady state

Stop tuning. Freeze the configuration and let it run. Teams that keep adjusting the agent through the whole pilot end up with no clean measurement window and a result that can't be reproduced.

Track weekly:

  • Runs attempted, completed, escalated
  • Time per item (median and p95 — the p95 is what generates user complaints)
  • Every escalation, with its reason

Days 16–25: the stress cases

Deliberately feed the agent the hard inputs you've been avoiding: the ambiguous ones, the malformed ones, the edge cases that a specific customer always generates. You are looking for the failure shape, not just the failure rate.

The shape matters more than the rate for a buying decision. An agent that fails loudly — escalates, flags low confidence, refuses — is operationally safe at a 20% failure rate. An agent that fails silently, producing plausible wrong output with no signal, is dangerous at 5%. Ask specifically: when this agent is wrong, how would we find out?

If the agent touches external data or user-supplied text, this is also the window to check basic adversarial behavior. The OWASP GenAI project's work on agentic threats catalogues the realistic failure modes for tool-using agents — prompt injection through retrieved content, unintended tool invocation, privilege escalation through chained actions (OWASP GenAI Security Project). You don't need a red team; you need to try the three most obvious versions and see what happens.

Days 26–30: the audit and the decision

Pull a random sample of 50 completed items — random, not the ones you remember. Score them against the same rubric you used for the human baseline, ideally with the same person scoring, and compare against the thresholds table you wrote on day zero.

Then compute the honest cost. The subscription price is the smallest line.

The cost line most pilots get wrong

Fully loaded cost per item, not sticker price:

  • Agent subscription or per-run fees
  • Review time still required (this is usually the big one — if a human still checks every output at 90 seconds each, that's your real floor)
  • Escalation handling time
  • Rework when the agent is wrong, including any downstream cleanup
  • Amortized setup: integration hours, configuration, the pilot itself

A worked example. A support triage agent at $99/month handling 800 items:

  • Subscription: $99 → $0.12/item
  • Review at 45 sec/item × $40/hr fully loaded → $0.50/item
  • Escalations: 15% × 6 min × $40/hr → $0.60/item
  • Rework: 6% error × 12 min × $40/hr → $0.48/item
  • Total: ~$1.70/item against a $2.40 human baseline

That's a 29% saving — real, but not the 95% the sticker price implies. It's also entirely dependent on review time, which means the highest-leverage question after a successful pilot isn't "can we get a discount" but "what would let us safely review 1 in 5 instead of 1 in 1."

The three outcomes, and what each one means

Buy. Thresholds met, failure mode is loud, cost math holds. Move to production with the review rate you actually validated — not a lower one you're hoping for. Then run the same audit quarterly, because agent performance drifts as your inputs drift.

Extend, once. Use this only when the failures were configuration problems you identified and fixed, and you need a clean measurement window. One extension, 15 days, same thresholds. A second extension is a no wearing a disguise.

Kill. Thresholds missed. Write down why in one paragraph — capability gap, integration friction, insufficient volume to justify it, wrong workflow choice — and keep it. The most common real finding is that the workflow was a bad pilot candidate, not that agents don't work, and that note saves you from re-running the same failed pilot next year.

FAQ

Is 30 days long enough? For a high-frequency, verifiable workflow, yes — the constraint is run count, not calendar days. If you can't get 100 runs in 30 days, extend the window rather than the scope, or pick a different workflow. A pilot with 20 data points can't distinguish a good agent from a lucky one.

Should we pilot two agents against each other? Only if the workflow is genuinely identical for both and you have the volume to split. Otherwise run them sequentially. A badly controlled bake-off produces a confident answer for the wrong reason, which is worse than no answer.

What if the vendor offers a free trial that's shorter than 30 days? Take it, but treat it as the shakeout phase, not the pilot. Ask whether the trial can be extended for an evaluation with a defined end date — a seller confident in their agent usually says yes, and the answer itself is data about how they'll behave when something goes wrong later.

Do we need to tell the team we're piloting an agent? Yes. Covert pilots corrupt the baseline — people change behavior when they suspect they're being measured against software, usually by working faster during the baseline week and slower during the pilot. Explain the scope and the kill rule up front.

What's the single most common reason a pilot is inconclusive? No pre-written thresholds. Every other problem is recoverable mid-pilot; that one isn't, because once you've seen the results you can no longer set an unbiased bar.

Sources

Which specialist task does your team keep pushing to 11pm? Start there.

Related reading

AI Agent Pilot: The 30-Day Evaluation Plan | Augex