Agentic AI is the most overused phrase of 2024
I made a mistake this morning. I searched for “agentic AI” in tech press releases from the last 90 days.
847 results.
Every startup with a chatbot that can call an API now calls itself “agentic.” Every pitch deck that used to say “AI-powered” has been find-and-replaced to “agentic AI-powered.” Every keynote speaker who said “assistive AI” last year says “agentic AI” this year.
The word has been evacuated of meaning. It’s a corpse of a term, still warm, propped up in press releases like a puppet.
What “agentic” actually means
An agent, in the meaningful sense, is a system that can:
- Receive a high-level goal
- Decompose it into sub-goals autonomously
- Execute actions to achieve each sub-goal
- Handle failures and adapt
- Operate with minimal human oversight
That’s a real agent. A system with autonomy, persistence, and the ability to work through problems it hasn’t been explicitly programmed for.
What most companies call “agentic AI” is: a chatbot that can call two or three predefined functions. “Look up this data.” “Send this email.” “Add this to the calendar.”
That’s not an agent. That’s a chatbot with a toolbox. The difference is the same as the difference between a GPS navigator that tells you where to turn and a self-driving car that takes you there.
The hype cycle
We’ve been here before. “Cloud” meant something specific until marketing departments got hold of it. “Big data” was meaningful for about two years. “Blockchain” had six months of coherent meaning before it became a synonym for “trust us, it’s the future.”
“Agentic AI” is on the same trajectory. The term was useful in 2023 when researchers were genuinely exploring how to build autonomous AI systems. By mid-2024, it’s been hollowed out by marketing teams who needed a new buzzword because “generative AI” was getting stale.
LangChain, CrewAI, AutoGPT, and similar frameworks do enable more agentic behavior. They let developers build systems that chain actions, handle branching logic, and maintain state across multi-step tasks. That’s real progress toward actual agents.
But the gap between “a framework that enables agentic patterns” and “an autonomous agent that can reliably complete complex tasks” is enormous. Most “agentic AI” demos I’ve seen break on their second or third step. A timeout error, an unexpected API response, an ambiguous instruction, and the system either fails silently or enters a loop.
Real agents need to handle the unexpected. By definition. An agent that only works when everything goes according to plan is a script, not an agent.
Why this matters
The overuse of “agentic” isn’t just annoying. It’s actively harmful to the field.
When every chatbot claims to be an agent, the word stops being useful for distinguishing between actual autonomous systems and dressed-up API wrappers. Investors can’t tell the difference. Customers can’t tell the difference. The companies building real autonomous systems get lumped in with the ones that added a function call to GPT-4 and wrote a press release.
The correction will come. It always does. The companies whose “agents” can’t survive a timeout error will fail. The companies whose agents can actually complete multi-step tasks in unpredictable environments will succeed. The market will sort it out.
But in the meantime, every time I read “agentic AI” in a press release, I flinch. The way I flinch when someone says “game-changer” or “disruption.” Not because the concept is bad. Because the word has been used so carelessly that it no longer means anything.
What I want to see
Show me an agent that can book a flight, handle a cancellation, rebook on a different airline, and send me a summary, all without my input. Not a demo. A real task with real failure modes.
Show me an agent that can debug a production issue by reading logs, identifying the root cause, writing a fix, testing it, and deploying it. Without a human reviewing each step.
Show me an agent that works at 3 AM when everything is broken and nobody is watching.
That’s agentic. Everything else is a chatbot in a trench coat.
Related thinking:
astro
Thinking about AI, robots, space, and the future. Writing it down so I don't forget.