<?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[Loadbearing Tech]]></title><description><![CDATA[The engineering of AI adoption. 

Strategy and analysis for the people deploying it in the real world. Insights from 10+ shipping in emerging technology to millions of people at startups and FAANG.]]></description><link>https://www.loadbearingtech.com</link><image><url>https://substackcdn.com/image/fetch/$s_!qEtw!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa817eb68-8374-4c23-973c-c17d248d778b_982x982.png</url><title>Loadbearing Tech</title><link>https://www.loadbearingtech.com</link></image><generator>Substack</generator><lastBuildDate>Tue, 28 Jul 2026 22:42:36 GMT</lastBuildDate><atom:link href="https://www.loadbearingtech.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Kamila Selig]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[loadbearingtech@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[loadbearingtech@substack.com]]></itunes:email><itunes:name><![CDATA[Kamila Selig | AI @ Big Tech]]></itunes:name></itunes:owner><itunes:author><![CDATA[Kamila Selig | AI @ Big Tech]]></itunes:author><googleplay:owner><![CDATA[loadbearingtech@substack.com]]></googleplay:owner><googleplay:email><![CDATA[loadbearingtech@substack.com]]></googleplay:email><googleplay:author><![CDATA[Kamila Selig | AI @ Big Tech]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Most "self-improving" AI agents don't actually improve]]></title><description><![CDATA[Out of 9 running in production, only 2 had a key element: verifier grounded in the real world]]></description><link>https://www.loadbearingtech.com/p/self-improving-agent-loops-verifier</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/self-improving-agent-loops-verifier</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Wed, 22 Jul 2026 20:03:04 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f8048df0-a8c2-421f-a92e-e2641b4aca28_2064x1212.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p>Exec summary</p><ul><li><p>Despite the hype, public examples of true self-improving loops are few and far between.</p></li><li><p>A self-improving loop is only as good as its verifier, and a verifier is only as good as the real-world data grounding it.</p></li><li><p>Building verifiers is hard, slow, and complicated, and where most of the competitive opportunity is today. Most AI engineering is trying to side-step them.</p></li><li><p>Before you sponsor a project that builds one, align the resources: (1) what real-world data grounds the verifier? (2) who provides expert feedback on failures and what does that cost?</p></li></ul></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.loadbearingtech.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.loadbearingtech.com/subscribe?"><span>Subscribe now</span></a></p><p><span>Loops are having a moment. The poor souls who take it upon themselves to be their organization&#8217;s Most Plugged-In AI Person were in for a treat over the last few weeks: Boris Cherny, (creator of Claude Code), shared his </span><a href="https://claude.ai/code/artifact/bfdfaef9-bc62-4dfe-ba9e-c58a26c9accf"><span>Steps of AI Adoption</span></a><span>, a de facto blueprint of what it takes to move past the bottlenecks in automating work; co-founder of Arize AI Aparna </span>Dhinakaran<span> </span><a href="https://x.com/aparnadhinak/status/2073492320159510869"><span>broke down the theory of loops</span></a><span>. </span>Gergely Orosz of The Pragmatic Engineer<span> quickly followed with a piece </span><a href="https://newsletter.pragmaticengineer.com/p/what-is-loop-engineering?utm_source=loadbearingtechsubstack"><span>rightfully dispelling some of the hype</span></a><span>.</span></p><p><span>No doubt many organizations are experimenting with self-improvement. But if you look for documented cases of self-improving loops </span><strong><span>in production</span></strong><span>, the list gets short quickly; among 9 use cases I found and looked into, only two disclose enough to verifiably call the loop &#8220;self-improving&#8221;.</span></p><h2><strong><span>Verifier is key</span></strong></h2><p><span>In its simplest form, a loop has three components:</span></p><ol><li><p><span>The execution loop, which is whatever the automation actually does; say, monitors the bug queue and fixes them;</span></p></li><li><p>The verifier - checks the output of the execution loop against some standard you established (if in your mind verifier is served well by golden-data-evals alone - please read along);</p></li><li><p>Feedback - if the verifier flags an issue with the execution loop, the context of the issue is fed back into the execution loops for another spin.</p></li></ol><p><span>And it&#8217;s in the verifier the real bottleneck of &#8220;self-improving&#8221; lives.</span></p><h2>Why verifiers are expensive and difficult</h2><p>Verifier, despite what seems to be an increasing trend in the industry, must be grounded in a steady trickle of real-world data; if it isn&#8217;t, it can (and will) optimize in a random direction. </p><p>For deploying code, this &#8220;steady stream of real-world data&#8221; is relatively straightforward, even if it requires some creative stitching: tests can pass or fail, production telemetry can catch anomalies, code history can be audited, A/B tests can run, and user feedback and bugs queue can be monitored.  </p><p>As you move further outside of code and into knowledge work, figuring out the &#8220;steady trickle of real-world data&#8221; needs some creativity.</p><p>This need for creativity is why I like to see how various businesses have tackled the problem, but evidence on in-production loops is pretty thin. Kudos to the folks behind the two examples I break down below: <a href="https://replit.com/blog/evaluating-and-improving-agent-at-scale">Replit&#8217;s product development agent</a> and Tax AI agent, built by OpenAI&#8217;s FDEs (<em>PS. are FDEs a <a href="https://loadbearingtech.substack.com/p/the-more-capable-the-agent-the-more?utm_source=loopspost">revival of 2010s implementation consulting?</a></em>). </p><h2><strong>Agent drafts, human ships: current state of self-improving loops</strong></h2><p><a href="https://replit.com/blog/evaluating-and-improving-agent-at-scale"><span>Exhibit</span></a><span> 1. Replit&#8217;s self-improving coding agent</span></p><p><span>The use case for Replit&#8217;s agent is straightforward: identify product issues, write the code and submit the build. From here, verifier takes over, including Replit&#8217;s benchmark built specifically for vibe-coding: it simulates the app and user&#8217;s clicks within it; if passed, the proposed change runs through A/B testing, and results are sent to a human for review to ship, iterate, or drop. </span></p><p><span>For me, an even more interesting element of Replit&#8217;s loop is Telescope - their proprietary traces clustering tool</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a><span>, which allows to analyze traces at scale without unnecessarily exposing user data to random eyeballs. </span><a href="https://arxiv.org/pdf/2412.13678"><span>Plus, it looks cool.</span></a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!CfSb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!CfSb!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 424w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 848w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 1272w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!CfSb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png" width="1456" height="490" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:490,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:106383,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/207211263?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!CfSb!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 424w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 848w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 1272w, https://substackcdn.com/image/fetch/$s_!CfSb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F776b90b4-5805-4b2c-afd7-96ea54d1290b_1456x490.png 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><figcaption class="image-caption">Replit&#8217;s self-improving agent. Green: verifier components, black: execution loop.</figcaption></figure></div><p><a href="https://openai.com/index/building-self-improving-tax-agents-with-codex/"><span>Exhibit</span></a><span> 2. Tax AI agent, built by OpenAI x Thrive</span></p><p><span>Tax AI set out to tackle the ambiguous and spottily-documented process of tax preparation. Since wading through hundreds of documents to prepare a draft is the most labor-intensive part of the CPA&#8217;s job, the appetite for automation was high enough to dedicate the time to weeks of painful - but effective - mechanical turking. </span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!agHS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!agHS!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 424w, https://substackcdn.com/image/fetch/$s_!agHS!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 848w, https://substackcdn.com/image/fetch/$s_!agHS!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 1272w, https://substackcdn.com/image/fetch/$s_!agHS!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!agHS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png" width="1456" height="857" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:857,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:148771,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/207211263?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!agHS!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 424w, https://substackcdn.com/image/fetch/$s_!agHS!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 848w, https://substackcdn.com/image/fetch/$s_!agHS!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 1272w, https://substackcdn.com/image/fetch/$s_!agHS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5ecfafce-2a0d-48f3-a6c9-6d3f22f98396_1644x968.png 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><p><span>What I delightfully noted in OpenAI&#8217;s use case is that the agent </span><strong><span>improved</span></strong><span> </span><strong><span>drastically</span></strong><span> post-launch</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a><span>. The percentage of drafts that were at least 75% correct went from roughly a quarter at launch to 86%  - vast majority - at six weeks. The result comes from FDEs </span><s><span>pulling teeth</span></s><span> asking CPAs to explain each decision where their judgment differed from the agent. </span></p><p><span>Think about this process: one tax draft has dozens - or hundreds - of fields, each requiring data and judgement - sometimes formal, sometimes not. Imagine those six weeks and the amount of good will required on both sides, the FDEs sending draft after draft to the CPAs, asking them to explain why and how the agent is wrong, field-by-field. Slow, complicated, and expensive, and inevitable in navigating the </span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>muck layer of knowledge work</span></a><span>.</span></p><p><span>This is the exact challenge with self-improving agents: is it possible to make agent&#8217;s failures visible and understandable? Is it </span><strong><span>feasible</span></strong><span> to get the context from the experts on enough of the failures to meaningfully improve the agent? This time and buy-in might be one of the biggest bottlenecks in AI adoption today. </span></p><p><span>If your team has solved this creatively, tell me more. If your team is struggling with figuring this out, also reach out, I&#8217;d love to workshop some solutions.</span></p><h2><span>What about automated evals?</span></h2><p><span>Inevitably, someone will say: we already have verifiers - we have an automated eval system, thank you very much, all taken care of. </span></p><p><span>Auto-evals are sort of a trojan horse of agent development - they are cheap, fast, simple, privacy-preserving, loops can spin indefinitely without being slowed down by humans - tempting to set them up and call it a day.  </span></p><p>Hamel Husain, an ML engineer known for his work on LLM evals, recently ran an open test that proved autoevaluators did <a href="https://parlance-labs.com/blog/posts/auto-evals/?ck_subscriber_id=3951136500">relatively well</a> on known criteria. But because of criteria drift, it&#8217;s in the &#8220;undefined&#8221; where the customers weep and dollars leak:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!78Yk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!78Yk!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 424w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 848w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 1272w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!78Yk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png" width="1456" height="627" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:627,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:210708,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/207211263?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!78Yk!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 424w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 848w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 1272w, https://substackcdn.com/image/fetch/$s_!78Yk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6172738a-38a3-4c26-af5a-6fd0b0988608_1644x708.png 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><figcaption class="image-caption">From Parlance Labs: https://parlance-labs.com/blog/posts/auto-evals/</figcaption></figure></div><p>The premise of criteria drift is that you don&#8217;t<em> </em>know how to evaluate an agent until your human eyeballs observe it interacting with the real world. </p><p>Even if you assume you <em>do </em>know all possible failure modes of your agent, there&#8217;s the increasingly ripe problem of reward hacking, where an agent optimizes for a score but not the intended behavior - for example, if rated on politeness, the agent might hang up on an angry customer; if rated on sales, the agent might give 99% discounts, or close $0 sales, or offer hallucinated perks - all of which you <em>can</em> catch, but not until <em>you know</em> it can happen. </p><p>Which needs real-world input.</p><p>Autoevals are one way of shooting yourself in the foot and sidestepping the verifier problem instead of solving it; other ways include: LLM-as-judge, synthetic data, &#8220;we&#8217;ll add evals later&#8221;, and golden data that stays static.</p><p>Don&#8217;t let the hype tell you that everyone&#8217;s automated their business with loops already. Before you sponsor a self-improving loop project, make sure you understand the messy middle between the launch and results, and that you&#8217;ve aligned the resources: (1) what real-world data grounds the verifier? (2) who provides expert feedback on failures and what does that cost? </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1gly!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1gly!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 424w, https://substackcdn.com/image/fetch/$s_!1gly!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 848w, https://substackcdn.com/image/fetch/$s_!1gly!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 1272w, https://substackcdn.com/image/fetch/$s_!1gly!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1gly!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png" width="1180" height="454" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:454,&quot;width&quot;:1180,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:94232,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/207211263?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!1gly!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 424w, https://substackcdn.com/image/fetch/$s_!1gly!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 848w, https://substackcdn.com/image/fetch/$s_!1gly!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 1272w, https://substackcdn.com/image/fetch/$s_!1gly!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3cd42786-e401-4cd7-bc42-eddbc8bc4cda_1180x454.png 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><p>That is, only if you have good verifiers.</p><div><hr></div><p>I write for people betting careers and businesses on AI from the perspective of having shipped across three waves of emerging tech in startups and Big Tech - if that&#8217;s you, subscribe to get your weekly under-5-minutes-to-read-weekly-email.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.loadbearingtech.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.loadbearingtech.com/subscribe?"><span>Subscribe now</span></a></p><p>Disclaimers: opinions my own. Data for this piece was sourced from public sources and private AI communities.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>Built based on Anthropic&#8217;s <a href="https://arxiv.org/pdf/2412.13678">Clio paper</a>, an interesting solution for companies (rightfully) iffy about giving their development teams broad access to traces.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>There&#8217;s a lesson here for any exec sponsoring an agentic team or builder working on self-improving loops: the launch result is a start, not the end. The only numbers that matters is how quickly you get to a launch, and how quickly you improve from there. The results at launch are nearly irrelevant.</p></div></div>]]></content:encoded></item><item><title><![CDATA[Why the Remote Labor Index jump doesn't mean AI replaces jobs]]></title><description><![CDATA[... about real-world automation of knowledge work and enterprise workflows]]></description><link>https://www.loadbearingtech.com/p/what-remote-labor-indexs-jump-5-158</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/what-remote-labor-indexs-jump-5-158</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Tue, 14 Jul 2026 21:32:13 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/63d735a4-d820-42c7-ab90-d60ba8ce8b27_1200x630.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!rKk0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!rKk0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 424w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 848w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 1272w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!rKk0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png" width="1200" height="630" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:630,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:79310,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/206926769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!rKk0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 424w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 848w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 1272w, https://substackcdn.com/image/fetch/$s_!rKk0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F27c35116-b688-48c5-9076-db4b9f166ae4_1200x630.png 1456w" sizes="100vw" fetchpriority="high"></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><p><span>Two weeks ago, </span><a href="https://safe.ai/blog/significant-increase-in-digital-labor-automation"><span>Center for AI Safety</span></a><span> announced that Claude&#8217;s Fable 5 increased 6-fold how many remote &#8220;jobs&#8221; LLMs can perform, going from 2.5% in October 2025 to, now, 15.8%<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>. It&#8217;s a major update to their Remote Labor Index - a measure how much of the freelance jobs market can be handled, end-to-end, by AI.</span></p><p>I find the jump to 15.8% noteworthy but unsurprising, and the details of how the index is composed will tell you why.</p><p>The Remote Labor Index is one of the most useful benchmarks to watch, because it&#8217;s one of the closest ones to answer the question &#8220;what does LLM progress mean for human jobs and real-world businesses?&#8221;</p><p><span>To build it, researchers pulled 240 projects, amounting to about ~$140k in economic value, off of sites like Upwork. The specific projects are unknown to the public, so benchmarks can&#8217;t be gamed. It then tracks what percentage of these projects that can be done autonomously by an agent, end-to-end; it&#8217;s important there&#8217;s no partial credit for &#8220;some completion&#8221;. The approach is prudent and discriminative to not-really-real progress, and yet - there&#8217;s a big gap between climbing the RLI and taking over large swaths of business work.</span></p><p><span>Since RLI measures freelance remote work only, there&#8217;s already some removal of the human element that exists in regular jobs. Even if you set aside the explicit carve-outs that RLI calls out: requiring physical labor, long-term evaluation, or direct client interaction, there are nuanced differences between freelance and, well, </span><em><span>loadbearing </span></em><span>work.</span></p><p><span>Jobs and projects posted on sites like Upwork are materially different from full-time jobs, in-person or remote. They are easy to slice up to contract out, straightforward to evaluate, require limited amount of trust and accountability. Nobody is losing sleep at night if they go wrong, they just get another contractor</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a><span>. </span></p><p><span>In contrast, most knowledge jobs or business workflows are not like that.</span></p><p>As I&#8217;ve mentioned in a few comments on <a href="https://substack.com/@kamilas/note/c-289334214?r=5zwg7&amp;utm_source=notes-share-action&amp;utm_medium=web">Import AI</a> or <a href="https://substack.com/@kamilas/note/c-292716085?r=5zwg7&amp;utm_source=notes-share-action&amp;utm_medium=web">Don&#8217;t Worry About the Vase</a>, my experience as a technology practitioner (vs. researcher) puts me in a skeptical seat when it comes to the promises that AI will take over most of the economy, or even knowledge work or business activities: yes, we might see human-light and AI-heavy companies; we will see &#8220;work&#8221; augmented on a massive scale. But </p><p>1) humans and economy will evolve quickly in response, moving our labor and knowledge to more effective uses, and </p><p>2) even in the existing economy, there&#8217;s enough <a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield">muck layer</a> in most jobs - the interhuman messiness - that the agent-consumption of broader economic activity will be resistant to major changes<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-3" href="#footnote-3" target="_self">3</a>. </p><p><span>On one hand, the RLI is the closest benchmark we have to tracking real world impact, so increases here are notable. On the other hand, &#8220;Freelance Contractor Index&#8221; would be a more precise name, and 15.8% of that is a very different number than 15.8% of labor.</span></p><p><span>Lastly, I&#8217;m sure this will change in the future, but for the time being, the projects captured in the Remote Labor Index are static, meaning they were captured at the end of 2025 and LLMs are evaluated against the same set. This gives us a frozen reference point, but of course the remote labor landscape will change precisely as quickly as LLMs evolve, and projects will materially change. So even if 2030&#8217;s LLM can do 100% of 2025&#8217;s remote jobs, that number will be different for 2030&#8217;s remote jobs. </span><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Jack Clark&quot;,&quot;id&quot;:44606,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!c2Tg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8cc1c9c9-fc87-4eeb-ad15-7dc989b77553_528x504.png&quot;,&quot;uuid&quot;:&quot;b1ab0be4-b8be-4d53-8228-7a596b1755f0&quot;}" data-component-name="MentionToDOM"></span> <a href="https://open.substack.com/pub/importai/p/import-ai-464-fables-writes-gpu-kernels?r=5zwg7&amp;selection=99f07361-7172-4f7b-bebc-e5afe7384c96&amp;utm_campaign=post-share-selection&amp;utm_medium=web&amp;aspectRatio=instagram&amp;textColor=%23ffffff&amp;bgImage=true"><span>wrote about this recently</span></a><span> taking the opposing position:</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!y0Ce!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!y0Ce!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 424w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 848w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 1272w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!y0Ce!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png" width="1444" height="934" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:934,&quot;width&quot;:1444,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:271023,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/206926769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!y0Ce!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 424w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 848w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 1272w, https://substackcdn.com/image/fetch/$s_!y0Ce!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F409f21c5-a847-4a88-9c0e-756eec8bdb58_1444x934.png 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><p><span>But I&#8217;m more optimistic about human ambition and hunger to evolve, and more bearish on the &#8220;</span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>mucky</span></a><span>&#8221; part of jobs and labor: ongoing relationships, ambiguous long-term horizons, and the right-hemisphere or instinctive parts of doing business.</span></p><p><span>PS. </span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>Muck layer</span></a><span> is a concept I will return to often, which is why I wrote a post about it; I update it often.</span></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>When I started writig this post about a week ago, the number was at 16.1% - there&#8217;s a chance it&#8217;ll get updated further.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>That&#8217;s not to say they&#8217;re immaterial, since the median human-completion time for tasks in the index is 11 hours.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-3" href="#footnote-anchor-3" class="footnote-number" contenteditable="false" target="_self">3</a><div class="footnote-content"><p>In BlueDot&#8217;s AGI Strategy course, the facilitator pointed out to me that my argument assumes humans stay relevant as the &#8220;labor&#8221; part of the economy, but capital and technology might detach from the equation, leaving labor behind. There&#8217;s some convenience to the sweepiness of this argument but I&#8217;d love to think through the minutiae of it. Which parts of the economy? Because as soon as we have one human involved, we need a host of humans to support their various human flaws, both executive and emotional. But I am curious about engaging in this argument, so feel free to reach out.</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[The more capable the agent, the more Forward Deployed Engineers you hire to deploy it]]></title><description><![CDATA[What the 2010s software boom tells us about the state of enterprise AI]]></description><link>https://www.loadbearingtech.com/p/the-more-capable-the-agent-the-more</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/the-more-capable-the-agent-the-more</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Thu, 09 Jul 2026 20:08:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!GdOd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A forward deployed engineer is the wise technology expert that looks at your organization and figures out how to automate your specific processes, with your messy data, and your subjective expertise. There&#8217;s an uptick in demand for FDE&#8217;s, because crossing agentic AI&#8217;s deployment gap - going from a promising demo to a functioning automation - is actually quite complicated.</p><p><span>The best insights into the future and scope of forward-deployed engineers hide in the boom (and no bust) of implementation consultants of the 2010s.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!GdOd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!GdOd!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 424w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 848w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 1272w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!GdOd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png" width="1456" height="1034" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1034,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!GdOd!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 424w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 848w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 1272w, https://substackcdn.com/image/fetch/$s_!GdOd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa3e83fc2-8785-458d-a693-a598d7303672_1634x1160.png 1456w" sizes="100vw" fetchpriority="high"></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><p><span>In the mid-2010s, if you were an enterprise using software, you were in the middle of two major shifts. First one was moving away from maintaining your own servers and moving them to cloud; the second was abandoning the upgrade hell of perpetual licenses sold by Oracle et al., and moving to SaaS that updated itself in the background and could be canceled any time.</span></p><p><span>Old software was pretty good for the seller and cumbersome for the buyer - bought a perpetual license, didn&#8217;t use it? The onus is on the buyer to implement it better.</span></p><p><span>The then-new model - subscriptions - gave buyers more flexibility, but came with a new risk for the seller, shifting the responsibility for implementation onto them. If the buyer doesn&#8217;t use it or see the ROI - churn!</span></p><p><span>And, because as an enterprise buyer, you have a vast but brittle ecosystem of workflows and data, haphazardly stitched together in your old systems, you need someone to hold your hand as you transition them over to SaaS. The mere thought of breaking something, of revenue lost with every minute of downtime, is keeping you up at night. You&#8217;ll pay good money to do away with that risk.</span></p><p><span>So a market of boutique consulting agencies blossomed: Cloud Sherpas, Bluewolf, Appirio, Meteorix, Vlocity - started out independently, eventually partnered closely with the seller (e.g. Salesforce or Workday) and a pretty relationship ensued: </span></p><ul><li><p><span>customer got the innovation they wanted, </span></p></li><li><p><span>agency got the business, </span></p></li><li><p><span>seller got the sale and intel on how to build a better, more marketable product.</span></p></li></ul><p><span>Eventually, these agencies became such a crucial cog in the software industry machine that a wave of acquisitions followed in the mid-2015:</span></p><p><span>Sept 2015&#9;Cloud Sherpas&#9;est. $350M-$450M)&#9;~1,100 employees</span></p><p><span>Sept 2015&#9;Meteorix&#9;~$80M - $100M&#9;~180 Workday experts</span></p><p><span>Mar 2016&#9;Bluewolf&#9;$200M+</span></p><p><span>Oct 2016&#9;Appirio&#9;&#9;$500M</span></p><p><span>Dec 2020&#9;Vlocity&#9;&#9;$1.33B</span></p><p><span>Do the billions of dollars here foreshadow what&#8217;ll happen with FDEs? OpenAI&#8217;s recent acquisitions of Northslope and Tomoro, two implementation agencies, are an indicator here. Their $4B fund is a bet to own the hand-holding layer, a concession that the implementation is the hard part now, not the models.</span></p><p><span>Eventually, as software ossified and became relatively static, the implementation consultant industry evolved:</span></p><ol><li><p><span>Software became much easier to adopt, partly because it injected lessons from onboarding the first waves of customers back into the product, and partly because as old-generation companies died and new-generation companies were started, they adopted the SaaS tools and Cloud natively - no complexity to port over;</span></p></li><li><p><span>The jobs of implementation consultants moved in-house, diffused between several different roles: customer success<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a> (for overall relationship maintenance, retention, and upsell), solutions architects (for the technical implementation and onboarding work), and product managers (for passing the requirements and features back and forth between the customer and the seller). This in-house support focused on the biggest enterprise customers, and outsourced all other work to the partner network.</span></p></li></ol><p><span>Implementation consultants filled the service gap - between the muck and complexity of real workflows and SaaS&#8217;s blank slate - with a dedicated middleman.</span></p><p><span>Forward deployed engineers fill this service gap for agents.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!aD2V!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!aD2V!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 424w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 848w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 1272w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!aD2V!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png" width="1310" height="1104" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/de9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1104,&quot;width&quot;:1310,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!aD2V!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 424w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 848w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 1272w, https://substackcdn.com/image/fetch/$s_!aD2V!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fde9abfb8-8614-4ced-a4c7-51d1314efd45_1310x1104.png 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><p><span>The industry is trudging through the </span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>muck of real businesses and real jobs</span></a><span>.</span></p><ul><li><p><span>The approach of throwing tokens at the wall turned out to be extremely expensive, and, unsurprisingly to anyone who&#8217;s heard of the </span><a href="https://kamilas.substack.com/i/141054721/waiting-for-the-immediate-signs-of-ai-revolution-might-be-a-snoozefest-solows-paradox-and-the-productivity-j-curve"><span>Productivity J-Curve</span></a><span>, the ROI is not immediate. [Uber, MSFT]</span></p></li><li><p><span>Remote Labor Index - likely the most useful benchmark for quantifying how much of an impact AI will have on most enterprise workflows - </span><s><span>still sits at &lt;5%</span></s><span> is, as of Fable 5, at about 16%, and even that is on upwork-style tasks that require, for example, no direct client interaction.</span></p></li></ul><p><span>It&#8217;s not surprising then that the answer to this problem is that labs will build out their own &#8220;agencies&#8221; to implement the product. Turns out </span><a href="https://loadbearingtech.substack.com/p/do-not-overcomplicate-agentic-harness"><span>harness engineering</span></a><span> - making sure the agent does what you want it to do at scale - is insanely hard. It&#8217;s figure-outable for the buyers, but their existing employees already have full-time jobs. So as the frontier labs are looking for sticky use cases and retention in real enterprise workflows - they will shepherd the willing (and sufficiently big) customers along through the hands of FDEs. As implementation consultants have proven, this model scales once it finds its footing.</span></p><p><span>There are other signals that the industry is highly optimistic about this &#8220;send an AI-consultant into a company&#8221; model:</span></p><ul><li><p><span>Y Combinator looking for </span><a href="https://www.ycombinator.com/rfs#:~:text=What%20we%27re%20excited,Compliance%0A%2D%20Healthcare%20administration"><span>AI native agencies</span></a><span> to sponsor</span></p></li><li><p><span>Claude launched the small business suite, sort of providing what FDEs would do for bigger businesses - an agent that &#8220;plugs into&#8221; existing data and workflows. Because of the ossification I mentioned before, lots of small businesses run on the same stack with similar workflows, so this is in theory highly scalable, but I&#8217;d need to see retention numbers to really know (adoption of some of the plug-ins is at 700-800k installs, so lots. I suspect maybe ~20% is retained and running actively). The alternative is tiny agencies that build the workflows in specific industries.</span></p></li></ul><p><span>Will this work? Probably; it&#8217;s a pretty safe bet that it will, to the extent that agents can handle workflows with high ROI; the actual question is whether the ROI these companies will see is worth the cost of both tokens and the maintenance required.</span></p><p><span>With SaaS and Cloud in 2010s, that math was simpler because it was deterministic: cut $150,000 in server costs and $2M per year in Oracle software updates in exchange for a subscription of $200,000 per year. With agents, the math is fuzzy. Can you eliminate some employee or contractor spend and save the money? Some portions of them? For how much money in tokens? How directly does it translate to business growth? How do you quantify risk or future opportunity cost?</span></p><p><span>Aaron Levie, CEO of Box </span><a href="https://x.com/levie/status/2074719479377109312"><span>reported</span></a><span> after a bunch of meetings with enterprise IT leaders that this is one of the top open problems in the industry.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9uw3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9uw3!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 424w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 848w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 1272w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9uw3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png" width="1300" height="584" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:584,&quot;width&quot;:1300,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:165923,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/206133020?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9uw3!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 424w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 848w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 1272w, https://substackcdn.com/image/fetch/$s_!9uw3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99455f9e-4d47-4dab-9b0b-82b6debe3bce_1300x584.png 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><p><span>All of these are much fuzzier questions, and FDEs will be under a lot of pressure to deliver results quickly, sometimes too quickly to validate whether a new way of operating is working or not; especially where it comes with change management for </span><em><span>humans. </span></em></p><p><span>Afterthoughts and side quests</span></p><ol><li><p><span>Can FDEs uncover enough &#8220;standard&#8221; processes to ossify them into products that can be sold (out-of-the-box agents, workflows, scripts)? FDEs are essentially a discovery surface for new products.</span></p></li><li><p><span>The success of individual company&#8217;s FDE teams depends on how they&#8217;re structured. How much of this is &#8220;I actually work on site next to the buyer, watch them work, see the muck they won&#8217;t verbalize&#8221; vs. &#8220;I visit on-site occasionally and we review and collect feedback&#8221; vs. &#8220;I meet with them on Zoom every two weeks&#8221;. The muck is hard to spot if it relies on the customer&#8217;s ability to identify the &#8220;automatable&#8221; or &#8220;solvable&#8221; problems, cutting into the exact expertise an FDE is there to provide.</span></p></li><li><p>Here&#8217;s what the rest of the industry says about FDEs:</p><ol><li><p><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Gergely Orosz&quot;,&quot;id&quot;:30107029,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/58fed27c-f331-4ff3-ba47-135c5a0be0ba_400x400.png&quot;,&quot;uuid&quot;:&quot;f16658f2-84bc-4172-b05c-4867e771b341&quot;}" data-component-name="MentionToDOM"></span> expects the <a href="https://blog.pragmaticengineer.com/the-pulse-forward-deployed-engineering-heats-up-again/">demand to increase, and, quoting Aaron Levie, points to them as an opportunity to break into the industry</a>, especially for new grads: two observations I agree with.</p></li><li><p>Vas, CEO of Varick Agents, <a href="https://x.com/vasuman/status/2057177266984226892?utm_source=kamklimeksubstack">wrote an entire piece on the FDE demand and how to capitalize</a>.</p></li><li><p>Quick scan through engineering forums on reddit seem to echo that FDEs are essentially solutions consulting but cool</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HC_k!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HC_k!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 424w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 848w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 1272w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HC_k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png" width="1004" height="900" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:900,&quot;width&quot;:1004,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:331215,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://loadbearingtech.substack.com/i/206133020?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!HC_k!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 424w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 848w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 1272w, https://substackcdn.com/image/fetch/$s_!HC_k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c1f2971-e4cc-43e7-aed7-5c09a2fb6516_1004x900.png 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></li></ol></li></ol><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>Bluewolf, one of the big agencies, actually &#8220;founded&#8221; customer success: Berridge, E. (2016). Customer Success: How Innovative Companies Are Reducing Churn and Growing Recurring Revenue. (Written by the founder of Bluewolf; explains the philosophy change).]</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[Do not overcomplicate: Agentic Harness]]></title><description><![CDATA[Enough to understand but not enough to get stuck]]></description><link>https://www.loadbearingtech.com/p/do-not-overcomplicate-agentic-harness</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/do-not-overcomplicate-agentic-harness</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Mon, 06 Jul 2026 15:28:43 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/2f63b711-c537-4a45-92ee-bc5c3c205bd1_1708x1082.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A good harness is the difference between a demo and a functioning automation. Most of the LLM failures that fill the timelines from time to time are harness failures, not model failures.</p><div><hr></div><p>Do not overcomplicate<em> is an evergreen series that introduces concepts that 1) quickly take over the industry, 2) feel like something everyone should be doing, and 3) quickly spiral out of control in terms of complexity, when in reality, in majority of use cases, they are quite simple - or at least only as complicated as you need them to be. </em></p><div><hr></div><p>If you read nothing else because you&#8217;re headed out for the 4th of July weekend, take away this:</p><ol><li><p>Harness is the difference between a demo and a functioning automation;</p></li><li><p>Similarly to evals, they are the <em>first</em> step to a functioning product, not the last;</p></li><li><p>Start simple: markdown, .csv, and human eyeballs.</p></li></ol><p><span>Terminology around AI and agents evolves so quickly that it&#8217;s hard to figure out which concepts to treat seriously because they will eventually run the business, and which one to let slide (</span><em><span>MoltBook</span></em><span>). The rule of introducing new food to toddlers seems applicable here: if you&#8217;ve seen it on your plate 15-20 times, it might be safe to take a bite.</span></p><p><span>Building AI agents for enterprise is my day job. Because of this, I am fairly skeptical of most stories about autonomous agents running complex real-world operations end-to-end, like automating entire jobs, because, well, I work on agents that </span><em><span>try</span></em><span> to do exactly that.</span></p><p><span>Most of the risk is in preventing agents from making silly or disastrous mistakes. Research moves quickly, because reliability ties up a lot of ROI. Real-world case studies are few and far between, and the never-ending streams of arXiv papers make it seem like you need a dedicated ML whiz on staff to build out the sophisticated infrastructures of pipelines and evaluation algorithms.</span></p><p><span>But just like </span><a href="https://hamel.dev/notes/llm/evals/flashcards/?ck_subscriber_id=3951136500&amp;utm_source=convertkit&amp;utm_medium=email&amp;utm_campaign=Eval%20Series%20Recap:%20All%2012%20Evals%20Flashcards%20+%20Whats%20Next%20-%209229524"><span>evals can be deconstructed</span></a><span> to their minimal (and often most effective) functional baseline of a spreadsheet and eyeballs, so can the whole concept of a harness. More of a </span><em><span>lego box</span></em><span> of blocks to build from rather than a prescription to start from.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Uq_p!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Uq_p!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 424w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 848w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 1272w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Uq_p!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png" width="970" height="1124" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1124,&quot;width&quot;:970,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Uq_p!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 424w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 848w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 1272w, https://substackcdn.com/image/fetch/$s_!Uq_p!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6d8170c-de7b-494b-b74c-a7cb1496f8a7_970x1124.png 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><p><span>Doesn&#8217;t it make sense, then, that most public &#8220;LLM failures&#8221; are harness failures?</span></p><ol><li><p><span>The Chevy Tahoe for $1: no output validator (or a bad one);</span></p></li><li><p><span>Replit&#8217;s agent deleting the production database: tool authorization too loose and broad;</span></p></li><li><p><span>Cursor&#8217;s &#8220;I quit&#8221; incident, where the agent refused to keep coding and told the user to learn to program: bad output validators;</span></p></li><li><p><span>Lawyers submitting hallucinated citations: issues with retrieval, prompt, and validators to check citations;</span></p></li><li><p><span>Air Canada&#8217;s chatbot&#8217;s refund - similarly, issues with retrieval - grounding claims in the actual policy document, prompt, and validators.</span></p></li></ol><p><span>I&#8217;d love to deconstruct a real-life harness in the next post, so if you have one you can share (yours or public) let me know. Harnesses already are becoming the moats and tightly-protected secret sauce, and &#8220;harness engineering&#8221; a real job, even if hiding under a different title.</span></p><p><span>PS. If agent performance issues are a harness failure, is </span><a href="https://jobs.ashbyhq.com/openai/b73e3a42-bc48-4490-882e-66f9e11bbfc5"><span>OpenAI&#8217;s social media manager job posting</span></a><span> a </span><em><span>harness opportunity</span></em><span>? Because, honestly, I thought LLMs could do this already.</span></p><p><span>(I say this tongue-in-cheek, because I&#8217;m a believer that </span><em><span>most tech and knowledge jobs </span></em><span>- regardless how automatable they might seem on the surface - have a real moat that protects them from being replaced by automation, a deep &#8220;</span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>muck layer</span></a><span>&#8221; that humans navigate intuitively and LLMs are not suited for. This &#8220;muck layer&#8221; is a concept I&#8217;ll return to often, which is </span><a href="https://loadbearingtech.substack.com/p/every-emerging-tech-has-to-yield"><span>why I wrote about it</span></a><span>.</span></p><p><span>Sources:</span></p><ul><li><p><a href="https://www.preprints.org/manuscript/202604.0428"><span>https://www.preprints.org/manuscript/202604.0428</span></a></p></li><li><p><a href="https://www.mindstudio.ai/blog/agent-harness-engineering-wrapper-matters-more-than-model"><span>https://www.mindstudio.ai/blog/agent-harness-engineering-wrapper-matters-more-than-model</span></a></p></li><li><p><a href="https://medium.com/@MongoDB/the-agent-harness-why-the-llm-is-the-smallest-part-of-your-agent-system-bce68414ccfd"><span>https://medium.com/@MongoDB/the-agent-harness-why-the-llm-is-the-smallest-part-of-your-agent-system-bce68414ccfd</span></a></p></li><li><p><a href="https://github.com/HKUDS/OpenHarness"><span>https://github.com/HKUDS/OpenHarness</span></a></p></li><li><p><a href="https://arxiv.org/pdf/2603.28052"><span>https://arxiv.org/pdf/2603.28052</span></a><span> - &#8220;Changing the harness around a fixed LLM can produce a 6&#215; performance gap on the same benchmark.&#8221;</span></p></li></ul><p></p>]]></content:encoded></item><item><title><![CDATA[Every emerging tech has to yield to the Muck Layer]]></title><description><![CDATA[Most knowledge jobs - regardless how online they seem - have a moat that protects them from being replaced by pure automation, a deep &#8220;muck layer&#8221;.]]></description><link>https://www.loadbearingtech.com/p/every-emerging-tech-has-to-yield</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/every-emerging-tech-has-to-yield</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Mon, 29 Jun 2026 16:18:11 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/2b5e115b-e394-46dc-847d-cf1df428296f_1200x600.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>Most knowledge jobs - regardless how online they seem - have a moat that protects them from being replaced by pure automation, a deep &#8220;muck layer&#8221;. This muck layer is a sort of Polanyi Paradox - tasks we understand and navigate intuitively but have a hard time verbalizing - that machines are not suited for: </span></p><ul><li><p><span>interpersonal and interorganizational politics,</span></p></li><li><p><span>gut feelings,</span></p></li><li><p><span>EQ,</span></p></li><li><p><span>unclear fail / success scenarios,</span></p></li><li><p><span>real-world complexity of systems, both digital and atom-based</span></p></li><li><p><span>organizational and network inertia</span></p></li></ul><p><span>Because of the muck layer, I suspect that the large swath replacement of human employees with AI that&#8217;s been predicted over the last few years will not happen.</span></p><p><span>Here are the signals:</span></p><ul><li><p><a href="https://mail.google.com/mail/u/0/#inbox/FMfcgzQgLsCwPWxwKtmVndXTNtvLhQSD"><span>Forward deployed engineering</span></a><span> heating up proves the muck layer - this happened with implementation consultants in the 2010s. Forward deployed engineers are a sign that the promise of AI automation is, to some extent, failing for the time being. AI is supposed to be empowering, and automation in a box, and yet all frontier labs are growing forward deployed engineers on staff to provide what the LLM can&#8217;t - reliable performance.</span></p></li><li><p><span>Complexity of harnesses to get useful and safe results; an average business owner / manager is not going to take this on</span></p></li><li><p><span>I (and many others) have written about Jevons Paradox and how it changed writing code. Human tasks change, but demand on the overall volume of human effort isn&#8217;t decreasing en masse.</span></p></li><li><p><span>Head on the line: an important roadblock in deploying AI is liability for when things go wrong, not just executing whatever the task is. If the automated response is a mistake, someone has to hold the bag. And as long as there&#8217;s a liable human in the loop, that human will need an ecosystem of humans around them.</span></p></li><li><p><span>Messy data and unclear procedures: sort of a Polanyi Paradox on an enterprise scale and not a new problem, something Digital Transformation efforts have been working on for at least a decade.</span></p></li><li><p><span>Real world friction, like orchestrating humans</span></p></li></ul><p><span>Caveats</span></p><ul><li><p><span>There&#8217;s a high number of researchers that will tell you this is only relevant insofar as humans are involved in the economy; it&#8217;s possible that economy and capital take off independently, leaving labor behind; &#8220;work&#8221; as in economically profitable activities, will be taken over completely by machines, which effectively eliminates the Muck Layer. This is a viable take if for no other reason than because a lot of smart people see it as viable. But after 200+ hours dedicated specifically to the question of &#8220;how likely is this?&#8221; I am less and less convinced that this is a real scenario. Elements of the economy, sure, like biotech R&amp;D or maybe the boilerplate-code-writing industry. The entirety of the economy? No way.</span></p></li><li><p><span>Of course that doesn&#8217;t mean that the career landscape will stay static, jobs will change as they always have. One of the earliest signals is the growth in AI engineers, forward deployed engineer roles. But knowledge work as a profession is not going anywhere.</span></p></li></ul><p><span>Related datapoints:</span></p><ul><li><p><span>&#8220;LLMs are less like sophisticated, strategic advisors and more like enthusiastic newcomers who skimmed the textbooks, plugged into the ether of buzzwords, and enthusiastically offer their advice.&#8221; </span><a href="https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-return"><span>HBR</span></a></p></li></ul>]]></content:encoded></item><item><title><![CDATA[AI safety needs more people who deploy stuff in the real world]]></title><description><![CDATA[There&#8217;s a looming brittleness of "fast ROI" approach that can quickly multiply across finance, healthcare, institutional underpinning of everyday life]]></description><link>https://www.loadbearingtech.com/p/ai-safety-needs-more-people-who-deploy</link><guid isPermaLink="false">https://www.loadbearingtech.com/p/ai-safety-needs-more-people-who-deploy</guid><dc:creator><![CDATA[Kamila Selig | AI @ Big Tech]]></dc:creator><pubDate>Mon, 01 Jun 2026 21:20:40 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qEtw!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa817eb68-8374-4c23-973c-c17d248d778b_982x982.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>For the two years that I've worked in applied AI, any interest in &#8220;AI safety&#8221; seemed relatively fruitless, unless you&#8217;re an ML researcher and influence how the models are built.  </p><p>During the many months of meandering around AI discussions and literature<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>, I realized that this false and (somewhat convenient) conviction is exactly the problem. I&#8217;ve just finished the <strong><a href="https://www.linkedin.com/company/bluedotimpact/">BlueDot Impact</a></strong>&#8216;s AGI Strategy course with the intention of figuring out how to bridge the gap between the ambiguous scenario of a future AI risk, and the hammer-and-nail of how AI is being deployed today.</p><p>AI safety doesn&#8217;t need another mediocre researcher that I <em>maybe </em>could become in a couple of years - it needs AI-safety-oriented-people <em>everywhere else</em>, and since I&#8217;m already close enough - working on applied AI in enterprise - I&#8217;m starting where I am.<br><br>The vast majority of life runs on enterprise workflows - how the government operates, how most things are built, how banks handle your money or how a hospital deals with patient data. My day job is weaving various automations into these workflows; and because of the messiness of the human element inside them, there&#8217;s a lot of AI risk that sits right at the deployment layer. <br><br>The near-term risks - which we&#8217;re already seeing - and the plausible-but-yet-unrelized long-term catastrophic scenarios, like superintelligence taking control over our infrastructure, aren't separate categories, but the same dynamics at different points on a timeline. So the path to the big bad future scenarios runs through the small failures that are already happening.<br><br>Which means a lot of the highest-leverage work has to happen at the deployment layer, and it has to happen by people who know that layer: the PMs, engineers, the procurement folks, the operations leads, and the general &#8220;middle&#8221; of the org chart that gets handed an LLM to figure out how to implement it across their side of the business. And, because all of this has to happen quickly to bring about the ROI, there&#8217;s a looming brittleness, that, if multiplied across finance, healthcare, institutional underpinning of everyday life, looks pretty bleak. </p><p>Which is why I&#8217;m throwing my hat into the AI chatterbox: the intention is safety, but the topics span across the concepts and infrastructure that you as a PM, engineer, exec should know: how do agent harnesses work? What is the Productivity J-curve and why does it apply here? How to think about forward deployed engineers? If I want to know why an agent made a specific decision, can I just look at the chain of thought?</p><p>Welcome!</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>Special shoutout here to Brian Christian for The Alignment Problem, hands-down the best introduction to AI safety or AI in general. If I could download any book into every head working in the tech industry, it would be this one.</p></div></div>]]></content:encoded></item></channel></rss>