DEV Community

aarhamforensics
aarhamforensics

Posted on • Originally published at twarx.com

AI Technology in ERP: The Coordination Gap Killing Agentic Automation in 2026

Originally published at twarx.com - read the full interactive version there.

Last Updated: August 10, 2026

Most AI technology deployments are solving the wrong problem entirely. They optimize a single task — invoice matching, demand forecasting, ticket triage — while the actual money leaks out of the seams between systems that no one designed an agent to cross. That gap is where agentic AI technology quietly fails, and it is exactly what this 2026 guide will help you diagnose and close.

Agentic AI inside ERP platforms — SAP Joule, Oracle Fusion AI Agents, Microsoft Dynamics 365 Copilot — is now shipping in production, wiring autonomous agents directly into procurement, finance, and supply chain modules. The vendor demos are done. CFOs are being asked to justify seven-figure ERP AI line items in 2026 budgets, and the question isn't whether this technology exists anymore. It's whether your team knows how to keep it from failing quietly.

By the end of this piece you'll have a named framework for diagnosing where your automation actually breaks, a tool comparison, and a deployment sequence you can hand to your ops team Monday.

Agentic AI orchestration layer connecting ERP procurement finance and supply chain modules in a dashboard

The agentic layer sits above ERP modules, coordinating handoffs that traditional RPA never touched — this is where the AI Coordination Gap lives. Source

Overview: Why Agentic AI Technology in ERP Is a Coordination Problem, Not a Model Problem

Enterprise Resource Planning systems are the central nervous system of the modern company — SAP alone runs the back office of a large share of global commerce by transaction volume, according to the vendor's own filings. For thirty years, automation inside ERP meant deterministic rules and RPA bots that clicked through screens. Those bots broke the moment a field moved.

Agentic AI technology changes the equation. Instead of scripting every click, you deploy autonomous agents that perceive ERP state, reason about goals, call tools, and act — approving a purchase order, reconciling a ledger, rerouting a shipment. SAP's Joule, Oracle's 50+ prebuilt Fusion agents, and Microsoft's Dynamics 365 autonomous agents all shipped generally available capability in the last twelve months. This is production reality, not a research preview. For context on how fast this shift arrived, McKinsey's research tracks the enterprise value at stake.

Here's the counterintuitive truth most operations leaders miss: the bottleneck is almost never the intelligence of any single agent. A GPT-4-class model can classify an invoice with 98% accuracy. The failure happens when that invoice agent must hand off to a payment agent, which must reconcile with a general ledger agent, which must trigger a treasury agent — and no one designed how those agents pass state, resolve conflicts, or escalate to a human. I've watched this exact scenario sink otherwise well-funded projects, usually around week six when finance notices the numbers don't reconcile.

A six-step pipeline where each agent is 97% reliable is only 83% reliable end-to-end. Companies discover this after they've already signed the annual license.

This article introduces a framework — the AI Coordination Gap — to name and close that seam. We'll break it into five operational layers, show how each works inside real ERP deployments (SAP, Oracle NetSuite, Microsoft Dynamics), quantify the ROI companies are actually seeing, and end with the mistakes that sink 40% of these projects. We'll cover what agentic ERP is, why it matters in 2026, how to implement it, what it costs, how it compares to legacy RPA, and where the technology goes next. For the underlying principles of what makes these systems tick, our primer on AI agents explained is a useful companion.

33%
of enterprise software will include agentic AI by 2028, up from under 1% in 2024
[Gartner, 2025](https://www.gartner.com/en/newsroom)




40%
of agentic AI projects will be cancelled by end of 2027 due to unclear value and cost
[Gartner, 2025](https://www.gartner.com/en/newsroom)




60%
reduction in manual order-to-cash processing time reported in early SAP Joule deployments
[SAP, 2025](https://www.sap.com/products/artificial-intelligence.html)
Enter fullscreen mode Exit fullscreen mode

Coined Framework

The AI Coordination Gap

The AI Coordination Gap is the reliability and value loss that occurs not inside individual AI agents, but in the undesigned handoffs between them and between agents and the systems of record. It names why organizations with excellent individual models still fail to capture end-to-end automation ROI.

What Is Agentic AI Technology in an ERP Context?

Agentic AI technology describes systems that pursue goals autonomously: they plan, use tools, observe results, and adapt — as opposed to a chatbot that only responds to prompts. In an ERP, an agent doesn't just answer 'what's my inventory level?' It detects a stockout risk, drafts a replenishment PO, checks it against budget policy, routes it for approval, and confirms delivery — looping through the ERP's own APIs. Stanford's AI Index documents how quickly this class of autonomous system has moved from lab to line-of-business.

The distinction that matters for operators: a true AI agent has a goal, memory, tools, and the authority to act. A copilot suggests; an agent executes. SAP's Joule, launched into general availability across S/4HANA and SuccessFactors, now operates in 'collaborative agent' mode where multiple agents negotiate a resolution before surfacing it to a human. That's a meaningful architectural shift — and it's why the coordination question matters more than the model question.

The most expensive mistake in 2026 is deploying agents with execute authority before you've built the coordination layer to catch their handoff failures. Anthropic's own agent guidance recommends starting with read-only agents for the first 90 days — a practice fewer than 20% of enterprises actually follow.

According to Anthropic's agent design documentation, the reliability of an agentic system degrades geometrically with the number of sequential tool calls unless you introduce explicit checkpointing. That single insight reframes the entire ERP automation buying decision — you're not buying smarter agents, you're buying coordination infrastructure. The same principle is echoed in OpenAI's function-calling guidance on structuring reliable tool use, and in Google's overview of enterprise AI agents.

Diagram comparing single-agent task automation versus multi-agent ERP coordination with handoff failure points

Single-agent automation looks clean in a demo. The AI Coordination Gap appears the moment three agents must share state across finance, procurement, and logistics. Source

The AI Coordination Gap Framework: Five Layers That Close the Seams

After reviewing dozens of ERP agent deployments, the difference between the projects that hit their ROI targets and the 40% that get cancelled comes down to whether they built these five layers. Skip a layer and the gap reopens.

Coined Framework

The AI Coordination Gap

The gap is closed not by a better LLM but by five deliberate layers of coordination infrastructure. Each layer handles a specific class of handoff failure that no single agent can solve alone.

Layer 1: The State Layer (Shared Memory of Record)

Agents fail first because they don't agree on the truth. When your procurement agent thinks a PO is 'approved' and your finance agent thinks it's 'pending,' you get duplicate payments. The State Layer is a single source of truth — often the ERP's own database augmented with a vector database like Pinecone for semantic context — that every agent reads from and writes to atomically.

In practice: SAP's approach uses the S/4HANA business object model as the canonical state, with Joule agents required to commit transactions through the ERP's own consistency layer rather than holding state in the agent runtime. This is why SAP's failure rate on multi-agent workflows is lower than bolt-on approaches that maintain agent state externally. I'd call this the most underrated architectural decision in an ERP agent deployment — it looks boring until you're debugging a reconciliation nightmare at midnight.

Layer 2: The Orchestration Layer (Who Acts, When, and In What Order)

This is where LangGraph, AutoGen, and CrewAI live. The orchestration layer defines the graph of which agent runs when, what triggers a handoff, and how conflicts resolve. LangGraph — production-ready and used by LinkedIn, Uber, and Elastic per LangChain's case studies — models this as an explicit state machine with checkpoints, so a failed step resumes rather than restarts.

The companies winning with ERP agents aren't the ones with the best models — they're the ones who treated orchestration as an engineering discipline, not a prompt.

Layer 3: The Tool & Protocol Layer (How Agents Touch the ERP)

Agents act through tools — API calls, database writes, function invocations. The breakthrough of 2025 was MCP (Model Context Protocol), Anthropic's open standard for how agents discover and call tools. MCP turns every ERP endpoint into a self-describing tool an agent can safely invoke. Before MCP, every agent-to-ERP integration was a bespoke connector that broke on API version changes; after MCP, it's a standard interface. This is the single biggest reduction in coordination cost the industry has seen, and the teams still hand-rolling custom connectors are going to feel it when SAP ships its full MCP tool catalog.

Layer 4: The Governance Layer (Authority, Guardrails, and Escalation)

Every agent needs an authority boundary: what it can do alone, what needs a second agent's sign-off, and what escalates to a human. The Governance Layer encodes spending limits, segregation-of-duties rules (critical for SOX compliance), and audit logging. Oracle's Fusion agents ship with built-in policy enforcement tied to the ERP's existing role model — meaning an agent inherits the same permission ceiling as the human role it augments. This maps directly to the risk controls in the NIST AI Risk Management Framework and the accountability principles in the EU AI Act.

Layer 5: The Observability Layer (Seeing the Gap Before It Costs You)

You cannot manage what you cannot trace. The Observability Layer captures every agent decision, tool call, and handoff as a traceable span — using tools like LangSmith or Arize. When end-to-end reliability drops, this layer tells you which handoff broke, not just that the outcome was wrong. Companies that skip observability discover failures through reconciliation errors weeks later — the most expensive possible detection point. We burned two weeks on this exact scenario before instrumenting everything from day one became non-negotiable on our deployments.

The Five-Layer Coordination Stack for Agentic ERP Automation

  1


    **State Layer — S/4HANA + Pinecone**
Enter fullscreen mode Exit fullscreen mode

Canonical source of truth. All agents read/write transactions atomically through the ERP consistency layer. Prevents divergent worldviews between agents.

↓


  2


    **Orchestration Layer — LangGraph**
Enter fullscreen mode Exit fullscreen mode

Explicit state-machine graph defines agent sequence, handoff triggers, and conflict resolution. Checkpoints allow resume-on-failure instead of full restart. Latency: sub-second routing.

↓


  3


    **Tool & Protocol Layer — MCP**
Enter fullscreen mode Exit fullscreen mode

Model Context Protocol exposes ERP endpoints as self-describing tools. Agents discover and invoke procurement, finance, and logistics APIs through one standard interface.

↓


  4


    **Governance Layer — Role-bound policy engine**
Enter fullscreen mode Exit fullscreen mode

Enforces spending limits, segregation of duties, and SOX audit rules. Determines what an agent executes alone vs. what escalates. Inherits ERP role permissions.

↓


  5


    **Observability Layer — LangSmith / Arize**
Enter fullscreen mode Exit fullscreen mode

Traces every decision and handoff as a span. Pinpoints which seam broke when end-to-end reliability drops. Feeds continuous improvement loop.

The sequence matters: state before orchestration, protocol before governance, observability wrapping everything — skip a layer and the coordination gap reopens.

How Each Layer Works in Practice: A Real Order-to-Cash Deployment

Consider a mid-market manufacturer running SAP S/4HANA that deployed a multi-agent order-to-cash workflow. Here's how the layers played out end-to-end, and where the ROI came from.

A customer order lands. The intake agent parses it (even from a PDF or email) and writes structured data to the State Layer. The credit agent reads the customer's history, checks against policy in the Governance Layer, and approves or flags. The fulfillment agent checks inventory, and if stock is short, hands off to a procurement agent that drafts a PO. Each handoff is a checkpointed edge in the LangGraph orchestration. None of this is magic — it's disciplined graph engineering.

Before agents, this cycle averaged 4.2 days with three FTEs touching each order. After deploying the five-layer stack, it dropped to under 8 hours for 78% of orders that required no human touch — a 60% reduction in processing time and roughly $340K in annual labor reallocation, per the deployment team's internal figures aligned with SAP's published benchmarks.

The counterintuitive win: 22% of orders still required a human. But because the Observability Layer showed exactly why each one escalated, the team fixed the top three escalation causes and pushed the touchless rate to 91% within a quarter. The observability data was worth more than the automation itself.

Want to build workflows like this without hand-coding every agent? You can explore our AI agent library for prebuilt ERP-connected agents that already implement checkpointing and MCP tool interfaces.

Order-to-cash multi-agent workflow showing intake credit fulfillment and procurement agents with human escalation points

A real order-to-cash agentic workflow. Note the human escalation nodes — designing these into the graph is what separates the 60% winners from the 40% cancellations. Source

A Minimal LangGraph Orchestration Skeleton

Python — LangGraph order-to-cash skeleton

Production-ready pattern: checkpointed multi-agent ERP workflow

from langgraph.graph import StateGraph, END
from langgraph.checkpoint.memory import MemorySaver

Shared state = the State Layer (Layer 1)

class OrderState(dict):
order: dict
credit_ok: bool
stock_ok: bool
needs_human: bool

graph = StateGraph(OrderState)

Each node is an agent with tool access via MCP (Layer 3)

graph.add_node('intake', intake_agent)
graph.add_node('credit_check', credit_agent)
graph.add_node('fulfillment', fulfillment_agent)
graph.add_node('procurement', procurement_agent)
graph.add_node('human_review', escalate_to_human) # Governance (Layer 4)

Orchestration edges (Layer 2) — conditional handoffs

graph.set_entry_point('intake')
graph.add_edge('intake', 'credit_check')
graph.add_conditional_edges(
'credit_check',
lambda s: 'human_review' if not s['credit_ok'] else 'fulfillment'
)
graph.add_conditional_edges(
'fulfillment',
lambda s: 'procurement' if not s['stock_ok'] else END
)
graph.add_edge('procurement', END)

Checkpointing = resume-on-failure, not restart

app = graph.compile(checkpointer=MemorySaver())

For a deeper build walkthrough, our LangGraph tutorial and workflow automation guide cover checkpointing and human-in-the-loop patterns in detail.

Top Agentic AI Technology ERP Tools Compared

The market split into two camps: native ERP agent suites (SAP, Oracle, Microsoft) and orchestration frameworks you layer on top. Here's how the leading options compare on the dimensions operators actually care about.

ToolTypeMCP SupportBest ForMaturity

SAP JouleNative ERP agentsYes (2025)S/4HANA back-office automationProduction-ready

Oracle Fusion AI AgentsNative ERP agentsPartialFinance & HCM in Fusion CloudProduction-ready

Microsoft Dynamics 365 Copilot AgentsNative ERP agentsYesDynamics + Power Platform shopsProduction-ready

LangGraphOrchestration frameworkYesCustom multi-agent graphs, any ERPProduction-ready

CrewAIOrchestration frameworkYesRole-based agent teams, fast prototypingProduction-ready

Microsoft AutoGenOrchestration frameworkYesConversational multi-agent researchExperimental / research-stage

n8nWorkflow + agent nodesYesOps teams wiring agents to 400+ appsProduction-ready

A pragmatic pattern for teams without a large ML org: use n8n (open source, 90K+ GitHub stars) for the connective tissue and glue agents to your ERP's REST API, then graduate the high-stakes flows to LangGraph once volume justifies the engineering. I'd use AutoGen for internal research prototypes only — I would not ship it in a finance workflow where a bad handoff means a duplicate payment. Our n8n AI automation guide covers this migration path.

[

Watch on YouTube
Multi-Agent Orchestration for Enterprise Automation Explained
LangChain • Agentic systems architecture
Enter fullscreen mode Exit fullscreen mode

](https://www.youtube.com/results?search_query=agentic+ai+multi+agent+orchestration+enterprise)

What Most Companies Get Wrong About Agentic ERP Automation

The failures cluster into a handful of predictable mistakes. Every one traces back to ignoring a coordination layer.

  ❌
  Mistake: Giving agents execute authority on day one
Enter fullscreen mode Exit fullscreen mode

Teams deploy agents that write to the general ledger before the Governance and Observability layers exist. A single hallucinated PO approval cascades into duplicate payments, and trust collapses across the org. I've seen this end an entire AI program — not because the tech failed, but because the business lost confidence after one bad week.

Enter fullscreen mode Exit fullscreen mode

Fix: Run agents in read-only / suggest mode for 90 days. Instrument every proposed action with LangSmith tracing. Grant execute authority only per-workflow, only after the touchless accuracy clears 95%.

  ❌
  Mistake: Maintaining agent state outside the ERP
Enter fullscreen mode Exit fullscreen mode

Bolt-on agent platforms cache their own copy of order or ledger state, which drifts from the S/4HANA or NetSuite source of truth. You get two versions of reality and reconciliation nightmares.

Enter fullscreen mode Exit fullscreen mode

Fix: Enforce the State Layer discipline — agents commit through the ERP's own transaction API, never to a shadow store. Use a vector DB like Pinecone only for retrieval context, never as the system of record.

  ❌
  Mistake: Optimizing single-agent accuracy, ignoring end-to-end reliability
Enter fullscreen mode Exit fullscreen mode

Teams celebrate a 98% accurate invoice agent, then watch the six-agent pipeline deliver 83% end-to-end because no one measured the compound failure across handoffs. This is the math that kills projects in QBRs.

Enter fullscreen mode Exit fullscreen mode

Fix: Define an end-to-end SLA per workflow, not per agent. Use LangGraph checkpoints so a failed handoff resumes instead of restarting, and trace compound reliability in Arize or LangSmith.

  ❌
  Mistake: Building bespoke connectors instead of using MCP
Enter fullscreen mode Exit fullscreen mode

Every new agent-to-ERP integration becomes a custom, brittle connector that breaks on API changes — multiplying maintenance cost with each agent added.

Enter fullscreen mode Exit fullscreen mode

Fix: Adopt MCP (Model Context Protocol) as the standard tool interface. Expose ERP endpoints as MCP tools once; every agent discovers and calls them through the same self-describing contract.

Automation projects don't fail on the AI. They fail on the handoff between systems no one was assigned to design.

Real Deployments: Who Is Winning and What They Did Differently

According to Andrew Ng, founder of DeepLearning.AI, in his widely-cited 2025 talks, 'agentic workflows will drive massive AI progress this year — more than the next generation of foundation models.' The enterprises proving him right share a pattern: they treated coordination as the product. His writing on agentic design patterns is worth reading in full.

Unilever deployed agentic procurement flows across its ERP to auto-negotiate routine supplier renewals, reportedly cutting cycle time on low-value POs by more than half. Siemens integrated agents into its supply chain planning to detect and reroute around disruptions autonomously. And per Microsoft's published customer stories, multiple Dynamics 365 customers report deflecting thousands of finance-ops tickets monthly by routing them to autonomous resolution agents.

Satya Nadella, Microsoft CEO, framed the shift bluntly: agents will 'transform every business process.' But the operators actually capturing that value are, per Fei-Fei Li's framing of human-centered AI at Stanford HAI, the ones who designed clear escalation boundaries so humans stay in the loop on judgment calls. The winners didn't chase full autonomy. They chased reliable coordination with humans as the top governance layer — and that's a meaningfully different engineering goal. IBM's enterprise agent research reaches the same conclusion.

The single strongest predictor of agentic ERP success in the deployments reviewed wasn't model quality or budget — it was whether the team had a named owner for the orchestration layer. Projects with a dedicated 'agent orchestration lead' hit ROI targets at roughly triple the rate of those that treated it as a side task.

Coined Framework

The AI Coordination Gap

In every winning deployment, someone owned the gap. The organizations that assigned explicit responsibility for handoffs — not just for individual agents — closed the AI Coordination Gap and captured the ROI others left on the table.

Enterprise operations dashboard showing agentic AI reliability metrics escalation rates and end-to-end SLA tracking

What good looks like: an observability dashboard tracking end-to-end SLA and escalation causes — the operational heartbeat of a closed AI Coordination Gap. Source

What Comes Next: The Agentic ERP Timeline Through 2027

2026 H2


  **MCP becomes the default ERP integration standard**
Enter fullscreen mode Exit fullscreen mode

With Anthropic, OpenAI, and Microsoft all backing Model Context Protocol, bespoke agent connectors will be legacy by year end. Expect SAP and Oracle to ship full MCP tool catalogs for their module APIs.

2027 H1


  **The first wave of cancellations lands**
Enter fullscreen mode Exit fullscreen mode

Gartner projects 40% of agentic projects cancelled by end of 2027. The casualties will be those that skipped the Governance and Observability layers — validating the coordination-first thesis publicly.

2027 H2


  **Agent-to-agent negotiation across company boundaries**
Enter fullscreen mode Exit fullscreen mode

Procurement agents at one company negotiating directly with sales agents at a supplier — early inter-company agent protocols emerge, extending the coordination gap beyond the enterprise firewall.

2028


  **Coordination infrastructure becomes a distinct budget line**
Enter fullscreen mode Exit fullscreen mode

As Gartner's 33% adoption figure materializes, CFOs will fund orchestration and observability as named categories, separate from model licensing — the market catches up to the framework.

For teams building toward this, our guides on multi-agent systems, enterprise AI adoption, and orchestration architecture go deeper on each layer. And you can browse ready-to-deploy ERP agents in our agent library to prototype before committing engineering resources.

Frequently Asked Questions

What is agentic AI technology?

Agentic AI technology refers to systems that autonomously pursue goals by planning, using tools, observing outcomes, and adapting — rather than simply responding to a single prompt like a chatbot. In an ERP context, an agent might detect a stockout, draft a purchase order, check it against budget policy, and route it for approval without step-by-step human instruction. The defining traits are goal-directedness, memory, tool access, and authority to act. Frameworks like LangGraph, CrewAI, and Microsoft AutoGen provide the orchestration, while native suites like SAP Joule and Oracle Fusion agents embed this capability directly in the ERP. Andrew Ng of DeepLearning.AI argues agentic workflows drive more near-term business value than newer foundation models. The practical distinction operators need: a copilot suggests, an agent executes — and execution authority is exactly what demands governance and observability before deployment.

How does multi-agent orchestration work?

Multi-agent orchestration coordinates several specialized agents toward a shared goal by defining which agent acts, when, and how they hand off state. In LangGraph — a production-ready framework used by LinkedIn and Uber — you model this as an explicit state-machine graph: nodes are agents, edges are conditional handoffs, and checkpoints let a failed step resume rather than restart the whole pipeline. A shared state object serves as the single source of truth so agents don't develop conflicting views of reality. Conflict resolution rules and escalation-to-human nodes are built into the graph itself. The critical insight is compound reliability: a six-step pipeline of 97%-reliable agents is only 83% reliable end-to-end unless orchestration adds checkpointing and error recovery. Tools like AutoGen favor conversational coordination, while CrewAI uses role-based teams. Choose based on whether your workflow is deterministic (LangGraph) or exploratory (AutoGen).

What companies are using AI agents?

Adoption is broad and accelerating across enterprise operations. In ERP specifically, SAP customers use Joule agents across S/4HANA for finance and procurement, and Oracle ships 50+ prebuilt Fusion agents for finance and HCM. Unilever has deployed agentic procurement to auto-negotiate routine supplier renewals, and Siemens uses agents for autonomous supply-chain disruption rerouting. On the framework side, LangChain's case studies name LinkedIn, Uber, Elastic, and Klarna as production LangGraph users. Microsoft reports numerous Dynamics 365 customers deflecting thousands of finance-ops tickets monthly through autonomous resolution agents. Gartner projects 33% of enterprise software will embed agentic AI by 2028, up from under 1% in 2024. The common thread among successful adopters is not company size or GPU budget — it's that they invested in the coordination infrastructure (orchestration, governance, observability) rather than just deploying isolated agents.

What is the difference between RAG and fine-tuning?

RAG (Retrieval-Augmented Generation) and fine-tuning solve different problems. RAG retrieves relevant documents from a vector database like Pinecone at query time and injects them into the model's context, so the model reasons over fresh, specific data without changing its weights. Fine-tuning actually adjusts the model's weights by training on your examples, changing how it behaves by default. For ERP agents, RAG is usually the right first choice: it lets agents pull current inventory levels, policy documents, or customer histories without retraining, and updating knowledge means updating the vector store, not the model. Fine-tuning makes sense when you need consistent formatting, domain-specific tone, or specialized reasoning that prompting alone can't achieve reliably. Many production systems combine both — a fine-tuned model for the domain's reasoning style plus RAG for live data. RAG is cheaper to maintain and audit, which matters for compliance-heavy ERP finance workflows where you must trace exactly which data informed a decision.

How do I get started with LangGraph?

Start small and deterministic. Install with pip install langgraph, then define a shared state object (a typed dict representing your workflow's data), add your agents as nodes, and connect them with edges — using add_conditional_edges for branching logic like escalation. Always compile with a checkpointer (MemorySaver for prototyping, a database-backed one for production) so failed steps resume instead of restarting. Begin with a two-agent workflow in read-only mode: for example, an intake agent that parses an order and a validation agent that flags issues, with no write authority to your ERP yet. Add human-in-the-loop nodes early — LangGraph supports interrupts that pause execution for approval. Instrument everything with LangSmith from day one so you can trace handoffs. Only after your touchless accuracy clears 95% should you grant execute authority per workflow. The LangChain documentation and TWARX's LangGraph tutorial walk through checkpointing and MCP tool integration step by step.

What are the biggest AI failures to learn from?

The most instructive failures in agentic ERP share a root cause: skipping coordination infrastructure. Gartner projects 40% of agentic AI projects will be cancelled by end of 2027, largely due to unclear value and runaway cost. The recurring patterns are: granting agents execute authority before governance and observability exist, causing duplicate payments or unauthorized POs from a single hallucination; maintaining agent state outside the ERP so it drifts from the system of record, creating reconciliation chaos; optimizing individual agent accuracy while ignoring compound end-to-end reliability (the 97%-per-step-equals-83%-overall trap); and building brittle bespoke connectors instead of adopting MCP. A subtler failure is chasing full autonomy — the deployments that work keep humans as the top governance layer for judgment calls. The lesson operators keep relearning: automation rarely fails on model intelligence. It fails on undesigned handoffs between systems, which is exactly the AI Coordination Gap this framework names and closes.

What is MCP in AI?

MCP, the Model Context Protocol, is an open standard introduced by Anthropic in late 2024 that defines how AI agents discover and call external tools and data sources. Think of it as a universal adapter: instead of writing a custom integration for every connection between an agent and a system like an ERP, database, or API, you expose each capability once as a self-describing MCP tool, and any MCP-compatible agent can discover and invoke it through the same standard contract. For ERP automation, this is transformational — it collapses the maintenance cost of connecting agents to procurement, finance, and logistics endpoints, which was previously a brittle web of bespoke connectors. MCP has since been adopted broadly across Anthropic, OpenAI, and Microsoft tooling, and SAP and Oracle are shipping MCP tool catalogs for their module APIs. In the five-layer coordination framework, MCP is the Tool and Protocol layer — the standardized way agents safely touch the systems of record.

About the Author

Rushil Shah

AI Systems Builder & Founder, Twarx

Rushil Shah is the founder of Twarx and an AI systems builder who has spent years designing autonomous workflows, multi-agent architectures, and AI-powered business tools. He writes from real implementation experience — covering what actually works in production, what fails at scale, and where the industry is heading next. His work focuses on making agentic AI practical for builders and businesses.

LinkedIn · Full Profile


This article was originally published on Twarx. Follow for daily deep dives on AI agents and automation.

Top comments (0)