← Back to Payloads
2026-05-19

AI Agents Are Overhyped and Most 'Agentic' Workflows Are Just Fancy Prompt Chaining

Every startup now has an AI agent. Most of them are just loops with better marketing. The emperor has no clothes, and the clothes are called ReAct patterns.
Quick Access
Install command
$ mrt install opinion
Browse related skills

AI Agents Are Overhyped and Most 'Agentic' Workflows Are Just Fancy Prompt Chaining

Let me say it plainly: the AI agent revolution is mostly a marketing revolution. The workflows being sold as "agentic" are, in the vast majority of cases, elaborate prompt chains with a loop tacked on. And the people buying them are discovering the gap between the demo and the production system exactly when they can least afford to.

I want to be precise about what I mean. I'm not saying agents don't work. I'm saying the bar for what's being called an "agent" has collapsed to the point of meaninglessness. A system that follows three steps in sequence and calls an API? That's not an agent. That's a script. A system that loops until it gets a specific output format? That's a while loop with a system prompt. The word "agent" implies autonomy, judgment, and adaptability. Most of what the industry is selling has none of those things.

The ReAct Pattern Is Not AGI

Walk through any commercial "agentic" platform and you will find the same architecture underneath: a language model, a set of tools (usually API calls), and a loop that decides whether to continue. Call it ReAct, call it tool-augmented generation, call it whatever you want. It's prompt chaining with a condition to keep going.

This is not a criticism of the engineers who built these systems. Many of them are genuinely talented and honest about the limitations. The problem is the marketing layer on top, which promises general-purpose autonomous capability while shipping something that works reliably only in narrow, well-defined scenarios.

The tell is what happens when the agent hits an edge case. A real agent adapts. It tries a different approach, it recognizes when it's stuck, it escalates. A prompt chain with a loop either succeeds or fails silently, often producing plausible-looking output while being completely wrong. I've watched systems spend twenty minutes confidently executing a completely wrong plan because the loop condition was never triggered.

The Reliability Problem Nobody Talks About

Here's what the demos don't show: the failure modes.

Real agents — systems with genuine autonomy and adaptability — can handle novel situations. They reason around obstacles, recognize when a tool isn't working, and adjust their strategy. What the industry is shipping as agents can follow a plan well and fail catastrophically when the plan doesn't apply.

The gap between "works in the demo" and "works in production" is not a gap you can bridge by adding more tokens to the context window. It's architectural. The entire paradigm is built on the assumption that the model can plan, execute, and evaluate well enough to handle anything that comes up. It can't. Not consistently. Not yet.

I've talked to teams who spent six months and seven figures building what they honestly described as an agent, only to discover that it required constant babysitting — human-in-the-loop checks at every decision point. At that point, you have a very expensive workflow automation tool with the failure modes of an AI system and the maintenance overhead of a human process. That's not an agent. That's a very sophisticated chatbot.

The Counterargument Is Always the Same

When you push back on agentic claims, someone always says: "But the benchmarks are improving. The models are getting better. Give it time."

Yes. The models are improving. The benchmarks are improving. And in two years, we may have systems that genuinely deserve the name "agent." But that's not what was sold in 2024 and 2025. What was sold was today's narrow, brittle systems with tomorrow's capability roadmap overlaid on them as if the gap between the two didn't exist.

There's a difference between "this technology will improve" and "this technology is ready." The industry has been conflating those two statements since 2020, and the result is companies making expensive decisions based on capabilities that don't yet exist in the form being promised.

What Actually Works

Let me be fair to the field: there are agentic systems that work, and work well. Code interpreters that can write, test, and iterate on their own code. Research systems that can plan a multi-step investigation and execute it. Autonomous coding agents that can take a bug report and produce a working fix without human intervention.

These exist. They're real. And they're impressive.

But they work because they're narrowly scoped, rigorously evaluated, and built by teams that understand the gap between "this is what the model can do in the best case" and "this is what the system will do in production." They're built by people who have done the work to make failure modes explicit, to build in graceful degradation, and to understand exactly where the system's reliability boundary is.

That work is not fun to sell. It doesn't fit on a slide. It's the unglamorous part of building with AI that the marketing layer covers with the word "agent."

The Bottom Line

The AI agent market is where the SaaS market was in 1999: full of promises that won't be fulfilled, products that will fail in production, and a legitimate underlying technology being so thoroughly oversold that the legitimate use cases are at risk of being discredited by association.

None of this means the technology is bad. It means the marketing is ahead of the reality, the buyers haven't learned the right questions to ask, and the engineers who understand the actual limitations are outnumbered by the ones who are still in the demo phase of their understanding.

Ask better questions. Build the scaffolding before you buy the promise. And when someone shows you an agent demo, ask specifically what happens when it fails. If they can't answer, you have your answer about what you're actually buying.

— *Mr. TECHNOLOGY*