← Technical Deep Dives
Industrial AI · Full Stack Architecture

The Physics-to-Software Pipeline
Where Companies Die

The full stack for industrial AI runs six steps from physical sensor to human decision. Each transition is where companies live or die. The core challenge is not the AI — it's bridging the gap between messy physical reality and clean algorithmic assumptions.

6
Pipeline stages
5
Failure modes
Company Survival Through Pipeline Stages
100% enter
~72%
~48%
~30%
~18%
~8% reach scale
Sensor Data
Contextualization
Physics Model
Surrogate
Optimizer
Human Decision
Full Pipeline — Sensor to Decision
1

Sensor Data & Historian Systems

OSIsoft PI, Honeywell PHD, custom SCADA. Every plant is different. Tag naming conventions are tribal knowledge. Data quality is assumed but never measured.

×
Death Zone

Data Swamp Paralysis

Teams spend 6–12 months building custom connectors per plant. No reusable abstraction layer. Each new customer resets the clock. Revenue never outruns engineering cost.

~28% die here
2

Data Contextualization via Knowledge Graph

ISA-95 hierarchies, P&ID relationships, equipment taxonomies. Mapping sensor tags to physical meaning. The bridge between raw data and domain logic.

×
Death Zone

Ontology Overengineering

Building the "perfect" industrial ontology before shipping product. Manual graph construction needs process engineers at $200+/hr. The graph never reaches completion — scope creep disguised as architecture.

~24% die here
3

Physics Model (First Principles)

Navier-Stokes, thermodynamic equilibria, reaction kinetics. High fidelity, high compute cost. A single CFD run can take 8–48 hours. Accurate but too slow for real-time.

×
Death Zone

Fidelity Trap

Pursuing ever-higher model fidelity without asking if the decision boundary actually needs it. 98% vs. 95% accuracy rarely changes the operator's action. Physics envy consumes R&D budget.

~18% die here
4

Surrogate Compression (Neural Network)

Train a neural net to approximate the physics model at 1000× speed. PINNs, DeepONets, or simple MLPs. Trade accuracy for latency. Enable real-time optimization loops.

×
Death Zone

Distribution Shift Collapse

Surrogate trained on simulation data fails on real plant conditions. Edge cases in fouling, catalyst degradation, and seasonal variation weren't in the training set. Silent failures erode trust irreversibly.

~12% die here
5

Optimization Agent

RL policies, Bayesian optimization, or classical MPC sitting on top of the surrogate. Recommends setpoint adjustments. Must respect hard safety constraints while maximizing yield/efficiency.

×
Death Zone

Sim-to-Real Gap

Optimizer finds solutions that work in simulation but violate unmodeled constraints. Safety systems trigger. One bad recommendation and the operator disables the system permanently. There is no second chance.

~10% die here
6

Human-in-the-Loop Decision

The operator sees a recommendation. Accepts, rejects, or modifies. Trust calibration is everything. The UI/UX must match the operator's mental model of the process, not the engineer's.

×
Death Zone

Adoption Cliff

System works technically but operators don't use it. Alarm fatigue from false positives. Recommendations arrive too late for the decision window. Change management was treated as an afterthought, not a product feature.

~8% die here
The Existential Question

Are you a consultancy with software, or software that occasionally consults?

The answer lives in deployment velocity. Every industrial AI company faces the same scaling dynamics: different sensor vendors, different process chemistry, different operator workflows. The companies that win automate the bespoke parts — and the pipeline diagram shows exactly where the bespoke engineering hides at each stage.

Deployment Velocity
320 hrs → 80 hrs per site
Bespoke Ratio
30–40% of each deployment
Wright's Law
20% cost reduction per doubling of deployments
Platform Threshold
>70% gross margin signals product-market fit
Foundations

Digital Twins & Surrogate Models

Pipeline stages 3–4. The compression from first-principles to real-time inference.

Scaling

Consultancy-to-Platform Transition

Productize each bespoke step one at a time. Start with the biggest hour sink.

Investment

Technical DD Framework

Map a company's position on this pipeline to assess technical risk and moat depth.

Adjacent

Data Centre First Principles

Same pipeline applies: sensor → model → optimize → operate. Physical infrastructure domain.

← Previous: Consultancy-to-Platform TransitionBack to Technical Deep Dives →