Skip to content
Cortexa ConsultingCortexa Consulting
Ground Truth
Explainer5 min readBy Joe Coffman
0:00 / 6:27

Tip: once it’s playing, tap any line to jump the audio there.

Which AI agents actually ship?

Plenty of AI agents dazzle in a demo; far fewer survive real work. Here's how to tell a production-ready agent from a supervised experiment.


Every Artificial Intelligence (AI) “agent” pitch ends the same way: the agent runs the whole job, hands-free, while everyone watches. Here's the part that never makes the pitch: most of the agents quietly doing real work today aren't full agents at all they're workflows on rails with a couple of smart steps. Now that everyone knows, and we can all agree, what an “agent” actually is1 a Large Language Model (LLM) given hands, tools, and a goal the sharper question is the one clients ask next: not “what is an agent?” but “which ones can we actually ship?” The honest answer: the narrow, checkable, supervised ones. Here's how to tell them apart before a client's name and your reputation is put on the line.

Why does every agent look ready in the demo?

Because a demo is the agent's best day, staged the same pattern we unpacked in a great demo isn't a shipped product2, and all of it applies here. What agents add is stakes: an agent doesn't only answer it acts. A wrong answer in a chat is a bad paragraph; a wrong action is a sent email, a changed record, a spent budget taken confidently, with no one watching. The demo can't show you that, because the demo is precisely the run where someone was watching.

A demo is the agent on its best day, while you watch. Production is the agent every day — with a human on the calls that matter.

Workflow or agent? Most that ship are workflows

Here's the distinction that saves projects. Workflows are systems where LLMs and tools are orchestrated through predefined code paths3; true agents let the model direct its own process and tool use. The demo sells the second. What quietly ships is usually the first a mostly-fixed path with one or two smart steps and that isn't a downgrade, it's the point. Reserve full autonomy for open-ended problems where it's difficult or impossible to predict the required number of steps3. If you can hardcode the path, hardcode it it's cheaper, steadier, and far likelier to survive real inputs.

So which agents actually ship today?

The ones doing a narrow, checkable job not “run the account.” Anthropic's engineering guidance notes agents are emerging in production3 as models get better at using tools and recovering from errors and its clearest example is telling. A coding agent works because the problem is well-defined and structured3 and the output is verifiable through automated tests3. Bounded and checkable is the whole game.

The field test: ship it, or supervise it?

What holds up in production?

The “so what” for anyone serving tech clients

  • When a client says “build us an agent that runs X,” run the field test with them in the room. You'll almost always find one bounded, checkable slice that ships now and a larger “run the whole thing” ambition that stays a supervised experiment until the pieces are proven. Most of these ship as a workflow with a couple of smart steps and a human on the result; scoping that line honestly is the quote that survives contact with reality.
  • Price the leash, not the magic the same last mile where the demo-to-production gap2 lives. The demo was never the hard part. What a client is actually buying is the harness around the agent: the evals7 that prove each run, the guardrails around the high-impact steps, and the human on the calls that carry risk. That oversight is exactly what the agent can't do for itself and it's what makes you the partner who ships viable products.

Next Reads