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's AutoML launched this year. Suddenly ML is accessible to non-experts. Is this genuine democratization, or just marketing genius? Here's my honest take.
Abhi Asok
Founder & CEO, Arvension Technologies
I got access to Google AutoML Vision in June, and spent a week playing with it. I didn't go to Stanford for machine learning. I learned enough Python to be dangerous. Yet I could train a reasonably accurate image classification model with a few hundred labeled images and a few clicks. It felt like magic, which is the problem.
AutoML is simultaneously genuine progress and significant marketing genius. Google is solving a real problem—building useful ML models requires expertise that's scarce and expensive. But they're also creating the impression that machine learning has been democratized, which is partially true and partially dangerous.
Here's what AutoML actually does well: it removes hyperparameter tuning, architecture selection, and training orchestration from the human equation. You upload labeled data, pick a problem type, and the system automatically builds and trains models, compares different architectures, and gives you the best one. For image classification, text categorization, and time-series prediction, it's genuinely impressive.
A small business can now solve problems that would have required hiring a ML engineer two years ago. That's a real shift. A retail company can train a model to classify product images. A logistics company can predict delivery times from historical data. An insurance company can automate document classification. These aren't science projects—they're legitimate business applications that AutoML makes accessible.
But accessibility isn't the same as accessibility without consequences. AutoML handles the technical complexity of model building, but it doesn't handle the business complexity. It doesn't tell you if your problem is actually solvable with your data. It doesn't catch if your training data is biased. It doesn't question whether your labeled data is actually representative of the real world.
I watched a small e-commerce company use AutoML to build a recommendation engine. They trained it on six months of customer behavior. The model was technically perfect—90% accuracy on validation data. It shipped. Within two weeks, it was recommending increasingly off-topic products because it had learned correlation patterns that didn't persist over time. The model hadn't failed. The data had lied.
That's the subtle risk with AutoML. It abstracts away the careful thinking about data quality, problem framing, and model validation that experienced ML practitioners do instinctively. A good data scientist spends 60% of their time on data preparation and only 20% building models. AutoML does the 20% part brilliantly but provides no help with the 60%.
For specific, well-defined problems, AutoML is transformative. When you have:
Then AutoML is worth it. You'll ship 10x faster than waiting for a ML engineer or building custom models.
Where AutoML struggles is edge cases and novel problems. If your data is messy, labels are ambiguous, or the problem requires custom architectures, you're back to needing someone who understands ML deeply. AutoML then becomes a starting point instead of a complete solution.
The honest assessment is that AutoML democratizes ML in the way that WordPress democratized web development. Anyone can build a website with WordPress. Very few can build WordPress itself or customize it for genuinely unusual requirements. That's not a criticism—it's a feature. Most businesses don't need to push cutting-edge ML boundaries. They need to solve concrete problems cheaply.
If you're a small team considering ML capabilities for your product, AutoML saves you from either hiring specialized expertise or outsourcing to agencies that charge six-figure budgets. That's huge.
If you're a larger company with in-house ML, AutoML is useful for rapid prototyping and for automating routine model training. It frees your team from hyperparameter tuning to focus on harder problems.
If you're an individual contributor trying to add ML to your skills, AutoML is both helpful and slightly dangerous. Helpful because you can see ML working and build intuition. Dangerous because it hides all the complexity—you might think building ML models is easier than it actually is.
Google's launch of AutoML in July 2018 marks a genuine shift. The question of "Can we build a ML model?" is shifting to "Should we?" That's healthy. The accessibility is real. The democratization is real. But it also means lower-quality models will be built confidently by people who didn't know enough to be careful. As with any powerful tool becoming more accessible, both the ceiling and the floor rise—and so does the capability floor of bad implementations.
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.