Priya Ramanathan 8 min readThe prevailing image of an AI agent is theatrical: give it an objective, withdraw, and return to find the work complete. That image is memorable because it presents autonomy as the decisive leap beyond chat. It is also a poor blueprint for many useful systems.
An agent is better understood as software that can interpret a goal, choose among actions, observe results, and adjust what it does next. None of those capabilities requires unlimited freedom. In fact, the most consequential agentic products may operate inside carefully designed boundaries: gathering evidence, preparing decisions, and executing only when risk is low or authority is explicit.
Three claims repeatedly obscure this possibility. Each contains a kernel of truth. None deserves to govern product strategy without examination.
First, distinguish agency from automation
Traditional automation follows a route chosen in advance. A rule might copy an email attachment into storage, extract a field, and place it in a database. If the input violates expectations, the workflow fails or enters an exception queue.
An agentic system can choose its route while pursuing a defined outcome. Faced with a missing invoice number, it might inspect the email thread, compare the sender with supplier records, request clarification, or escalate the case. The difference is not consciousness, personality, or independence. It is controlled discretion over the next action.
| System pattern | What is predetermined | What remains flexible | Suitable example |
|---|---|---|---|
| Rule-based automation | Steps and conditions | Input values | Routing standard forms |
| Agent-assisted workflow | Goal, tools, limits, approvals | Research path and proposed action | Preparing a supplier-risk review |
| Bounded autonomous agent | Goal, permissions, stop conditions | Sequence and execution of permitted actions | Resolving low-risk support requests |
This distinction matters because teams often ask whether they should “adopt agents” when the more productive question is: where would bounded discretion improve the workflow?
Myth one: a true agent works without human intervention
The myth has a legitimate origin. If a system merely drafts text while a person performs every consequential step, calling it autonomous would be misleading. Agents become economically interesting when they remove coordination work rather than simply adding another interface.
Yet autonomy is not a binary property. It is a permission structure. An agent may independently search approved repositories, compare records, and assemble a recommendation while requiring approval before contacting a customer or moving money. That is still agentic behavior: the system chooses and revises a path toward an objective.
A worked example: purchasing
Consider a request to replace twenty damaged office chairs. A fully manual process requires someone to identify approved suppliers, compare models, check delivery constraints, verify the budget, and create an order. A recklessly autonomous system might select a product and submit payment without review.
A bounded agent can do something more credible. It searches only approved catalogues, excludes products that violate accessibility or materials requirements, checks the remaining budget, and prepares two compliant options. It includes the evidence behind each recommendation and drafts the purchase order. A budget owner makes the final commitment.
The intervention is not evidence that the agent failed. Approval is part of the architecture, positioned at the point where a reversible information task becomes an external commitment.
The practical principle is simple: autonomy should expand where actions are observable, reversible, and inexpensive to correct. It should contract where actions create legal, financial, safety, or reputational exposure.
Myth two: more tools make an agent more capable
There is a kernel of truth here as well. A model that can only generate text cannot inspect live inventory, update a ticket, or schedule a shipment. Tools convert language into action and give an agent access to current state.
But each additional tool also enlarges the decision surface. The agent must identify the right tool, supply valid arguments, interpret its response, and decide what follows. Similar tools create ambiguity. Broad permissions increase the damage caused by a mistaken selection. Long tool chains introduce more places for stale data, partial execution, and silent mismatch.
Imagine a customer-service agent handling a delayed parcel. It may have access to order history, warehouse status, carrier tracking, refunds, promotional credits, address changes, outbound email, and customer notes. That appears powerful. It also creates dangerous combinations. The agent could issue a refund before verifying shipment status, alter an address after dispatch, or compensate a customer twice because separate systems update at different speeds.
A better design begins with a narrow capability set:
- Read tools: retrieve the order, tracking events, policy, and prior interactions.
- Low-risk write tools: add an internal note or prepare a response draft.
- Guarded actions: offer only policy-compliant remedies within a defined case type.
- Prohibited actions: prevent address changes after dispatch and require human approval for exceptional refunds.
Capability comes from the fit between tools and task, not the size of the toolbox. A specialised agent with four well-defined operations can outperform a general agent navigating dozens of overlapping integrations—not necessarily because its model is better, but because its choices are clearer and its failures easier to detect.
Myth three: human approval makes agents too slow to matter
This claim identifies a real failure mode. If every lookup, draft, and routine update pauses for permission, the system creates supervisory labour rather than removing work. A person becomes a mechanical confirmation layer, often approving outputs too quickly to evaluate them.
The mistake is treating approval as one universal gate. Effective oversight is selective. It depends on the action, the confidence of the evidence, and the cost of error.
Take an agent supporting contract review. It can extract renewal dates, identify governing law, compare clauses with an approved playbook, and produce a list of deviations without asking permission at every stage. Human judgment belongs where interpretation becomes negotiation: accepting an unusual liability cap, changing termination rights, or deciding whether commercial value justifies a departure from policy.
Well-placed review can therefore increase speed. The agent compresses document search and comparison; the professional focuses on exceptions. The workflow moves from “read everything” to “inspect the consequential differences.”
Approval should also be designed as an informed decision, not a bare button. The reviewer needs the proposed action, supporting evidence, relevant policy, uncertainty, and expected consequence. Without that context, human involvement supplies accountability in appearance but little actual control.
The hidden requirement: design for recovery
Debates about agents often concentrate on whether the system will choose correctly. Mature design asks a second question: what happens when it does not?
An agent that updates a customer record should preserve the prior value. One that sends messages should show what was sent and why. One that changes workflow status should leave an event trail. If a multi-step operation fails halfway through, the system should identify which steps completed rather than simply retrying the entire sequence.
Recovery mechanisms include:
- idempotent operations that do not duplicate an effect when retried;
- transaction limits and scoped credentials;
- checkpoints before irreversible actions;
- logs connecting evidence, reasoning, tool calls, and outcomes;
- explicit handoff states for ambiguous or unsupported cases;
- rollback paths for changes that can be reversed.
These controls can look less exciting than open-ended autonomy. They are what allow useful autonomy to survive contact with real organisations.
A more discerning way to find agent opportunities
The strongest starting point is not a role to replace. It is a recurring decision loop to improve. Look for work in which someone repeatedly gathers information, checks constraints, chooses from a limited set of actions, and monitors the result.
Then separate the loop into three layers:
- Evidence: What information must be retrieved, and which source is authoritative?
- Judgment: Which choices follow explicit policy, and which require contextual expertise?
- Action: Which consequences are reversible, and which create meaningful exposure?
Suppose a company wants to improve overdue-invoice follow-up. The evidence layer includes invoice status, payment history, disputes, and recent correspondence. The judgment layer distinguishes a forgotten invoice from an active dispute or a customer in financial difficulty. The action layer ranges from drafting a reminder to pausing service or referring the account for collection.
An agent could safely reconcile records, classify common cases, and prepare an appropriate message. It might send routine reminders when the facts are unambiguous, while escalating disputed balances and high-value accounts. The innovation is not maximal independence. It is the precise allocation of discretion.
The frontier is governed agency
The three myths point toward the same correction. An agent does not become transformative by excluding people, accumulating integrations, or eliminating every pause. It becomes transformative when it receives enough discretion to collapse a cumbersome decision loop—without receiving authority the task does not justify.
This reframes the opportunity. The near-term winners may not be the systems that appear most human or undertake the longest unsupervised journeys. They may be the ones that know where to search, when to act, when to stop, and how to show their work.
Autonomy remains valuable. Tools remain essential. Human approval remains imperfect. The decisive craft lies in composing them: narrow permissions, authoritative evidence, meaningful review, and recoverable actions. That is not a compromise on the idea of agents. It is the architecture that makes agency deployable.
This post was drafted with AI assistance and reviewed against our editorial policy before publication. Corrections are made at the source, on the page, with the date shown.
Rate this article
Discussion
Comments are moderated. Read our editorial policy.