Privacy centre

Optional technologies stay off unless you enable them. You can return here from the footer and change your choice at any time.

Necessary

Required for security, form protection, and remembering your privacy choice.

Always on

Analytics

Google Analytics and Microsoft Clarity help us understand site use and improve usability.

Marketing

Google Ads, Meta, LinkedIn, HubSpot, Apollo, and RB2B help measure campaigns and understand business interest.

Cloudflare Web Analytics remains active because it is cookieless, does not use local storage, and does not collect or use visitors' personal data. See full details.

Blog and News

Most “AI Agents” Are Two Parts Out of Nine

A production agent has nine components. The typical demo ships with two of them, which is exactly why it dazzles in the room and often struggles when it reaches production.

HachiAI builds Intelligent Digital Workers (IDWs) with all nine components engineered in.

The word “agent” has gotten cheap. Almost anything that talks to a model and does something now gets called one, and many of the demonstrations you are shown focus on the same small thing: a reasoning model wired to a few tools. It can think, and it can act. In a conference room, watching it read a document and update a record, that is genuinely impressive.

It is also two components out of the nine a real agent needs, and the seven that are missing are the ones that decide whether it survives contact with your business once it moves beyond the demo and into production.

This matters because a demo tests the two parts an agent has, while production tests the seven it is missing. So the same agent that wins the meeting quietly fails the deployment, and the team concludes the technology wasn’t ready. The technology was fine. The agent was two-ninths built for production. This is the full anatomy, and what each missing piece actually costs you.

The two parts everyone builds

The brain and the hands. A reasoning model and a set of tools.

The reasoning model is the frontier LLM, or a smaller model for narrow, cheap steps, that does the thinking. The tools are the APIs, MCP servers, and RPA fallbacks that let it act on systems instead of only talking. Wire those two together and you have something that can reason about a task and take an action, which is enough to build a compelling demo. It is not enough to run anything, because a model wired to some tools is not an operation. It is the first two components of one.

Seven parts decide whether an agent survives production

The ones that make the agent reliable, grounded, governed, and accountable, none of which show up in a demo.

  • Memory. Without it, the agent forgets across turns and runs, cannot learn from past cases, and repeats the mistake you corrected yesterday. A worker with no memory is a temp who starts fresh every morning.
  • Orchestration and the planning loop. This is the engine: plan, execute, observe, retry, escalate. Without it the agent is a single confident answer, not a process that handles multi-step work and recovers when a step fails.
  • Knowledge and retrieval (RAG). This pulls your SOPs, policies, historical business knowledge, and master data into the decision at the moment it is made, grounding the agent in your truth rather than the model’s training data. Without it, you get fluent answers built on the wrong facts.
  • Guardrails as policy-as-code. The rules the agent cannot violate: scope, allowlists, hard limits, kill switches, human-in-the-loop triggers. Without them, the agent has authority that no one bounded, which is one of the top reasons enterprise agents fail.
  • Observability and the audit trail. Decision-level traces that record every action with its inputs, reasoning, outcome, signer, and policy version. Without it you cannot defend a decision when a regulator or a CFO asks; you can only shrug.
  • Identity and authorization. Who the agent acts as on each system, with role-based scopes and least privilege by default. Without it, an agent runs with more access than anyone intended.
  • Evaluation and feedback. Acceptance rates, drift detection, regression tests, operator feedback. Without it, the agent silently degrades after go-live and no one notices until the business numbers move.

These nine components describe what makes an agent production-ready. They do not replace the engineering work required to deploy one. Requirements gathering, enterprise integration, testing, exception handling, KPIs, user adoption, and production rollout still determine whether the technology delivers business value. Those disciplines rarely appear in demonstrations, but they are where successful deployments are won or lost.

Harvard Business Review reported in 2026 that enterprise AI agents fail from unchecked authority, unpredictable outputs, and no audit trail [1]. Read that against this list and the diagnosis is precise: unchecked authority is missing guardrails and identity, unpredictable outputs is missing grounding and evaluation, and no audit trail is missing observability. The failures are not mysterious. They are named parts left out.

Here is the whole anatomy in one view:

#ComponentRoleWhat breaks without it
1Reasoning modelThe brainNothing to think with
2Tools / function callingThe handsCan think, cannot act
3MemoryRecall across turns and runsRepeats solved mistakes, never learns
4Orchestration / planning loopThe engineOne-shot answers, no recovery from failure
5Knowledge / retrieval (RAG)Grounding in your organizational knowledgeConfident answers on the wrong facts
6Guardrails / policy-as-codeThe rules it can’t breakUngoverned action, unbounded authority
7ObservabilityThe audit trailCannot defend a decision in audit
8Identity / authorizationWho it acts asOver-privileged access, security exposure
9Evaluation / feedbackHow it improves over timeSilent drift after go-live goes unnoticed

Why the two-part agent demos well and fails in production

Because a demo is designed to exercise the two parts it has, on a clean case, with a person watching.

Thinking and acting on a tidy example is exactly what a reasoning model and some tools do well, so the demo is a fair test of the two components present and a silent skip of the seven that are absent. Production reverses that. It hammers on memory, grounding, guardrails, audit, identity, and evaluation, on messy inputs, at volume, unsupervised.

This is the anatomy underneath why pilots pass and deployments stall. A pilot demonstrates technical feasibility. Production proves operational readiness. Those are different tests. That is why only about four of every thirty-three AI pilots reach production [2], and why 95 percent of organizations report no measurable return on generative AI [3]. Two-part agents demo beautifully and rarely deliver business value.

Even nine parts isn’t a worker: the missing role layer

The role. The job description that turns a capable agent into something you can hold accountable.

The nine components build capability, but capability is not the same as a colleague. What makes an Intelligent Digital Worker outperform a generic agent is the role layer on top: a defined job, clear ownership of an outcome, and the accountability and performance standards that come with it. That is why an IDW can be managed like a person and a loose agent cannot. A pile of nine excellent components is a powerful tool. A role is what makes it answerable for a result.

So the next time someone shows you an “agent,” count the parts. If it is a brain and a pair of hands doing one clean task, you are watching a demo, and you now know the seven questions that expose it: where is the memory, the planning loop, the grounding, the guardrails, the audit trail, the identity model, and the evaluation. Then ask the one that matters most: what role does it actually own.

If the honest answers are thin, you are not looking at a worker. You are looking at two-ninths of one, and the missing seven are precisely where your money would have gone. That gap is the difference between a demo and a deployment, and closing it is the work we do before an IDW ever runs your operation.

Sources

  1. Harvard Business Review, 2026: enterprise AI agents fail from unchecked authority, unpredictable outputs, and lack of audit trails.
  2. IDC and Lenovo, AI CIO Playbook 2025: only four of every 33 AI pilots reach production.
  3. MIT NANDA, The GenAI Divide: State of AI in Business 2025: 95% of organizations report no measurable return on generative AI.