Alexey Shurov.Insights
Strategy

Your First Ninety Days With AI in Operations A Sequence That Actually Works

Skip the pilot theater. Here is the order of moves that turns one boring win into a platform your team will actually use.

21 August 2026 . 7 min read . Alexey Shurov
Your First Ninety Days With AI in Operations A Sequence That Actually Works

The First Win Should Be Boring on Purpose

The operations leaders who get AI working in year one all made the same counterintuitive move. They picked a problem that nobody was excited about.

Not the strategic transformation. Not the flagship use case they pitched to the board. A dispatcher manually copying exception codes from one system into a spreadsheet every morning. A finance analyst pulling the same twelve fields from vendor invoices and typing them into an approval queue. A field operations coordinator sending the same status-check email to thirty technicians every Tuesday.

Boring. Repetitive. Completely unambiguous about what done looks like.

That last part is the whole game in the first thirty days. If you cannot write down in plain language what the correct output looks like, you are not ready to automate it. The model will not save you from your own ambiguity. It will just produce ambiguous outputs faster, and your team will stop trusting it inside a week.

Days One Through Thirty Finding the Right Ugly Process

I tell every operations leader I work with to spend the first month doing nothing but process archaeology. Walk the actual work. Not the documented process. The real one.

In a distribution environment I worked in, the documented process said receiving clerks verified inbound shipments against purchase orders. The real process was that two clerks spent ninety minutes every morning reconciling three different system views because the ERP, the warehouse management system, and the supplier portal never agreed on unit counts. Nobody had written that down anywhere. It was just absorbed tribal knowledge.

That gap between documented and real is where your first AI win lives. You are looking for work that is 1. High frequency, meaning it happens daily or more 1. Rule-governed, meaning a smart new hire could learn it from a written procedure 1. Currently producing a paper trail or data artifact you can use as ground truth 1. Painful enough that the person doing it will cheer when it disappears

The fourth point matters more than most technology leaders admit. If the person doing the work does not want it automated, you will get sabotaged at the validation stage. Not maliciously. Just through the thousand small ways humans fail to prioritize things they do not believe in.

Days Thirty Through Sixty Building the Feedback Loop Before You Scale

Here is where most ninety-day plans fall apart. The team gets the first process running, the model performs reasonably well in testing, and someone in leadership says let us roll this out to the whole function. Do not do that.

Spend thirty days running the agent alongside the human, not instead of the human. This is not lack of confidence in the technology. This is how you build the dataset that makes everything after it work better.

In a manufacturing context, we ran an agent that was classifying maintenance work orders by failure mode and routing them to the right technician queue. For thirty days, the agent made a recommendation and a human dispatcher either confirmed or overrode it. We logged every override with a reason code. By day forty-five we had identified three failure mode categories where the agent was consistently wrong because the work order description language used by one plant was idiosyncratic. We retrained on that plant's historical data and the override rate dropped by more than half.

If we had skipped that period and just deployed, the dispatchers would have quietly stopped trusting the routing within two weeks. I have seen that happen. The agent keeps running, the humans stop reading its output, and six months later someone asks why we are paying for a system nobody uses.

The feedback loop is the product. The agent is just the interface.

Days Sixty Through Ninety From One Process to a Platform Logic

By day sixty you should have one process running with human oversight, a clear error taxonomy, and at least one person on the operations team who understands how the agent makes decisions well enough to explain it to a colleague. That last condition is non-negotiable for what comes next.

Now you look for the second process. Not the most impactful one. The one most structurally similar to the first one.

This is platform thinking in its simplest form. If your first agent reads unstructured text and extracts structured fields, your second agent should also read unstructured text and extract structured fields, just from a different document type or a different workflow. You are not starting over. You are reusing the validation framework, the override logging structure, the human review cadence, and the institutional knowledge about where the model is likely to be wrong.

In a financial services back-office operation, the first agent handled trade confirmation matching. The second handled client onboarding document extraction. Different content, same underlying pattern of reading a document, pulling structured data, flagging anomalies for human review. The second deployment took about a third of the time because the team already knew how to run the feedback loop and already trusted the override process.

By day ninety you are not trying to have transformed the function. You are trying to have a repeatable method. Two processes running, one team that knows how to operate AI agents, and a clear template for what the third process looks like.

What to Do When the Model Gets It Wrong

It will get things wrong. Plan for that now, not after it happens in front of a stakeholder.

The failure modes I see most often in operational AI are not dramatic hallucinations. They are quiet systematic errors that look like correct outputs until someone checks the downstream effect. An agent extracting line items from invoices that consistently misreads a particular vendor's PDF format. A routing agent that handles the common case well but breaks on orders with split delivery addresses. A field operations agent that correctly identifies which technician has the right certification but does not account for the fact that that technician is on leave.

None of these are reasons to stop. All of them are reasons to have a clear escalation path before you go live. Every agent I deploy has three things defined before the first real transaction runs through it. A confidence threshold below which the agent routes to a human instead of acting. A named human who owns the review queue. And a weekly number that someone checks, which is the ratio of agent actions to human overrides.

If that ratio moves more than fifteen percent in either direction in a week, something changed and you need to know what. Either the input data changed, the business rules changed, or the model drifted on a distribution shift. All of those are fixable. None of them are fixable if you are not watching.

The Organizational Move Most Leaders Skip

Technology is maybe forty percent of this. The rest is organizational.

The operations leaders who build durable AI capability in year one do one thing consistently that the ones who stall do not. They designate someone on the operations team, not the IT team, not the AI team, as the owner of each agent in production. That person is accountable for the override rate, accountable for flagging when the business rules change, and accountable for training new team members on how to work with the agent.

This is not a technical role. It is an operational role. The person does not need to know how the model works internally. They need to know what the agent is supposed to do, what correct output looks like, and how to raise a flag when something seems off.

In distribution operations I have seen this role emerge naturally from the person who was doing the manual work before. They already have the deepest understanding of the edge cases. They know which vendor always sends malformed documents. They know which product codes have naming inconsistencies across systems. That knowledge does not become less valuable when an agent takes over the routine work. It becomes the quality control layer that keeps the agent reliable.

The manual work gets removed. The judgment stays, and it gets applied to harder problems.

The Practical Takeaway

If you are an operations leader starting this in the next quarter, here is the sequence in plain terms.

  1. Find one high-frequency, rule-governed process where you can define correct output in writing before you build anything
  2. Run the agent alongside a human for thirty days and log every disagreement with a reason
  3. Fix the systematic errors before you expand
  4. Pick a second process that is structurally similar to the first, not the most impactful one available
  5. Name an operations owner for each agent before it touches a real transaction
  6. Watch the override ratio weekly and treat a significant move in either direction as a signal worth investigating

Ninety days done right does not give you a transformed function. It gives you a method, a team that knows how to use it, and the credibility to ask for more runway. That is worth more than a splashy pilot that nobody can reproduce.

The organizations that are genuinely ahead on operational AI two years from now are not the ones that moved fastest in month one. They are the ones that built something their operations team actually trusts.

Common questions

How do you pick the right first process for an AI agent in operations

Look for work that is high frequency, follows rules you can write down, produces a data artifact you can use as ground truth, and is painful enough that the person doing it wants it gone. If you cannot define correct output in plain language before you build anything, the process is not ready. Ambiguity in the process becomes ambiguity in the output, and your team will stop trusting the agent quickly.

What does a realistic ninety day AI deployment look like for an operations team

Roughly thirty days finding and documenting the right process, thirty days running the agent alongside a human and logging every disagreement, and thirty days stabilizing and identifying a second structurally similar process. By day ninety you should have a repeatable method and a team that knows how to operate agents, not a transformed function. Transformation comes from repeating that method, not from moving faster in the first quarter.

How do you handle it when an AI agent makes mistakes in a production environment

Define three things before the first real transaction runs. A confidence threshold below which the agent routes to a human instead of acting. A named human who owns the review queue. And a weekly metric tracking the ratio of agent actions to human overrides. If that ratio moves significantly in either direction, treat it as a signal that something in the inputs, the business rules, or the model behavior has changed. These errors are almost always fixable if you are watching for them.

Does the operations team need technical skills to work with AI agents

No, but they need operational ownership. The most important move most leaders skip is naming someone on the operations team, not IT, as the owner of each agent in production. That person needs to know what correct output looks like and how to flag when something is off. The deepest subject matter expertise often already lives with the person who was doing the manual work. That judgment becomes the quality control layer, applied to harder problems once the routine work is handled by the agent.

Want this in your operation

I build and run production AI agents that take repetitive work off operational teams. Tell me what your team spends too long on.

Tool guides

Choosing software for this problem space, see the guides on bottleneck detection tools and AI analytics tools for mid-size companies.

More insightsshurco.ai