
Originally published on Medium.
The short version
Many vendor "AI agents" are actually automations or workflows wearing an expensive suit. The distinction matters because each behaves differently. Automations are rule-based and deterministic. AI workflows add language model capabilities at fixed steps in a deterministic process. Real agents are autonomous, adaptive, and non-deterministic, with continuous learning. Five characteristics separate real agents: autonomy, adaptability, contextual understanding, skill composition, continuous learning. Most enterprise AI value today lives in the workflow tier (Wave 2, 2024-2026). Agentic AI (Wave 3) is emerging. Know which wave you need before believing the vendor hype.
The Marketing Problem
Every vendor now claims to have "AI agents." Consultancies promise to "deploy AI agents." Startups position their products as "agentic platforms."
But when you dig into what they're actually building, a different picture emerges. Many of these aren't agents at all. They're automations or workflows wearing an expensive suit and a trendy name.
This matters because the difference between automations, workflows, and real agents isn't just semantics. It determines what they can do, how much they can learn, and what value they'll actually create.
Getting this wrong leads to inflated expectations, failed implementations, and teams disappointed by technology that never lived up to the hype.
Understanding the Three Types
Automations: Rule-Based and Deterministic
An automation is a predetermined sequence of actions triggered by a condition.
"If email arrives with subject line 'Invoice,' extract amount and send to accounting."
This is deterministic. Every time condition X occurs, action Y follows. There's no learning, no adaptation, no contextual reasoning.
Automations are valuable. They're straightforward to implement, easy to maintain, and provide immediate ROI. But they're not agents.
AI Workflows: Deterministic Plus AI Capabilities
An AI workflow adds AI capabilities to a deterministic process.
"When a support ticket arrives, use NLP to classify sentiment. If negative, route to senior support team. If positive, send to standard team. Use language generation to draft response template."
This is still fundamentally deterministic. The sequence is predetermined. But AI capabilities make the execution smarter.
AI workflows are more powerful than automations. They handle nuance better, adapt to variations, and reduce the need for explicit rules.
But they're still not agents. The workflow itself doesn't learn or change. It executes the same logic every time.
Real AI Agents: Autonomous, Adaptive, and Non-Deterministic
A real AI agent is autonomous. It makes decisions without human intervention. It adapts to new situations it hasn't seen before. Its behavior isn't fully predetermined.
"Given a new customer inquiry, the agent determines what information it needs, what systems it should query, what questions it should ask, and what action it should recommend - adapting its approach based on what it learns."
The path it takes isn't predetermined. The logic changes based on context, learning, and new information.
This is fundamentally different. It's powerful. It's also much harder to implement, predict, and control.
Five Characteristics of True AI Agents
When evaluating whether something is a real agent, look for these characteristics:
1. Autonomy
Does the agent make decisions and take actions independently? Or is it just executing predetermined steps?
Real agents operate with agency. They choose their approach, make judgment calls, and act without waiting for human approval (though they may escalate edge cases).
2. Adaptability
Can the agent handle novel situations it wasn't explicitly programmed for? Or does it fail when the scenario deviates from expected patterns?
Real agents generalize. They apply principles to new contexts. They don't require reprogramming every time the environment changes slightly.
3. Contextual Understanding
Does the agent understand the broader context of what it's doing? Does it know why it's taking an action, not just what the next step is?
Real agents have models of their environment. They understand constraints, dependencies, and consequences. They reason about whether actions will actually solve problems.
4. Skill Composition
Can the agent combine multiple capabilities to achieve goals? Or does it follow a single predetermined workflow?
Real agents are multi-skilled. They know when to use which capability. They compose skills to handle complex problems.
5. Continuous Learning
Does the agent improve over time based on feedback and outcomes? Or does it execute the same logic every deployment?
Real agents learn. From mistakes, from successes, from human feedback, from patterns in data. Each iteration makes them more effective.
Questions to Ask When Evaluating "Agents"
Before believing the vendor hype, ask these questions:
- "What would happen if the input was different from what you expect?" Does it adapt or fail?
- "Can it handle a situation it wasn't specifically trained for?" Or does it require new rules or configuration?
- "What decisions does it actually make?" Or is it just executing predetermined sequences?
- "How does it improve over time?" Does it learn from outcomes?
- "What can go wrong?" What would cause it to make a bad decision? How do you prevent that?
- "How much human oversight does it actually need?" If it requires approval for every action, it's not autonomous.
If the answers are "it doesn't," "it requires retraining," "it just follows rules," "it doesn't," and "it needs human approval for most decisions," then you don't have an agent. You have an automation or workflow.
That's not inherently bad. Just honest about what you're buying.
Augmenting the Workforce
The key insight is understanding the role each plays:
Automations execute routine, predictable work. They're cheap, fast, and straightforward. Use them for high-volume, low-complexity tasks.
AI Workflows enhance human decision-making and execution. They make routine work smarter. Use them where you want to amplify human capability.
Real Agents handle complex, adaptive work that requires judgment and learning. They're expensive to build right, but can tackle problems that previously required senior expertise.
The future of work isn't replacing humans with any of these. It's allocating work to what's best suited for it:
Agents handle complex, adaptive, judgment-heavy work. Humans do the creative, strategic, interpersonal, and exceptions-that-matter work. Automations handle the tedious, high-volume, predictable stuff.
Building Real Agents
If you want to build actual agents, you need to invest in:
An Autonomous Engine
A decision-making core that can reason about problems, formulate approaches, and adapt to outcomes. This is typically a large language model with extended context, retrieval-augmented generation, and reasoning capabilities.
An Enterprise Skill Graph
A knowledge representation that models your business: your data, your processes, your constraints, your objectives. The agent queries this graph to understand what it can do and what matters.
Workflow Orchestration
The ability to break down complex goals into component steps, execute them in parallel or sequence, and adapt based on intermediate results.
Human-in-the-Loop Oversight
Mechanisms for humans to review consequential decisions, provide feedback, and refine the agent's decision-making over time.
This is significantly more complex than building an automation or workflow. And it requires investment in data infrastructure, model training, and organizational change.
But the payoff is equally significant.
Why It Matters
The distinction between these categories shapes expectations and outcomes.
If a vendor promises "agents" but delivers "workflows," they're not lying - they're just using inflated terminology. But organizations expecting autonomous, adaptive systems will be disappointed with deterministic, rule-based execution.
If you're evaluating a platform, be precise about what you need. Do you need to eliminate manual data entry? Automation or AI workflow. Do you need to augment human decision-making? AI workflow. Do you need systems that can handle novel problems and learn over time? That's when you need real agents.
The Three Waves
The evolution is clear:
Wave 1: Automations ruled from 2015 - 2020. Rule-based RPA swept through enterprises.
Wave 2: AI Workflows are dominant now (2024 - 2026). Language models making existing workflows smarter.
Wave 3: Agentic AI is emerging. Real autonomous agents that reason, learn, and adapt.
Each wave builds on the previous. Most organizations are still in Wave 2. Some are beginning Wave 3.
Know which wave you're in. Know which wave you actually need. Be skeptical of vendor claims.
The real competitive advantage will go to organizations that understand the difference and build accordingly.
Also on Medium
Full archive →Many AI Agents Are Actually Workflows or Automations in Disguise
How to tell agents from workflows from cron jobs, and why it matters for what you ship.
AI Agents and the Future of Work: A Pixar-Inspired Journey
What product managers can learn about AI agents from how Pixar runs a film team.