← All articles

AI Agents in Operations: What They Do, and What They Should Not

An AI agent in operations is software given a goal rather than a script: it reads the current state of a workflow, plans the steps needed to close the gap, uses tools — querying an ERP, calling an extraction service, drafting an email — and acts, checking its own progress as it goes. In practice, agents do the connective work that sits between systems and people: chasing the missing delivery note, reconciling two records that disagree, walking a document through classification, validation, and posting, watching a queue and escalating the case that breaches a threshold. The useful mental model is a diligent junior operator who never sleeps — and who, like any junior, needs defined authority, supervision, and a manager who checks the work before it matters.

That framing matters because "agent" has become a label attached to everything from a chatbot to a macro. This article is the map for the whole topic: what an agent actually is, which operational jobs suit one and which do not, how autonomy should grow in stages, and why guardrails and human approval are the design rather than the compromise. It sits inside the broader picture of AI in operations; the focus here is on the specific class of systems that act.

How is an agent different from a model or a copilot?

A model answers. You give it a prompt, it returns a response, and it stops. It holds no state, takes no actions, and has no idea whether its answer was ever used. Most of what gets sold as "AI in the business" is a model behind a chat box.

A copilot assists. It sits alongside a person who is doing the work — drafting the reply, summarising the thread, suggesting the classification — but the person initiates every step and owns every action. Copilots are valuable precisely because the human never leaves the loop; they are also limited by it, because the human's attention is still the bottleneck.

An agent acts. It perceives the state of a workflow (an inbox, a queue, an ERP record), plans a sequence of steps toward a goal, executes those steps through tools, observes what happened, and adjusts. The loop belongs to the software, not the person. That is the whole difference — and it is a difference of authority, not intelligence. The same language model sits underneath a copilot and an agent; what changes is what the system is permitted to do without asking.

This is why the governing question changes too. For a model, you ask "was the answer right?" For an agent, you ask "was the action right?" — a harder question, because a wrong action has consequences a wrong sentence does not. Everything else in this article follows from taking that question seriously.

Which operational jobs actually suit AI agents?

Agents earn their keep on work with a particular shape: multi-step, high-volume, digitally legible, and with a clear definition of done. Three families of operational work fit that shape well.

Document-chained workflows. An invoice arrives, gets classified, has its fields extracted, is validated against a purchase order, and is either posted or escalated. A tender document is decomposed into requirements, checked against eligibility, and routed to the right owner. These chains are where single-shot extraction stops short and an agent's ability to sequence steps, handle the odd case, and know when to stop pays off — the full argument is in agentic workflows for document processing.

Reconciliation. Two systems disagree — the ERP says one quantity, the warehouse system another; the bank statement and the ledger drift apart. Reconciliation is tedious, endless, and mostly mechanical: gather both sides, find the discrepancy, classify its likely cause, draft the correction, route it for approval. It is also the canonical entry point for agents working against systems of record, covered in AI agents in ERP operations.

Monitoring and escalation. Watch the order queue, the SLA clock, the stock threshold, the payment run. Act on the routine cases — send the reminder, reorder the fast-mover within its limit — and escalate the exceptional ones to a person with the context already assembled. This is agent work because the value is in the vigilance, and vigilance is exactly what humans are worst at sustaining.

What unites these jobs: the state is machine-readable, success is checkable, the volume justifies the engineering, and a wrong action is either reversible or cheap to gate behind approval. Where a workflow is genuinely fixed and stable — same screens, same fields, same path every time — a deterministic script is often the better tool, and the trade-offs are laid out in AI agents vs RPA.

Which jobs should not be handed to an agent?

The fastest way to lose trust in agents is to point one at the wrong job. A few shapes of work should stay off the list.

Irreversible, high-consequence actions without a gate. Releasing a payment, committing to a contract, changing a safety-relevant setting. An agent can prepare these actions; it should not complete them alone. If a proposed deployment has no approval gate in front of its consequential steps, that is a design defect, not a maturity statement.

Judgment-heavy, low-volume decisions. Pricing an unusual deal, handling a strategic supplier dispute, deciding an exception that arises four times a year. There is no volume to amortise the engineering, no pattern for the agent to learn, and the judgment is the job.

Undefined processes. If nobody can say what "done correctly" means, an agent will automate the confusion at machine speed. Agents need a defined process to act within; they do not create one.

Work a simple script already does. If the task never varies, an agent adds cost, latency, and a new failure mode to something a cron job handles. Boring tools for boring problems.

The longer version of this list — including the political and organisational cases — is in when not to use AI agents.

What does the maturity path look like?

Nobody should switch on an autonomous agent on day one, and nobody sensible does. Autonomy is earned in stages, and each stage generates the evidence that justifies the next.

Stage one: assistive. The agent prepares work; humans execute all of it. It drafts the reconciliation, assembles the exception file, recommends the routing — and a person does the acting. This stage looks unambitious and is quietly the most important: it produces a record of what the agent would have done, checked against what the human actually did, at zero operational risk.

Stage two: supervised. The agent executes the reversible steps itself — sending the chaser, updating the working record, filing the classification — while consequential actions queue for human approval. Every action is logged; a sample is reviewed even when nothing went wrong.

Stage three: supervised-autonomous. The agent handles the routine cases end to end within hard limits — value thresholds, action counts, scope boundaries — and humans handle the exceptions and audit the samples. Note what is absent: a stage four. For consequential operational work, supervised autonomy is the ceiling, not a waypoint on the road to no supervision.

Two things govern movement between stages. The first is evidence: promotion should follow measured performance on real cases, not a good week or a confident demo — the measurement discipline is the subject of evaluating AI agent reliability. The second is scope: as agents take on more of a workflow, the work tends to split across several specialised agents that must hand off cleanly, share state, and fail independently — the coordination problem covered in AI agent orchestration.

Why guardrails are design features, not afterthoughts

The instinct is to build the agent first and add controls later, once it "works." This gets the engineering backwards. An agent without guardrails does not work — it demos. The controls are what turn a capable prototype into something an operations leader can be accountable for.

The core set is small and concrete: permissions scoped to the specific systems and records the task needs; hard limits on spend and action volume; approval gates in front of anything irreversible; tool access sandboxed so the worst case is bounded; an audit log complete enough to reconstruct any decision; and a kill switch someone has actually tested. Each of these is cheap to build in at the start and expensive to retrofit — the full treatment is in AI agent guardrails.

The approval gate deserves special emphasis, because it is where agent design meets an older and well-understood discipline. Routing uncertain or consequential cases to a person is not the agent admitting failure; it is the mechanism that lets the agent handle everything else. The machine reads, sorts, and prepares; the human decides where deciding matters. That pattern — and how to keep the human review meaningful rather than a rubber stamp — is the subject of human-in-the-loop AI.

Teams that treat guardrails as a later phase end up in one of two places: they ship something unsafe, or they never ship at all because nobody will sign off. Building the controls first is faster in every sense that counts.

How do you know an agent is ready for more autonomy?

Not by watching it succeed in a demo. Demos are curated; operations are not. Readiness is a measurement question, and the measurements are specific: task-completion rate on a set of real historical cases, including the ugly ones; a taxonomy of how it fails, because an agent that does nothing when confused is far safer than one that acts wrongly with confidence; and a period of shadow running, where the agent works the live queue without its actions taking effect, scored against what actually happened.

This discipline is also what separates the firms that get agents into production from the majority that do not. The NASSCOM-EY AI Adoption Index found 87% of Indian enterprises stuck in the middle stages of AI maturity — past the pilot, short of production value — and agents amplify that pattern, because the gap between an impressive prototype and a dependable operator is wider for systems that act than for systems that answer. The evaluation method that closes the gap is detailed in evaluating AI agent reliability.

Where to start

Start with one workflow, not a platform. Pick something high-volume and digitally legible — a document chain, a reconciliation, a monitored queue — where success is checkable and today's process is at least defined, if manual. Deploy the agent assistively first: let it prepare the work while people keep doing it, and keep score of the difference. Add the guardrails before the autonomy, so that when the evidence supports promotion, promotion is a configuration change rather than a redesign.

Then move deliberately up the stages, gated by measurement, with consequential actions behind approval throughout. Six months in, the honest version of success is unglamorous: a queue that clears itself, exceptions that arrive pre-assembled, an audit log nobody worries about, and operators who have stopped doing the work the agent does and started supervising it. That is what AI agents in operations look like when they are real — not autonomous colleagues, but reliable machinery for the connective work, with people firmly in charge of everything that matters.

Common questions

What is an AI agent in operations?
An AI agent in operations is software given a goal rather than a fixed script. It reads the current state of a workflow, plans the steps needed to reach the goal, uses tools — querying an ERP, extracting data from a document, drafting a message — and acts, checking its own progress as it goes. In operational terms, agents do connective work between systems: chasing missing documents, reconciling records that disagree, watching queues and escalating the cases that breach a threshold.
How is an AI agent different from a copilot or a chatbot?
The difference is who holds the loop. A chatbot or model answers when asked and stops. A copilot assists a person who drives — it drafts, summarises, and suggests, but the human initiates every step and owns every action. An agent holds the loop itself: it decides what to do next, acts through tools, observes the result, and continues until the task is done or a rule tells it to stop and ask. Same underlying models, very different authority.
Do AI agents replace people in operations?
No — they change what the people do. A well-designed agent takes over the routine, repetitive middle of a workflow — reading, matching, chasing, posting — while humans keep the exceptions, the approvals, and the judgment calls. In practice the ceiling for consequential operational work is supervised autonomy: the agent acts within hard limits, consequential actions wait for a person, and everything the agent does is logged and auditable. Removing humans entirely is a design mistake, not a maturity milestone.