Agentic AI Is Here: Is Your ERP Ready?
Agentic AI is fully mainstream in July 2026. The framework connecting everything: is enterprise ERP finally ready for agents that operate it autonomously?
Google I/O 2017 showed TPUs, TensorFlow Lite, and models you can run on a phone. Machine learning isn't exclusive anymore.
Abhi Asok
Founder & CEO, Arvension Technologies
Google I/O happened in May. I wasn't there, but I watched the livestream and I kept rewinding. TPUs. TensorFlow Lite. Coral processors. Models small enough to run on edge devices. The throughline was unmistakable: Google is making machine learning accessible.
Not in a metaphorical sense. Literally accessible. To anyone with a GPU. Or a mobile phone. Or a Raspberry Pi.
Three years ago, if you wanted to do serious machine learning, you needed to work at a lab. You needed access to expensive hardware. You needed teams of PhDs. The tools were fragmented. Documentation was sparse. Every project was a research effort.
TensorFlow changed that narrative starting in 2015, but it was still complex. If you wanted to use pre-trained models, you had to understand Jupyter notebooks. If you wanted to train on your own data, you needed strong fundamentals in linear algebra.
July 2017 is the inflection point. TensorFlow Lite lets you run models on phones. That's not a nice-to-have. That's revolutionary for enterprise.
Think about a warehouse. Normally, you'd need image recognition running on a server. Internet connectivity, latency concerns, privacy concerns with uploading images. With TensorFlow Lite, you can run the model directly on a smartphone. Your warehouse worker scans a barcode with their phone. On-device image processing. Instant feedback. No server required.
Or in retail: a store employee can instantly check product inventory using a phone camera. Defect detection in manufacturing. Quality assurance on the production line. All running inference on edge hardware.
The business implication is profound. We're moving from "cloud machine learning" to "everywhere machine learning." The infrastructure barrier collapsed.
But here's what keeps me up at night: the tooling democratized. Access democratized. The talent gap actually widened.
I'm talking to startups and enterprises right now trying to hire ML engineers. The market is insane. Everyone wants them. Everyone's paying crazy money. And there are just not enough people who actually understand the fundamentals.
You can now download TensorFlow. Run a pre-trained model. Get results. But actually training models on your data? Understanding why your model performs poorly? Debugging data issues? That requires different skills.
Google released TensorFlow Hub in recent weeks. Pre-trained models you can download. Transfer learning is becoming more accessible. You can take a model trained on ImageNet, fine-tune it on your specific use case with your images, and get decent results. That's accessible to a much wider audience.
But here's the trap: accessible to run doesn't mean accessible to understand. I see companies deploying ML models without anyone on the team truly understanding them. They train for a few epochs, get decent accuracy, ship it. Then the model drifts in production. The data distribution shifts. The accuracy drops. And they're blindsided.
I watched a manufacturing company deploy a defect detection model in June. The model was trained on images from their facility during the day. Works great. Then they ran the night shift. Different lighting. Different camera angle. The model failed catastrophically. They had to revert to manual inspection. Three weeks of deployment wasted because nobody considered that the data distribution in production would differ from training.
That's not a tool problem. That's a knowledge problem.
The companies that will win with ML aren't the ones using the fanciest models. They're the ones who understand their data. They monitor their models. They retrain regularly. They treat it like infrastructure, not magic. They ask hard questions: what could change in production? What edge cases are we missing? What would a confused model look like, and how would we catch it?
The democratization of tools is real. TensorFlow Lite is genuinely powerful. Google I/O showed that. But the knowledge required to use these tools effectively—that's not democratized yet. That's still concentrated in a small group of people who've invested years learning the fundamentals.
I'd tell any company starting an ML project: the tools are no longer the barrier. Focus on the data. Focus on the problem you're solving. Focus on whether machine learning is actually the right tool, or if you're just caught up in the momentum. And most importantly, invest in understanding. Get someone on your team who can think through the failure modes.
Because in six months, everyone will have TensorFlow running somewhere. The companies that will actually benefit are the ones that think deeply about why.
Agentic AI is fully mainstream in July 2026. The framework connecting everything: is enterprise ERP finally ready for agents that operate it autonomously?
Nine years since founding. What I got right, what I got wrong, what I'd tell my 2017 self. Personal reflection on building an enterprise AI company.
OpenAI o3, Claude's extended thinking, reasoning models are mainstream. They're not just harder problems solved faster—they enable entirely new categories of applications.