PERIDIO TECHNICAL BRIEF · COMPUTE ARCHITECTURE

Heterogeneous by default

How robotics compute stopped being one chip

Robotics compute is not a ladder teams climb once — it is four workload classes that coexist inside a single machine, and increasingly a single product line. This brief maps the tiers, the silicon behind each, and what breaks in your software when one robot spans three at once. Automotive hit this complexity first; the teams inheriting it now are twenty people, not OEMs.

Rev 3.2 · Figures verified July 2026

Preview the brief

Cover

Technical brief cover

Select preview only — full text is on this page, PDF below

ROBOTICS COMPUTEPHYSICAL AI

Figure 1 — Four tiers, one chassis

A mobile manipulator robot with four classes of compute called out: tier 01 real-time microcontrollers under 1 TOPS at the arm joints, wheel motors and safety relay; tier 02 integrated NPUs at 1 to 4 TOPS at the wrist camera and base HMI panel; tier 03 high-TOPS edge compute at 40 to 100 TOPS in the multi-camera sensor mast; and tier 04 physical AI platforms at 700-plus TOPS in the torso compute bay.

TOPS class is an order-of-magnitude bracket, not a benchmark. Vendors quote different precisions (INT8, FP4) and different silicon blocks; treat the numbers as workload envelopes.

01. Why tiers, not a spectrum

Compute selection in robotics looks continuous — more TOPS, more money, more watts — but in practice it clusters. It clusters because the constraints that matter change discontinuously. A motor loop needs a bounded worst-case response time, not throughput. A perception pipeline needs a memory bandwidth and an accelerated operator set. A foundation model needs enough dense compute to make a policy decision inside a control interval. Each of those constraints selects a different class of silicon, and the boundaries between them are sharp.

The practical consequence is that a single robot rarely lands in one tier. A mobile manipulator running a vision-language-action policy on a 700-TOPS module still drives its joints from a microcontroller, still speaks to its safety relay over a deterministic bus, and still reports battery telemetry from a low-power SoC. Four tiers, one chassis.

What follows is a map of the four classes: what each is for, what silicon serves it today, and the operational cost of spanning them.

02. Tier 01 · Foundational control

Determinism is the product

Real-time microcontrollers

Motor loops · Safety I/O · Low-power link

<1

TOPS class

The lowest tier is not a compromise; it is a different discipline. Microcontrollers here exist to close control loops at fixed intervals, drive motors and actuators, read encoders and limit switches, and hold a safety state when everything above them fails. There is no AI inference in this tier and none is wanted — a learned policy with a variable execution time is the opposite of what a joint controller needs.

Two families dominate. The STM32 line covers motor drives, industrial PLCs, medical equipment, and GPS platforms where reliable application control is the requirement. The ESP32 line trades some determinism for integrated Wi-Fi and Bluetooth plus ultra-low-power coprocessors, which is why it shows up in service robots, smart-home nodes, and sensor hubs that must sleep for months.

Design note

This tier is usually the last to get a real update path. Firmware ships by USB at the bench, then never changes. It is also where a field recall costs the most — the MCU is the part physically closest to the moving hardware.

Table 1 — Tier 01 representative silicon
PartHeadline specCompetitive strengthTrade-off
STM32F1 / F4 / L4Cortex-M3 / M4, 72–180 MHzUbiquitous tooling and a two-decade ecosystem; lowest cost per controlled axis.No Linux, no NPU. Every feature is code you write and certify yourself.
STM32H7Cortex-M7 up to 480 MHzHard real-time headroom for multi-axis loops and closed-loop current control.Approaching MPU cost and power without an MPU software stack.
Espressif ESP32-S3Dual Xtensa LX7, 240 MHz, Wi-Fi + BLERadio and MCU in one part; ultra-low-power coprocessor enables months on a battery.The radio stack introduces timing jitter — not a determinism-first part.

03. Tier 02 · Entry-to-mid edge AI

The NPU becomes standard equipment

Integrated NPUs

Single-camera vision · Local voice · HMI + gateway

1–4

TOPS class

The defining shift in this tier is that acceleration moved on-die. Application processors now ship a dedicated neural block — NXP's eIQ-supported NPU, Qualcomm's AI Engine — sized for one camera stream, a keyword spotter, or a classical vision pipeline with a learned stage bolted on. One to four TOPS sounds modest, and it is: this is the tier for perceiving a specific thing reliably, not for reasoning about a scene.

NXP's i.MX 8M Plus and i.MX 95 target Industry 4.0 machine vision and automotive connectivity domain controllers. Qualcomm's Dragonwing QRB2210 and IQ6 push efficiency, landing in industrial gateways, HMI panels, and entry-tier robotics running mainstream Linux distributions.

Renesas is worth watching here for a different reason. One of the dominant automotive silicon vendors is carrying that functional-safety and longevity DNA into robotics with the RZ/V line, and doing it on efficiency rather than peak numbers — roughly 10 TOPS per watt, which is what makes a fanless, heatsink-free vision design possible. The RZ/V2H is also the clearest illustration of why these brackets are envelopes and not product categories: its dense throughput lands between tier 02 and tier 03, and its two Cortex-R8 real-time cores sit on the same die as the AI accelerator — the convergence pattern described in §06, arriving a tier earlier than expected.

Where the software problem changes shape

Because these parts run a full Linux userspace, one board now carries five artifacts with five independent lifecycles: a kernel, a device tree, a container runtime, a model, and a vendor BSP. Each has its own release cadence — the kernel moves on upstream's schedule, the model on your training cadence, the BSP whenever the silicon vendor decides. Each has its own upstream, and none of them coordinates with the others.

Each also fails differently. A container that won't start is visible in seconds; a device-tree change that alters camera timing surfaces weeks later, in the field, as dropped frames. The dangerous one is the BSP bump: it can silently invalidate the other four, because it moves the kernel, the drivers, and the accelerator runtime underneath code that was validated against the previous combination. Tier 01 needed version control. Tier 02 onward needs a system of record.

Table 2 — Tier 02 representative silicon
PartHeadline specCompetitive strengthTrade-off
NXP i.MX 8M Plus4× Cortex-A53 + M7, ~2.3 TOPS NPUThe mature industrial default: proven Yocto BSP, wide module availability.NPU operator coverage lags current model architectures.
NXP i.MX 956× Cortex-A55 + M7 + M33, eIQ Neutron NPUIEC 61508 SIL 2 and ISO 26262 ASIL B, EdgeLock secure enclave, 15-year longevity.Newer part — ecosystem and third-party modules still trailing 8M Plus.
Qualcomm Dragonwing QRB2210Quad-core, lightweight LinuxCheapest credible entry into Linux-based robotics and interactive displays.Roughly 1 TOPS ceiling; vision here is classical with a learned stage at best.
Qualcomm Dragonwing IQ6QCS615, ~1 TOPS class, industrial tempIndustrial-grade CV plus 10-year longevity at entry-tier pricing.Qualcomm Linux and Ubuntu paths are narrower than mainline kernels.
Renesas RZ/V2N4× Cortex-A55 + M33, DRP-AI3 NPU, 4 dense TOPS (15 sparse)Class-leading efficiency — 10 TOPS/W enables fanless, heatsink-free vision designs; integrated ISP.DRP-AI3 toolchain is Renesas-specific; third-party ecosystem trails NXP's.
Renesas RZ/V2H4× Cortex-A55 + 2× Cortex-R8 real-time + M33, DRP-AI3, ~8 dense TOPS (80 sparse quoted)Real-time cores on the AI die — a single-chip robot controller with automotive-heritage vendor longevity; 10 TOPS/W without active cooling.The 80 TOPS headline is sparse — dense is ~8; the widest quoted-vs-dense spread in this survey.

04. Tier 03 · High-TOPS edge compute

Dense compute that survives the plant floor

Dense TOPS at the edge

Multi-camera fusion · Functional safety · Factory automation

40–100

TOPS class

Between the integrated-NPU tier and the humanoid brains sits a band that is easy to overlook and commercially enormous: 40 to 100 dense TOPS, rated for extended temperature, with functional-safety features in the silicon. This is the tier that runs sixteen cameras in a sortation cell, fuses lidar and radar on an outdoor AMR, or holds a certified safety function alongside a perception workload.

Qualcomm's Dragonwing IQ8 and IQ9 are octa-core platforms with ECC memory and safety-island partitioning — 20 to 40 dense TOPS on the IQ8, 100 on the IQ9, with up to sixteen concurrent camera inputs. AMD's Ryzen AI P100 and Versal AI Edge parts target digital cockpits and sensor fusion with deterministic control from −40 °C to +109 °C. NVIDIA serves the same band from above: Jetson Orin NX at 157 INT8 TOPS in a 25 W envelope, and AGX Orin configurable from 15 W to 60 W — one module that can be specified as a dense-perception part here and as a reasoning part in the tier above. The engineering constraint here is rarely peak TOPS; it is thermals, certification evidence, and a ten-year supply commitment.

Table 3 — Tier 03 representative silicon
PartHeadline specCompetitive strengthTrade-off
Dragonwing IQ8QCS8275, octa-core, 20–40 TOPS denseECC memory and a physically separated real-time subsystem; −40 °C to +125 °C.Mid-tier ceiling — heavy multimodal work needs IQ9 or the tier above.
Dragonwing IQ9IQ-9075 (QCS9075), 100 TOPS dense, up to 16 camerasSIL-3-capable safety features, 10+ year longevity, Yocto and Ubuntu support.Vendor software stack rather than mainline; porting effort is real. Qualcomm also quotes 200 sparse TOPS — not comparable to dense figures.
NVIDIA Jetson Orin NX157 TOPS INT8 sparse (Super), 8-core Cortex-A78AE, 16 GB, 10–25 WThe volume workhorse of this band: full JetPack and Isaac ROS at a 25 W ceiling, in a form factor small enough for an AMR or an inspection head.Ampere generation and memory-bound — good for multi-camera perception, not for on-device VLMs.
NVIDIA Jetson AGX Orin275 TOPS INT8 sparse (248 industrial), 12-core Cortex-A78AE, 64 GB, 15–60 WOverlaps this tier and the next: configurable from 15 W to 60 W, so one module covers a dense-perception SKU and a reasoning SKU. Industrial variant rated −40 °C to +85 °C.Buys headroom you may not use, at Ampere-generation efficiency. No FP4, no MIG partitioning.
AMD Ryzen AI Embedded P1004–12 Zen 5 cores, RDNA 3.5, 50 TOPS NPU, 15–54 Wx86 lets you reuse desktop toolchains; AEC-Q100 qualified, drives four 4K displays at 120 fps.Watts per TOPS trails Arm SoCs; 8–12-core variants entered production July 2026.
AMD Versal AI EdgeProgrammable logic + AI enginesReconfigurable pipelines for sensor fusion and hard-deadline preprocessing.FPGA expertise required; the longest development ramp on this list.

05. Tier 04 · Robot brains

The era of physical AI

Physical AI platforms

VLM + VLA inference · Generative reasoning · x86 + dGPU

700+

TOPS class

The top tier exists because a new workload arrived: multimodal models running on the robot, in the loop, at interactive rates. Vision-language-action policies, on-device VLMs, and generative reasoning over a scene are not accelerated classical vision — they are datacenter-shaped workloads compressed into a 40 to 130 watt module bolted to something that moves.

NVIDIA's Jetson Thor quotes 2,070 FP4 TFLOPS on Blackwell silicon, purpose-built for generative reasoning and humanoid spatial awareness. Qualcomm's Dragonwing IQ10 pairs a quoted 700 AI TOPS — datasheets list 350 dense — with an 18-core Oryon CPU and support for 20-plus sensors across camera, lidar, radar, and IMU. AMD's Ryzen AI X100 pushes CPU core count alongside AI throughput for the most demanding autonomous systems.

Most fleets in the field today, though, run the previous generation: Jetson AGX Orin at 275 INT8 TOPS is the incumbent robot brain, and it will stay in production designs for years. That gap matters more than the headline benchmarks. A program that qualified on Orin and wants Thor-class reasoning is not swapping a module — it is changing GPU architecture, CUDA target, quantisation strategy, and thermal design at once, on a robot already in service.

What is genuinely new is the update cadence. Model weights change weekly; an operating system image does not. A tier-04 robot needs to accept a new policy without rebuilding its OS, and needs to reject one that regresses — automatically, in the field, on a subset of the fleet first.

Table 4 — Tier 04 representative silicon
PartHeadline specCompetitive strengthTrade-off
NVIDIA Jetson T50002,070 FP4 TFLOPS sparse (~1,035 dense), 14-core Neoverse V3AE, 128 GB LPDDR5X, 130 WDeepest robotics software stack — CUDA, Isaac, GR00T. MIG partitioning isolates mixed-criticality workloads on one GPU.130 W and the thermal mass to match. CUDA gravity is a portability decision, not just a performance one.
NVIDIA Jetson T40001,200 FP4 TFLOPS, 64 GB, 40–70 WThor architecture inside a mobile power budget — the realistic humanoid module today.Half the memory; large VLA models need deliberate quantization.
NVIDIA Jetson AGX Orin275 TOPS INT8 sparse, 12-core Cortex-A78AE, 2,048-core Ampere GPU, 64 GB, 15–60 WThe installed base. Years of hardened JetPack releases, every ROS 2 and TensorRT recipe already written against it, modules and carriers from a dozen vendors, and an industrial variant rated −40 °C to +85 °C.Ampere-generation: no FP4, no transformer engine, no MIG. Large VLA models fit poorly, and the migration to Thor is a software project, not a socket swap.
Qualcomm Dragonwing IQ1018-core Oryon CPU, 700 TOPS quotedHighest quoted industrial throughput per watt, inheriting IQ8/IQ9 safety heritage.Module datasheets list 350 dense TOPS — read the precision footnote. Ecosystem younger than Jetson.
AMD Ryzen AI X10016 Zen 5 cores, 50 TOPS NPU, 55 W, up to 128 GB unified memoryUnified memory removes host-to-accelerator copies; AMD claims 3× peak FP32 over Jetson T5000.NPU TOPS far below Arm rivals — the GPU carries inference, which complicates power budgeting.

Throughput figures are vendor-published and use different precisions and sparsity assumptions (INT8, FP4, dense vs. sparse). Comparing headline numbers across vendors without normalising precision is the most common error in this tier.

The other tier 04: x86 plus a discrete GPU

Any survey that stops at integrated modules misses the configuration a large share of physical-AI robots actually ship with: an x86 host — a COM Express or NUC-class board built on Intel Core Ultra or AMD Ryzen Embedded — with an NVIDIA RTX GPU on PCIe or an MXM module beside it. It is not the elegant answer, and it is frequently the right one.

The reason is continuity. The policy was trained on x86 with an RTX card; running it on x86 with an RTX card removes cross-compilation, driver divergence, and the entire class of "works on the workstation" defects. VRAM is the other argument: 24 GB on an RTX PRO 4000 Blackwell SFF at 70 W, up to 96 GB on the larger RTX PRO parts, where integrated modules cap at 64 or 128 GB of shared memory. And the GPU is a replaceable part — a robot designed around a PCIe slot or an MXM socket can take next generation's silicon without a mechanical redesign.

The costs are equally concrete. System power lands between 150 W and 400 W, which means active cooling, filtered airflow, and a thermal design that survives vibration. There is no safety island, no lockstep core pair, and no automotive qualification on a workstation GPU — the safety function has to live on a separate controller, which puts you back in tier 01. Host-to-GPU transfers cross PCIe rather than sharing memory. And consumer or professional GPU lifecycles are short next to a ten-year industrial program, which is why embedded MXM vendors sell five-year lifecycle commitments as a headline feature.

Table 5 — x86 + discrete GPU platforms
PartHeadline specCompetitive strengthTrade-off
NVIDIA RTX PRO 4000 Blackwell SFF24 GB GDDR7, 70 W, dual-slot, low-profileThe sweet spot for edge inference: workstation-identical CUDA in a 70 W card that fits an industrial chassis.Still needs a host, a PSU, and airflow. Nothing about it is rated for a moving platform.
NVIDIA RTX PRO Blackwell embedded MXMRTX PRO 500 / 2000 / 4000 / 5000, MXM 3.1 Type B, 82 × 110 mmBuilt for embedded integration — ruggedised modules with multi-year lifecycle commitments from ADLINK, Aetina and ZOTAC.Socket and thermal solution are yours to engineer; module pricing carries an embedded premium.
NVIDIA RTX Ada / A-series MXMRTX 2000 / 3500 / 5000 Ada, A1000–A4500Proven, widely deployed, and cheaper per GB of VRAM than current-generation parts.Previous architectures: no FP4, weaker transformer throughput per watt.
x86 host — Core Ultra / Ryzen EmbeddedCOM Express or NUC-class, PCIe Gen4/5 x8–x16Bit-identical to the development workstation: standard Linux, Docker, ROS 2 binaries, no cross-compilation.No real-time domain and no safety island — determinism and safe-stop move to a separate MCU.

Read this configuration as tier 04 compute plus a mandatory tier 01 companion. The safety and determinism you get for free inside an integrated SoC becomes a second board, a second toolchain, and a second update path.

06. The multi-tier robot

Four tiers, four lifecycles, one machine

Read the tiers as a bill of materials rather than a roadmap and the operational picture becomes clear. A single production robot commonly carries silicon from three tiers; a product family in the field spans all four. Each tier brings its own toolchain, its own artifact format, its own signing story, and its own CVE surface. Nothing about that is exotic — it is simply four parallel software supply chains inside one serial number.

How it happens

Teams discover this at the second deployment, not the first. Nobody decides to build a four-tier system; it accretes, one reasonable decision at a time.

  1. 01 · Prototype

    One dev kit. One toolchain. Flash it at the bench.

  2. 02 · Pilot

    A second board for cameras — now two update paths.

  3. 03 · Production

    A safety-rated controller joins, with its own certified artifact.

  4. 04 · Cost-down

    A cheaper MCU variant ships, and four mechanisms must agree on one version.

There is one convergence worth naming. Across the mid and upper tiers, vendors are integrating the lower tiers back into the die — safety islands, separated real-time subsystems, dedicated Cortex-M or Cortex-R complexes sitting beside the AI engine. Qualcomm's IQ8 ships a physically and electrically separated real-time core cluster; NXP's i.MX 95 pairs its application cores with an M7 and an M33; Renesas puts two Cortex-R8 cores on the RZ/V2H beside its NPU; AMD's P100 argues determinism as a feature of an x86 part. The intent is identical in every case: when the generative model fails or stalls, something with a bounded response time still stops the machine. That does not collapse the tiers into one — it means a single die now contains two of them, each with its own lifecycle.

The hard problem in robotics compute is no longer picking the part. It is keeping four classes of silicon, four artifact types, and one fleet in agreement about what is deployed.

07. What the tiers demand of software

Independent of vendor, the same four capabilities show up on every serious multi-tier program:

  • One artifact model

    Firmware blobs, OS images, containers, and model weights described and versioned the same way, so a robot has one answer to "what are you running".

  • Decoupled update paths

    Shipping a model must not require rebuilding an OS image, and patching a kernel CVE must not invalidate a safety case.

  • Signed, verifiable provenance

    Every artifact signed, every device able to refuse an unsigned one, and an audit trail that satisfies a certification body years later.

  • Cohorts and rollback

    A canary cohort before a fleet-wide release, and a rollback measured in seconds rather than site visits.

None of these are properties of a chip. They are properties of the control plane sitting above the chips.

08. What this means

The four tiers are not a transitional state. They exist because four different constraints — bounded response time, accelerated perception, certified safety, dense reasoning — do not resolve into one piece of silicon, and there is no roadmap on which they will. Heterogeneity is the steady state, and the vendors are confirming it by putting safety islands and real-time complexes back onto their largest dies.

There is one industry that has lived with this profile for decades: automotive. A modern vehicle carries dozens of compute domains across every criticality class, updates over the air, and stays in service for fifteen years. Automotive absorbed that complexity slowly, with fifty years of Tier-1 suppliers, standards bodies, and certification regimes built to carry it. Robotics is inheriting the same profile with none of that scaffolding, from day one, at startup headcount. A twenty-person humanoid company now signs up for an electronics architecture that used to require an OEM.

That is what is being born: a machine category with automotive-grade architecture and datacenter-grade update cadence. Industrial and commercial operators will be the first beneficiaries. They have structured environments, supervised deployments, and customers who pay for uptime rather than novelty. Consumer comes later, and consumer is the point. The industry's obsession with robotics is, underneath, a bet that it becomes the next great consumer platform. The brands that intend to own it are securing their positions now, in the fleets they ship over the next five years.

The teams that win will not be the ones that picked the best module. The parts are documented, supported, and largely interchangeable within a tier. The hard problem moved up a layer, to coordination: keeping four artifact types, four release cadences, and four failure modes in agreement across a fleet that is already in service. That work does not show up on a spec sheet, and it is not optional.

Compute-tier decisions and software-architecture decisions can no longer be made in separate meetings.

Corrections, counterarguments, and figures we got wrong are welcome — the appendix is the page that ages first. Technical detail on managing multi-tier fleets lives at docs.peridio.com.

Appendix A — Cross-tier matrix

The same parts arranged on the axes that decide programs. Read A.1 for the envelope and A.2 for whether you can actually ship it.

Two views · 16 parts

A.1 — Compute and power
Tier16 / 16 parts
STM32H7Tier 01AI throughputNoneCPU + memoryCortex-M7, 480 MHzPower envelope<1 W
ESP32-S3Tier 01AI throughputNoneCPU + memoryDual LX7, 240 MHzPower envelopemW-class, deep sleep µA
i.MX 8M PlusTier 02AI throughput~2.3 TOPSCPU + memory4× A53 + M7Power envelope~5 W
i.MX 95Tier 02AI throughputeIQ Neutron NPUCPU + memory6× A55 + M7 + M33Power envelope~5–10 W
RZ/V2NTier 02AI throughput4 dense / 15 sparse TOPSCPU + memory4× A55 + M33Power envelope~2–5 W class
RZ/V2HTier 02/03AI throughput~8 dense / 80 sparse TOPSCPU + memory4× A55 + 2× R8 + M33Power envelope~10 W class
Dragonwing IQ8Tier 03AI throughput20–40 TOPS denseCPU + memoryOcta-core + RT subsystem, 24 GB LPDDR5XPower envelope~15–25 W
Dragonwing IQ9Tier 03AI throughput100 dense / 200 sparseCPU + memoryOcta-core, 36 GB LPDDR5XPower envelope~25–40 W
Jetson Orin NXTier 03AI throughput157 TOPS INT8 sparseCPU + memory8-core Cortex-A78AE, 16 GBPower envelope10–25 W
Ryzen AI P100Tier 03AI throughput50 TOPS NPUCPU + memory4–12 Zen 5 + RDNA 3.5Power envelope15–54 W
Jetson T4000Tier 04AI throughput1,200 FP4 TFLOPSCPU + memory12-core Neoverse V3AE, 64 GBPower envelope40–70 W
Jetson T5000Tier 04AI throughput2,070 FP4 TFLOPS sparseCPU + memory14-core Neoverse V3AE, 128 GBPower envelopeup to 130 W
Jetson AGX OrinTier 03/04AI throughput275 TOPS INT8 sparseCPU + memory12-core Cortex-A78AE, 64 GBPower envelope15–60 W
x86 + RTX PROTier 04AI throughputGPU-dependent; 24–96 GB VRAMCPU + memoryCore Ultra / Ryzen Embedded host + PCIe or MXM GPUPower envelope150–400 W system
Dragonwing IQ10Tier 04AI throughput700 TOPS quoted / 350 denseCPU + memory18-core OryonPower envelopevendor-dependent
Ryzen AI X100Tier 04AI throughput50 TOPS NPU + RDNA 3.5CPU + memory16 Zen 5, up to 128 GB unifiedPower envelope55 W base (45–120 W configurable); sampling, production Q4 2026

A.2 — Safety, software, and supply
Tier15 / 15 parts
STM32Tier 01Safety + thermalSafety libraries; industrial tempOS and toolchainBare metal, Zephyr, FreeRTOSStated longevity10+ years typical
ESP32-S3Tier 01Safety + thermalConsumer to industrial tempOS and toolchainESP-IDF, ZephyrStated longevityLong, no formal program
i.MX 8M PlusTier 02Safety + thermalIndustrial tempOS and toolchainYocto BSP, mainline-adjacentStated longevity10–15 years
i.MX 95Tier 02Safety + thermalSIL 2 / ASIL B, −40 to +125 °COS and toolchainYocto, Linux, Android; FuSa packStated longevity15 years
RZ/V2NTier 02Safety + thermalIndustrial temp; integrated ISPOS and toolchainLinux (Yocto-based Verified Linux Package), DRP-AI3 toolsStated longevityRenesas longevity program (10+ yrs typical)
RZ/V2HTier 02/03Safety + thermalDual Cortex-R8 real-time domain on dieOS and toolchainLinux (Yocto-based Verified Linux Package), DRP-AI3 toolsStated longevityRenesas longevity program (10+ yrs typical)
Dragonwing IQ8/IQ9Tier 03Safety + thermalSIL-3-capable, ECC; IQ8 −40 to +125 °C, IQ9 −40 to +115 °C (Tj)OS and toolchainQualcomm Linux, Ubuntu, YoctoStated longevity10+ years
Jetson Orin NXTier 03Safety + thermalIndustrial variant available; A78AE coresOS and toolchainJetPack, CUDA, TensorRT, Isaac ROSStated longevityVendor-stated per module
Ryzen AI P100Tier 03Safety + thermalAEC-Q100, industrial tempOS and toolchainStandard x86 Linux, virtualizationStated longevityup to 10 years
Versal AI EdgeTier 03Safety + thermalCertifiable flows availableOS and toolchainVivado / Vitis + FPGA skillsStated longevityLong-life program
Jetson ThorTier 04Safety + thermalMIG isolation for mixed criticalityOS and toolchainJetPack, CUDA, Isaac, GR00TStated longevityVendor-stated per module
Jetson AGX OrinTier 03/04Safety + thermalIndustrial variant −40 to +85 °C; A78AE lockstep-capable coresOS and toolchainJetPack, CUDA, TensorRT, Isaac ROS — the most documented stack in roboticsStated longevityVendor-stated per module
x86 + RTX PROTier 04Safety + thermalNo safety island — needs a companion MCU; active cooling requiredOS and toolchainStandard x86 Linux, CUDA, Docker, ROS 2 binariesStated longevityGPU 3–5 yrs; MXM vendors offer longer
Dragonwing IQ10Tier 04Safety + thermalInherits IQ safety architectureOS and toolchainQualcomm Linux, UbuntuStated longevity10+ years
Ryzen AI X100Tier 04Safety + thermalIndustrial-grade i variantsOS and toolchainROCm, standard x86 LinuxStated longevityup to 10 years

Safety and longevity claims are as published by each vendor and are not equivalent certifications. A "SIL-3-capable" feature set is not a certified system; the evidence package is still yours to assemble.

Appendix B — Sources

Figures verified against vendor publications in July 2026. Silicon roadmaps move quarterly; treat the appendix as the page that ages first.

About this brief

Written by the team at Peridio, which builds the control plane robotics teams use to ship operating systems, containers, models, and signed updates to fleets in the field. Silicon figures are vendor-published; tier brackets are ours. Corrections and counterarguments are welcome.

Changelog

  • July 2026Rev 3.2 — initial publication of the technical brief.
Technical brief cover
Technical brief page 1 preview
Technical brief page 2 preview

Get the PDF

Take the brief with you.

The full Rev 3.2 brief — all five silicon tables, the cross-tier matrix, and the sources appendix — as a designed PDF you can send to your team. Everything on this page, formatted for review and circulation.

Drop your work email and we'll send the PDF over.