Enterprise AI teams have spent the last several years learning, often at significant cost, how to operationalise software agents in production. The lessons are now reasonably well understood: data quality gates, latency budgets, fallback logic, human-in-the-loop checkpoints. Physical AI asks you to learn a different set of lessons, and the failure modes are less forgiving. When a language model hallucinates, a downstream check can catch it. When a robotic arm misjudges a grasp by twelve millimetres in a live fulfilment cell, the consequences are immediate and material. The due diligence frameworks that served enterprise teams well for software AI are not sufficient for physical systems, and applying them as though they were is the single most common mistake we see in early-stage robotics programmes.
The 3D Reasoning Gap That Benchmarks Do Not Reveal
Most VLA model evaluations are conducted in simulation or on tabletop manipulation tasks with controlled lighting and predictable object geometry. Those benchmarks do not surface the core limitation: standard vision-language-action architectures process the world through 2D image encoders that were pretrained on internet-scale flat imagery. The physical world is not flat, and the mismatch matters at the point of contact.
Why 2D Encoders Struggle with Manipulation
When a model must reason about the depth of a partially occluded component on a conveyor, or the torque required to seat a connector at a specific angle, 2D feature representations lose the geometric information that determines whether the action succeeds. Research from Peking University demonstrates this directly: standard VLA approaches suffer from geometric information loss in their encoding pipelines and fail to jointly capture 3D structure and temporally coherent action sequences in dynamic environments (Liu et al., arXiv 2026). Their Lift3D-VLA framework, which encodes point clouds directly within the vision encoder and adds geometry-centric self-supervised pretraining, achieves success rate improvements of over ten percentage points on standard manipulation benchmarks compared to prior VLA methods.
The commercial implication is that model capability claims made against 2D simulation benchmarks will not transfer reliably to physical environments with depth variation, occlusion, or surface reflectance. Before committing capital, enterprise evaluators should require 3D point cloud input support and real-world out-of-distribution testing as minimum qualification criteria, not optional extras.
The Training Data Bottleneck Is a Capital Problem, Not a Research Problem
Physical AI models require demonstration data collected in the real world, on real hardware, by skilled operators. This is not an engineering inconvenience that will be resolved by the next model release. It is a structural cost driver that should appear in your business case from day one.
The Cost of Physical Teleoperation at Scale
Traditional teleoperation binds operator time to specific hardware in specific workspaces. Every demonstration is a fixed-cost unit of production. Scaling to the volume of trajectories required to train a generalisable manipulation policy means scaling operator headcount and physical infrastructure in parallel. That arithmetic closes poorly for most enterprise programmes.
Emerging approaches attempt to decouple data collection from physical constraints. Alibaba's RynnWorld-Teleop system, for example, uses a generative world model to synthesise high-fidelity egocentric video from hand-pose streams, producing embodiment-agnostic action labels that can be retargeted to physical hardware without additional real-world collection (Zhao et al., HuggingFace 2026). Policies trained on this synthetically generated data demonstrate effective zero-shot transfer to real manipulation tasks. The approach is promising, but enterprise evaluators should treat synthetic data pipelines as a complement to real-world collection, not a replacement, until transfer reliability has been validated on their specific task distribution.
The procurement question this raises is concrete: when evaluating a robotics vendor or platform, ask explicitly how demonstration data was collected, at what volume, across how many distinct environments, and what the ongoing cost structure is for expanding the training distribution when your operational context differs from the vendor's lab.
Compute Hardware Trade-offs in Autonomous Platforms
Purpose-built autonomous hardware involves silicon trade-offs that do not exist in cloud-deployed software AI. Inference latency, thermal envelope, power draw, and memory bandwidth all interact in ways that affect whether a model that performs well in evaluation will perform acceptably in a deployed unit running eight-hour shifts.
Edge inference on robotic hardware typically means accepting a reduced model size or quantised weights relative to the research configuration. That reduction has task-specific consequences: a manipulation policy that requires fine-grained temporal action prediction may degrade more sharply under quantisation than a coarser pick-and-place policy. The hardware selection decision and the model architecture decision are not independent, and treating them as separate procurement workstreams is a reliable way to discover the incompatibility after contracts are signed.
Evaluators should require vendors to specify the inference configuration running on the deployed unit, including model size, quantisation level, and the benchmark conditions under which performance figures were generated. A success rate measured on a server-grade GPU in a lab is not the same figure as the success rate on the edge compute inside the unit being purchased.
What a Physical AI Due Diligence Framework Must Include
Software AI evaluations typically stress-test accuracy, latency, and integration surface. Physical AI evaluations require three additional first-order criteria that most enterprise procurement processes currently treat as secondary.
The first is 3D spatial reasoning capability, validated on geometry that resembles the target environment, not controlled laboratory objects. The second is data infrastructure: the vendor's mechanism for collecting, curating, and expanding demonstration data, and the cost model for doing so when the deployment context evolves. The third is the hardware-model co-specification: documented evidence that the model running on the deployed edge hardware has been evaluated under production-representative conditions, not optimal lab conditions.
These criteria are not exotic. They are the physical equivalents of the data quality and latency budget checks that mature software AI teams already apply. The discipline required is the same. The domain knowledge required to apply it is different, and building that knowledge internally before committing to a programme is a more reliable path than discovering the gaps during integration.
Why Pilots Fail to Predict Production
The pattern we observe repeatedly in enterprise robotics programmes is a pilot that performs adequately in a controlled bay and then degrades when moved to the live environment. The causes are consistent: the pilot environment was designed around the system's geometric limitations, the demonstration data did not cover the object variance present in production, and the edge hardware was running a more capable model configuration than the deployed units.
None of these are failures of the underlying technology in an absolute sense. They are failures of evaluation design. A pilot that does not deliberately stress-test geometric edge cases, out-of-distribution objects, and production-representative hardware is not generating the signal needed to make a capital commitment decision. It is generating evidence that the system works under conditions that have been optimised for it to work.
Companion piece to our broader work on deploying physical AI in industrial settings. See From General-Purpose to Production-Ready: What CTOs Must Solve Before Deploying Physical AI on the Factory Floor for integration architecture, safety constraints, and the operational gap between adaptive capability and owned outcomes in live environments.
FAQs
Most VLA models use 2D vision encoders pretrained on flat imagery, which lose geometric information when processing real-world scenes with depth, occlusion, and surface variation. Simulation environments are typically designed with controlled geometry that does not reproduce these conditions. The result is that benchmark success rates do not predict physical performance on tasks requiring precise spatial reasoning, such as assembly, insertion, or manipulation of deformable materials.
The volume depends heavily on task complexity, object variance, and how broadly the policy must generalise. Simple, constrained pick-and-place tasks may require hundreds of demonstrations. Policies expected to handle varied objects across changing environments can require tens of thousands. The more important question for enterprise evaluators is not a fixed number but the vendor's mechanism for expanding the training distribution when the operational context changes, and the unit cost of doing so.
Request the specific model size and quantisation level running on the deployed unit, not the research or cloud configuration. Ask under what hardware and environmental conditions the published performance figures were measured. Then ask for evidence that the same configuration has been evaluated on tasks representative of your operational environment. Discrepancies between lab and deployed configurations are common and material to the performance you will actually observe.
Synthetic data generation approaches, such as world-model-based digital teleoperation, can meaningfully reduce the cost of data collection and have demonstrated effective sim-to-real transfer on dexterous tasks. However, the transfer reliability is task-specific and depends on how closely the synthetic distribution matches the target environment. The current evidence supports treating synthetic data as a complement to real-world collection, particularly for expanding coverage of rare or hazardous scenarios, rather than as a wholesale replacement.
A pilot should be designed to find failure modes, not to demonstrate success under optimal conditions. This means running the system on the production-representative edge hardware, introducing the object variance and environmental conditions present in the live environment, and explicitly testing geometric edge cases and out-of-distribution scenarios. A pilot that has been optimised for the system to succeed generates evidence about the system's ceiling under ideal conditions, not about its floor under realistic ones.
Software AI procurement centres on accuracy, latency, and integration surface. Physical AI requires three additional first-order criteria: validated 3D spatial reasoning capability on target-representative geometry, a documented and costed data collection infrastructure, and hardware-model co-specification showing that the deployed edge configuration has been evaluated under production conditions. These are not refinements of the software AI checklist. They address failure modes that have no equivalent in software deployments and that standard procurement processes are not structured to surface.

