← Back to Payloads
opinion2026-05-21

The Agent Era Is Mostly Hype

Every vendor is racing to ship AI agents. Every VC is funding agentic startups. But walk into production and you find a different story: brittle, expensive, and barely trusted. The agent era is mostly hype — and the sooner the industry admits it, the sooner we can build the augmented era that actually works.
Quick Access
Install command
$ mrt install opinion
Browse related skills
The Agent Era Is Mostly Hype

The Agent Era Is Mostly Hype

Let me say it plainly: the agent era is not here. It is not even close. What we have is a sophisticated demo ecosystem, a VC narrative, and a lot of developers building very expensive science projects that will quietly die in production.

I know. This is going to make me very unpopular at the next AI conference. But someone has to say it.

What We Actually Shipped

Walk the floor of any AI developer conference in 2026 and you will see the same demos you saw in 2023: a chat interface that browses the web, writes an email, and books a flight. The agents are smarter. The underlying models are faster. The demos are more polished. They are still demos.

The gap between "works in a demo" and "works in production, at scale, across heterogeneous environments, without constant babysitting" is the gap between a prototype and a product. The industry has spent three years building increasingly sophisticated prototypes.

The Reliability Problem Nobody Mentions

Here is what the agent marketing doesn't tell you: current AI agents fail in ways that are catastrophically different from traditional software failures.

A traditional software bug produces a wrong output. You can detect it, test for it, and patch it. An AI agent failure produces a cascade — it takes a series of plausible-wrong actions, each one plausible enough to seem reasonable, until the output is completely disconnected from the intent. By the time you notice, the agent has sent three confused emails, booked a flight to the wrong city, and deleted a file it shouldn't have touched.

Traditional software fails loudly. AI agents fail confidently and expensively.

The teams that have deployed agents in production — not demo environments, not controlled tests — uniformly report the same thing: the failure modes are harder to detect, harder to debug, and harder to recover from than the failure modes of traditional automation. This is not a knock on the technology. This is a structural reality of probabilistic systems operating in deterministic enterprise environments.

The Tool Calling Circus

Every agent framework ships with the same promise: connect the agent to your tools, and it will do your job. Calendar API, email API, file system, web search. Give it the keys and watch it work.

What actually happens: the agent calls the wrong tool, with the wrong parameters, at the wrong time. It reads the calendar instead of writing to it. It drafts an email and sends it before the human approves it. It searches for information in a way that violates rate limits and gets the API key revoked. The tool calling layer that was supposed to be the agent's superpower becomes its most unpredictable failure surface.

The agent paradigm assumes that connecting a model to tools is sufficient. It is not. The gap between "can call a tool" and "calls the right tool, with the right parameters, at the right time" is the entire distance between an interesting prototype and a reliable product.

The Autonomy Trap

The pitch is always autonomy: agents that work while you sleep, that complete multi-step tasks without human intervention, that multiply your productivity by handling the tedious work you don't want to do.

But here is the thing about autonomy: it only works when the cost of failure is low. An agent that books your flights while you sleep sounds great until it books a 4,000 dollar business class ticket to the wrong dates and you don't notice until you're at the airport. An agent that manages your inbox sounds great until it archives an email from your most important client because it didn't understand the context.

Real work has real consequences. Autonomy is only valuable when the agent's failure rate is low enough that the time saved exceeds the time spent on oversight, recovery, and error correction. For most enterprise tasks, that threshold hasn't been crossed yet. The agents save time in demos. They often cost more time than they save in production.

The Human-in-the-Loop Problem

The honest answer to "when will agents be reliable enough for fully autonomous operation?" is: not soon, and not for most enterprise tasks.

The tasks that are safe to automate fully are tasks where failure is cheap and recoverable. The tasks that drive enterprise value — client communication, financial decisions, strategic planning, anything with real consequences — require human judgment that current agents cannot replicate and cannot reliably escalate to.

This means the agent era, as pitched, is a story about automating cheap tasks while leaving the valuable ones to humans. That is useful, but it is not the revolution being sold.

What Actually Works

Agents work when the task is narrow, the failure modes are contained, and the oversight cost is low. Code review agents that flag issues for human developers — narrow scope, easy to verify output, clear escalation path. Data extraction agents that pull structured information from documents — bounded task, testable output. Research agents that compile summaries for human analysis — the human is still the decision-maker.

The common thread: these are agents that augment human capability, not replace it. They do the tedious part so the human can focus on the judgment part. That is real value.

The agents that don't work: the ones pitched as replacements for human judgment, the ones that operate in environments with high failure consequences, the ones that are supposed to work while you sleep. Those are the demos that make the conference rounds and the blog posts that rack up retweets. They are not the products that survive contact with real users.

The Reckoning

The agent era is coming. Not the one being sold — full autonomy, human-level task completion, works-while-you-sleep productivity multiplication. That era requires breakthroughs in reliability, safety guarantees, and failure recovery that don't exist yet and aren't close.

What is coming is the augmented era: agents that do the tedious work so humans can focus on the valuable work. Narrow agents, bounded autonomy, human oversight. Boring. Productive. Real.

The hype will fade. The use cases that survive will be the ones that were never really about agents at all — they were about putting the right tool in the right hands and letting humans do what humans do best.

The agent era is mostly hype. The augmented era is real. Pick the right fight.


The tools are not the problem. The overpromising is the problem. Build for what works, not what demos.

Related Dispatches