<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Moving Parts]]></title><description><![CDATA[Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.]]></description><link>https://www.readmovingparts.com</link><image><url>https://substackcdn.com/image/fetch/$s_!4-7z!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ba3959c-24f9-4413-a884-53c25cdab9fb_1254x1254.png</url><title>Moving Parts</title><link>https://www.readmovingparts.com</link></image><generator>Substack</generator><lastBuildDate>Mon, 17 Aug 2026 21:47:30 GMT</lastBuildDate><atom:link href="https://www.readmovingparts.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Moving Parts]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[movingpartstech@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[movingpartstech@substack.com]]></itunes:email><itunes:name><![CDATA[Moving Parts]]></itunes:name></itunes:owner><itunes:author><![CDATA[Moving Parts]]></itunes:author><googleplay:owner><![CDATA[movingpartstech@substack.com]]></googleplay:owner><googleplay:email><![CDATA[movingpartstech@substack.com]]></googleplay:email><googleplay:author><![CDATA[Moving Parts]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA["Simulation" is not One Thing in Robotics - From Behaviour to Outcome.]]></title><description><![CDATA[Physical AI in Production - Part III (Article 3 of 3 )]]></description><link>https://www.readmovingparts.com/p/simulation-is-not-one-thing-in-robotics</link><guid isPermaLink="false">https://www.readmovingparts.com/p/simulation-is-not-one-thing-in-robotics</guid><dc:creator><![CDATA[Moving Parts]]></dc:creator><pubDate>Sun, 16 Aug 2026 21:09:45 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/175686fc-437b-4ba3-98ed-13faef3552f3_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Robotics is bang in the middle of a real acceleration. Robot learning is picking up speed, with larger real-world datasets, better pre-training capabilities, better policy guidance, and simulation frameworks that can run massive numbers of parallel rollouts.</p><p>The part that gets swept into the broad word - &#8220;simulation&#8221; bothers me, though. It&#8217;s often brought up as important but as a single capability - mostly about simulating robot behaviour. This is a half-truth. Not because simulation isn&#8217;t critical, but that &#8220;simulation&#8221; bundles together multiple jobs that reduce<span> </span><em>different kinds of uncertainty.</em></p><p><strong>Robotic simulation success is not automatically  deployment success:<span> </span></strong>A robotics simulator answers -<span> </span><em><mark data-color="#fff2cc" style="background-color: rgb(255, 242, 204); color: rgb(0, 0, 0);">can the system execute the task?</mark></em><mark data-color="#fff2cc" style="background-color: rgb(255, 242, 204); color: rgb(0, 0, 0);"><span>. </span></mark>Simulation is scalable and safe; it&#8217;s a powerful environment for training, benchmarking, and large-scale data generation.</p><p>However, in simulation, we use abstractions and approximations, and those gaps can  limit how reliably policies transfer from simulation into the real world (<strong>Sim2Real Gap)</strong></p><blockquote><p style="text-align: justify;"><em>What uncertainty are we trying to reduce? What kind of simulation reduces it at a cost and speed that matters for day-to-day operations?</em></p></blockquote><div><hr></div><p>There has been an increased sharing of starting points - open datasets, pre-trained checkpoints, and open-source stacks make robotic workflows more reproducible, and reduce the time and cost of cold starts.</p><p>Open Datasets like Open X&#8209;Embodiment&#8217;s community dataset (1M+ n+ real-robot trajectories across multiple robot embodiments to enable cross-embodiment learning and reuse), and DROID (Distributed Robot Interaction Dataset -  Open-Source Large-Scale Robot Manipulation Dataset with 76K demonstration trajectories and 350h of interaction data across 564 scenes and 86 tasks globally over a year). </p><p> There&#8217;s also LeRobot&#8217;s end-to-end library - vertically integrated open stack tooling across middleware, dataset handling, training, and inference/deployment. Then GPU-native simulation frameworks like Isaac Lab, are making training and evaluation more scalable, i<strong>ntegrating high-fidelity physics<span> </span></strong>and modularly rendering environments</p><blockquote><p>These speed up <strong>how fast you can iterate on<span> </span></strong><em><strong>behaviour learning</strong></em>. But they only tell a part of the story.</p></blockquote><div><hr></div><div class="callout-block" data-callout="true"><h3><strong>Behaviour is not the same as Consequence.</strong></h3><p>Physical AI Simulation needs to include behaviour plus <strong>outcomes</strong> - throughput, yield, safety, availability, and ability to change the system without breaking it.</p></div><p>A robot can pick and place, insert, tighten, spray, route correctly, or drive - and still create the wrong business result if the<span> </span><strong>consequences</strong><span> </span>of its actions are poorly modeled - unstable contact, material damage, thermal drift, process variation, fluid behaviour, gradual wear that accumulates over weeks, or congestion that has a downstream impact.</p><h3><strong>The problem is that these are actually different simulation problems.</strong></h3><p><strong>Robotics simulation</strong><span> </span>(learn behaviour faster): This is what most people are actively discussing in Physical AI simulations today - <em>simulating kinematics and dynamics, contact, sensor streams, and environment interaction</em> - so you can train and test policies at scale. It helps you learn faster, test more variations, and reduces the cost of testing on real hardware.</p><p><strong>Physics and multi-physics simulation</strong><span> </span>(understand and predict consequences): Trying to understand what actually happens to the work and the process - h<em>ow is Stress distributed, how do materials deform, how does temperature change, how does tolerance shift, or how a part&#8217;s properties change under load and heat</em>.... We need models that handle thermodynamics, mechanics, and materials engineering to represent these behaviours.</p><p><strong>Surrogates and reduced-order models</strong><span> </span>(ROMs) (make physics cost-effective and fast enough to use continuously, increase the exploration over the design-space): High-fidelity simulation is often too slow for everyday decision loops. Surrogate models can provide fast, approximate predictions. And when full multi-physics is too computationally heavy, ROMs can meet real-time requirements. Surrogates help not only in <em><strong>validating</strong></em> designs to<span> </span><em><strong>discovering<span> </span></strong></em>better designs through non-intuitive thinking.</p><p><strong>This matters because, as in my previous posts,<span> </span></strong>Physical AI is viable when you can change the system at scale safely and efficiently (cheaply) - so if you can model outcomes and validate changes quickly, you can iterate more safely. If you cannot, every change is expensive and slow to re-qualify - different simulation layers reduce different parts of the cost.</p><div><hr></div><p>Let&#8217;s take the example from my previous post (where we pilot a general-purpose Robot)</p><ul><li><p>6 robots x 16 hours per day x 10 min of human support per robot-hour = 960 minutes of support per day (16 hours/day).</p></li><li><p>Labour Cost is &#163;45/hour, which means &#163;720/day of support or &#163;180,000/year (250 working days). If we can improve policy to cut that time in half, we can save about &#163;90,000/year.</p></li></ul><p><strong>What&#8217;s causing this  need for support time in the first place?</strong></p><p>If it&#8217;s sequencing, edge cases, or poor policy generalisation, then better robot-learning stacks and better robotics simulation reduce it. <span>I</span>f it&#8217;s because of contact instability, deformation, changing friction, thermal drift, or tool&#8211;material interaction, we need multi-physics models to predict what will happen before you let the robot do it at production scale. And if the physics model is too slow to run frequently, we need a surrogate layer so validation is cheap enough to do so continuously rather than once/ad-hoc.</p><div><hr></div><p>Let&#8217;s take another example where small percentages matter:</p><ul><li><p>A production line outputs 20K units/day. Holds/Misses which could be avoided affect just 0.5% - 100 units/day. Direct handling cost is about &#163;10/unit. That&#8217;s &#163;250,000/year over 250 days in direct cost (not including warranty, scrap, brand reputation, etc). In this example, it&#8217;s <strong>not about robotics simulation but modelling the process outcomes</strong> under variability, and doing this fast enough to explore multiple scenarios.</p><div><hr></div></li></ul><p style="text-align: center;">So when I talk to businesses about simulation-led strategies for autonomy - the question I have is - what kind of uncertainties are we trying to reduce, and which simulation jobs do we need to reduce them?</p><p style="text-align: center;"><strong>Usually it&#8217;s a combination of all three.</strong></p><p style="text-align: center;">-</p><p style="text-align: center;">Pallavi Chari, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Moving Parts&quot;,&quot;id&quot;:539903992,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;uuid&quot;:&quot;93540d43-b897-48e3-b0df-ee9246fd886e&quot;}" data-component-name="MentionToDOM"></span> | <a href="https://www.linkedin.com/in/pallavichari/">Linkedin</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!UMb6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!UMb6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!UMb6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg" width="146" height="195.96878483835005" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1204,&quot;width&quot;:897,&quot;resizeWidth&quot;:146,&quot;bytes&quot;:179651,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.readmovingparts.com/i/211468639?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F64b79a31-9fc6-403f-b7dd-5e5a80aeb21a_897x1204.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!UMb6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!UMb6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40a652a3-2337-4bbd-9862-829598f43163_897x1204.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><div><hr></div><ul><li><p><sub>Physical AI in Production Part I</sub></p><p></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;1c258629-4072-4948-aca9-165d1a037c97&quot;,&quot;caption&quot;:&quot;I&#8217;ve been getting into a lot of discussions on Physical AI deployments, and the discussion on ROI is almost always &#8220;the Capex is the bottleneck &#8211; the robots, the sensors, the compute&#8230;&#8221;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Physical AI ROI question isn&#8217;t the cost of the robot - it&#8217;s the cost of the next update.&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:539903992,&quot;name&quot;:&quot;Moving Parts&quot;,&quot;bio&quot;:&quot;Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-08-16T19:38:20.818Z&quot;,&quot;cover_image&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/20bb6c68-7e45-4cbc-8d77-7c75a266ef81_1672x941.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.readmovingparts.com/p/the-physical-ai-roi-question-isnt&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:211455050,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:10538666,&quot;publication_name&quot;:&quot;Moving Parts&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!WCK3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div></li><li><p>Physical AI in Production Part II</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;e1b135ef-2c6f-4490-843f-23c647be9886&quot;,&quot;caption&quot;:&quot;In my last post, I wrote about the economics of Physical AI - specifically the cost of safe change. The next question is the obvious one - where should we actually start?&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Are we starting Physical AI in the wrong quadrant &quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:539903992,&quot;name&quot;:&quot;Moving Parts&quot;,&quot;bio&quot;:&quot;Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-08-16T20:37:31.264Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!axE2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.readmovingparts.com/p/are-we-starting-physical-ai-in-the&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:211466341,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:10538666,&quot;publication_name&quot;:&quot;Moving Parts&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!WCK3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div></li></ul>]]></content:encoded></item><item><title><![CDATA[Are we starting Physical AI in the wrong quadrant ]]></title><description><![CDATA[Physical AI in Production - Part II (Article 2 of 3 )]]></description><link>https://www.readmovingparts.com/p/are-we-starting-physical-ai-in-the</link><guid isPermaLink="false">https://www.readmovingparts.com/p/are-we-starting-physical-ai-in-the</guid><dc:creator><![CDATA[Moving Parts]]></dc:creator><pubDate>Sun, 16 Aug 2026 20:37:31 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!axE2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In my<span> </span><strong><a href="https://substack.com/@movingpartstech/note/p-211455050?utm_source=notes-share-action&amp;r=8xg0l4"><span data-color="#1155cc" style="color: rgb(17, 85, 204);">last post</span></a><span data-color="#1155cc" style="color: rgb(17, 85, 204);">,</span></strong><span> </span>I wrote about the economics of Physical AI - specifically the cost of safe change. The next question is the obvious one -<span> </span><em><strong><mark data-color="#fce5cd" style="background-color: rgb(252, 229, 205); color: rgb(0, 0, 0);">where should we actually start?</mark></strong></em></p><p>This is the question emerging tech gets stuck on. Folks seem to fall into one of these traps - either go straight for the most futuristic use case in the room that makes for the most obvious demo, or start so narrow that it never teaches us very much.</p><p>I don&#8217;t think either is a great filter.</p><p><strong>A better set of questions is:</strong></p><ul><li><p>What business outcome are we trying to achieve first (fix operational pain, unlock capacity, improve reliability, build future capability)</p></li><li><p>Where does autonomy improve a real bottleneck, and where will it learn fast enough to get better quickly?</p></li></ul><p>This feels like a better place to start because, let&#8217;s be honest, plenty of the use cases we see in this area are technically very impressive. Far fewer are good first bets.</p><div><hr></div><p><strong>And because I love theories, here&#8217;re three more:</strong></p><ol><li><p><strong><a href="https://www.leanproduction.com/theory-of-constraints/"><span data-color="#1155cc" style="color: rgb(17, 85, 204);">Theory of Constraints</span></a></strong>: Value comes from improving the system bottleneck</p></li><li><p><strong><a href="https://www.ebsco.com/research-starters/education/learning-curve-theory"><span data-color="#1155cc" style="color: rgb(17, 85, 204);">Learning curves</span></a></strong>: Some systems improve quickly because they generate a lot of repetitions and experience.<span> </span><em>An article I really liked related to Physical AI is<span> </span><strong><a href="https://www.forbes.com/councils/forbestechcouncil/2026/03/12/physical-ais-real-constraint-isnt-technology-its-capital-discipline/"><span data-color="#1155cc" style="color: rgb(17, 85, 204);">here</span></a></strong></em></p></li><li><p><strong><a href="https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/the-real-power-of-real-options#/"><span data-color="#1155cc" style="color: rgb(17, 85, 204);">Real options</span></a></strong><span data-color="#1155cc" style="color: rgb(17, 85, 204);">:</span> The<span> </span><strong>first move matters</strong><span> </span>in part because of the<span> </span><strong>second move</strong><span> </span>it unlocks<span> </span><em>(in high uncertainty, some deployments are valuable because they expand what we can do later)</em></p></li></ol><h4>The questions to ask of any Physical AI use case:</h4><ol><li><p>Does it improve a real business problem?</p></li><li><p>Will it generate enough decisions, repetitions, and failures to improve quickly?</p></li><li><p>Is this strategically important to be relevant in the future?</p></li></ol><p>Let&#8217;s put these theories together for thinking about practical ways to start:<span> </span><strong>By quadrant.</strong></p><div><hr></div><h4>My attempt at a Physical AI Economic Flywheel:</h4><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!axE2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!axE2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!axE2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!axE2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!axE2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!axE2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:187891,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.readmovingparts.com/i/211466341?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!axE2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!axE2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!axE2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!axE2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><ul><li><p>Horizontal axis: Learning Velocity (will this use case generate enough repetitions of decisions and feedback to learn quickly)</p></li><li><p>Vertical axis: Operating Leverage (does it improve a real business problem)</p></li></ul><blockquote><p><em>Some deployments are in the top right &#8211; they solve a real problem today and learn fast. Some are strategically important but slower to learn. Some learn quickly but don&#8217;t yet move enough  of the economics today, and some are still exploratory or early engineering efforts.</em></p></blockquote><div><hr></div><p><strong>ECONOMIC FLYWHEEL (Top right):</strong></p><p><strong>Example 1 -<span> </span></strong>Warehouse flow orchestration. This is one of the clearest top-right examples I can think of. Don&#8217;t just think free-roaming robotics. I mean the decision layer around flow: task priorities, dispatch rules, congestion policies, exception routing, zone behaviour under peak conditions. It sits on top of a very real bottleneck: flow through the site. And because it generates a huge number of decisions very quickly, it learns fast.</p><div class="callout-block" data-callout="true"><p><em>Napkin Calculation:</em></p><p><em>A site has 30 interventions a day. At 7 minutes each, that&#8217;s 210 minutes, or 3.5 hours a day. At &#163;45 an hour of loaded labour cost, that&#8217;s about &#163;39,000 a year.</em></p><p><em>Now we add the expensive parts (details in my previous blog): 10 gridlock events a year, each causing 2 hours of disruption at &#163;2,000 an hour in overtime, missed cutoffs, and rescheduling. That&#8217;s another &#163;40,000 a year.</em></p><p><em>So, if better orchestration removes 3 gridlock events + reduces interventions by 10%, we are already into ROI. And because the system is making decisions all day, the learning cycle is quick.</em></p></div><p><strong>Example 2<span> </span></strong>- Reduction in fleet intervention - target metric = interventions per 1,000 miles.</p><div class="callout-block" data-callout="true"><p><em>We have 10,000 vehicles driving 15,000 miles/year each = 150 million miles a year. At an intervention rate of 0.5 per 1,000 miles, we&#8217;re looking at 75,000 interventions a year. If each costs &#163;50 (people time, review, handling), that&#8217;s &#163;3.75 million a year. A 10% reduction is &#163;375,000</em></p></div><p>The other reason this sits in the top-right is that it doesn&#8217;t just save money today. <strong>It teaches quickly. </strong>Every intervention tells us about edge cases, rollout behaviour, and where the next autonomy fix could be (Real-Options) - we are not just buying today&#8217;s savings, but a better next move.</p><div><hr></div><p><strong>CAPABILITY BUILDERS (Bottom Right):<span> </span></strong>This is where Frontier use cases like general-purpose robotics, humanoids, and open-ended manipulation sit today. They often learn quickly, but short-term operating value is still emerging. Their early value will show up in metrics like human-assist time per task, number of validated tasks completed, recovery time post failure, rate of unknown errors, etc.</p><blockquote><p>One push back often is &#8211; &#8220;<strong>humanoids are too slow.&#8221;</strong><span> </span>That may well be true today for many tasks, but it&#8217;s really not the metric that matters<span> </span><strong>&#8211;<span> </span></strong>it&#8217;s what the economics looks like over time for the<span> </span><strong>whole system</strong><span> </span>before and after autonomy &#8211;<span> </span><em><strong>does the deployed system require less and less human intervention over time, and is the range of tasks that run with limited assistance expanding?</strong></em></p></blockquote><ul><li><p><em>If we pilot 5-6 humanoids working alongside people (logistics/manufacturing), Early deployments will need some human assistance &#8211; resets, teleoperation, recovery, etc.</em></p></li><li><p><em>Each robot operates 16 hours a day and needs 10 minutes of human assist/hour &#8211; 6 x16hours x 10 min = 960 minutes (16 hours) of human support. At $50 an hour, that&#8217;s $800/day or $200K/year.</em></p></li><li><p><em>Now the learning curve (accelerator use) starts to cut time &#8211; reducing interventions to half over 12 months &#8211; that reduces assist cost to $100K, while the robot is learning even more tasks, needing fewer interventions</em></p></li></ul><p>The important point is not that they&#8217;re slower today; it&#8217;s that the learning loop is improving the system every month &#8211; and once it&#8217;s reliable in one task, it can take on even more &#8211; moving from bottom right of the flywheel to the top right.</p><p>These deployments matter because they show us what machines will eventually be able to do. They create OPTIONS. We need to start working on them now to stay competitive later.</p><p>But their path to the economic flywheel (top right) depends on learning acceleration (data, simulation, pre- trained models&#8230;) and integrating this autonomy into operational workflows (MES/SCADA, WMS, CRM) and orchestratability.</p><h3><strong>The third factor: Marginal Validation Cost (MVC)</strong></h3><p>The other factor on the chart (apart from solving a real problem now, and learning fast) that will determine scale is the cost of Marginal Validation that I talked about in my previous post &#8211; all systems need updates, new models, new policies, new behaviours &#8211; if each change is expensive to validate and deploy, improvement slows down. But when the MVC declines (better simulation coverage, system design, rollout/rollback discipline), the business case accelerates &#8211; the system is faster, cheaper to operate, and can transfer across sites/lines.</p><blockquote><p><strong>So the most interesting question now is not just where the use case sits today - It&#8217;s what is moving it right or up. A use case is not static. It moves.</strong></p></blockquote><p>This is where some of the latest developments are so interesting.</p><ul><li><p>Open robot datasets, synthetic data techniques, pretrained robot models, and better workflow tooling all move use cases to the right. They increase learning velocity.</p></li><li><p>Orchestration layers, workflow coordination, interoperability across heterogeneous robots, and better integration into the actual operation move use cases up. They increase operating ability.</p></li></ul><p>So going back to the question at the beginning: If I were choosing where to start, I would look for one use case that clearly sits in the top-right today, and one that sits nearby as a strategic option, where the learning matters even if the first-year ROI is different.</p><p>I&#8217;m looking for more inputs to plot. If you&#8217;ve got use cases you&#8217;re considering, I&#8217;d love to hear about where you&#8217;d place them on this quadrant and what you think will move them out and/or up.</p><p style="text-align: center;">-</p><p style="text-align: center;">Pallavi Chari, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Moving Parts&quot;,&quot;id&quot;:539903992,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;uuid&quot;:&quot;93540d43-b897-48e3-b0df-ee9246fd886e&quot;}" data-component-name="MentionToDOM"></span> | <a href="https://www.linkedin.com/in/pallavichari/">Linkedin</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1GjY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1GjY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1GjY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg" width="152" height="204.02229654403567" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1204,&quot;width&quot;:897,&quot;resizeWidth&quot;:152,&quot;bytes&quot;:192040,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.readmovingparts.com/i/211466341?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!1GjY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1GjY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1f551644-018d-4520-abca-a935197ce8e0_897x1204.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p style="text-align: center;"></p><div><hr></div><ul><li><p><sub>Physical AI in Production Part I</sub></p></li></ul><div class="embedded-post-wrap" data-attrs="{&quot;id&quot;:211455050,&quot;url&quot;:&quot;https://www.readmovingparts.com/p/the-physical-ai-roi-question-isnt&quot;,&quot;publication_id&quot;:10538666,&quot;embedding_publication_id&quot;:10538666,&quot;publication_name&quot;:&quot;Moving Parts&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!WCK3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;title&quot;:&quot;The Physical AI ROI question isn&#8217;t the cost of the robot - it&#8217;s the cost of the next update.&quot;,&quot;truncated_body_text&quot;:&quot;I&#8217;ve been getting into a lot of discussions on Physical AI deployments, and the discussion on ROI is almost always &#8220;the Capex is the bottleneck &#8211; the robots, the sensors, the compute&#8230;&#8221;&quot;,&quot;date&quot;:&quot;2026-08-16T19:38:20.818Z&quot;,&quot;like_count&quot;:0,&quot;comment_count&quot;:0,&quot;bylines&quot;:[{&quot;id&quot;:539903992,&quot;name&quot;:&quot;Moving Parts&quot;,&quot;handle&quot;:&quot;movingpartstech&quot;,&quot;previous_name&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;bio&quot;:&quot;Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.&quot;,&quot;profile_set_up_at&quot;:&quot;2026-08-16T16:21:18.416Z&quot;,&quot;reader_installed_at&quot;:&quot;2026-08-16T16:21:17.313Z&quot;,&quot;publicationUsers&quot;:[{&quot;id&quot;:10822829,&quot;user_id&quot;:539903992,&quot;publication_id&quot;:10538666,&quot;role&quot;:&quot;admin&quot;,&quot;public&quot;:true,&quot;is_primary&quot;:true,&quot;publication&quot;:{&quot;id&quot;:10538666,&quot;name&quot;:&quot;Moving Parts&quot;,&quot;subdomain&quot;:&quot;movingpartstech&quot;,&quot;custom_domain&quot;:&quot;www.readmovingparts.com&quot;,&quot;custom_domain_optional&quot;:false,&quot;hero_text&quot;:&quot;Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.&quot;,&quot;logo_url&quot;:null,&quot;author_id&quot;:539903992,&quot;primary_user_id&quot;:539903992,&quot;theme_var_background_pop&quot;:&quot;#FF6719&quot;,&quot;created_at&quot;:&quot;2026-08-16T17:36:57.947Z&quot;,&quot;email_from_name&quot;:null,&quot;copyright&quot;:&quot;Moving Parts&quot;,&quot;founding_plan_name&quot;:null,&quot;community_enabled&quot;:true,&quot;invite_only&quot;:false,&quot;payments_state&quot;:&quot;disabled&quot;,&quot;language&quot;:null,&quot;explicit&quot;:false,&quot;homepage_type&quot;:&quot;profile&quot;,&quot;is_personal_mode&quot;:true,&quot;logo_url_wide&quot;:null}}],&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null,&quot;status&quot;:{&quot;bestsellerTier&quot;:null,&quot;subscriberTier&quot;:null,&quot;leaderboard&quot;:null,&quot;vip&quot;:false,&quot;badge&quot;:null,&quot;subscriber&quot;:null}}],&quot;utm_campaign&quot;:null,&quot;belowTheFold&quot;:true,&quot;type&quot;:&quot;newsletter&quot;,&quot;language&quot;:&quot;en&quot;,&quot;source&quot;:null}" data-component-name="EmbeddedPostToDOM"><a class="embedded-post" native="true" href="https://www.readmovingparts.com/p/the-physical-ai-roi-question-isnt?utm_source=substack&amp;utm_campaign=post_embed&amp;utm_medium=web&amp;embedding_publication_id=10538666"><div class="embedded-post-header"><img class="embedded-post-publication-logo" src="https://substackcdn.com/image/fetch/$s_!WCK3!,w_56,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png" loading="lazy"><span class="embedded-post-publication-name">Moving Parts</span></div><div class="embedded-post-title-wrapper"><div class="embedded-post-title">The Physical AI ROI question isn&#8217;t the cost of the robot - it&#8217;s the cost of the next update.</div></div><div class="embedded-post-body">I&#8217;ve been getting into a lot of discussions on Physical AI deployments, and the discussion on ROI is almost always &#8220;the Capex is the bottleneck &#8211; the robots, the sensors, the compute&#8230;</div><div class="embedded-post-cta-wrapper"><span class="embedded-post-cta">Read more</span></div><div class="embedded-post-meta">a day ago &#183; Moving Parts</div></a></div><ul><li><p><sup>Physical AI in Production - Part III </sup></p></li></ul>]]></content:encoded></item><item><title><![CDATA[The Physical AI ROI question isn’t the cost of the robot - it’s the cost of the next update.]]></title><description><![CDATA[I&#8217;ve been getting into a lot of discussions on Physical AI deployments and the discussion on ROI is almost always &#8220;the Capex is the bottleneck &#8211; the robots, the sensors, the compute&#8230;&#8221;]]></description><link>https://www.readmovingparts.com/p/the-physical-ai-roi-question-isnt</link><guid isPermaLink="false">https://www.readmovingparts.com/p/the-physical-ai-roi-question-isnt</guid><dc:creator><![CDATA[Moving Parts]]></dc:creator><pubDate>Sun, 16 Aug 2026 19:38:20 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/20bb6c68-7e45-4cbc-8d77-7c75a266ef81_1672x941.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;ve been getting into a lot of discussions on Physical AI deployments, and the discussion on ROI is almost always &#8220;t<em>he Capex is the bottleneck &#8211; the robots, the sensors, the compute&#8230;</em>&#8221;</p><p>This has been the reasonable mental model of<span> </span><strong>classic automation</strong><span> </span>so far: We buy/install the thing, we validate/test it, run it for many years, cost is amortized, and savings are consistent over time.</p><p>But the more time I&#8217;ve been spending looking at Physical AI pilots and deployments across industries, be it automotive, manufacturing, or warehousing - <strong>Physical AI is not a one-off asset.</strong></p><div class="preformatted-block" data-component-name="PreformattedTextBlockToDOM"><label class="hide-text" contenteditable="false">Text within this block will maintain its original spacing when published</label><pre class="text"><strong><mark data-color="#d9ead3" style="background-color: rgb(217, 234, 211); color: rgb(0, 0, 0);">It is a system that keeps changing - and its economics are defined by the cost of changing it safely.</mark></strong></pre></div><p>So I spent last weekend dusting off the cobwebs of my economics degree, and found 3 theories that resonated with me:</p><ol><li><p>Good Old<span> </span><strong>Transaction Cost Economics</strong><span> </span>(<em><a href="https://www.sciencedirect.com/topics/social-sciences/transaction-costs-theory">The Nature of the Firm, Ronald Coase</a>)</em><span> </span>which discusses the cost of coordinating and proving change &#8211; This theory is actually well written about in the context of AI and AI Agents (<em>one I really enjoyed reading was this perspective on the <a href="https://www.linkedin.com/pulse/impact-ai-agentic-transaction-costs-mro-supply-chains-isak-marais-u5hmf/">impact of AI and Agentic AI on MRO</a>s -<span> )</span></em></p></li></ol><p>But there are a couple of<span> </span><em><strong>other</strong></em><span> </span>theories which I think we should also pay attention to:</p><ol start="2"><li><p><strong>O-Ring Theory </strong><em>(Kremer) </em> - <a href="https://en.wikipedia.org/wiki/O-ring_theory_of_economic_development">Butterfly effect</a> of the weakest link, or one failure mode can wipe out lots of gains</p></li><li><p><strong><a href="https://www.researchgate.net/publication/366956075_The_power_of_modularity_today_20_years_of_Design_Rules">The Power of Modularity</a></strong> <em>(Baldwin &amp; Clark)</em> &#8211; can we structure the system so change doesn&#8217;t require proving everything again and again</p></li></ol><p>So I&#8217;m spending some time on how these work with Physical AI deployments:</p><p>There&#8217;s a common pattern across industries - </p><blockquote><p><strong>the Steady state is fine , The messy days are expensive. Messy days happen more often than we want them to.</strong></p></blockquote><p><em>For example, warehouses have peak and congestion spirals&#8230;manufacturing cells will work great till a part tolerance shifts, and then line stops multiply&#8230;a driver assist system is great till a rare edge case triggers a really expensive intervention loop&#8230; and so on.</em></p><p>Bottom line -  Physical AI has a great value proposition, because it targets the &#8220;messy middle&#8221; - fewer interventions, fewer stops, faster recovery, less babysitting the system and more consistency in changeable conditions -</p><p>However, I think a lot of us are using the<span> </span><strong>wrong ROI framework</strong><span> </span>to evaluate it - because we treat it like classical automation<mark data-color="#d0e0e3" style="background-color: rgb(208, 224, 227); color: rgb(0, 0, 0);"> (</mark><em><mark data-color="#d0e0e3" style="background-color: rgb(208, 224, 227); color: rgb(0, 0, 0);">capex + integration = stable savings).</mark></em></p><blockquote><p>Physical AI deployments want repeated updates &#8211; because the world changes, the system learns new patterns, we discover new edge cases, policies get updated, roll-outs happen in stages &#8211; and now we see Coase smile as<span> </span><strong>Transaction Cost</strong>s come into play</p></blockquote><p>Coase&#8217;s point is that the actual cost isn&#8217;t just producing output  - it&#8217;s the cost of coordinating, monitoring, and enforcing how things are done. In Physical AI, every update carries overhead. We need evidence that it improves something, proof  that it hasn't broken something else, a controlled rollout, we need to monitor it once it hits the real world, and we need a way back if it goes wrong. Unlike a software feature update, some of those failures have physical consequences.</p><div class="callout-block" data-callout="true"><p>So we need a new line item in the business case &#8211; the<span> </span><strong>cost of safe change<span> </span>(Marginal Cost of Change x per update x times the number of updates you expect)</strong></p></div><p>Now let&#8217;s talk about the<strong><span> </span>O-Ring theory</strong><span> </span>&#8211; which says that value isn&#8217;t always compounding in a system &#8211; it can be unstable because an operation is tightly coupled and one rare failure mode can wipe out a lot of gains seen from implementing the system</p><p>If we only measure averages (&#8220;throughput rose 3%&#8221;), we miss the edge economics (&#8220;one terrible day wiped it out&#8221;).</p><p>Take <strong>automotive fleets and ADAS systems:</strong> We can have ROI conversations based on sensors and compute needs, <strong>but the actual day-to-day cost is in interventions on bad days </strong>(remote support, investigations, customer handling, safety driver actions)</p><div class="callout-block" data-callout="true"><p><em><strong>Napkin calculation</strong><span> </span></em>- If we have 10,000 vehicles, each driving 15,000 miles a year &#8211; we&#8217;re looking at 150M miles annually. If intervention needs are about 1, or even 0.5/1000 miles &#8211; that&#8217;s about 75,000 interventions a year.</p><p>Now we try to quantify this &#8211; &#163;50 per intervention &#8211; that&#8217;s about &#163;3.75M a year. A 10% decrease is about $375K/year &#8211; decent savings.</p><p>Now let&#8217;s O-Ring this &#8211; we do an update, and it increases a rare but high-severity event category &#8211; we can lose that &#163;375K quickly &#8211; and it&#8217;s not just direct cost; there are costs to rollbacks, investigations, remediation...</p></div><p>So the economics is actually about</p><blockquote><p><strong>what it costs to prove an update is safe, how well can we detect problems and how quickly we can roll back once we see them.</strong></p></blockquote><p>Which leads to theory three -<strong> Modularity.</strong></p><div class="callout-block" data-callout="true"><p>Take a robotic cell which does machine kitting (with human intervention when it gets confused). The real cost of this autonomous operation<span> </span><em><strong>isn&#8217;t</strong></em><span> </span>the robot's average speed &#8211; <em>it&#8217;s the stops and recoveries.</em></p><p>If this cell loses 30 minutes a day because of minor stoppages &#8211; at about &#163;200/minute of downtime, that&#8217;s &#163;6000 a day or &#163;150K a year</p><p>If we reduce this by 15% by putting guardrails for autonomy - that&#8217;s about 4.5 minutes a day at &#163;200 = &#163;900 a day, or about &#163;225K of savings (about 250 working days) a year!</p><p>Sounds awesome - but the catch is that if each improvement (or expansion to a new site) needs a week of bespoke revalidation because we can&#8217;t figure out what changed and reprove it,<span> </span><strong>Marginal Validation Cost will eat up that &#163;225K</strong></p></div><p>And here is where we need to work with modularity economics -</p><blockquote><p><strong>A system gets cheaper to improve when you can change one part without having to re-prove the entire system.</strong></p></blockquote><p>In the manufacturing example, this will mean defining and maintaining clear safety controls, defining what stays stable vs. what can be changed, and automatically logging the right evidence to replay and compare. Without this, every update is basically a mini re-commissioning project, and we don&#8217;t drop the marginal cost of validation over time.</p><p>Another example of the O-Ring Theory is in warehousing where there is a tightly coupled flow - a jam in one zone can create knock-on delays, a bad dispatch instruction can starve the belt, a bad decision can cause gridlocks&#8230;</p><div class="callout-block" data-callout="true"><p><em><strong>Napkin Calculation</strong> - I</em>f we price this as 30 interventions needed per day at a warehouse site, each about 7 minutes &#8211; that&#8217;s 210 minutes or about 3.5 hours a day or about &#163;39,375 direct intervention cost (at &#163;45 an hour for 250 working days).</p><p>If this warehouse also has 10 major gridlock events a year, each causing a couple of hours of disruption (say &#163; 2,000/hour in overtime, missed deadlines, rescheduling) = 10 x 2 x 2,000 - &#163;40,000 a year.</p><p>We put in place a change to reduce interventions by 20% - that&#8217;s a saving of 20% x &#163; 39,375 = &#163; 7,875 of savings</p><p>But this change increases gridlocks by 2/year &#8211; that is 2x2x&#163;2000 = &#163;8000/year, wiping out the gains &#8211; so a change that can improve an average can still be negative overall.</p></div><p><strong>So is it not worth it?</strong></p><p>Physical AI benefits are absolutely real<span> </span><em>(and I&#8217;m still on this thought train so stay with me a few more days)<span> </span></em>&#8211; we need to call out the right ROI model &#8211;</p><blockquote><p><strong><span data-color="#ff0000" style="color: rgb(255, 0, 0);">weak-links</span> decide outcomes + <span data-color="#38761d" style="color: rgb(56, 118, 29);">repeatability </span>is the driver of the business case.<span> </span>Make safe change cheaper over time, and stop changes from touching everything &#8211; this way we reduce the surprise spend category</strong></p></blockquote><p></p><p>The business case for Physical AI is basically<strong><span> </span>- &#8220;Do we have a credible plan to make the next update safer and cheaper than the last?&#8221;</strong></p><p style="text-align: center;">-</p><p style="text-align: center;">Pallavi Chari, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Moving Parts&quot;,&quot;id&quot;:539903992,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;uuid&quot;:&quot;93540d43-b897-48e3-b0df-ee9246fd886e&quot;}" data-component-name="MentionToDOM"></span> | <a href="https://www.linkedin.com/in/pallavichari/">(Linkedin)</a></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ueTf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ueTf!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ueTf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg" width="138" height="185.23076923076923" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1204,&quot;width&quot;:897,&quot;resizeWidth&quot;:138,&quot;bytes&quot;:192040,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.readmovingparts.com/i/211455050?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ueTf!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ueTf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd4307e6c-9764-4e4e-84b5-7b1e0d101751_897x1204.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p style="text-align: center;"></p><div><hr></div><p><sub>Next Read in the Series: Physical AI in Production - Part II (Article 2 of 3 )</sub></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;c66abd07-80cf-455c-b4b8-321d53dbd6f9&quot;,&quot;caption&quot;:&quot;In my last post, I wrote about the economics of Physical AI - specifically the cost of safe change. The next question is the obvious one - where should we actually start?&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Are we starting Physical AI in the wrong quadrant &quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:539903992,&quot;name&quot;:&quot;Moving Parts&quot;,&quot;bio&quot;:&quot;Emerging technologies, the products and operating models they enable, and how they reshape the physical and industrial world.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-08-16T20:37:31.264Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!axE2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F139f37b4-8116-451e-92a9-b183ec976462_1280x720.jpeg&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.readmovingparts.com/p/are-we-starting-physical-ai-in-the&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:211466341,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:10538666,&quot;publication_name&quot;:&quot;Moving Parts&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!WCK3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9752df7d-2ef5-4d8f-b5a4-31fb4e83440f_1254x1254.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div>]]></content:encoded></item></channel></rss>