The convergence of edge AI and centralized intelligence hubs is creating a new operational architecture for manufacturers seeking real-time decision-making without sacrificing data governance or scalability. In this article, IIoT World examines how pairing local inference at the machine level with a cloud or on-premises intelligence hub delivers the best of both worlds: sub-millisecond response times for critical process adjustments and enterprise-wide visibility for continuous improvement initiatives. The piece covers reference architectures, data pipeline design patterns, energy monitoring integration, and practical considerations for deploying edge AI nodes across distributed production environments. Whether you are running a single facility or coordinating dozens of plants, this framework provides actionable guidance for building an industrial DataOps strategy that scales.
In my 15 years in Industry, I haven’t seen a technology move as quickly as AI. The timeline from writing funny Haikus to showing up on the factory floor was a lot shorter than I expected.
AI is exciting, but what’s hype versus what’s real? Where is it being used today? How could it be used in the future, and what are the limitations? To get started, let’s split the use of AI in manufacturing into two camps: IT and OT. The divide lives on.
Corporate AI in Manufacturing
IT is a natural place to begin for AI initiatives in large manufacturers for a few reasons:
Most AI workloads are executed in the cloud given infrastructure constraints.
IT has business data that’s already contextualized and ready for AI.
There are many business workflows that could benefit from AI.
Often, these initiatives are strategic and have direct visibility from the CEO. They start with an internal chatbot into HR, ERP, CRM systems, move on to agentic workflows, and then shift focus to the manufacturing floor.
This is where things get interesting. From IT’s standpoint, manufacturing data is just like any other data. All they need to do is get it into the data lake. But we know this isn’t true.
The shop floor looks nothing like a data lake. There is telemetry data from machines, historical data, MES data in SQL, some random CSV files, and most of it lacks context.
Companies that realize this—or already have an Industrial DataOps strategy—move quickly beyond these issues. Companies that don’t end up creating a solution that works with only telemetry data (for example) and then find out they need other data. Or worse, when they get something working in the first factory, they find out factories 2, 3, and 4 have different technology stacks.
For companies that are having success, what does it look like? They are asking big questions, like the following:
- Why is plant A outperforming plant B?
- Plant A made a bad product; what happened?
These are important questions. Longer term, I think AI can certainly help us here, but given the current state of technology, AI struggles with broad questions that require precise answers. It leaves a lot of room for hallucinations.
Much of the AI focus from IT is around supply chain, production planning, and root cause analysis. The scope of the problems and data sets needed to answer them makes repeatable progress slow.
Manufacturing Floor AI
The manufacturing floor has a tremendous amount of potential for AI, but it’s also harder to get started for the following reasons:
- AI either needs to run in the cloud (data privacy concerns), or they need the hardware to run AI locally.
- Manufacturing data lacks context and standardization to be ready for AI.
Factory initiatives are often driven by a plant manager or local leader who has used AI in their day-to-day. They know where all their data resides, and they are intimately familiar with their processes and problems. What they lack are the tools to iterate quickly with AI.
In comes DataOps (again). Cloud AI and Edge AI have the same problems with industrial data. They need access to contextualized information across many systems. The only difference is there is no data lake in the factory—but that’s OK. DataOps can leave the data in the source systems and expose it over APIs, allowing edge AI to access the data needed for specific tasks.
But just like IT, what happens if OT doesn’t use DataOps? It’s the same set of issues. If you try to integrate AI directly with data from your SCADA, historian, or even UNS/MQTT, you’ll limit the data and context to which the agent has access. SCADA/Historians only have telemetry data. UNS/MQTT is report by exception, and AI is request/response based (i.e., it can’t integrate). But again, I digress. Use DataOps.
With the right tooling, what are OT teams (and sometimes individuals) doing? They are iterating using AI to solve very specific problems. Many of which you and I are not creative enough to come up with, but here are some general examples.
- “Monitor this process and let me know when it doesn’t look right.”
- “Get me all the maintenance work orders on this machine, and let me know how long the delay might be if we fix this issue.”
- “Compare this run to the golden batch and tell me what’s different.”
In practice, the approach is very iterative. Pick a question, gather the data you think you need, run it through AI, and see what you get. Tweak the context, add additional data, change the AI instructions or prompt, and try again. Rinse, wash, repeat.
And when you do find value, it scales. Using DataOps, you end up with an API and an AI model that can accomplish a task. You can bring that same API and AI to the next factory, wire up the API into the factory-specific systems, and now you’ve enabled the same capability.
AI Limitations & How To Scale
The biggest limitation of AI in both environments today is hallucinations. AI will not say, “I don’t know.” It makes the next best guess, which is sometimes wrong. This is problematic as we try and use it for less creative tasks in the factory, tasks that need to be deterministic.
To get around this, the industry and broader market are scaling down. That means smaller and more focused LLMs, and many agents focused on specific tasks. This limits the potential for hallucinations but doesn’t solve it outright.
In practice, this looks like a factory machine with many agents. One agent monitors process variables, another looks for incoming work orders, another is responsible for tool change over, etc. Each agent could use a different LLM trained on knowledge for the specific task.
What Would I Do?
If I were a large industrial, I’d be focused on how I can best align IT and OT around AI. My first goal would be to deliver AI to the OT environment as a tool or capability for local workers to rapidly iterate with to solve their day-to-day problems. After this, I’d look to scale out use cases that unlock real ROI and share these across sites. I think companies that take this approach—versus looking at AI as an autonomous thing that instructs factories on what to do—are going to be ahead.
DataOps & AI
Traditionally DataOps has been used to move contextualized data to the cloud & IT systems. But Edge AI is quickly becoming the largest consumer of DataOps inside the factory walls, applying more force to a larger movement of OT environments looking more and more like IT over time. Industry is slow, but it will be interesting to see over time how this new sense of urgency accelerates the merger of the two.
To see what I’m talking about here, watch this short video in which I demonstrate how Industrial AI Agents can interact with manufacturing data using Model Context Protocol (MCP) and HighByte Intelligence Hub.
Appendix: LLMs vs Agents vs AI
Here is how I define a few of the key terms used in this post.
LLM. A Large Language Model, just like ChatGPT that you already interact with.
Agent. An agent uses an LLM and executes a set of instructions, often reaching out for data one or more times to accomplish a task. Think of the agent as you but replacing what you’d do manually to interact with an LLM.
AI. In the context of the post, AI means both LLMs and Agents.
About the author
Originally This article was published here and it was written by Aron Semle, Chief Technology Officer at HighByte, responsible for research and development, technical evangelism, and supporting customer success. Aron has a bachelor’s degree in Computer Engineering from the University of Maine, Orono and more than 15 years of experience in industrial technology.
Related articles:
- AI at the Edge of the Factory Floor: What’s Real, What’s Next
- Embedded AI at the Edge: Rethinking Industrial Performance in Real Time
FAQ
1. What is an intelligence hub in the context of industrial edge AI?
An intelligence hub is a centralized platform, hosted in the cloud or on-premises, that aggregates, normalizes, and analyzes data streams from multiple edge AI nodes deployed across a manufacturing environment. It serves as the orchestration layer where models are trained, updated, and redistributed to edge devices. The hub also provides enterprise-level dashboards, historian integration, and cross-site benchmarking capabilities. Unlike traditional cloud-only analytics, the intelligence hub architecture acknowledges that time-sensitive decisions must happen at the edge while strategic, data-intensive analysis benefits from centralized compute resources. This pattern reduces cloud egress costs and keeps sensitive operational data within controlled network boundaries.
2. How does edge AI reduce energy consumption in manufacturing?
Edge AI enables real-time monitoring and optimization of energy-intensive processes such as HVAC systems, compressed air networks, and electric motor drives. By running inference models directly on edge devices attached to these assets, manufacturers can detect energy waste patterns, such as compressors running during idle periods, within seconds rather than waiting for batch analytics. Facilities deploying edge-based energy optimization report savings of 10% to 25% on electricity costs. The low latency of edge inference also allows closed-loop control, where the AI system automatically adjusts setpoints on variable frequency drives or chillers without human intervention. This approach is particularly valuable in process manufacturing, where energy can account for 30% or more of total operating costs.
3. What are the key components of an industrial DataOps pipeline for edge AI?
A robust industrial DataOps pipeline typically includes four layers: data ingestion from sensors, PLCs, and historians via protocols such as OPC UA and MQTT; an edge processing layer where data is filtered, aggregated, and enriched before inference; a model management layer that handles version control, A/B testing, and rollback of ML models deployed to edge nodes; and a feedback loop that routes inference results and model performance metrics back to the intelligence hub for retraining. Data quality checks at the ingestion layer are critical, as sensor drift and missing values can degrade model accuracy over time. Containerized deployment using Kubernetes at the edge is becoming the standard approach for managing updates across hundreds of nodes without production disruption.
Related from IIoT World: