The data integration problem: why point-to-point still breaks industrial AI
Imagine tens of thousands of sensors, thousands of devices, all needing their own, individual custom-built connection: A nightmare to manage and an industrial AI black hole.
Point-to-point integration breaks under industrial AI because every new AI use case adds one more of these direct connections between systems, and that number of connections grows faster than any integration team can keep up with.
Add several AI agents that each need access to the same operational data, and a point-to-point architecture doesn't just get complicated,it becomes fragile. This fragility shows up as downtime, missed alerts and decisions built on stale data.
Industrial organizations have patched around this problem for years with custom scripts and one-off connectors. Sure, that approach held up when the number of systems talking to each other stayed small. However, it does not survive contact with AI, where the number of consumers pulling data out of every system multiplies fast, and where one broken connection can quietly poison a model's output for weeks before anyone notices. Learn more about what this integration tax actually costs industrial AI programs in Legacy OT Integration: The Hidden Tax on Every Industrial AI Use Case.
What is point-to-point integration, and why does it break under AI workloads?
Point-to-point integration is a direct, custom-built connection between two systems, designed to move data from one specific source to one specific destination. Each new source or destination needs its own connection, built and maintained on its own.
The math on this is unforgiving, at best: Connect five systems point-to-point and you need up to 10 connections. Connect 20 systems and that number climbs past 190. Every AI use case that needs data from three or four of those systems inherits the fragility already built into that web, plus whatever new connections it requires.
This complexity is not only a cost center, it’s a failure mode. AI built on data that arrives late, arrives incomplete or silently stops arriving doesn't fail loudly. It produces confident answers built on broken assumptions. The implications of this are impossible to ignore.
Why does data integration complexity multiply as industrial AI scales?
A single AI use case rarely needs data from just one system. A predictive maintenance model might pull vibration data from a sensor network, work order history from a maintenance system and production schedules from an ERP. A second use case, quality prediction, needs some of those same sources plus two more. Point-to-point architecture means building a new connection for every pairing, even when two use cases draw on the same underlying data.
Agentic AI makes this an even bigger challenge. An agent that reasons across multiple systems to recommend an action needs live, trustworthy access to more sources than a dashboard ever did, and that access has to hold up under real operating conditions, not just a demo. Every agent added to the environment multiplies the direct connections required, and every connection is a place where a schema change, a network blip or a vendor update can quietly break the chain. Learn more about why AI agents specifically can't tolerate this fragility in Data interoperability: The foundation for AI agents in manufacturing.
How does event-driven architecture fix the point-to-point problem?
Event-driven architecture (EDA) is an approach where systems publish data as events the moment something happens, rather than waiting for another system to request it directly. MQTT, the protocol at the center of most industrial data strategies, is built on this event-driven, publish-subscribe model. Learn more about building this backbone end-to-end in A Guide to Event-Driven Architecture for Edge-to-Cloud Connectivity.
Instead of a direct connection between every producer and every consumer, each system publishes its data once, to a shared backbone. Any system, model or agent that needs that data subscribes to it. Adding a new consumer, including a new AI use case, does not require a new connection back to every source. It requires a subscription to data that already exists in one place.
This is the architectural pattern behind a Unified Namespace (UNS): a single, organized source of truth for operational data across a facility or enterprise. A UNS does not replace existing OT systems. It sits on top of them, using an event-driven backbone to give every consumer, human or AI, the same governed view of what's happening on the floor. Many UNS topic structures borrow from the ISA-95 hierarchy (enterprise, site, area, line, cell) as a starting framework, though most real-world implementations adapt it rather than following it exactly. Learn more about how a Unified Namespace actually works in How Does a Unified Namespace (UNS) Work?
What does a unified data backbone look like in practice?
The practical difference between the two approaches shows up clearly once AI enters the picture.
Dimension | Point-to-point integration | Event-driven backbone (UNS) |
|---|---|---|
Connections needed | Grows with every system pair | One connection per system, to the backbone |
Adding a new AI use case | Requires new custom connections | Requires a new subscription to existing data |
Failure isolation | One broken link can cascade | Producers and consumers stay decoupled |
Governance | Managed connection by connection | Managed once, centrally |
Scaling cost | Rises with each new source or consumer | Stays roughly flat as consumers grow |
On top of that backbone, the platform layers do different jobs. Data Streaming moves the data reliably, with guaranteed delivery and fault tolerance built in. Data Intelligence, delivered through HiveMQ, adds discovery, context and governance, so teams and models know what the data means, not just where it's flowing. Agentic AI for operations turns that governed context into safe, guardrailed action, letting an agent recommend or execute a decision on data it can actually trust.
None of this replaces MQTT. It builds on it. The event-driven, publish-subscribe design that makes MQTT reliable at scale is exactly what makes it the right backbone for a UNS in the first place.
Why does event-driven architecture matter now for industrial AI programs?
Industrial AI spend is accelerating, fast. The market is projected to grow from $43.6 billion in 2024 to $153.9 billion by 2030, according to the IoT Analytics Industrial AI Market Report 2025-2030. Every pilot funded on top of a point-to-point architecture adds to a pile of custom connections that will need rebuilding the moment the architecture is asked to scale.
The cost of that rebuild only grows. An integration architecture that was manageable at 10 systems and three use cases becomes a liability at 50 systems and a dozen AI initiatives, and migration gets more expensive with every use case built on the old foundation. Moving to an event-driven backbone now costs less than moving later, after another year of point-to-point connections have piled on top.
The architecture decision industrial AI can't outgrow
Point-to-point integration worked for a smaller, simpler set of connections than industrial AI now demands. The organizations getting real, repeatable value from AI in operations aren't the ones running the most pilots. They're the ones that moved the underlying data architecture first.
Explore how a Unified Namespace built on HiveMQ gives IT and OT teams a shared, governed foundation for the AI initiatives already on the roadmap.
Shashank Sharma
Shashank Sharma is Director of Product Marketing at HiveMQ, focusing on the company’s MQTT-based Industrial AI data platform across cloud and self-managed deployments. He is passionate about technology and developer-centric workflows, with 12+ years’ experience across software development, sales, and marketing for platforms and tools in numerical computing, autonomous driving, robotics, and AI.
