Every second pitch deck this year has the same phrase in it: autonomous AI agent. It’s on landing pages, in funding announcements, in workshop titles that aren’t mine. It implies something specific: a system that receives a goal, works out the steps, and executes them without a person checking in.

That system doesn’t exist yet. Not at any company I’ve reviewed, not in any product I’ve been shown under NDA, not in anything running my own client work.

What’s actually running

What’s running is workflow engineering, version two. That’s not a knock, it’s a precise description. Version one was rules-based automation: if this, then that, built by hand, brittle the moment reality didn’t match the rule. Version two swaps the rigid rule for a language model that can handle variation in the input, but the workflow around it is still designed, tested and constrained by a person.

The WhatsApp order agent I built for a retail client is a good example. It takes orders after hours, when no staff are online. It looks autonomous from the customer’s side: type a message, get a confirmed order. From the inside, it’s a tightly scoped set of steps with clear handoff points. Anything the model isn’t confident about gets flagged, not guessed at. That boundary is the entire engineering effort.

Why the distinction matters to your business

If you’re evaluating a vendor who says “autonomous agent,” ask one question: what happens when it’s wrong. If the answer is vague, or the demo conveniently never shows a failure case, you’re looking at a workflow with better marketing than mine, not a genuinely autonomous system.

This isn’t pessimism about where things are going. It’s a description of where things are now, which is the only version of “now” you can actually build a business decision on.

What to do with this

Stop evaluating tools by whether they claim autonomy. Evaluate them by what happens at the edges: the order the customer types badly, the question with no clean answer, the input nobody tested for. That’s where workflow engineering earns its name, and where most AI tooling quietly falls apart.