"Edge AI" covers a lot of ground, much of it marketing. The useful engineering question is narrower. Where should inference run, and why there rather than somewhere else?
For industrial systems that question now has genuinely different answers than it did a few years ago. The reasons are worth being precise about, because the same reasoning also tells you when the edge is the wrong place entirely.
What actually changed
Two things shifted at once. Inference accelerators arrived in power and thermal envelopes that suit industrial equipment rather than data centres. And the techniques for shrinking models, things like quantisation and pruning and architectures built for constrained hardware, matured to the point where a model that fits on a device is good enough for the job in front of it.
So running inference next to the sensor stopped being a compromise you accepted. For certain classes of problem it became the better engineering choice.
When the edge is the right answer
The loop has to close faster than a network round trip. If a decision feeds back into a physical process, rejecting a part or halting a motion or adjusting a parameter mid-cycle, the trip to a server and back may not fit inside the time available. That is a timing requirement rather than an architectural preference, and it should be measured.
The data is too expensive to move. Video is the obvious case. Shipping high-resolution streams off site continuously eats bandwidth that industrial locations often do not have and would rather not pay for. Infer locally, transmit only the result, and the economics invert.
The process cannot stop when the link does. Plant networks and remote installations lose connectivity. If a line or a piece of roadside infrastructure has to keep working through an outage, anything depending on a remote service becomes an availability risk.
The data should not leave the site. Camera footage, process data and product imagery often carry commercial or regulatory sensitivity. Processing locally and exporting only derived results is far easier to justify to a customer, an auditor or a legal team than moving the raw data at all.
When the edge is the wrong answer
This part usually goes unsaid, and it matters more than the enthusiasm.
A common and sensible outcome is a split. Inference at the edge for the time-critical or bandwidth-heavy path, aggregation centrally for analysis, reporting and improving the model.
The part that gets underestimated
Most industrial edge AI projects do not struggle with the model. They struggle with deployment.
Once inference runs on equipment in the field you inherit a set of problems that have nothing to do with machine learning. How does a new model version reach a device you cannot log into? How do you know which version each unit is running? How do you spot that accuracy has degraded because the lighting or the product or the process drifted, on a device that is no longer sending you raw data? What happens thermally when an accelerator runs flat out inside an enclosure in August? Does inference load interfere with the timing of anything else the device is responsible for?
Those are embedded systems questions, not data science ones. It is why edge AI projects tend to succeed when the team includes people who have shipped and maintained embedded devices, and stall when they do not.
A sensible way to start
- State the requirement as a number. How quickly must the decision be available, and what happens if it is late?
- Work out what moving the raw data would actually cost in bandwidth and money.
- Decide what has to keep working when the network does not.
- Establish where the data is permitted to go before you design anything.
- Prototype centrally to prove the model is viable, then move it onto the device once the requirement is confirmed.
- Design the update, versioning and monitoring path before you deploy to more than a handful of units.
Weighing up whether a workload belongs at the edge?
More from Info
Related reading
07 Aug 2026
DDS Has a Rival in ROS 2 for the First Time
For more than a decade, building on ROS 2 meant building on DDS. That is no longer true, and the choice now sitting in f…
02 Aug 2026
Your Machines Speak OPC UA. Is Anyone Listening?
You have added OPC UA to your device. The datasheet says so. And your customer's integrator is still emailing to ask wha…
21 Jul 2026
ONVIF Profile V: What the New Cloud Video Standard Means
ONVIF has released the draft of Profile V, a standard designed to bring cloud video surveillance out of proprietary silo…
Bring us the challenge
The one that has been handed back, sits between two suppliers, or nobody can say is possible yet. A short call costs you nothing and you will speak to one of our consultants.
Engineer to engineer. No handoffs.
