ERP in the Agentic Era: How to Prepare
AI agents that autonomously operate ERP systems are real in 2026. This is what your ERP architecture needs to support agents that make decisions on their own.
Connecting LLMs to ERP workflows. Patterns for automating document processing, approvals, and data entry with AI inside your business system.
Abhi Asok
Founder & CEO, Arvension Technologies
By October 2023, I've moved from experimenting with AI in ERP to actually deploying it. The patterns are becoming clear. There are specific workflows in ERP where AI integration makes sense and generates real ROI. And there are workflows where it's not worth it. Let me walk through what I've learned.
Document ingestion and classification. An invoice or PO comes in as an email or PDF. Your AP team historically would open it, extract key data, match it to a PO, and enter it into the system. Now: AI reads the document, extracts vendor name, invoice date, amount, line items, and pre-populates the AP form. Human reviews and clicks confirm. Time saved: 70%.
I measured this with one of our clients. Their AP team was spending 45 minutes per invoice on average. With AI-assisted entry, it's 12 minutes per invoice. Savings: 33 minutes per document. Process 100 invoices per day, that's 55 hours per day saved.
Purchase order routing and approval. Orders arrive. Your workflow says "orders over $50K need VP approval." That works, but it also means the VP approves orders they don't need to think about. Add AI: analyze the order against historical patterns. Is the vendor new? Has this vendor behaved unexpectedly before? Are the payment terms unusual? Route risky orders to the VP. Route routine orders to the manager. VP approval time drops by 40%.
Anomaly detection and flagging. Your warehouse staff enter goods received into inventory. Most entries are normal. Some are weird. Maybe the quantity doesn't match the PO. Maybe the product SKU looks wrong. Maybe the receiving date is from last month. Automated anomaly detection flags these. Your quality team reviews the flagged items. Accuracy on catching real problems goes from 70% (manual QA) to 95%.
Data categorization. Your expense system collects thousands of expense reports. They need to be categorized for accounting and reporting. Historically, accounts payable staff manually categorize. With AI: system reads the description, looks at the amount, and suggests a category. Staff confirm or override. Categorization speed increases by 60%, and consistency improves.
These aren't hypothetical. I've deployed all of them. The wins are real.
Autonomous approvals. "Have AI approve orders automatically, no human needed." This sounds good. It's almost never correct in practice. Something always goes wrong—unusual vendor, edge case in the rules, market condition the AI doesn't understand. You still need humans in the loop, but now you have the overhead of AI infrastructure too. The math doesn't work.
Predictive workflow routing. "Use AI to predict which department an order belongs to and route it automatically." Most orders are obvious. They belong to operations or procurement or finance. AI routing doesn't save time when humans could categorize it in 5 seconds. You need human review anyway, so the AI adds latency without benefit.
Natural language query generation. "Let people ask questions in English and have AI turn them into SQL queries of your ERP data." This sounds useful. In practice, people need ERP reports built by analysts who understand the business. They're not asking ad-hoc questions. And when they do ask something, they need to know the source of truth—they need to trust the query. Human-built reports are better.
AI chatbot support. "Add a chatbot that answers questions about your ERP." Nobody uses it. People want answers, not conversations. They want to find their order, see if it shipped, know when it arrives. A well-designed UI is better than a chatbot. I've built this twice. Both times it ended up with <1% adoption.
The pattern here: automation works when it's invisible. When it reduces friction in a task people are already doing. It fails when it's a new UI that people have to choose to use, or when it removes humans from decisions where they're actually needed.
Here's the process I use:
Step 1: Document the current workflow. Don't skip this. Spend time understanding exactly what people do now. How long? Where do they struggle? What decisions are they making?
Step 2: Identify where AI can reduce friction. Not replace the person. Reduce the time per task. AI should handle the repetitive, straightforward parts. Humans handle review and exceptions.
Step 3: Measure the baseline. How many documents per day? How long per document? Error rate? Cost?
Step 4: Design with humans in the loop. AI makes a recommendation, human confirms. AI flags an exception, human investigates. Human always has the option to override.
Step 5: Pilot with real users. Run parallel processing—both old way and new way—on a subset of work for 2-4 weeks. Measure actual productivity gains. Find what breaks.
Step 6: Measure ROI. Time saved per document. Cost of processing (API calls, infrastructure). Volume. Is it worth it? Sometimes it's not, and that's okay. Kill it.
Step 7: Roll out carefully. Don't flip the switch to all users. Gradual rollout. Monitor for issues.
Here's the math I use to evaluate workflow automation:
That's a real ROI for a single workflow. Most companies have 5-10 workflows like this. If you implement all of them, you're looking at 6-figure annual savings.
The tooling is improving. In 2023, integrating LLMs into ERP workflows requires custom code or expensive consulting. By 2024, I expect low-code platforms that make this easier. Companies like Zapier and Make are adding AI capabilities. When they connect to ERP systems well, it gets much easier.
I'm also watching model improvements. Smaller, specialized models are emerging. Models fine-tuned for specific tasks. That matters for accuracy and cost. A model specifically trained on invoicing documents is better at invoice processing than a general-purpose LLM.
AI workflow automation in ERP is real and worth doing. But it requires discipline. You need to measure baseline, implement thoughtfully, pilot before rollout, and accept that not every workflow is a candidate.
The companies getting real ROI are the ones who are boring about it. They're not talking about transformation. They're solving specific problems: invoices take too long, approvals are bottlenecked, data entry is error-prone. They implement AI to solve those specific problems. Measure the benefit. Move on to the next one.
That's not sexy. But that's where the money is. And by October 2023, the money is real. Workflow automation is past the experimental phase.
AI agents that autonomously operate ERP systems are real in 2026. This is what your ERP architecture needs to support agents that make decisions on their own.
Most companies automate the wrong processes first. Here's what I've learned about prioritizing automation, which patterns work, and the mistakes everyone makes.
Clients always ask: should we build or buy ERP? My framework for this critical decision—the key questions I ask and what answers truly reveal.