<script data-pm-proxy="intercept"></script><?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[Context & Chaos]]></title><description><![CDATA[A human-first community newsletter exploring the future of context engineering and AI. One story, one lesson, and one shared insight at a time. Curated with 💙 for the humans of data & AI. ]]></description><link>https://contextandchaos.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!q3WY!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d54bd2c-07b0-430f-9c05-9c349d9bf3d0_300x300.png</url><title>Context &amp; Chaos</title><link>https://contextandchaos.substack.com</link></image><generator>Substack</generator><lastBuildDate>Fri, 04 Sep 2026 11:55:36 GMT</lastBuildDate><atom:link href="/__u/contextandchaos.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Prukalpa Sankar]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[context&chaos@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[context&chaos@substack.com]]></itunes:email><itunes:name><![CDATA[Prukalpa]]></itunes:name></itunes:owner><itunes:author><![CDATA[Prukalpa]]></itunes:author><googleplay:owner><![CDATA[context&chaos@substack.com]]></googleplay:owner><googleplay:email><![CDATA[context&chaos@substack.com]]></googleplay:email><googleplay:author><![CDATA[Prukalpa]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Enterprise AI’s 200-Millisecond Problem]]></title><description><![CDATA[Your model will take 20,000 tokens. Choosing which 20,000 is a structure problem, and the unit worth modeling is the decision trace.]]></description><link>https://contextandchaos.substack.com/p/enterprise-ais-200-millisecond-problem</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/enterprise-ais-200-millisecond-problem</guid><dc:creator><![CDATA[Dan McCreary]]></dc:creator><pubDate>Thu, 27 Aug 2026 17:31:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/41a52a18-c125-484b-bd08-8c5bde7fc118_1200x627.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the author</strong>: <strong><a href="https://www.linkedin.com/in/danmccreary?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAAAD6N8BB1l53CprJPJ21thZQpRL_v53mK4">Dan McCreary</a></strong> has spent three decades, since Neal Stephenson&#8217;s The Diamond Age set him off in 1995, on one question: how knowledge moves through complex systems. He now builds open agent skills that generate intelligent textbooks, interactive and MicroSim-rich, whose learning graphs and xAPI event streams predict what a student has actually mastered.</p></div><p><em><strong>*Note: </strong>Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</em></p><p>Let&#8217;s dive in!</p><div><hr></div><p><span>Three pieces in this newsletter got here before me.</span><a href="/__u/contextandchaos.substack.com/p/ontologies-context-graphs-and-semantic"><span> Jessica Talisman</span></a><span> argued that our industry confused measurement with meaning.</span><a href="/__u/contextandchaos.substack.com/p/what-an-enterprise-context-layer"><span> Prukalpa</span></a><span> separated the context substrate into AI-ready data, semantics and ontology, and skills, and insisted context be built, tested, reviewed and versioned like software.</span><a href="/__u/contextandchaos.substack.com/p/conceptual-modeling-is-the-context"><span> Juha Korpela</span></a><span> made the case that conceptual modeling, the discipline data teams abandoned during the Big Data era, is the one AI agents now need most.</span></p><blockquote><p><strong><span>I agree with all three. I want to add the least glamorous part of the story: the math.</span></strong></p></blockquote><div><hr></div><h2><strong><span>The 200-millisecond problem</span></strong></h2><p><span>An employee asks a question. The answer is present somewhere within your organization. Spread across systems that were never designed to be read together. Your model will accept </span><a href="https://arxiv.org/abs/2307.03172"><span>roughly 20,000 tokens</span></a><span> of it. Your retrieval path has about 200-milliseconds to decide which twenty thousand.</span></p><p><span>This is a selection problem under two budgets at once, latency and cost. Bigger context windows, more embeddings, a cleverer system prompt: each answers a question sitting next to the real one. The real one is which twenty thousand tokens, in what order, and how fast.</span></p><p><span>Get the selection wrong and the model hallucinates confidently. Get it right and take four seconds, and nobody uses your product. Get it right, quickly, and expensively, and your CFO learns your name.</span></p><p><span>Biology settled this a long time ago. Your spinal cord does not consult all available sensory data before pulling your hand off a hot stove. The path is already there, laid down long before the moment it is needed. That is where the speed comes from: wiring built in advance.</span></p><p><span>Which brings us to graphs, and specifically to the graph as wiring inside a context layer rather than as the context layer itself.</span></p><div><hr></div><h2><strong><span>Why a graph and not a really good search box</span></strong></h2><p><span>Vector search answers &#8220;what looks like this?&#8221; That is a useful question, and it is not the question your business runs on. Your business runs on &#8220;what is connected to this, and how, and who approved it, and what happened the last three times?&#8221; The first question returns things that resemble your query. The second returns things your query depends on, which is a different set and usually a much smaller one.</span></p><p><span>Structure is what lets you allocate the token budget deliberately. Run personalised PageRank, seeded on the entities in the question, and it ranks which of forty related records bear on this query rather than on the graph as a whole. Centrality tells you which definitions everything else depends on. You stop retrieving the top fifty similar chunks and hoping the useful one is not in the middle, and start retrieving a bounded subgraph: this decision, its precedents, its approvers, their immediate neighborhood. A bounded retrieval is a bounded token count, which is the whole game once cost and latency are the constraint.</span></p><p><span>That boundary is also the honest answer to context poisoning. When a model contradicts itself across two runs of the same question, the usual suspect is the embedding model. More often the retrieval had no principled edge, so a different set came back each time. Structure gives you a stopping rule.</span></p><p><span>One caveat about which graph, because </span><a href="/__u/contextandchaos.substack.com/p/your-agent-doesnt-need-to-walk-the"><span>Andrew Lentz drew this line here last week</span></a><span>. His argument is that where you author context and what the agent queries at runtime are separate decisions, and that for bounded questions the agent needs definitions, join keys, grain and the governing rule rather than a graph to walk. I agree. Everything below is the authoring side: the structure you build upstream, and the artifact you distil out of it. The agent never touches it.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!lwEU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 424w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 848w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 1272w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!lwEU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png" width="1200" height="627" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:627,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1034494,&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://contextandchaos.substack.com/i/212975775?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 424w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 848w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.png 1272w, /__u/substackcdn.com/image/fetch/$s_!lwEU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7ee9c07-f094-43b2-ba10-0aaa28dd5d27_1200x627.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"><span>The graph is upstream wiring. The agent reads the distillation. | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><h2><strong><span>The atomic unit is the decision trace</span></strong></h2><p><span>On that authoring side, the first question is what you model. Here is what I want to add to what </span><a href="/__u/contextandchaos.substack.com/p/ontologies-context-graphs-and-semantic"><span>Jessica</span></a><span>, </span><a href="/__u/contextandchaos.substack.com/p/context-graphs-are-a-trillion-dollar"><span>Prukalpa</span></a><span> and </span><a href="/__u/contextandchaos.substack.com/p/conceptual-modeling-is-the-context"><span>Juha</span></a><span> have already laid out on this matter. The unit worth modeling is the decision trace.</span></p><p><span>Not the document. Not the table. Not the metric definition. The trace: what happened, why, who approved it, which precedent justified it, and what was true at the time.</span></p><p><span>Your CRM knows the discount was 22 percent. It does not know that the VP approved it because the customer&#8217;s plant flooded, that three similar exceptions were granted in 2024, or that the approval happened in a hallway and was entered a week later by someone else. Your model needs the second thing to be useful.</span></p><p><span>Every real trace has four layers, and most systems capture none of them.</span></p><ul><li><p><strong><span>Exception logic.</span></strong><span> The rule, and the conditions under which it was set aside. A policy document gives you the first half. Only the record of what was actually done gives you the second, and the second is what predicts next time.</span></p></li><li><p><strong><span>Historical precedent.</span></strong><span> The prior decisions that made this one defensible. Precedent turns a judgment call into a pattern, and it stays invisible unless decisions link to each other rather than filing separately.</span></p></li><li><p><strong><span>Cross-system synthesis.</span></strong><span> Most decisions draw on three or four systems with no shared key and no shared vocabulary. That synthesis happened in someone&#8217;s head, and the trace is the only place it was ever recorded.</span></p></li><li><p><strong><span>Out-of-band approval.</span></strong><span> The conversation that authorized the exception and never touched a system of record. This is where enterprises live, and it decides whether your agent understands the company or merely reads it.</span></p></li></ul><p><span>This is also the structural reason the incumbent systems struggle. Warehouses sit on the read path after the fact. Agent platforms sit on the execution path without persistence. CRM and ERP are optimized for the transaction, not the trace. Each captures the what, and none captures the why. Prukalpa made the market version of this argument in January: in a heterogeneous enterprise the integrator wins over the vertical application. The architectural version is that the why has no owner yet, so whoever starts capturing it accumulates an asset nobody can buy later.</span></p><div><hr></div><h2><strong><span>Why the structure does the work</span></strong></h2><p><span>Traces are worth capturing on their own merits. What makes them cheap to retrieve is how you shape them, and the compression that follows is a consequence of that shape rather than a general property of graphs. Three modeling choices decide it.</span></p><ol><li><p><strong><span>Make the dependency graph acyclic. </span></strong><span>If every edge points from a concept to something it depends on, and no cycle exists, the retrieval question has a clean answer. Take the concepts a target depends on, directly and transitively. That set is the minimal context. A topological sort returns it in an order where nothing appears before what it rests on. Retrieval research has explored dependency DAGs and topological ordering as a way to cut tokens; what is underused is pointing it at enterprise context, where the dependency structure is what a decision trace encodes anyway. Andrew reached the same property from the cost side last week: a deep narrow acyclic graph is cheap to walk as far as you like, and a shallow dense cyclic one is ruinous by depth three. Cycles are the expensive thing, not depth.</span></p></li><li><p><strong><span>Type your edges and mean it.</span></strong><span> PREREQUISITE_OF, DEPENDS_ON and PART_OF each support a different traversal. A generic RELATED_TO cannot be traversed selectively, which quietly undoes everything above it.</span></p></li><li><p><strong><span>Choose the right grain.</span></strong><span> In practice a domain resolves to somewhere between one hundred and six hundred core concepts, one classification each. Finer than that and the graph becomes noise. Coarser and the minimal context stops being minimal.</span></p></li></ol><p><span>Get those three right and the retrieval question changes shape. You stop asking what is similar to this query and start asking what this concept depends on. The second question has a computable answer, and the answer is small.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!F3iI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 424w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 848w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 1272w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!F3iI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png" width="1200" height="627" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:627,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:697853,&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://contextandchaos.substack.com/i/212975775?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 424w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 848w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.png 1272w, /__u/substackcdn.com/image/fetch/$s_!F3iI!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6cdc01cb-5b0b-4ea1-96d5-77a2ffe590bc_1200x627.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"><span>Smaller context. Same decision. | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><h2><strong><span>What the numbers say</span></strong></h2><p><span>If context is a constrained resource, retrieval quality alone is the wrong objective. The objective is useful reasoning per token. We benchmark retrieval on recall and F1 and treat token cost as an afterthought, which is roughly like benchmarking cars on top speed and treating fuel as an afterthought. So the metric I have wanted for years is the Reasoning Density Score: F1 divided by tokens. Answer quality per token. Miles per gallon for context.</span></p><p><span>One result, from a benchmark I co-authored with Daniel Yarmoluk and which is still in preprint, so hold it loosely. A clinical trial corpus of 2.68 million tokens encoded as a compact knowledge graph of 2,614 tokens, roughly a thousandfold compression. To be precise about what that is: the graph does not hold the corpus. It holds the concepts, their dependencies and their classifications, which is what the questions in that domain actually turn on. Prose is discarded. At that size no current model holds the original corpus anyway, so the structure is what makes the question answerable at all.</span></p><div><hr></div><h2><strong><span>The unglamorous plumbing</span></strong></h2><p><span>None of this requires new infrastructure, which is the encouraging part. A context graph is assembly work, the payoff for twenty years of data management that most organizations did halfway.</span></p><p><a href="https://dmccreary.github.io/context-graph/chapters/02-semantic-layers/"><span>Semantic layers</span></a><span> give you shared meaning over the lakehouse. Metadata management tells you what is trustworthy.</span></p><p><a href="https://dmccreary.github.io/context-graph/chapters/03-metadata-management/"><span>Metadata registries</span></a><span> and ISO 11179 give you something more valuable than either: precise, non-circular definitions. A definition that does not refer to itself, does not smuggle in three undefined terms, and states its permissible values is the highest-compression token in the building. Most glossaries fail that test on the first entry.</span></p><p><a href="https://dmccreary.github.io/context-graph/chapters/07-process-mining-lineage/"><span>Process mining, lineage and provenance</span></a><span> reconstruct decision traces from event logs you already keep. Every workflow system, ticketing system and approval chain in your company emits the raw material. Almost nobody assembles it.</span></p><p><a href="https://dmccreary.github.io/context-graph/chapters/13-graph-data-modeling/"><span>Bitemporal modeling</span></a><span> separates when something was true from when you recorded it, which is how you answer &#8220;what did we believe on March 3rd.&#8221; That is the only question an auditor asks, and it is the question a model needs in order to reason about a decision made two quarters ago.</span></p><p><span>None of this is new, and that is the point. The wiring is mostly infrastructure you already paid for and never connected.</span></p><p><span>One caution, because it is the failure mode this newsletter has already documented. Prukalpa argued in February that semantic layers failed because they were abstractions built over ungoverned data. Graph structure imposed on ungoverned content reproduces that failure with better response times. The plumbing above is not preparation for the graph. It is the graph&#8217;s substance.</span></p><div><hr></div><h2><strong><span>What it costs, and where this is not the answer</span></strong></h2><p><span>Assembly is still work. That compact graph cost about a tenth of a cent per query to consult, and considerably more than that to build: concept extraction, dependency modeling, expert review, and the ongoing cost of keeping it current. See our </span><em><strong><a href="https://github.com/Yarmoluk/ckg-benchmark/blob/main/paper/main.pdf"><span>Benchmarking Token Costs Paper</span></a></strong></em><span>. Below the break-even you are paying for a structure you have not yet used, which is worth computing before you propose this to anyone.</span></p><p><span>Three cases where the structure does not pay.</span></p><p><strong><span>Single-hop factual lookup.</span></strong><span> If the question is &#8220;what is the current list price,&#8221; dependency structure buys you nothing. Retrieval is fine, and cheaper.</span></p><p><strong><span>Corpora without real dependency structure.</span></strong><span> Support tickets, customer conversations and news do not form a prerequisite lattice. Forcing one produces edges that mean nothing, and a graph whose edges mean nothing is a slower search index.</span></p><p><strong><span>Content that churns faster than you can rebuild.</span></strong><span> If your concept set turns over monthly, the build cost never amortizes.</span></p><p><span>And one distinction, because it is where most graph projects go wrong. At a few thousand tokens the compact graph is a build artifact rather than a system: small, versioned, rebuilt on a schedule, and read by the retrieval path. It is not a second database, and nothing queries it at execution time.</span></p><div><hr></div><h2><strong><span>The wiring</span></strong></h2><p><span>Everyone rents the same models. But it is very difficult to rent the record of why your company decided what it decided, and most organizations discard that record daily without noticing.</span></p><p><span>So start there, and start narrow. Take one decision your agents keep getting wrong, a pricing exception or an eligibility call or an approval, and write out what a complete trace of it would hold: the rule, the exception, the precedent, the person. Then check which of those four your systems actually store. It is usually one.</span></p><p><span>That gap is the work, and the asset. It compounds, and nobody can buy it.</span></p><blockquote><p><strong><span>Everyone else will keep asking larger models to guess, and will call the result an AI strategy right up until the budget review.</span></strong></p></blockquote><div class="callout-block" data-callout="true"><p><strong><span>Measure the tokens.</span></strong></p></div><p><strong><a href="https://atlan.com/context-and-chaos/issue/enterprise-ais-200-millisecond-problem/">This article was originally published on Context &amp; Chaos platform!</a></strong></p><div><hr></div><h2>About the author:</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ze1g!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ze1g!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:117378,&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://contextandchaos.substack.com/i/212975775?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ze1g!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed648a98-356f-4719-b594-1c23f792b8b5_1100x374.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">Author Bio</figcaption></figure></div><p><a href="https://www.linkedin.com/in/danmccreary/">Find me on LinkedIn!</a></p><h4><span>Books from Dan</span></h4><p><span>Dan McCreary writes free, open-source textbooks on building with LLMs, including </span><a href="https://dmccreary.github.io/context-graph/"><span>Context Graph</span></a><span>, and </span><a href="https://dmccreary.github.io/token-efficiency/"><span>Token Efficiency</span></a><span>. Both informed this piece. Please contact the author for a full biography of related interactive intelligent textbooks.</span></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vEEs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vEEs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/db40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2934979,&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://contextandchaos.substack.com/i/212975775?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vEEs!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdb40d7b1-539d-485f-9d3d-3a6e262031f8_1731x909.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"><span>Wrong 20,000 | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[Your Agent Doesn’t Need to Walk the Graph]]></title><description><![CDATA[Storing your context in a graph can be the right call. Hooking that graph up to the agent almost never is, and the two decisions get made as though they were one.]]></description><link>https://contextandchaos.substack.com/p/your-agent-doesnt-need-to-walk-the</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/your-agent-doesnt-need-to-walk-the</guid><dc:creator><![CDATA[Andrew Lentz]]></dc:creator><pubDate>Thu, 20 Aug 2026 14:17:32 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/9bdfa445-c66e-461b-b6dc-4dd67dccd666_1736x906.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>A Fortune 500 insurer I worked with earlier this year had been handed a reference architecture by every cloud vendor in their stack. Diagrams on diagrams. Somewhere in that pile they had picked up a conviction that their agent had to be wired into a managed knowledge-graph service before it could do its job. And with the number of terms flying around, I understood how they got there.</span></p><p><span>The conviction had nothing to do with their workload. It came from the diagrams. Nobody had counted the questions the agent would actually be asked, or described out loud the path it would take across the graph to answer even one of them. The graph was a box on a slide with an arrow running into it.</span></p><p><span>Their actual questions were things like: can this rep sell this product in this state? What is the status of this policy? Bounded questions, with a join path anyone on the data team could have drawn on a napkin. They were already running a governed metadata layer that held most of what those questions needed.</span></p><p><span>They did not need a graph database. More precisely, and this is the part that took longer to land, they did not need their agent going anywhere near a graph. They needed it to know what their columns meant. The gap between those two sentences is where a lot of the 2026 architecture budget is about to go, so it is worth being precise about which side of it you are on.</span></p><div><hr></div><h2><span>Store it in a graph if you like. Just don&#8217;t wire it to the agent.</span></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!TRDy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!TRDy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png" width="1456" height="760" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:760,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1380402,&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://contextandchaos.substack.com/i/211905117?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!TRDy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb90e23-c826-4d64-8d74-59a8161cfa2f_1736x906.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><figcaption class="image-caption"><span>Where context lives is a separate decision from what the agent queries. | Source: Context and Chaos</span></figcaption></figure></div><p><span>Storing your context in a graph is fine. It can be the right call when that context serves a lot of agents rather than one, because a graph is a good place to model and govern how things relate. That is a storage decision, and I have no quarrel with it.</span></p><p><span>I would go further, because the case for a graph here is better than &#8220;fine.&#8221; An ontology is the one part of this that is genuinely graph-shaped. Its content is the relationships, what subsumes what and which properties apply where, so a graph is faithful to its shape and not just a place to keep it. It is also small and slow-changing. People govern it, not pipelines. None of that is true of the instance data underneath. Model it there and govern it there. Then distil from it and let the agent read the distillation.</span></p><p><span>That is an argument about where you author, not about what the agent queries, and the two get run together constantly. It is the same slip behind &#8220;our data has relationships, so we need a graph.&#8221; Every schema has relationships. A foreign key is an edge, and a JOIN is a one-hop traversal. (Jessica Talisman</span><a href="/__u/contextandchaos.substack.com/p/ontologies-context-graphs-and-semantic"><span> untangled the vocabulary here in January</span></a><span>; I am taking her definitions as read.) What you almost certainly do not need is that graph connected to the agent at query time. To be precise about what I am objecting to: a service that walks a graph and hands the agent a result is fine, and often the right build. What I am against is the model doing the walking, deciding hop by hop where to go next and then still having to write the query. The data lives in relational systems in the large majority of cases and will still live there after you have built the graph. The agent&#8217;s job is to structure a query against it correctly. A graph does not tell it how to do that. Curated context does.</span></p><p><span>There is a cost to getting this wrong that never shows up on the architecture diagram. If the agent has to reason its way across a graph and then reason its way to the SQL, you are running two rounds of inference to produce one answer: more tokens, more latency, and one more place where two runs of the same question come back different. Strip either problem down to what the agent genuinely has to decide, and it is almost always just how to shape the query. Anything I hand it as context instead of making it derive is variance removed before it happens, and that context is unglamorous: query patterns that are known to work, a note on how a table is meant to be used, the rule that governs a field. The agent reads it once and writes the query.</span></p><div><hr></div><h2><span>Paths or lookups. That is the whole sort.</span></h2><p><span>Ask what shape the agent&#8217;s questions are.</span></p><h4><strong><span>Lookups</span></strong></h4><p><span>Can this rep sell this product in this state. What is the status of this policy. How many claims were filed in this region last quarter. These are bounded questions: the join path is knowable at design time, and the answer is a value or a set. What the agent needs here is definitions, join keys, grain and the governing rule. Give it that and it queries the data you already have. No second database, and nothing traverses anything.</span></p><h4><strong><span>Paths</span></strong></h4><p><span>The answer is the shape of the connection itself. Shortest or all routes between two points. Fraud rings, which are cycles. Centrality, meaning which node matters structurally. Who is within N hops of this entity and how are they linked. The route is the answer, not a byproduct of finding it.</span></p><p><span>That split holds up better than the criterion most teams reach for, which is depth. Depth is the wrong term to worry about anyway: a recursive frontier grows at roughly fan-out to the power of depth, so a deep narrow acyclic graph is cheap to walk as far as you like; a shallow dense cyclic one is ruinous by depth three. Enterprise metadata is overwhelmingly the first shape. For every agent that truly needs traversal, some huge number are just talking to data.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!IAXZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!IAXZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png" width="1456" height="760" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:760,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1179490,&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://contextandchaos.substack.com/i/211905117?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IAXZ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9dc9644-3830-4dd6-89fb-878b6b4567d7_1736x906.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">If you know the path, it is a lookup. If the path is the answer, it is a graph problem. | Source: Context and Chaos</figcaption></figure></div><p><span>Lookups and most analytics are reachability questions: what is the set, is it connected, what is upstream. Recursive common table expressions</span><a href="https://www.databricks.com/blog/introducing-recursive-common-table-expressions-databricks"><span> make SQL Turing-complete</span></a><span>, so the expressiveness argument was settled years ago and largely went unnoticed. Expressiveness is not speed, though, and I should be honest about where this runs out. One team walking a 335,000-node tree found their recursive CTE</span><a href="https://dev.to/ineron/your-postgresql-already-has-a-graph-engine-you-just-have-to-build-it-2ng7"><span> taking 47 seconds, and got it to 227 milliseconds</span></a><span> by moving the traversal into a C extension. Note what they did not do, which is buy a graph database; they kept the traversal beside the data, in the engine they already ran. Another team</span><a href="https://dev.to/rohansx/sqlite-as-a-graph-database-recursive-ctes-semantic-search-and-why-we-ditched-neo4j-1ai"><span> published where it stops working</span></a><span>: fine at a hundred thousand nodes and depth four, degrading at five hundred thousand and depth six.</span></p><p><span>Pathfinding is the other class, and here recursive SQL stops being merely slow and becomes a bad idea. Expressing betweenness centrality or community detection in it is an act of violence against whoever reads it next, and graph engines have decades of specialised algorithm work behind theirs. A path, a cycle, a cluster or a ranking of structural importance is a real signal and a clean one. Cycles are the sharpest case:</span><a href="https://docs.yugabyte.com/stable/api/ysql/the-sql-language/with-clause/traversing-general-graphs/"><span> a general cyclic graph requires explicit cycle handling</span></a><span> that a DAG traversal never needs.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!z488!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!z488!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png" width="1456" height="760" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:760,&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;: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="/__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!z488!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb90d50d2-9c03-4aa0-b0ac-ea4d90a46a62_1736x906.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"><span>Density, not depth. The frontier explodes when connections multiply. | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><h2><span>Three conditions earn a second database. None of them put the agent on it.</span></h2><p><span>These are query-pattern tests, not modelling ones: the ontology argument above is about where you author; this is about what the engine is asked to do.</span></p><ol><li><p><span>The deliverable is a path or a topology result. Shortest or all paths, cycle detection, community identification, centrality ranking.</span></p></li><li><p><span>The frontier actually explodes. High fan-out, many back-edges, nothing useful to prune on. Measure it rather than assuming it.</span></p></li><li><p><span>You need single-digit-millisecond per-entity traversal under concurrent writes. Index-free adjacency makes per-hop cost independent of graph size, which matters for operational serving and not at all for analytical work.</span></p></li></ol><p><span>Now read them again with the runtime question in mind. That second read is the point, not the list itself. Not one requires an agent to touch the graph. Each is satisfied by a system that runs the traversal and hands back a result. Meet condition one and buy the engine. That still does not mean you wire it to the model.</span></p><p><span>Aggregations, rollups and temporal windows are the standing exclusion, because graph query languages are conspicuously weak at aggregation and columnar engines exist for precisely that.</span></p><p><span>The failure I actually spend my time on is earlier than any of that, and it is not technical. It is a second store proposed when the governed metadata layer the organisation already runs would answer the question, with the conviction inherited from a reference architecture rather than from the workload. Nobody has measured their frontier. Nobody has sorted their questions. The diagram had a graph in it.</span></p><p><span>The teams that get past that meet the next one, the stale replica. The proposed graph is an ETL&#8217;d copy of an authoritative relational system of record, so you are buying staleness, which destroys trust fastest in exactly the compliance and executive settings where the graph got pitched as the trust layer, and paying twice to maintain both. One engineering team </span><a href="https://www.latentview.com/blog/why-we-traded-a-graph-database-for-bigquery-ctes/"><span>published their numbers</span></a><span> after moving hierarchy, dependency and ownership questions off a graph database into recursive SQL in the warehouse they already ran: roughly 94% less cost, about $800 a month down to about $50 a year, one less system to operate. They kept the graph engine for centrality, community detection and unbounded pathfinding, and nothing else.</span></p><div><hr></div><h2><span>Read what the graph papers actually measured</span></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ibbz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ibbz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png" width="1456" height="760" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b964f43e-5217-4702-95c2-79266db8ac00_1735x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:760,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1367900,&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://contextandchaos.substack.com/i/211905117?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ibbz!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb964f43e-5217-4702-95c2-79266db8ac00_1735x906.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"><span>The graph helped by selecting context, not by making the model traverse it. | Source: Context and Chaos</span></figcaption></figure></div><p><span>The reason this argument keeps getting made anyway is that two papers are read as saying something they do not say.</span></p><p><span>The most-cited evidence for graphs-and-LLMs is the clearest case. Sequeda and colleagues reported question-answering accuracy over an enterprise SQL schema</span><a href="https://arxiv.org/abs/2311.07509"><span> rising from 16.7% to 54.2%</span></a><span> when a knowledge graph was introduced. The number is real, and the paper is careful about something the citations drop: the knowledge graph there is an ontology plus mappings, functioning as a context layer the model reads, not a graph the agent traverses at query time. Three years of operational graph business cases rest on one word in its title.</span></p><p><span>GraphRAG deserves the same care, and the systematic evaluation of it is not the paper the enthusiasm suggests. Han and colleagues ran plain retrieval against four families of GraphRAG across single-hop, multi-hop and detail-oriented benchmarks. The variant that does what most people picture when they say GraphRAG, which is extract a knowledge graph from the corpus and retrieve over it,</span><a href="https://arxiv.org/html/2502.11371v3"><span> loses to plain retrieval on every question-answering benchmark in the study</span></a><span>. On MultiHop-RAG, the benchmark built for exactly the reasoning that graphs are supposed to be good at, it scores 48.5% against plain retrieval&#8217;s 67.0%. On HotpotQA, 42.6 F1 against 60.0. Building its index takes 7,702 seconds where plain retrieval takes 135. Retrieval takes 14,434 seconds against 1,724. Fifty-seven times the preprocessing and eight times the query cost, to be worse at the thing it was built for.</span></p><p><span>Some GraphRAG variants do win, by about three points on multi-hop, and how they win is the whole argument in miniature. The strongest of them uses the graph to decide which text chunks to retrieve. The model never sees the graph. It sits upstream of the context as a routing structure, and it stops helping the moment the model has to reason across it. GraphRAG is a retrieval strategy over text, and it was never an argument for running an operational graph database.</span></p><p><span>One more number from that study, because it is the one I would put in front of anyone proposing a graph in a regulated setting. On questions the corpus cannot answer, where the correct behaviour is to decline, plain retrieval declines 96.0% of the time. The community-summarisation variant declines 19.3%. The rest of the time it has assembled a relationship out of what it found and answered anyway.</span></p><div><hr></div><h2><span>Two numbers on the same benchmark</span></h2><p><span>The obvious objection is that this is rearranging deck chairs, because a governed semantic layer is already a solved problem with near-perfect published results. Look at what those results measure. Benchmarks reporting accuracy in the high nineties are scoring questions inside the layer&#8217;s modelled scope, where a human has already defined everything. The boundary is drawn around the questions that were already understood, so near-perfect tells you almost nothing.<br><br>Now measure the whole schema, including everything nobody has modelled yet. When</span><a href="https://spider2-sql.github.io/"><span> Spider 2.0</span></a><span>, the enterprise-grade text-to-SQL benchmark, arrived, frontier models scored in the low teens, against 86.6% for the same model on the older Spider 1.0 the field had spent years celebrating. That gap has since closed, and how it closed is the part worth reading, because the leaderboard happens to run the experiment you would want. Hold the model fixed at DeepSeek-R1 and change only what is built around it: 13.7% under the benchmark&#8217;s own reference scaffolding, 30.5% under one agent framework, 52.3% under another. Same model, same task, thirty-nine points. The same pattern shows up wherever a model repeats down the table. Nothing about the store changed in any of those runs, and nothing about the model changed either. What changed is what the system tells the model about the schema.</span></p><p><a href="/__u/contextandchaos.substack.com/p/the-context-problem-nobodys-fixing"><span>The controlled experiment this publication ran in February</span></a><span> isolates that variable directly: 174 natural language questions over a thirteen-table schema, 522 runs, changing only the context layer. Accuracy moved from 16.1% on a bare schema to 22.2% with high-signal context, significant at p &lt; 0.0001. A small absolute number on a small schema, and still the only lever in the experiment that moved at all. Verbose documentation-style context did worse than concise high-signal context, dropping 13.8% while costing 52% more, which should worry anyone planning to fix agent accuracy by pointing a model at a wiki, and for the same reason anyone planning to fix it by pointing a model at a graph.</span></p><p><span>The in-scope and whole-schema numbers are not a contradiction, and the vendor benchmarks are not dishonest. They measure different things, and only one of them resembles the request an agent gets from a user who has no idea the boundary exists.</span></p><p><span>The honest summary is less romantic than either camp wants. Enterprise text-to-SQL is not unsolved and it is not solved. It responds, reliably, to one thing: how much of the schema somebody has actually described, and how well. Which means the work is not choosing a cleverer retrieval architecture, and it is certainly not adding a traversal step. It is enlarging the modelled scope, and then keeping it current.</span></p><p><span>It also changes the failure mode in a way the percentage does not capture. A governed layer lets the system refuse a question it cannot answer instead of confidently returning a wrong number that ends up in a board deck.</span></p><div><hr></div><h2><span>The agent should never know the graph was there</span></h2><p><span>I should be straight about a tension with this publication&#8217;s own archive. C&amp;C has argued that</span><a href="/__u/contextandchaos.substack.com/p/semantic-layers-failed-context-graphs"><span> semantic layers failed and context graphs are next</span></a><span>, hedged with &#8220;unless we get it right.&#8221; That hedge is carrying the entire argument, so I&#8217;ll say what getting it right would have to mean.</span></p><p><span>Semantic layers did not fail because the model of them was wrong. They failed because they were built as documentation projects, maintained by hand, and went stale. A context graph maintained the same way inherits that failure exactly, with better branding and a larger bill.</span></p><p><span>That is the smaller of the two problems. The larger one is that even a perfectly fresh context graph is the wrong thing to hand an agent. Distil it instead into what the agent actually consumes: the definitions, the join keys, the grain, the governing rules, read in a single pass. The agent should never need to know the graph exists.</span></p><p><span>The distillation has to be generated, versioned, and close enough to the systems of record that nobody has to ask how old it is. Maintain it by hand and you have reproduced the staleness problem one level down, arrived at by a longer and more expensive route.</span></p><div><hr></div><h2><span>Mark twenty questions. Count the paths.</span></h2><p><span>Take the last twenty questions your agent was asked, or the twenty you expect it to get, and mark each one three times.</span></p><p><strong><span>First</span></strong><span>: path or lookup? Count the paths. If that number is at or near zero, no graph database will help you, regardless of how connected your data is.</span></p><p><strong><span>Second</span></strong><span>: inside or outside the scope anyone has actually modelled? Count the outside ones. That number is your real accuracy ceiling, and it is the one the vendor benchmarks are not measuring.</span></p><p><strong><span>Third</span></strong><span>, and this is the one that decides the architecture: to answer it, does the agent have to know the graph exists? Not your platform, not the pipeline that built the context. The agent. That column comes back empty even for teams who legitimately need a graph engine somewhere in the stack.</span></p><p><span>Most teams I do this with find almost no paths, a great many out-of-scope questions, and nothing at all in the third column. That combination is a context problem, and it is the one to fund.</span></p><p><span>What I ended up telling the insurer was this. A graph is for when your questions are shaped like paths. Yours look like lookups. Let&#8217;s not stand up a second database to answer a SQL question, and let&#8217;s not put the model in front of one either.</span></p><p><span>Your data was always a graph. That was never the question. The question is whether anyone has written down what it means, in a form the agent can read without walking anything.</span></p><div><hr></div><div class="callout-block" data-callout="true"><p><strong><a href="https://atlan.com/context-and-chaos/issue/your-agent-doesnt-need-to-walk-the-graph/"><span>This article was originally published on Context &amp; Chaos platform!</span></a></strong></p></div><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!EV5A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!EV5A!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2786391,&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://contextandchaos.substack.com/i/211905117?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!EV5A!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8866be2f-07af-4e0a-b04e-5a8a6e3f7d60_1536x1024.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"><span>Why are you the one walking it? | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><h2>From the Frontier World</h2><p>Recommended reads for this weekend:</p><ul><li><p><a href="https://openai.com/index/offering-zero-data-retention-for-frontier-models/">What zero data retention actually buys you</a>: OpenAI will keep not retaining your prompts, and is adding a way to catch risky patterns across a whole run of sessions without a human reading any of it. If you run agents on long jobs through their API, this changes what your security team should be asking for. It arrived dressed as a compliance feature, but it is really a memory problem. </p></li><li><p><a href="/__u/thezvi.substack.com/p/openai-takes-initial-steps-to-address">What OpenAI got right, and what it still has wrong</a>: OpenAI paused frontier training for two weeks, shelved its largest planned run, and now spends a fifth of its inference compute watching its own models. Zvi Mowshowitz thinks the money is real and the stopping was brave, and that the diagnosis is still wrong: alignment is treated as one workstream beside monitoring and security, when it is the ground both stand on.</p></li><li><p><a href="https://www.anthropic.com/research/multiagent-systems">Why agent fleets go wrong when every agent is fine</a>: Put well-behaved agents together and they still coordinate badly. Anthropic found that making each one smarter, or better aligned alone, does not fix it. The agents already grasp that their sources have incentives and that agreement is not proof. They just do not act on it unless told to.</p></li><li><p><a href="https://atlan.com/frontier/essays/we-rebuilt-marketing-around-it/">Rebuilding marketing around shared skills</a>: A 30-person marketing team reorganised around a shared skills library, and the failures are the point. They shipped too many skills too fast, lost the ability to measure quality, and watched a content system invent pricing for another company&#8217;s product with the guardrails on. Suren left all of that in the article.</p></li><li><p><a href="https://atlan.com/frontier/essays/from-one-analyst-to-a-fleet-of-agents/">Three agents doing the job one analyst used to</a>: Fadil turned nearly 3,000 customer calls into intelligence nobody else in the company could produce. He has handed that job to three agents that read Salesforce fields and call transcripts together. They only work because he built the frameworks first. Without those, an agent invents its own definition of good.</p></li></ul><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p><p></p>]]></content:encoded></item><item><title><![CDATA[Gartner Hype Cycles 2026: Nobody Owns Context]]></title><description><![CDATA[314 obstacles across ten reports, and a vacancy sitting between two org charts]]></description><link>https://contextandchaos.substack.com/p/gartner-hype-cycles-2026-nobody-owns</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/gartner-hype-cycles-2026-nobody-owns</guid><dc:creator><![CDATA[Tathagata Das Sarma]]></dc:creator><pubDate>Thu, 13 Aug 2026 18:37:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/237ad5a6-b263-44ec-914e-7817671b4690_1200x627.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><em><span>Tathagata Das Sarma is Head of Analyst Relations and Market Intelligence. This is his reading of ten Gartner 2026 Hype Cycles, read end to end so you don't have to. The ratings, placements and profile definitions are Gartner's. The argument built on top of them is his, and is not a Gartner position.</span></em></p></div><blockquote><p><strong>Overview </strong></p><ul><li><p><span>What ten reports look like together</span></p></li><li><p><span>The three shifts: what the research is starting to show</span></p><ul><li><p>The record needs to follow the decision</p></li><li><p><span>Trust has to be checked continuously</span></p></li><li><p>Metadata has to work beyond the catalog</p></li></ul></li><li><p>Nobody owns the middle</p></li><li><p>What the owner would actually need</p></li><li><p><span>How to check this?</span></p></li><li><p>8 questions to ask before anything else</p></li></ul></blockquote><p>Lets dive in!</p><div><hr></div><p><span>An AI team needs somewhere to keep what an agent knows between one step and the next, so they build one. It works. Within a few months a dozen things depend on it. Eight months later a second team, elsewhere in the organization, needs the same thing, does not know the first exists, and builds a second. By the time anyone notices, there are three. Each has its own idea of what a customer is. None of them is wrong, exactly, and reconciling them now costs more than any of the projects that produced them.</span></p><p><span>Nobody decided this. Three competent teams each solved a real problem, locally, and got it right. They built their own because nothing already held what they needed. Nobody&#8217;s job was to notice that three of them were building it.</span></p><p><span>I am writing from the chief data officer&#8217;s chair, but the argument goes beyond that role. The claim is that the thing an agent runs on has no owner anywhere in the enterprise. You can check the evidence for that; the claim itself you will have to judge.</span></p><div><hr></div><h2><strong><span>What the analysts actually blame</span></strong></h2><p><span>Ten of Gartner&#8217;s 2026 Hype Cycles, read as one body of text rather than ten documents:</span></p><blockquote><ul><li><p><span>Agentic AI,</span></p></li><li><p><span>AI Governance Technologies,</span></p></li><li><p><span>Data and Analytics Governance,</span></p></li><li><p><span>Data Management,</span></p></li><li><p><span>Data Science and Machine Learning,</span></p></li><li><p><span>Data Security Technologies,</span></p></li><li><p><span>Data Analytics and AI Leaders and Programs,</span></p></li><li><p><span>Emerging Technologies,</span></p></li><li><p><span>ERP, and</span></p></li><li><p><span>Finance Data and Analytics Governance.</span></p></li></ul></blockquote><div class="callout-block" data-callout="true"><p><strong><span>Context graphs and data contracts are still at the Innovation Trigger. Model Context Protocol, context engineering and AI governance are cresting the Peak, where Gartner says expectations are running ahead of real-world deployment. Governance platforms are already in the trough. Metadata management and knowledge graphs are climbing the slope.</span></strong></p></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Hs9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 424w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 848w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Hs9A!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png" width="1456" height="994" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:994,&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;: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="/__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 424w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 848w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Hs9A!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F212327cd-c318-4a49-a7b0-846f5b87f633_2048x1398.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"><strong>Positions follow the phase Gartner assigns each profile across the 2026 cycles. Composite chart, not a Gartner exhibit.</strong></figcaption></figure></div><p><span>Every profile in them carries an Obstacles section, the analyst's own account of why the thing is not working yet. There are 314. Each was classified by the kind of barrier it names.</span></p><p><span>The closer a technology gets to a real deployment, the more the obstacle becomes an org chart.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!iC8m!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!iC8m!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!iC8m!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9b55ab34-90f4-49ef-b9a0-b16efc68c296_1536x1024.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>Before the Peak of Inflated Expectations, an organizational barrier appears in 65% of profiles. After it, in 79%.</span></p><p><span>That fourteen-point gradient is the most durable number here. It survived the set growing from nine reports to ten, and it survived a second reader coding the same profiles independently with a broader definition, who found 77% before the peak and 91% after. The important result is the gap between the two groups, not the absolute level, which is why the coding scheme and the full counts sit in an appendix rather than in this paragraph.</span></p><p><span>An earlier analysis suggested a crossover: technical barriers dominated before the peak and organizational barriers after it. That pattern did not survive a broader definition of &#8220;technical.&#8221; What did replicate was the fourteen-point increase in organizational barriers after the peak. The level changes with the definition; the slope does not.</span></p><p><span>Any of this matters because of where enterprise money sits. Almost nothing in your 2027 budget is pre-peak. The categories you are funding are in the trough and on the slope, and there the analysts name governance, ownership, skills and coordination far more often than they name the technology.</span></p><p><span>Gartner puts the underlying point in the Emerging Technologies cycle, in the meta-trends section that runs before the first profile.</span></p><blockquote><p><strong><span>In 2026, the current obsession with AI suffers from a dangerous belief that any legacy capability, when combined with a probabilistic model, instantly becomes a modern innovation. This &#8220;X + AI&#8221; formula has fueled immense hype, but it often masks a critical operational truth: introducing intelligence on top of an inefficient, siloed, or poorly governed process merely accelerates its failure.</span></strong></p></blockquote><p><span>Accelerates its failure. That&#8217;s a pretty direct statement from Gartner, especially this early in the report.</span></p><div><hr></div><h2><strong><span>The three shifts: what the research is starting to show</span></strong></h2><p><span>Your program was built to answer questions about a dataset. Where it came from, who owns it, whether it can be trusted, who can see it. The research is converging on a question about a decision: what the system knew, when, on whose authority, and whether it still holds. A catalog entry describes data at rest. An agent acts.</span></p><p><strong><span>Three shifts sit in that gap. Two of them need the third, which is not the same as the third being the answer.</span></strong></p><h3><strong><span>1. The record needs to follow the decision</span></strong></h3><p><span>Context graphs entered the 2026 cycles as a new profile, carried into six of them at under 1% penetration and High benefit, holding semantics, decision traces, governance metadata, and causal links. The term is contested: the ontology community will tell you, not unreasonably, that this is a knowledge graph wearing a new hat. The shape of the artifact is not in dispute.</span></p><p><span>The brake on all of it is mundane. Most organizations have catalog coverage without lineage depth, so there is nothing to build on.</span></p><p><span>Here is the test, and it takes a week. Reconstruct one production agent decision end to end. Four things have to come back, and you pass or fail on all four:</span></p><ul><li><p><span>the context it retrieved</span></p></li><li><p><span>the policy in force at that moment, not today&#8217;s</span></p></li><li><p><span>the identity that authorized the action</span></p></li><li><p><span>the version of the semantic definitions it used</span></p></li></ul><blockquote><p><strong><span>If you can&#8217;t produce one of these, you&#8217;ve found a context gap. Also record how long it took to find out.</span></strong></p></blockquote><h4><span>Why traditional governance fails at the decision level</span></h4><p><span>Traditional governance was designed for periodic, human-driven audits: checking table schemas, row counts, and access policies once a month. An autonomous agent operates on a millisecond timescale, making hundreds of contextual decisions a minute. Trying to govern agentic decisions using traditional governance frameworks is like trying to manage real-time network traffic with quarterly committee meetings. The control cannot be an external committee; it has to be built directly into the context layer itself.</span></p><h3><strong><span>2. Trust has to be checked continuously</span></strong></h3><p><span>Zero-trust data governance entered the D&amp;A Governance cycle this year at 1% to 5% penetration, rated embryonic. The same report then puts it in the two-to-five-year column of its priority matrix, and names it alongside data observability and AI governance as a place to look for near-term value. Embryonic maturity and a near-term horizon do not sit together comfortably in Gartner&#8217;s own framework. Read that as the analysts pulling it forward.</span></p><p><span>The governance cycle carries the planning assumption directly: by 2028, half of organizations will implement a zero-trust posture for data governance, driven by the proliferation of unverified AI-generated data. With machine-generated data the lineage lines break and provenance becomes unknowable after the fact, so verification has to be continuous. Certification-based governance is entrenched because it produces a number for the board, and a posture does not.</span></p><p><span>Tag provenance for AI-generated content now, while retrofitting is still possible. This is the one item where waiting a year makes the work harder rather than merely later.</span></p><h3><strong><span>3. Metadata has to work beyond the catalog</span></strong></h3><p><span>I think this one gates the other two. Metadata management solutions sits on the Slope of Enlightenment at early mainstream maturity, 20% to 50% penetration and two to five years to plateau, in six of the ten cycles including Data Security and ERP. The framing is a move from passive catalogs to active metadata available wherever it is needed, and the recommendations are about interoperability rather than coverage.</span></p><p><span>That describes a component inside someone else&#8217;s architecture, not a destination. It carries meaning, lineage and policy well, and procedure badly or not at all. Anyone who tells you the metadata layer is the context layer is selling you the part they have.</span></p><p><span>Two other profiles make the same error from the other end. Both are probably on your roadmap already.</span></p><p><strong><span>Model Context Protocol sits on three of the ten cycles at High benefit and 1% to 5% penetration, and its obstacle text is the part to read</span></strong><span>: most MCP clients disproportionately emphasize tool listing and tool calling while ignoring the rest of the protocol, which narrows it to function calling at scale and undercuts its intended role as a general context interchange protocol. The standard is being installed before anyone has agreed what should move through it. Standardizing how a model reaches your systems does not settle what &#8220;active customer&#8221; means in either of them.</span></p><p><span>Automated data governance is the same shape. It sits at the Innovation Trigger at 1% to 5% penetration, High benefit, and five to ten years from mainstream adoption in every cycle carrying it, which is further out than most governance roadmaps assume. The reasoning is spelled out. Foundational governance capabilities have to be achieved first, and where critical definitions, rules and process knowledge remain implicit, they limit the scope of what can be automated. Automating a policy nobody wrote down does not shorten the five years. Convert your three most-referenced policies into machine-checkable rules and run them against live data. The failure rate tells you whether those policies were ever real.</span></p><p><span>The reports do not carry the gating claim. That one is my inference, so here is the case against it</span><strong><span>.</span></strong><span> Teams ship agent context into production without that layer every week. Foundation first is the oldest available argument for deferring work that ought to justify itself on its own merits, and a year spent on the foundation while nothing reaches production is a real cost, not a hypothetical one. What persuades me anyway is narrow. The other two both need a machine to retrieve something at decision time, you can supply that locally per use case, and three teams doing exactly that is the scene this article opened with.</span></p><p><span>Test whether your metadata can be read programmatically by something that is not your catalog&#8217;s own interface. It takes an afternoon and commits you to nothing.</span></p><h4><span>Before you write next year&#8217;s budget</span></h4><p><span>Categories in this research leave by two exits. Some graduate, reaching mainstream adoption and dropping off because they started working. Others get absorbed, and that one costs you money.</span></p><p><span>Augmented data management is the case to look at. The profile carries a Transformational rating, the highest available, in both the Data Management and Finance governance cycles, and its own recommendations name agentic data management as its next phase. The Data Management cycle marks it obsolete before plateau, naming it alongside data mesh. So the highest rating available sits on a label the research is already retiring. The capability survives, the name does not, and any funding case written against the name goes with it.</span></p><div><hr></div><h2><strong><span>Nobody owns the middle</span></strong></h2><p><span>Three things, and two of them need the third. That is the list as it looks from your chair.</span></p><p><span>Now read it from the one across the corridor. Context infrastructure is the CIO&#8217;s version of the decision record. Same question about what a system knew and who let it act, but it arrives on that desk as an unscheduled build-or-buy, and gets decided by default when three teams each solve it locally. The identity half of your zero-trust posture is, on that side, a profile called AI agent identity, which entered the Agentic AI cycle this year at 5% to 20% penetration, further along than anything on your list and far ahead of the context layer it will need to reason about. Its listed drivers read like an incident report written in advance: an epidemic of human credential sharing, agents deployed as proxies on human credentials, breaking auditing and nonrepudiation. And your metadata layer is, in the Data Security and ERP cycles, a security control and a migration dependency, frequently bought twice by two functions who do not know the other is buying it.</span></p><blockquote><p><strong><span>So you end up with the same problems sitting on two executives&#8217; desks.</span></strong></p></blockquote><p><span>None of that is inference. Five of the ten reports state it outright.</span></p><p><span>Data Security, on data discovery: frequently no clear owner accountable for the outcomes; the teams operating the tools may lack the authority to act on the findings; the disconnect between visibility and downstream action creates accountability gaps across data domains.</span></p><p><span>Finance Data and Analytics Governance, on decision-centric governance: these innovations signal a shift from governing data to decisions while expanding governance to include knowledge, metadata and unstructured data, and progress is slowed by unclear ownership and cross-functional dependencies.</span></p><p><span>Data Management, on data contracts: low governance maturity and unclear ownership create ambiguous accountability for defining and maintaining specifications, including overlapping or conflicting ones.</span></p><p><span>Agentic AI, on agentic accountability: ownership and accountability for agentic decisions, actions and components require an approach spanning policy, technology and organizational awareness.</span></p><p><span>Data, Analytics and AI Leaders: increasingly blurring boundaries within governance silos and between adjacent governance programs, with existing bodies designed around functional areas, making enterprise accountability and decision rights hard to establish.</span></p><blockquote><p><strong><span>The wording varies, but the ownership problem is the same across all five reports.</span></strong></p></blockquote><p><span>The research also has a name for the middle. The Finance cycle carries a profile called Knowledge Fabric, defined as digital infrastructure enabling semantic interoperability by connecting diverse knowledge sources into a unified context layer, drawing on metadata alongside structured and unstructured data. The Data Management cycle&#8217;s framing for the year is an increased focus on context layers and semantics. Gartner is already using the language of a context layer. What is missing is ownership.That is the narrow claim, and it is the one this article is making.</span></p><p><span>Enterprises have clear ownership for three things. Datasets belong to the data organization, applications and infrastructure to IT, models to whichever team you designated for ML and AI. Each has a budget line, an on-call rotation, and a person whose title contains the word.</span></p><p><span>The thing an agent acts on is none of the three. Suppose someone did own context. Here is the inventory they would be maintaining:</span></p><ul><li><p><span>what a term means</span></p></li><li><p><span>which data is authoritative</span></p></li><li><p><span>what policy applies</span></p></li><li><p><span>how the work is actually done here</span></p></li><li><p><span>what happened before</span></p></li><li><p><span>who is allowed to decide</span></p></li></ul><blockquote><p><strong><span>The first three already have places where people expect to find them. Semantics live in a glossary. Provenance lives in lineage. Policy lives in documents or, increasingly, code.</span></strong></p><p><strong><span>The other three are much harder. Procedure lives in tickets, runbooks and the three people who remember how the monthly close runs. Decision history lives in logs nobody reads with meaning attached. Authority lives in an IAM system designed for humans.</span></strong></p></blockquote><p><strong><span>Procedure is probably the clearest example.</span></strong><span> A catalog can tell an agent what &#8220;net revenue&#8221; means and where the authoritative table is. It cannot tell the agent that the close is not final until the Singapore entity confirms, that three known exceptions get handled by hand every quarter, or that the number is provisional until Thursday. A new analyst learns that in six weeks from people. An agent never learns it at all, because no system holds it and no function is accountable for holding it. That is the difference between a catalog and a context layer, and it is why the metadata layer, however good it gets, only ever describes part of the problem.</span></p><div class="callout-block" data-callout="true"><p><strong><span>&#8220;Context is produced by all three functions and owned by none.&#8221;</span></strong></p></div><p><span>The order matters, because it decides what you do about it. Procedure, decision history and authority are unowned partly because nothing holds them. There is no artifact for a domain expert to maintain, no system a steward could be accountable for, nothing an audit could be pointed at. The ownership gap exists partly because there is nothing concrete for someone to own. An owner appointed over that is a person with a spreadsheet. The vacancy is real, and it sits downstream of an absence.</span></p><p><span>When governance and policy is the most-named barrier across all ten reports, the analysts are not saying governance software is missing. They are saying that where these technologies have to work, there is no one whose job it is to make the call. The work sits between two org charts, and every proposal to resolve it reads to one side as a land grab and to the other as a dumping of work.</span></p><p><span>There is an obvious candidate: the data organization.</span><strong><span> </span></strong><span>You are the closest fit. Nobody else sits at the intersection of data, semantics and trust, or is already accountable for what a term means and whether a source can be relied on. Drawing the org chart from scratch, context reports to the data organization.</span></p><p><span>The research makes that harder than it sounds. All three items land at least as heavily on the CIO&#8217;s side as on yours, and the authority question underneath agent identity is not a data capability under any reading.</span></p><blockquote><p><strong><span>A CDAO handed context without the identity model, the delivery pipeline and the platform budget has been given a title rather than a job.</span></strong></p></blockquote><p><span>So here is the recommendation, plainly, because a diagnosis without one is not much use</span><strong><span>.</span></strong><span> Context should have one accountable owner, and that owner most plausibly sits in the data organization, holding a mandate that reaches into infrastructure. </span><strong><span>Not a council or a working group. One person with a budget and an on-call rotation, like every other capability someone owns.</span></strong></p><p><span>The difficult part is the infrastructure authority that comes with the role. Enterprises keep stopping short of granting it. Everything below is a way to find out how far you are from being able to grant it.</span></p><div><hr></div><h2><strong><span>What the owner would actually need</span></strong></h2><p><span>An owner for context as a capability, not a tool. Organizations tend to spend most of their time debating the reporting line. The harder question is what the role can actually reach. If the owner cannot set requirements on the identity model, cannot gate the delivery pipeline, and cannot stop a team standing up its own context store, the title exists and the capability does not. The real question is for the CIO: what will you let this person constrain? Get it answered now, because after the first incident the role goes to whoever was closest to the failure.</span></p><p><span>One joint decision reconstruction, with both organizations in the room. Trace a live agent decision end to end against the four-item test. Your team will find the semantic and lineage gaps, theirs will find the identity and authority gaps, and neither finds both alone. That is the point.</span></p><p><span>One shared test for the metadata layer, agreed before either of you buys anything. Can a system that is not the catalog&#8217;s own interface read it. Use this as a diagnostic before you make it a purchasing requirement, because the answer tells you where you stand without telling you what to buy. Answered separately, the two organizations land in different places, and every downstream item inherits the discrepancy.</span></p><div><hr></div><h2><strong><span>How to check this?</span></strong></h2><p><span>The gradient is the part you can check yourself. It comes from a keyword coding of the Obstacles text across all 314 profiles, split at the peak. Recode it your own way against your own copies of the reports. If the pre-peak and post-peak shares come back close to each other, the argument is dead. The connection between those five observations is my inference, not something the reports say directly. So is calling the thing that lacks an owner &#8220;context.&#8221;</span></p><div><hr></div><h2><strong><span>8 questions to ask before anything else</span></strong></h2><p><span>To test whether this gap is currently costing your organization money, bring both IT and Data into the room and run through these eight self-diagnostic questions before your next procurement cycle:</span></p><ol><li><p><span>For the most consequential agent decision last month, can you produce the four items above: context, policy in force, authorizing identity, semantic version? How long did that take?</span></p></li><li><p><span>What share of the data entering your estate this quarter was machine-generated, whether by models, agents or humans, and how do you know?</span></p></li><li><p><span>Which three policies do you enforce, as opposed to publish?</span></p></li><li><p><span>Can a system that is not your catalog read your metadata without a human in the loop?</span></p></li><li><p><span>How many places in your estate store agent state or memory, and which team owns each?</span></p></li><li><p><span>If an agent exceeded its authority tomorrow, whose incident process owns it?</span></p></li><li><p><span>Are your data policy enforcement roadmap and your policy-as-code roadmap the same roadmap?</span></p></li><li><p><span>Who would notice first if the answer to question one was &#8220;we cannot&#8221;?</span></p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!8J3u!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!8J3u!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8J3u!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F92b491e3-67e1-4aa2-bbbe-b04601a817c0_1536x1024.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"><strong>Three teams, three context stores, three definitions of what a customer is. None of them wrong. All of them load-bearing.</strong></figcaption></figure></div><p><span>Nobody woke up intending to build three incompatible context platforms. They simply built what the organization never decided to own. </span></p><div class="callout-block" data-callout="true"><p><strong><span>Until context has an accountable owner, enterprises will not have one context layer. They will have three. Each is correct on its own terms. None of them fit together, and by the time anyone works that out, all three are load-bearing.</span></strong></p></div><p><strong><a href="https://atlan.com/context-and-chaos/issue/gartner-hype-cycles-2026-nobody-owns-context/"><span>This article was originally published on Context &amp; Chaos platform!</span></a></strong></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!lMlM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!lMlM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png" width="1456" height="766" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:766,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2272660,&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://contextandchaos.substack.com/i/210946789?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!lMlM!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e0c14e9-7774-40d1-a137-a200bfa50e76_1729x910.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><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[Your Agents Are Code. Stop Governing Them Like Documents.]]></title><description><![CDATA[You cannot inventory agents fast enough to govern them. You can govern the parts they are made of.]]></description><link>https://contextandchaos.substack.com/p/your-agents-are-code-stop-governing</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/your-agents-are-code-stop-governing</guid><dc:creator><![CDATA[Vivek Dubey]]></dc:creator><pubDate>Fri, 07 Aug 2026 14:58:44 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/99ae3b09-af79-46d7-bbe9-1c02bc12717d_1731x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>Somewhere in your company this quarter, an executive is going to ask for a list of every AI agent in production. The number that comes back is larger than anyone expected. Most of it was built by people who never filed a ticket, nobody has been maintaining the list, and the deadline is measured in weeks. Whoever owns the answer arrives where everyone arrives: a registry kept by hand cannot keep pace with the rate at which agents are created.</span></p><p><span>The panic is real. The playbook it triggers is aimed at the wrong unit. Getting to the right one starts with why the demand showed up everywhere at once.</span></p><div><hr></div><h2><strong><span>Why the demand arrived all at once</span></strong></h2><p><span>A year ago this was a next-year problem. Then coding assistants put building into everyone&#8217;s hands, and an agent stopped being an engineering deliverable and became something a sales rep assembles on a Tuesday afternoon.</span></p><p><span>Enterprise governance was designed for software that arrives through procurement. Today the software arrives through enthusiasm.</span></p><p><span>The demand outran the answer. </span><a href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai"><span>McKinsey&#8217;s 2025 State of AI survey</span></a><span>, fielded across 1,993 respondents in 105 countries, put 62% of organizations at least experimenting with AI agents, 23% of them scaling in at least one function. Among organizations using AI, 51% had already seen at least one negative consequence in the previous year. What neither number captures is who was answerable for any one of those agents when it went wrong.</span></p><div><hr></div><h2><strong><span>The current playbook governs the wrong unit</span></strong></h2><p><span>The reflexive answers arrive from two familiar directions. Procurement-led control towers tell you which AI products the company bought. Privacy and compliance platforms tell you which use cases passed an assessment.</span></p><p><span>Both are useful, and both miss in the same predictable place. A control tower sees the assistant the company holds a contract for, and not the agent someone assembled inside it last week. A compliance platform assesses a use case at the moment it is approved, and never sees the tool connection swapped into it three weeks later. Neither is a failure of rigour. One is an inventory of purchases, the other an inventory of approvals, and the thing actually running in production is neither.</span></p><p><span>They share the deeper assumption too: that the agent is the unit of governance, a thing you list, score, and approve, the way you once listed applications. That assumption is where the playbook breaks.</span></p><div><hr></div><h2><strong><span>An agent is a composition, and the parts are what hold still</span></strong></h2><p><span>An agent looks like words. The canvas on the front end reads like prose: instructions, descriptions, personas. Behind the canvas, all of it is code, and each agent is a composition. Underneath every one sits a set of artifacts: skills, tools, MCP servers, credentials, knowledge folders, memory. The agent everyone is being asked to inventory is the sum of those parts.</span></p><p><span>That reframing is not new here</span><strong><span>.</span></strong><span> </span><a href="/__u/contextandchaos.substack.com/p/how-to-make-satya-nadellas-vision"><span>This article by Prukalpa Sankar on Context &amp; Chaos</span></a><span> has already argued that a skill is a primitive: a reusable, versionable, testable unit of how-to, managed the way software engineering manages code. The parts are also the only stable thing in the system. An agent is the least stable object there is: it gets renamed, forked, cloned by someone who did not know the first one existed, abandoned by an owner who changed teams. Underneath the churn, the same dozen skills and the same few tool connections keep reappearing. Skills are where this bites first. They are the most reused artifact in the set, which means the widest blast radius when one changes and the most people downstream of an edit nobody announced</span><strong><span>.</span></strong><span> Ownership assigned to an agent expires the moment the agent is renamed. Ownership assigned to a skill survives every agent that composes it. That is the whole case for moving governance down a level: attach it to the parts and it holds through the churn above, including the agents nobody registered, because an unregistered agent still has to be made of something.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3y8j!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3y8j!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3y8j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60c41943-8469-441c-a58a-5ea71af2f7e3_1730x909.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">Composition and ownership: the agent gets renamed, the skill keeps its owner | Source: Author</figcaption></figure></div><p><span>There is a deeper version of this that looks organizational rather than technical. </span><a href="/__u/joereis.substack.com/p/your-agents-are-stuck-in-your-org"><span>Joe Reis</span></a><span> makes it directly: point agents at a siloed company and you get more silos, faster, and what they actually need is access, shared semantics, and a human who owns the result. But a human who owns the result has to own something durable, and the agent is not durable. Attach the person to the skill and the ownership holds. The artifact is where the org chart attaches too.</span></p><div><hr></div><h2><strong><span>The discipline is familiar. Only the artifact list is new.</span></strong></h2><p><span>Data teams spent two decades learning this on tables, views, and columns: catalog them, trace their lineage, name an owner, and treat the description of the asset as an asset in its own right. That last habit is the one that transfers, and two writers in this publication have already located where it lands for AI. </span><a href="/__u/contextandchaos.substack.com/p/conceptual-modeling-is-the-context"><span>Juha Korpela</span></a><span> argues that conceptual modeling, the discipline the industry quietly abandoned a decade ago, is exactly what agents need now, and that semantics should be separated from data and governed as its own layer. </span><a href="/__u/contextandchaos.substack.com/p/ontologies-context-graphs-and-semantic"><span>Jessica Talisman</span></a><span> set out the vocabulary for that layer. The governed thing was the description of the data as much as the data itself. Agents need exactly that, one artifact list over.</span></p><p><span>What those artifacts do not have is the tooling. Skills that are code libraries in every meaningful sense get filed like documents, in office suites and shared drives and trackers built over a weekend, and then asked software questions they cannot answer.</span></p><div><hr></div><h2><strong><span>Where source control falls short</span></strong></h2><p><span>Most technical readers raise the obvious objection here, and it is the best one. Agents are code, so put them in source control and inherit the software development lifecycle. It falls short on a specific boundary. Source control was built to hold versions of files, not to answer questions about how those files relate. It does not hold the dependency graph between skills. It does not know that one skill is used by five agents, or which agents broke when someone edited it this morning. It does not know who is using what, and it knows nothing about what any of it costs to run. The inverse holds too: skills do not need branching, which is pure overhead for an artifact whose consumers need audit history, versions, and a named owner.</span></p><p><span>The closer analogy sits one layer over from the repository: a package registry. The repository holds the code. The registry answers who depends on this, which version is safe, and what breaks if it changes. That second set of questions is exactly what governance leaders are being asked this quarter. The request arrives dressed as a version control problem, and underneath it is a registry problem.</span></p><div><hr></div><h2><strong><span>Artifacts live at several altitudes</span></strong></h2><p><span>A registry answers who depends on what. It does not answer where an artifact belongs. That second question is altitude, the level an artifact sits at</span><strong><span>. </span></strong><span>Some belong to the whole company, the instructions and guardrails every employee&#8217;s agent should inherit. Some belong to a department, some to a single team, some to one person. Governance has to handle promotion upward and inheritance downward, and the failure modes are easy to trigger. On the estate I work on, a company-wide instruction file was pushed to every machine, and the push overwrote the local instructions individuals had written for themselves. The control landed exactly as designed. The outcome it existed to protect died on every machine it touched, and nobody was notified, because nothing in the system knew that two artifacts at different altitudes were fighting for the same slot. Layering, promotion, inheritance, and precedence are governance problems, and a spreadsheet has no column for any of them.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!GPFl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!GPFl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!GPFl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4983a7b1-ae8b-466c-855c-d3e706630224_1730x909.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"><span>Context has altitude: who gets to override whom | Source: Author</span></figcaption></figure></div><div><hr></div><h2><strong><span>What good looks like</span></strong></h2><p><span>Three moves, in order.</span></p><ul><li><p><strong><span>Derive the inventory instead of collecting it</span></strong><span>. A registry that depends on humans filling in forms will never keep pace with the rate at which agents are created. In the data world, inventory stopped being declared and started being scanned. Agents have no connectors, but they leave traces: every session already carries attribution for which agent ran, which skills it invoked, and which tools it touched. On our own estate, inventory derived from what actually runs is the only kind that has stayed accurate, because nobody has to remember to declare anything, and it survives a rename.<br></span></p></li><li><p><strong><span>Lifecycle over a list.</span></strong><span> A list tells you what exists. Lifecycle tells you what happens when something changes: versions, audit history, named owners, promotion across altitudes, and the ability to pull one artifact and know exactly which agents just lost a dependency. That last capability is the kill switch most inventory projects quietly lack, and it is the one an incident asks for first.<br></span></p></li><li><p><strong><span>Attach cost to the artifact.</span></strong><span> License costs are fixed and negotiated once; token costs follow usage and compound. Until spend traces back to specific agents and the artifacts inside them, nobody can say which agents return value and which are expensive duplicates of the one sitting three folders away. </span><a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027"><span>Gartner expects more than 40% of agentic AI projects to be cancelled by the end of 2027</span></a><span>, citing escalating costs, unclear business value, or inadequate risk controls. Two of those three are visibility problems before they are strategy problems.</span></p></li></ul><div><hr></div><h2><strong><span>Start with one skill</span></strong></h2><p><span>Pick one skill this week that more than one of your agents uses. Ask who owns it, which agents depend on it, and what breaks if you delete it tonight. If those answers take longer than five minutes to assemble, that skill is not governed. Neither is anything built on it.</span></p><p><a href="https://www.gartner.com/en/newsroom/press-releases/2026-04-28-gartner-identifies-six-steps-to-manage-artificial-intelligence-agent-sprawl"><span>Gartner predicts the average global Fortune 500 enterprise will run more than 150,000 AI agents by 2028</span></a><span>, up from fewer than 15 in 2025. Nobody governs 150,000 agents by hand. Everyone can govern the parts they are made of. So when the executive asks how many agents you have, the answer that survives next quarter&#8217;s sprawl is a different one: here is what they are made of, here is who owns those parts, and here is what happens when one of them changes.</span></p><p><strong><a href="https://atlan.com/context-and-chaos/issue/your-agents-are-code-not-documents/"><span>This article was originally published on Context &amp; Chaos platform!</span></a></strong></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!YUe0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!YUe0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3257569,&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://contextandchaos.substack.com/i/210204874?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YUe0!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19e4a36b-5863-4772-8227-509d8bc26313_1730x909.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"><span>Congratulations. Now who owns the arm? | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[AI Slop Produced by a Human Is a Yellow Flag ]]></title><description><![CDATA[Adoption numbers tell you people are using AI. They don't tell you if the company is getting more capable.]]></description><link>https://contextandchaos.substack.com/p/ai-slop-produced-by-a-human-is-a</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/ai-slop-produced-by-a-human-is-a</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Fri, 31 Jul 2026 14:02:52 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/0ae8b7bb-5b56-4e15-ab18-68dbd1d8d259_1731x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><p><strong><span>AI slop produced by a human is a yellow flag. Sometimes it&#8217;s worse than not using AI at all.</span></strong></p></blockquote><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!S2QC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 424w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 848w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!S2QC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp" width="512" height="129" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:129,&quot;width&quot;:512,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:16238,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://contextandchaos.substack.com/i/209218294?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 424w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 848w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 1272w, /__u/substackcdn.com/image/fetch/$s_!S2QC!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa91dcdde-55d0-4382-b9c6-dc4f1d18b0d2_512x129.webp 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p><span>I sent that to our team a year ago, after watching something strange take hold. More and more of the work inside our company was arriving as polished, AI-generated artifacts. Enablement material that once would have been a document became an interactive website. Ideas became prototypes in hours. There were tabs upon tabs of things that looked finished. At first, it felt like progress. AI usage was rising. People were building. The work often looked better than it had before.</span></p><p><span>But much of that material went unused, or was discarded soon after. We had lowered the cost of making something without raising the odds that it would matter. And the low-value output was not harmless. It became context for the next person, or the next model, to build on.</span></p><div class="callout-block" data-callout="true"><p><strong><span>Slop produced more slop. And sometimes even better looking slop.</span></strong></p></div><p><span>The word human in the note at the start is the whole point. The model generated the artifact, but a human chose the problem, accepted the quality, and decided it deserved other people&#8217;s attention. Not using AI might make one person slower. Using AI without judgment can make the whole organization slower.</span></p><p><span>What judgment is to a single artifact, organizational metabolism is to a company:</span></p><blockquote><p><strong><span>the thing that decides whether a new capability becomes a better outcome, or just more output.</span></strong></p></blockquote><div><hr></div><h2><strong><span>The adoption trap</span></strong></h2><p><span>I can recite all of our AI numbers: licenses provisioned, weekly active users, tokens consumed, agents created, hours supposedly saved, artifacts shipped. Our investors routinely tell us we&#8217;re in the top 1% of AI adopters. But those numbers measure whether people are using AI. They are not an indicator of whether the company is getting more capable using AI.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Duab!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Duab!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Duab!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4766a132-0fd4-46b2-87d9-0edc734bbee3_1731x909.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"><span>The adoption trap: activity is not capability | Source: Author</span></figcaption></figure></div><p><span>An enablement site only matters if it changes how the field sells. An agent only matters if it improves a consequential decision. A campaign only matters if it earns attention and trust, not because it produced more assets than a human team could have.</span></p><p><span>When creation was expensive, a polished artifact signaled commitment. The effort was a natural brake. AI has removed most of that brake, and our instincts haven&#8217;t caught up. We still read volume and polish as evidence of value. Left unchecked, the result is a new kind of organizational theatre: AI output theatre.</span></p><div><hr></div><h2><strong><span>So what makes a company frontier?</span></strong></h2><blockquote><p><em><strong><span>The durable advantage is organizational metabolism</span></strong></em></p></blockquote><p><span>AI is usually described as a tool to adopt and that understates the actual change. It&#8217;s a foundational capability you can redesign work around, and the question that matters is whether the organization can turn that capability into a new behavior, and then into a new outcome.</span></p><p><span>In the previous year alone, we rebuilt the AI architecture of our customer success team four times. Each version worked at first, then hit a wall, and each time we decided to rebuild instead of patching over the cracks. We started with a prompt-based setup. Then we move to agents and humans working together through an explicit org chart. That became a single proactive system living inside the team&#8217;s chat.</span></p><p><span>Today we&#8217;re building the fourth: one system with a shared brain, an interface where the team manages tasks and gives feedback, and self-learning loops that get better every time a human corrects them.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!H-Mi!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 424w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 848w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 1272w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!H-Mi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png" width="1456" height="582" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:582,&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;: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="/__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 424w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 848w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.png 1272w, /__u/substackcdn.com/image/fetch/$s_!H-Mi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02a49305-bcf9-4ae9-a2a5-3d782bb7d8e9_1983x793.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"><span>Four architecture evolutions: same team, new architecture, better with every iteration | Source: Author</span></figcaption></figure></div><p><span>Do we regret rebuilding that architecture four times? Not for a second.</span></p><p><span>Why? Because for a company operating at the frontier, that might be the point. Each time, we reimagined the work and ended up building a new advantage in the process.</span></p><p><span>Here&#8217;s the belief I&#8217;ve landed on. The models will change. The tools will change. Today&#8217;s frontier workflow will be tomorrow&#8217;s default. The durable advantage is organizational metabolism: how quickly you can notice a new possibility, test it against reality, absorb what you learn, and change how you work.</span></p><div><hr></div><h2><strong><span>Change the outcome, not just the output</span></strong></h2><blockquote><p><em><strong><span>Frontier companies get more ambitious, not just more efficient</span></strong></em></p></blockquote><p><span>Most conversations about AI productivity focus on multipliers: more code, more campaigns, more content, more work per person. There&#8217;s no doubt in the fact that, efficiency matters. But if the result is ten times as many emails, slides, or lines of code, we have confused greater production with greater capability.</span></p><p><span>The more interesting question is not &#8220;How can AI help us do this faster?&#8221; It is &#8220;If today&#8217;s capabilities had always existed, would we have designed this task, role, or team at all?&#8221;</span></p><p><span>One of our marketers recently made that question real by building a personalized web experience. It uses intent signals to infer a visitor&#8217;s company, pulls together the context we already have about that account, and generates the experience as the visitor arrives. Instead of sending everyone through the same set of pages, it gives each visitor the information most relevant to who they are.</span></p><p><span>This is not pre-generating a hundred landing-page variants. It changes the unit of work: from producing pages to assembling an experience around a person&#8217;s context, where what helps the visitor most turns out to be what converts fastest.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!itT9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!itT9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&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;: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="/__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!itT9!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bffb7bb-dd35-46e7-b995-7651c798cef0_1672x941.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"><span>Output versus outcome: more output isn&#8217;t more capability | Source: Author</span></figcaption></figure></div><p><span>It&#8217;s still an experiment, not a proven growth engine. We also need to learn where personalization becomes inaccurate, invasive, or untrustworthy, and what review and stopping rules it demands. But it changed the question I was asking: from how to make more landing-page variants to whether every visitor can arrive at an experience built around who they are. That shift, from producing more of the old unit to imagining a new one, is what greater ambition looks like.</span></p><div><hr></div><h2><strong><span>The organization has to absorb the change</span></strong></h2><p><span>New capability does not transform a company until the organization moves with it. Knowledge work has long divided complicated outcomes among specialist functions, each connected by handoffs. That structure created scale and protected expertise. It also fragmented ownership and turned the movement of context into a job of its own.</span></p><p><span>AI gives one person access to capabilities that once lived across functions. A marketer can build. A product manager can prototype. An operator can create internal software. Deep expertise is not less relevant in that world, but it sits in different places, and every handoff has to re-earn its cost.</span></p><p><span>Some boundaries should stay. High-stakes claims still need independent review. Deep technical work still needs deep expertise. Privacy, security, and brand risk still require accountable owners.</span></p><p><span>The decision rule we are testing is this:</span></p><p><span>Remove a handoff when it exists mainly to transport context. Preserve independence when it exists to challenge judgment, control risk, or contribute scarce expertise.</span></p><p><span>The structure we&#8217;re testing, small cross-functional pods, is still an experiment, but there are early signs it&#8217;s working. I just came back from our marketing retreat expecting to hear how the team was coping without traditional management structures. Instead I mostly heard gratitude, and a common refrain: they couldn&#8217;t believe they&#8217;d ever worked the old way.</span></p><div><hr></div><h2><strong><span>Is the real frontier human?</span></strong></h2><p><span>The more powerful AI becomes, the more the human operating it matters. Give two people the same model. One produces ten acceptable versions of an existing asset. The other asks whether the asset should exist, reframes the problem, and attempts an outcome that used to be beyond an individual&#8217;s reach. AI supplies the leverage; the human chooses the direction. Judgment decides what&#8217;s worth doing, and taste decides whether it&#8217;s any good. To work at the frontier, an expert has to keep consenting to become a beginner.</span></p><p><span>This is why we&#8217;ve started rethinking human skills directly. One tool is a simple grid with two axes, human skills and AI leverage, as a way to start thinking about where human impact actually comes from.</span></p><p><span>The next few years may feel like fight, flight, or freeze: roles will change, familiar skills will become abundant, and the boundaries people use to define their professional identity will move. But fear cannot be the operating principle for people trying to thrive in this new world. And this is where the organization has responsibilities too: to create room for learning, make changing expectations explicit, and help people develop the skills the new system requires.</span></p><p><span>The human frontier is whether a company can increase machine leverage without diminishing human agency, not simply whether individuals can adapt quickly enough.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!WLtY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!WLtY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WLtY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5bea40c0-3fca-4c34-b4ce-2fcb2652138a_1731x909.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"><span>The real frontier: human agency plotted against AI leverage | Source: Author</span></figcaption></figure></div><div><hr></div><h2><strong><span>Writing it down, in the open</span></strong></h2><p><span>We&#8217;re trying to build a truly frontier company. We haven&#8217;t finished, and I don&#8217;t think anyone has a finished playbook. The primitives are being invented while we use them.</span></p><ul><li><p><span>What happens to the role of the manager?</span></p></li><li><p><span>How should AI-native work be measured?</span></p></li><li><p><span>What does a 100&#215; outcome look like without becoming a 100&#215; productivity treadmill?</span></p></li><li><p><span>Which kinds of expertise matter more, and which handoffs disappear?</span></p></li></ul><p><span>These are the questions hard to answer from only one side of the frontier. Many of the companies writing most openly about AI-native work were born in the AI era, with no pre-AI organization to unwind. That isn&#8217;t the situation most of us are in. Most companies have existing customers, roles, systems, and identities. They can&#8217;t start over. They have to transform without losing the trust, expertise, and business they&#8217;ve already built.</span></p><p><span>We sit in an unusual spot between those worlds. We&#8217;re rebuilding our own company around AI while building technology that helps some of the world&#8217;s largest enterprises do the same. We see the questions emerging inside AI-native startups in the Bay Area, and the very different reality of making those capabilities work inside institutions with decades of history.</span></p><p><span>There&#8217;s one more reason to write this in the open. Social media has turned AI transformation into a highlight reel: companies share what&#8217;s working and hide the failed experiments, the abandoned architectures, and the quiet fear about what new systems mean for people&#8217;s jobs.</span></p><p><span>Our own company will be the laboratory, not the hero of every story. I fully expect our views to change as the evidence changes.</span></p><p><span>The frontier company will not be the one that uses the most AI. It will be the one that can responsibly shorten the distance between a new capability and a better outcome, and keep changing its form without losing its purpose.</span></p><p><span>If you want to know where your company stands, try a five-minute test. Pick the last AI-generated artifact your team shipped and ask these questions: <br><br>- Who chose the problem<br>- Who accepted the quality <br>- Who decided it deserved other people&#8217;s attention.</span></p><p><strong><span>If no one can answer, congratulations you&#8217;ve found your slop.</span></strong></p><div class="callout-block" data-callout="true"><p><strong><span>Maybe the ultimate frontier isn&#8217;t technological at all? That&#8217;s the question we&#8217;ll keep testing.</span></strong></p></div><div><hr></div><p><span>If you&#8217;re building with AI at work, workflows, agents, internal tools, this next part is for you.</span></p><p><span>This week we launched Atlan Frontier Labs, the build log where we&#8217;re documenting this rebuild in public. Real numbers, real failures, human gates.</span></p><ul><li><p><a href="https://atlan.com/frontier/essays/we-rebuilt-marketing-around-it/"><span>We rebuilt marketing around 300 shared skills</span></a><span> &#8212; </span><strong><a href="https://www.linkedin.com/in/surendran-balachandran/">Surendran Balachandran</a></strong></p></li><li><p><a href="https://atlan.com/frontier/essays/one-agent-never-stops-working/"><span>An agent watches every page on our website, because we ship faster than we can watch</span></a><span> &#8212; </span><strong><a href="https://www.linkedin.com/in/dubem-design/">Dubem Izuorah</a></strong><span> &amp; </span><strong><a href="https://www.linkedin.com/in/kg1510/">Kushagra Gupta</a></strong></p></li><li><p><a href="https://atlan.com/frontier/essays/from-one-analyst-to-a-fleet-of-agents/"><span>We turned our revenue intelligence from one analyst into a fleet of agents</span></a><span> &#8212; </span><strong><a href="https://www.linkedin.com/in/mohammed-fadil-22a49710a/">Mohammed Fadil</a></strong></p></li></ul><p><span>If you&#8217;ve built something with AI that made your team meaningfully better, tell us what you built. We&#8217;d like to feature it on our build log - </span><a href="https://atlan.com/frontier/"><span>Becoming Frontier</span></a><span>!</span></p><p><strong><span>This article was originally published </span><a href="https://atlan.com/frontier/essays/becoming-a-frontier-company-in-the-open/"><span>here</span></a><span>!</span></strong></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!07_h!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!07_h!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3089913,&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://contextandchaos.substack.com/i/209218294?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!07_h!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F534c36ec-e46d-4f86-a5c6-915872f23d21_1536x1024.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><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[I Got Long]]></title><description><![CDATA[Why context portability is the threat most AI programs cannot see yet]]></description><link>https://contextandchaos.substack.com/p/i-got-long</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/i-got-long</guid><dc:creator><![CDATA[Landon Pangburn]]></dc:creator><pubDate>Thu, 23 Jul 2026 19:08:01 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1d242a9b-f69f-4e97-af9d-e7ba1ebed74f_1729x910.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>I just finished </span><em><strong><span>The Warrior Elite</span></strong></em><span>, a book about the brutal selection course Navy SEAL candidates have to survive to earn the trident. In Phase Three of BUD/S, the land warfare phase, trainees run field exercises against simulated objectives. Buildings to clear. Targets to neutralize. Communications facilities to seize.</span></p><p><span>One detail stood out to me. As the team sprints toward the objective, every set of eyes locked on what is in front of them, one guy calls out something the others do not. &#8220;I got long!&#8221;</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!pBWn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!pBWn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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="/__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!pBWn!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c292a7e-37f0-4c87-b04b-5b60b99c0901_1731x909.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><figcaption class="image-caption"><span>The SEAL analogy: one person protects tomorrow while everyone else solves today | Source: Context and Chaos</span></figcaption></figure></div><p><span>Translation: I am watching the distance. I am looking for what the rest of you cannot see because your eyes are on the target. Somebody has to. One man&#8217;s job boils down to this: do not let the immediate threat blind you to the one coming.</span></p><p><span>That scene is playing out in enterprise AI right now, just with worse cardio and more JIRA tickets.</span></p><p><span>A lack of context portability is the threat in the distance. Almost nobody has felt it yet because almost nobody has gotten far enough to feel it. Most teams are still on the immediate objective: stand up the context, ship the first agents, get the evaluations in place, build some confidence the thing actually works. That is the right work to be doing. It is also exactly why nobody has their eye on long.</span></p><div><hr></div><h2><strong><span>What &#8220;long&#8221; actually looks like</span></strong></h2><p><span>Think about the last time you switched phones. iPhone to Android, Motorola Razr to iPhone, whichever direction. You did not sit down with a notebook and re-enter five hundred contacts by hand. You exported them, imported them, they showed up on the new device. The contacts were yours, not the phone&#8217;s.</span></p><p><span>Context portability is the same idea, applied to the meaning of your data.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!n2UD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!n2UD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png" width="1456" height="766" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:766,&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;: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="/__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!n2UD!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2c22b5ab-4835-4c88-afdf-44cb9ba30122_1729x910.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"><span>Your contacts move with you. Your data&#8217;s meaning should too | Source: Context and Chaos</span></figcaption></figure></div><p><span>The tight version: your data&#8217;s meaning should travel with the data, not with the tool it happens to be configured inside.</span></p><p><span>Most companies do not have that today. There is no canonical source for what &#8220;active customer&#8221; actually means. What exists is a definition inside the CRM, a different one inside the BI tool, a third inside whatever the AI team is building. That is what happens by default. When there is no authoritative version, every tool invents its own, and every new tool has to invent it again.</span></p><p><span>Context portability means you define it once, and that definition travels. Your AI agent, your CFO&#8217;s dashboard, the calculation in your customer-facing app, all of them answer the same question the same way, because all of them are reading the same authoritative version.</span></p><p><span>And it is not just metric definitions. The same problem applies to everything your data means: which columns hold PII, who owns the customer table,</span><a href="/__u/contextandchaos.substack.com/p/bi-ready-is-not-ai-ready"><span> which policy governs access to it</span></a><span>, what counts as certified. A definition of &#8220;active customer&#8221; that does not travel gives you a wrong number. A PII classification that does not travel gives you a compliance incident. Meaning is bigger than metrics.</span></p><div><hr></div><h2><strong><span>Why this was a smaller problem before, and why it is a bigger one now</span></strong></h2><p><span>Lock-in is not a new problem. Anyone who has migrated off a BI tool knows what it feels like to rebuild semantic meaning from scratch. LookML in Looker. Metrics in Tableau. Five hundred dashboards full of calculated fields that one analyst built and then left the company two years ago without writing anything down. Painful. But bounded. You rebuild the dashboards, you curse the previous vendor for a week, and life goes back to normal.</span></p><p><span>AI changes that. The ceiling comes off.</span></p><p><span>Three things break.</span></p><p><span>The first is that every agent needs authoritative context to function. Not &#8220;plausible&#8221; context. Not &#8220;inferred from a column name&#8221; context. The definition your business has actually agreed on, delivered to the agent at the moment it needs it. Most agents, especially the ones running in automated pipelines, batch processes, or behind a natural language query interface, do not pause to ask clarifying questions. They answer from whatever context they can reach. Even conversational agents that can ask follow-up questions will not ask &#8220;what do you mean by active customer&#8221; if the definition is not in their context to begin with. They cannot ask about something they do not know is missing. Whether your agents can ask is beside the point. What matters is whether the definition they need is reachable at query time, from the authoritative source, before the answer is generated.</span></p><p><span>The second is that the cost stops being one-time. Every new agent re-incurs it. You stand up your first agent on top of a curated dataset. It works. You stand up the second agent on a different stack, and now you are re-authoring the same business meaning a second time. The third, in a different cloud, and you are re-authoring it a third time. None of them inherit the work of the others. The investment does not compound. It restarts.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!p87M!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!p87M!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!p87M!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F25d36530-67e5-4881-a28c-eb872ac004b3_1730x909.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"><span>The re-authoring tax: one definition, rewritten for every tool | Source: Context and Chaos</span></figcaption></figure></div><p><span>The third is that the failures stop being loud. When two dashboards disagreed, somebody eventually filed a ticket. Somebody argued. Somebody escalated. The disagreement was visible. When two agents disagree, nobody sees it. Each is answering a different question for a different audience, confidently, on a different definition. The divergence never surfaces until somebody happens to compare notes weeks later, by which point the CFO has been making decisions on the wrong number for two quarters.</span></p><p><span>The version of this I hear most often, from data leaders across very different industries, goes something like this. Getting the right context to an agent at build time is a solved problem, or close enough to one that most teams can work through it. What they cannot do is move that context everywhere else it needs to live, and pull it back down at the moment an agent actually needs it. That gap, between setting one agent up correctly and being able to do it at scale, is the thing nobody has an answer for.</span></p><p><span>The pattern underneath it is always the same. A company already has agents running on four or five different platforms. Different teams, different stacks. Every one of those agents needs to know what an &#8220;active customer&#8221; is. None of them are getting that answer from the same place. The problem is structural, and it is about to get expensive.</span></p><p><span>That is what long looks like.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!DaKI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 424w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 848w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 1272w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!DaKI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png" width="1456" height="849" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:849,&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;: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="/__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 424w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 848w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.png 1272w, /__u/substackcdn.com/image/fetch/$s_!DaKI!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76efbfb9-da67-464f-9a3d-ca5b6229c750_1642x958.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">Without portability the investment restarts every time. With it, the investment compounds | Source: Context and Chaos</figcaption></figure></div><p><span>The obvious response is to wait for the platforms to solve it. Every vendor in your stack is promising to hold your context for you, and every one of them means it. Notice what that is. Portability that reaches only where one vendor&#8217;s platform reaches is just lock-in with better marketing. If your definitions can only travel where one vendor&#8217;s platform reaches, you have not made your context portable. You have chosen which walled garden it lives in. Contacts became portable because they became a standard nobody owns. The meaning of your data needs the same thing: authored once, governed in one place, readable by every tool you run today and every tool you have not bought yet. That has a concrete implication most teams miss. The definitions themselves have to live in a format any engine can read, the same way</span><a href="/__u/contextandchaos.substack.com/p/semantic-layers-failed-context-graphs"><span> open table formats</span></a><span> are ending warehouse lock-in for the data itself. Portability is a property of where the meaning lives. It is not a feature a platform grants you.</span></p><div><hr></div><h2><strong><span>What you actually get</span></strong></h2><p><span>Two problems get solved when context is portable.</span></p><p><span>The first is the authoring problem. Without portability, &#8220;active customer&#8221; lives in four places with four owners, which is four opportunities to drift. And they will drift. Someone updates the CRM to exclude churned trials. Nobody updates the BI tool. Nobody updates the agent. Six months later, the CFO&#8217;s board deck reports 41,000 active customers, the AI agent tells the CS team 38,500, and the head of sales is on a call asking which number is real. Nobody in that meeting is having a good time.</span></p><p><span>Portability collapses that into one definition, in one place, with one owner. Every downstream tool reads the canonical version. When it changes, it changes everywhere.</span></p><p><span>The second is the migration problem. Your stack is going to evolve. You will change BI tools, add a warehouse, adopt an AI platform that did not exist when you designed the last one. Without portability, every one of those moves means rebuilding the meaning of your data from scratch on the new tool. With portability, the tool changes and the meaning stays. When you switch phones, the numbers do not move because the phone did the work. They move because they were never really the phone&#8217;s to begin with.</span></p><div><hr></div><h2><strong><span>Portable is not the same as governed</span></strong></h2><p><span>This is the part of the argument where I have to slow down, because it is where most portability conversations go sideways.</span></p><p><span>Making your context portable does not, by itself, make it useful. A portable definition that nobody owns is still tribal knowledge, just in a different format. If &#8220;active customer&#8221; travels between tools but nobody is on the hook for what it means, when it last changed, or who signed off on it, you have not solved the problem. You have made it easier to distribute the mess.</span></p><p><span>Three things have to travel with the definition for portability to actually matter.</span></p><p><span>Ownership. A named human is accountable for what &#8220;active customer&#8221; means. When the definition needs to change, that person owns the change. Not a Slack channel. Not a wiki page nobody has opened in eight months. A person.</span></p><p><span>Version history. Every change is captured. When a downstream agent starts giving different answers than it did last quarter, you can trace it back to the definition change that caused it, and to the moment the change happened.</span></p><p><span>Lineage. When &#8220;bookings&#8221; gets redefined, you can see every dashboard, every agent, and every model that depends on it. The change might be right. You should never be surprised by what it breaks.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ByZx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ByZx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ByZx!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2d6adf3-0985-426e-847a-c90c6bc500ce_1731x909.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"><span>Portable is not governed: ownership, version history, and lineage have to travel with the definition | Source: Context and Chaos</span></figcaption></figure></div><p><span>Skip any of these and portability turns into distributed drift. Same definition, five places, none of them talking to each other. You made the problem worse.</span></p><div><hr></div><h2><strong><span>Portable is not the same as delivered</span></strong></h2><p><span>There is one more thing that has to be true for portability to work. The definition has to reach the agent.</span></p><p><span>A perfectly authored, perfectly governed definition sitting in a catalog is not portable if the agent cannot read it at query time. It is documentation. Very good documentation. Not what an agent needs.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!KWzN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!KWzN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!KWzN!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14222385-82ca-4693-804b-ffa8c31c6b58_1731x909.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"><span>Documentation is not runtime context: the agent needs a live bridge to the authoritative source | Source: Context and Chaos</span></figcaption></figure></div><p><span>Portability requires a delivery mechanism. Something that puts the authoritative definition in front of the agent, programmatically, at the moment the agent needs it. Not baked into a system prompt six weeks ago. Not copied into a YAML file that has already drifted from source. Live, at runtime, from the canonical source.</span></p><p><span>The delivery mechanism does not have to be one thing. It can be MCP. It can be a semantic layer API. It can be a file protocol. It can be a direct query interface. What matters is that the agent is reading from the authoritative source at the moment it is being asked, not from a stale copy that got embedded somewhere along the way.</span></p><p><span>Skip the delivery mechanism and all the work of building governed, portable context produces nothing at the moment of the query, which is the only moment that actually matters.</span></p><div><hr></div><h2><strong><span>Why one guy calls long</span></strong></h2><p><span>The SEAL who calls &#8220;long&#8221; is not solving the immediate problem. His teammates are on the immediate problem. His whole job is to make sure they get to do that job again tomorrow.</span></p><p><span>Context portability works the same way. Building it now does not make today&#8217;s agents any better. Today&#8217;s agents are working. That is not the argument. The argument is about what happens on agent number six, or agent number ten, or agent number twenty-eight. Whether they inherit the work you have already done, or they start from zero because nobody built the layer that lets the meaning travel.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!_yKw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!_yKw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_yKw!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fae0d50ae-8e34-4b6f-88f6-35df7406f691_1730x909.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"><span>The hidden curve: context debt stays flat until somewhere between fifteen and thirty agents | Source: Context and Chaos</span></figcaption></figure></div><p><span>Almost every enterprise AI team is going to end up with more agents than they have today. Some will have hundreds. A few will have thousands. The teams that build for that reality now are going to spend the next three years compounding their work. The teams that do not are going to spend the next three years paying the same authoring tax, agent after agent.</span></p><p><span>Compounding is worth being precise about. The case that context compounds through feedback loops has been</span><a href="/__u/contextandchaos.substack.com/p/context-graphs-are-a-trillion-dollar"><span> made in these pages before</span></a><span>. Portability is the precondition. An agent that discovers a definition produced a wrong answer in production has just generated context the next agent needs. Nothing flows back, and nothing compounds, across agents that cannot reach the same canonical source. The difference is whether your context can be written to, not just read from.</span></p><p><span>Neither team can tell you which one they are yet. Both are executing well against the immediate objective. The difference will not show up in quarter one, or quarter two, or in the first ten agents. It will show up somewhere between agents fifteen and thirty, when the cost of another re-authoring cycle stops being tolerable and everyone realizes that the way they set the problem up in year one is going to cost them the next three.</span></p><p><span>That is the guy calling long. And right now, in enterprise AI, almost nobody is calling it.</span></p><div><hr></div><h2><strong><span>What to do about it Monday</span></strong></h2><p><span>There is a window for building this in, and it is smaller than most teams realize. Retrofitting portability onto twenty agents that were each configured against their own definitions costs more than building the layer from the start. If you have five agents today, you are in the window. If you have thirty, you are already paying the tax.</span></p><p><span>Which is why the diagnostic below matters. Run it this week.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!jJY3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!jJY3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/eee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jJY3!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feee7a117-cd43-4f0c-8bc9-2ed287a47d2d_1731x909.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"><span>The Monday diagnostic: count every place one definition lives. That total is your portability debt | Source: Context and Chaos</span></figcaption></figure></div><p><span>Pick one definition your business actually argues about. Active customer. Qualified lead. Recognized revenue. Something whose interpretation carries real money, where the sales team, the finance team, and the analytics team are known to disagree.</span></p><p><span>Count the places it lives. Really count. Include the CRM. Include the semantic layer. Include the BI tool. Include the metric definitions embedded in dbt models. Include the spreadsheet the CFO&#8217;s team maintains and the Notion doc the analytics team keeps promising to update. Include the prompt of every AI agent you are already piloting.</span></p><p><span>Whatever number you get, that is your portability debt on one metric.</span></p><p><span>Now multiply by the number of agents your team plans to build in the next twelve months. That is what you are on the hook for if the layer underneath your agents cannot make one definition travel to all of them.</span></p><p><span>And remember what one unit of that multiplication costs. Standing up validated context for a single agent, finding the definitions, getting them agreed, wiring them in, runs 30 to 60 days in most enterprises I have seen. That is the cycle you are signing up to repeat.</span></p><p><span>One more thing: give the count an owner. In most organizations this lands naturally with whoever already owns data governance, because they already own the definitions. It is one person whose eyes are on the distance, not new headcount.</span></p><p><span>If the number scares you, congratulations. You just called long.</span></p><div><hr></div><h2><strong><span>Long</span></strong></h2><p><span>Enterprise AI is going to run on agents. Lots of them. Some you will build. Some you will buy. Some are already inside tools you are paying for. Salesforce Einstein. Microsoft Copilot. Workday AI. ServiceNow Now Assist. They are already in your environment, already reasoning over your customer data, already answering questions your users are asking them. And every one of them is reading a definition of &#8220;active customer&#8221; from somewhere. The question is whether any of those somewheres is a place you have signed off on.</span></p><p><span>The teams that figure this out early are not going to look like they are doing anything special right now. They will just be the ones whose agents scale two years from now, while everyone else is stuck rebuilding the same definitions in slightly different YAML for the third time.</span></p><div class="callout-block" data-callout="true"><p><strong><span>Somebody on your team should have their eye on long.</span></strong></p></div><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/i-got-long/">This article was originally published on the Context &amp; Chaos platform.</a></p></blockquote><div><hr></div><h2>Author Connect</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://www.linkedin.com/in/landon-pangburn/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3_09!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:99017,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://www.linkedin.com/in/landon-pangburn/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://contextandchaos.substack.com/i/208163849?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3_09!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F40ee531a-3e76-40b6-8c8f-c86626f8b21b_1100x374.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">Author Bio</figcaption></figure></div><p><a href="https://www.linkedin.com/in/landon-pangburn/">Connect with Landon on LinkedIn</a>!</p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!N2O4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!N2O4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2570427,&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://contextandchaos.substack.com/i/208163849?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!N2O4!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F043cb452-630c-4c22-baab-c2dd30701797_1536x1024.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"><span>I got long. | Source: Context and Chaos</span></figcaption></figure></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p><span>Got something on your mind? </span><strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[The GitHub for Context Doesn’t Exist Yet]]></title><description><![CDATA[A walkthrough of my talk at the AI Engineer World&#8217;s Fair: two eras of building agents inside my own company, five stack migrations, and the infrastructure question I left the room with.]]></description><link>https://contextandchaos.substack.com/p/the-github-for-context-doesnt-exist</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/the-github-for-context-doesnt-exist</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Thu, 16 Jul 2026 14:39:25 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!T0ad!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.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="/__u/substackcdn.com/image/fetch/$s_!T0ad!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!T0ad!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1857774,&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://contextandchaos.substack.com/i/207253672?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!T0ad!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d9eed8-53f6-4172-88bf-d596095792a7_1672x941.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><figcaption class="image-caption">WTF is the Context Layer, AI Engineer World&#8217;s Fair 2026, Context Engineering Track | Source: Author &amp; AI Engineer Worldfair</figcaption></figure></div><p><span>By the middle of last year, we could build an agent in about five minutes. Giving it enough business context to be accurate took forever. In the twelve months that followed, my company moved through five agent-stack configurations. Each change left something important behind: not the agent, which was easy enough to recreate, but the context that made it useful.</span></p><p><span>At one point, we had roughly 300 skills powering 40 active agents. The lesson from getting there was uncomfortable: </span><strong><span>the agents were never the hard part.</span></strong></p><p><span>At the AI Engineer World&#8217;s Fair, I opened the build log behind that conclusion. I walked through two eras of building agents inside our company: first, an agent for every job; then, one shared company brain serving many agents. Both worked. Both eventually hit a wall. And the second wall exposed an infrastructure gap I think this community will spend the next few years closing.</span></p><blockquote><p><em>Watch the full twenty-minute talk: <strong><a href="https://atlan.com/know/the-missing-infrastructure-for-production-agents/">"WTF Is the Context Layer?"</a></strong></em></p></blockquote><p><strong><span>The agent layer is becoming disposable. Your company&#8217;s context is not.</span></strong><span> Yet most of the tools we use still bind the two together.</span></p><p><span>The backdrop, in one paragraph, because I have made the full argument before. Models are getting exponentially smarter and not exponentially more useful: only about one in five organizations reports significant value from AI, by Gartner&#8217;s count, and </span><a href="https://www.pwc.com/gx/en/news-room/press-releases/2026/pwc-2026-global-ceo-survey.html"><span>56% of CEOs told PwC</span></a><span> they have seen neither higher revenue nor lower costs from AI in the past year. Performance is intelligence times context, and the relationship is multiplicative. I walked through the whole diagnosis in </span><a href="https://atlan.com/context-and-chaos/issue/the-context-layer-knowledge-graphs-second-act/"><span>the Knowledge Graph Conference talk</span></a><span> and </span><a href="https://atlan.com/context-and-chaos/issue/if-intelligence-is-abundant-what-is-the-moat/"><span>the moat piece</span></a><span>. This piece is about what happens after you believe it.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!h-Vm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!h-Vm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg" width="1200" height="630" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg&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;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&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="/__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!h-Vm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17ecb537-cb70-4797-81db-7d2c851c8b01_1200x630.jpeg 1456w" sizes="100vw"></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"><strong>Models are getting exponentially smarter, but not exponentially more useful | </strong>Source: Author</figcaption></figure></div><div><hr></div><h2><strong><span>What the agent needs to know</span></strong></h2><p><span>To make context concrete, I brought back Maya, a character I have used before. At the Knowledge Graph Conference, she was a support rep. For this talk she was promoted to data analyst at McContext Burgers, a name I chose because I thought I was going to be creative and clearly was not.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!TRC-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 424w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 848w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 1272w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!TRC-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png" width="1456" height="815" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:815,&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;: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="/__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 424w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 848w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.png 1272w, /__u/substackcdn.com/image/fetch/$s_!TRC-!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd1e0a29d-68b7-4b8a-abdd-0a4a1520682d_2048x1147.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"><strong>Meet Maya, the analyst every operator pings | </strong>Source: Author</figcaption></figure></div><p><span>Marcus, a franchisee with fourteen stores, sends her a question first thing in the morning: &#8220;Why is my drive-thru time up this week?&#8221;</span></p><p><span>The request sounds simple until you count what Maya must know to answer it.</span></p><p><span>What does &#8220;drive-thru time&#8221; mean, and whose definition applies, the one used by finance or the one used by operations? Does &#8220;this week&#8221; mean Monday through Sunday or the trailing seven days, and in which time zone? That is knowledge: the map of the business.</span></p><p><span>A strong analyst also knows that Q3 spikes are seasonal and that the company launched a product last quarter, so she rules out those explanations first. That is expertise: the diagnostic sequence nobody thought to write down.</span></p><p><span>Then there are norms. Who is asking? Does Marcus need a metric, an explanation, or a decision? Who is allowed to see the underlying data? When finance and operations disagree, whose definition governs this answer?</span></p><p><span>Maya did not learn all of this in onboarding. She learned it by shadowing an excellent analyst, making mistakes, receiving feedback, encountering edge cases, and not making the same mistake twice. That is how people become useful inside a company. The engineering question is: </span><strong><span>how do you build the agent Maya?</span></strong></p><div><hr></div><h2><strong><span>Era one: an agent for every job</span></strong></h2><p><span>Eighteen months ago, we started where many companies start. We took one team, mapped its jobs to be done, and formed hypotheses about which jobs AI could perform. Documentation and meeting preparation: yes. Relationship management: not soon. Then we built an agent for each job we believed in.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Vd-u!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 424w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 848w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Vd-u!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&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;: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="/__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 424w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 848w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Vd-u!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9e79d53-d466-4a5b-83e8-3ef25ab68d1d_2048x1152.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"><strong>Jobs between Humans &amp; AI |</strong> Source: Author </figcaption></figure></div><p><span>It worked, for a while. Then we met four walls.</span></p><p><strong><span>The first was accuracy.</span></strong><span> Spinning up the agent was trivial. Giving it enough business context to be right was the real work. Its quality tracked the quality of its context almost exactly, and every gap created a moment in which a stakeholder learned not to trust it. Trust does not return at the speed it leaves.</span></p><p><strong><span>The second was dependency management &amp; silos.</span></strong><span> When marketing changed our positioning, the humans heard about it at the town hall. Our website agent continued pitching the old positioning for weeks. Companies have spent a century building ways to keep human teams aligned: meetings, documents, onboarding, managers. Our agents had none of them. We could not even see how the agents we had shipped related to one another.</span></p><p><strong><span>The third was root cause analysis &amp; traceability.</span></strong><span> When an agent produced a bad answer, we often could not tell whether the problem came from the model, the agent design, or the context it received. If you cannot locate the failure, you cannot reliably fix it.</span></p><p><strong><span>The fourth was sprawl &amp; drift.</span></strong><span> Every agent had its own memory, so every agent learned separately. Ask two of them a question with one business answer and you might get three.</span></p><p><span>Under all four sat the wall that drew the most knowing laughter from the engineers in the room: stack churn. In twelve months, we moved through five agent-stack configurations, from a no-code builder to hyperscaler and enterprise-search frameworks to general-purpose coding agents to our own system of claws in slack.</span></p><p><span>This heterogeneity in our agentic stack amplified organisational silos built in our human stack. Our customer-success team built on one agentic framework, which accumulated context about our customers. Sales used a different agentic framework. Moving context between sales and post-sales was difficult, and the split produced agents that repeated and overlapped one another&#8217;s work.</span></p><p><strong><span>The framework was becoming disposable. The context on the other hand, was not.</span></strong><span> And the context was what we kept losing.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!8U-P!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 424w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 848w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!8U-P!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png" width="1456" height="818" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:818,&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;: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="/__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 424w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 848w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8U-P!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F99e35ae4-87e9-4531-90c2-46a7a6c4e895_2048x1151.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"><strong>The three walls of era one: context engineering, lifecycle, sprawl and drift | </strong>Source: Author</figcaption></figure></div><div><hr></div><h2><strong><span>Era two: one brain, many agents</span></strong></h2><p><span>This year, general-purpose agents like Claude Code changed what was fundamentally possible, so we inverted the architecture.</span></p><p><span>Instead of feeding context into each agent separately, domain experts encoded what they knew into shared skills. Those skills lived in one company brain. Retrieval and assembly connected that brain to whichever general-purpose agent was doing the work.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!FDBJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 424w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 848w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!FDBJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png" width="1456" height="696" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:696,&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;: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="/__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 424w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 848w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FDBJ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F94d1d44c-4b6f-4333-97ee-2fc83c08a9d3_2048x979.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"><strong>One company brain, many agents | </strong>Source: Author</figcaption></figure></div><p><span>The idea came from the human world. Maya is not a lone star; she belongs to a team. Strong teams share a language, a picture of what is true today, playbooks for recurring decisions, norms about who decides what, and memory of what failed. The team learns as a unit.</span></p><p><span>Our marketing team ran the first experiment. On one side were our business systems. On the other were deliberately heterogeneous agents: coding agents in the terminal, an agent in our chat channels, and external products. The shared context sat between them. We chose a mixed agent surface because era one had taught us that this layer would keep changing.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!I21_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 424w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 848w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!I21_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png" width="1456" height="818" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:818,&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;: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="/__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 424w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 848w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I21_!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc237d1e6-3df3-4090-a99d-fc00c1ffaca6_2048x1150.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">Marketing OS Architecture | Source: Author</figcaption></figure></div><p><span>Our best SEO person wrote the SEO skill. Our best competitive-intelligence person wrote the competitive-intelligence skill. Everyone contributed to one shared system; every agent could draw from it.</span></p><p><span>The brain asked for more than skills. An autonomous ads agent needed to know which tables to query, so we needed a data graph. Then it needed semantics: what does ARR mean here? What counts as a qualified lead when marketing and finance use different definitions?</span></p><p><span>Over six months, the team created about 300 skills and 40 agents, an active point-in-time snapshot, not a cumulative count. By a skill, I mean an encoded procedure or process that another person can pick up and use in a general-purpose agent. By an agent, I mean a system that proactively performs work without waiting for human intervention.</span></p><p><span>This architecture let expertise written once become available to a heterogeneous agent fleet. Then it exposed a different class of failure.</span></p><div><hr></div><h2><strong><span>The wall at 300 skills</span></strong></h2><p><span>Consider what happened when our marketing team changed our core category narrative. That positioning fed email workflows used by sales and customer success. But the narrative had been hardcoded into those workflows as an earlier snapshot. Nothing declared the dependency, so the upstream change never reached the downstream agents. They continued sending the old story.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!BZ6D!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 424w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 848w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!BZ6D!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png" width="1456" height="769" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:769,&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;: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="/__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 424w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 848w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BZ6D!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58c2f438-1e57-4d7b-85a2-1f2138876c98_2048x1081.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"><strong>Context needs to be managed like code: dependencies, ownership, security, portability | </strong>Source: Author</figcaption></figure></div><p><span>This was not an isolated design quirk, and in principle it was not a surprise: I had </span><a href="https://atlan.com/context-and-chaos/issue/how-to-make-satya-nadellas-vision-a-reality/"><span>argued before</span></a><span> that context must be managed like code, versioned, tested, owned. Living that prescription turned out to be different from writing it. Skills learned, evolved, and drifted; we could not always say who owned their quality or what a change might affect.</span></p><p><span>Security and governance became what I called &#8220;a nightmare&#8221; on stage. We found secrets hardcoded in environment files while people were also downloading public skill repositories into company workflows. Once we saw the risk, we stopped the affected work and ran a full audit. We are not claiming that a breach occurred. The point is that the context layer had become executable infrastructure before it had the controls executable infrastructure demands.</span></p><p><span>The obvious answer, especially in a room full of engineers, is: this is what git is for. Put the skills in a repository. Review the pull requests. Done.</span></p><p><span>We did that. Era two ran on git from day one, and git is a large part of why it worked for as long as it did.</span></p><p><strong><span>But git versions text, not meaning.</span></strong></p><p><span>Git can show that a definition changed. It cannot, on its own, tell you that the new definition of a qualified lead changes a battle card two dependencies downstream. It does not know that a competitive-intelligence update contradicts positioning owned by another team, or that this contradiction requires that team&#8217;s approval. A repository can store a production trace; it does not turn what 40 agents learned this week into safe, reviewable proposals for improving shared context.</span></p><p><span>This is not an argument against git. It is the same argument software engineering already made around it. Diffs and history were foundational, but they were not sufficient. Industrial software required version control plus code review, ownership, continuous integration, dependency management, security scanning, package registries, and runtime observability.</span></p><p><strong><span>Context has the diffs. It does not yet have a coherent version of the rest.</span></strong></p><div><hr></div><h2><strong><span>What the missing infrastructure must do</span></strong></h2><p><span>&#8220;The GitHub for context&#8221; is an imperfect shorthand. The missing thing is not a nicer repository. Nor is it necessarily one product. It is the operating layer that lets a company treat context as durable infrastructure rather than agent-specific configuration.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!nNCk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 424w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 848w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 1272w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!nNCk!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png" width="1456" height="767" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:767,&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;: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="/__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 424w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 848w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.png 1272w, /__u/substackcdn.com/image/fetch/$s_!nNCk!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0934c8c0-005e-4953-a79e-cb6c76a5f045_2048x1079.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"><strong>What a GitHub repo for enterprise context could look like | </strong>Source: Author</figcaption></figure></div><p><span>Our build log suggests at least five requirements.</span></p><p><strong><span>First, every unit of context needs a Github like profile:</span></strong><span> an owner, approvers, maintainers, scope, provenance, and declared dependencies. I believe over time - skills, semantic models, tools will all be managed as &#8220;units of context&#8221; in companies.</span></p><p><strong><span>Second, local and company-wide context must remain distinct.</span></strong><span>Enterprises do not have one frictionless source of truth. Marketing and finance can use different definitions for legitimate reasons. The system needs a governed path for preserving those differences and promoting local knowledge when it should become a shared standard.</span></p><p><strong><span>Third, change needs semantic review.</span></strong><span> A text diff is useful; a reviewer also needs to know which decisions, evaluations, and downstream agents the change may affect. Declared dependencies will never capture all emergent behavior, but they can make impact visible enough to test.</span></p><p><strong><span>Fourth, learning must form a controlled loop.</span></strong><span> Every AI interaction creates more context, and harnessing it is gold. We experimented with a specialized harness that reads production traces, reverse-constructs candidate improvements, and returns them to maintainers as approve-or-reject proposals. Production traces can also contain errors, sensitive information, and context-specific behavior, so the output cannot become autonomous truth. It needs provenance checks, evaluations, bounded promotion, and human approval.</span></p><p><strong><span>Fifth, quality and security must be native to the layer.</span></strong><span> Secrets scanning, permission boundaries, evaluation, rollback, retention, and deletion cannot arrive after an agent has already executed the context.</span></p><p><span>All of this must remain portable across the interfaces agents use: MCP, SQL, vector retrieval, or hybrid assembly. Betting the context layer on one interface only recreates the lock-in that caused the problem. I mapped the full anatomy of this architecture in </span><a href="https://atlan.com/context-and-chaos/issue/what-an-enterprise-context-layer-actually-is/"><span>the June field guide</span></a><span>; this piece is the scar tissue behind it.</span></p><p><span>Not every company needs this machinery on day one. A small team with a handful of agents may be better served by explicit files, owners, and evaluations. The infrastructure becomes necessary when context crosses teams, changes independently, feeds autonomous work, or must survive a change in the agent layer. That is the boundary our own system crossed.</span></p><div><hr></div><h2><strong><span>Context is IP</span></strong></h2><p><span>A year ago, my co-founder and I stood on a stage and argued that if content was king at the dawn of the internet, context would be king at the dawn of the agentic era. After building through these two eras, I believe there is a sharper formulation: </span><strong><span>context is IP.</span></strong></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!rnpU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 424w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 848w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!rnpU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png" width="1456" height="756" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:756,&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;: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="/__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 424w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 848w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rnpU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F991e0b59-0acf-4093-b187-d8be1986d4c6_2048x1064.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"><strong>Context is king. Context is your IP. Keep it open, keep it yours | </strong>Source: Author</figcaption></figure></div><p><span>And context goes far beyond the data itself. Satya Nadella recently wrote about IP in the AI age, arguing that a company&#8217;s </span><a href="https://x.com/satyanadella/status/2076323181154230284"><span>proprietary knowledge</span></a><span> is an incredible moat. I would like to take that one step further: the defensible asset isn&#8217;t just proprietary knowledge&#8212;it&#8217;s the company&#8217;s accumulated operating model itself. This encompasses definitions, exceptions, playbooks, judgment calls, and norms, along with the provenance and permissions that make them usable and allow them to evolve over time.</span></p><p><span>When competitors can call many of the same models, the model alone cannot encode why two companies serve the same customer differently. Context carries those differences into autonomous systems. It is the part of the stack a competitor cannot simply download.</span></p><p><span>That makes portability more than an engineering preference. When context is trapped in an agent framework, a company has coupled its operating knowledge to a disposable layer. When context is unowned, untested, or insecure, a company is managing its most defensible IP with less discipline than its expense reports. Left alone, that drift ends the way the old joke says: ask sales and finance for the revenue number and you get two answers. We are close to the version where two autonomous systems hand the CFO those two numbers, and no human is in the loop to catch the joke.</span></p><p><span>I said one more thing on that stage that I want in writing: </span><strong><span>I believe this problem is under-hyped.</span></strong><span> That is not a sentence anyone gets to say about anything with the word AI in it in 2026, and I stand by it, because the hype is all on the intelligence axis while the failure is on the other one.</span></p><div><hr></div><h2><strong><span>The five-minute audit</span></strong></h2><p><span>The starting question does not require a new platform.</span></p><p><strong><span>List every place each production agent in your company gets its context.</span></strong><span> For each source, name the owner, the scope, the downstream consumers, the last time it changed, and how you would detect a bad change.</span></p><p><span>If that map is coherent, you have the beginnings of a context layer. If it is a collection of agent-specific memories, prompts, repositories, and connectors, you have islands. The reconciliation bill is already accruing.</span></p><p><span>The AI Engineer World&#8217;s Fair gave context engineering </span><a href="https://www.ai.engineer/worldsfair/schedule?track=Context+Engineering"><span>its own track</span></a><span> this year, alongside a memory track one day and a full graphs track another, at a conference where </span><a href="https://dev.to/hanzla/inside-ai-engineer-worlds-fair-2026-what-6000-engineers-showed-up-to-build-fgm"><span>the organizers stopped counting attendees around six thousand</span></a><span>. One main-stage speaker presented under the job title &#8220;Context Engineer.&#8221; </span><a href="https://getunblocked.com/blog/context-grew-up-at-the-worlds-fair/"><span>One recap of the fair</span></a><span> put it the way I would have: &#8220;a discipline gets real when it earns a conference track, a shared vocabulary and a title on someone&#8217;s business card.&#8221; And </span><a href="https://www.latent.space/p/aiewf26trends"><span>Latent Space&#8217;s trends piece</span></a><span> named the systems around agents, skills included, as what defined the year. The room did not need another argument that models require context. The people there were already living through the harder question: what happens when that context becomes shared production infrastructure?</span></p><p><span>Software engineering built its disciplines when code reached this wall. Context has reached it now. We should build the toolchain deliberately, before the next agent migration reminds us which layer was valuable all along.</span></p><div><hr></div><blockquote><p><em>Watch the full twenty-minute talk: <strong><a href="https://atlan.com/know/the-missing-infrastructure-for-production-agents/">"WTF Is the Context Layer?"</a></strong></em></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!YL87!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!YL87!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;&quot;,&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="" title="" srcset="/__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YL87!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90ffdb36-668c-4942-8079-12214254f1a8_1536x1024.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><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/the-github-for-context-doesnt-exist-yet/">This article was originally published on the Context &amp; Chaos platform.</a></p></blockquote><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</strong></p><p>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</p><p>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</p><p>Got something on your mind? <strong><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></strong></p>]]></content:encoded></item><item><title><![CDATA[Your AI Dashboard Is Hiding Its Worst Failures]]></title><description><![CDATA[The metrics that look green on the dashboard are the ones hiding where your system actually fails. Aggregate metrics show the average and conceal what matters most.]]></description><link>https://contextandchaos.substack.com/p/your-ai-dashboard-is-hiding-its-worst</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/your-ai-dashboard-is-hiding-its-worst</guid><dc:creator><![CDATA[Swati Tyagi]]></dc:creator><pubDate>Thu, 09 Jul 2026 16:57:35 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/97b04fdb-a703-4990-ad2a-967c268b15d3_1672x941.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the author</strong><span>: </span><strong><a href="https://www.linkedin.com/in/1swaatii/?skipRedirect=true">Swati Tyagi</a></strong> is an Applied AI/ML expert working on responsible AI, LLMs, and bias in production systems. Her work spans knowledge graphs and explainable AI across healthcare and finance, with earlier bias research at the University of Delaware.</p></div><blockquote><p><em><strong>*Note: </strong><span>Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</span></em></p></blockquote><p>Let&#8217;s dive in!</p><div><hr></div><p><span>The dashboard displays 92%. The customer experiencing the exception experiences 61%.</span></p><p><span>Both numbers describe the same AI system in the same week. Picture the review that runs on the first one. The board is green. Accuracy, task completion, and response times all sit within target. By every visible measure, the system is succeeding.</span></p><p><span>Then the complaints arrive. Not many at first. A failed policy exception here. An incorrect escalation there. A user unable to finish a workflow that should have taken minutes. Individually, each looks isolated. Together they form a pattern the dashboard cannot see.</span></p><p><span>The question is simple: how does a system that looks successful on every chart keep disappointing real users? The model is doing its job. The measurement system is not.</span></p><div><hr></div><h2><strong><span>The Comfort of Averages</span></strong></h2><p><span>For decades, machine learning teams have relied on aggregate metrics to understand system performance. Accuracy, precision, recall, F1 score, and more recently groundedness, faithfulness, relevance, and task completion rates have become the language of AI success.</span></p><p><span>These metrics serve an important purpose. They compress millions of interactions into numbers that humans can interpret and executives can track. But every act of compression comes with a cost.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!BNM7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!BNM7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&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;: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="/__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BNM7!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e2ff2e-e9a1-4817-bccc-ddd3ece7b1ab_1672x941.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"><strong>Compression Problem:</strong> Averages discard context</figcaption></figure></div><p><span>Return to that 92%. On paper it looks excellent. A closer breakdown tells a different story.</span></p><ul><li><p><span>For simple workflows, the success rate is 96%.</span></p></li><li><p><span>For moderately complex workflows, it is 90%.</span></p></li><li><p><span>For workflows involving policy exceptions, human approvals, regulatory constraints, or unusual customer situations, the success rate falls to 61%.</span></p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!yDpL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!yDpL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&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;: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="/__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!yDpL!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffae7567b-84f0-4bd2-afd0-bf729a18e194_1672x941.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"><strong>Hidden Distribution:</strong> One number hides many realities.</figcaption></figure></div><p><span>The dashboard shows 92%. The customer inside that 61% segment lives in a different system. Both numbers are technically correct. Only one reflects reality for that customer. This is the hidden danger of aggregate metrics: they describe the average experience while concealing the experiences that matter most.</span></p><div><hr></div><h2><strong><span>From Predictive Models to Autonomous Systems</span></strong></h2><p><span>Subgroup failure is not new. Traditional machine learning systems often posted strong overall numbers while underperforming for specific customer groups, regions, or products, and teams eventually learned to monitor calibration, drift, and segment-level behavior. Fairness researchers built a discipline around it: measuring performance separately across subgroups is a core task in AI fairness assessment.</span></p><p><span>The most cited example predates agents entirely. In 2018, an audit of three commercial facial-analysis systems from major technology companies reported overall accuracy that looked strong, then broke the results down by skin tone and gender. Error rates for lighter-skinned men stayed at or below 0.8%. For darker-skinned women they reached 34.7%, and in two of the systems the darkest-skinned women were misclassified close to half the time (</span><a href="https://proceedings.mlr.press/v81/buolamwini18a.html"><span>Buolamwini and Gebru, 2018</span></a><span>). The aggregate score hid a subpopulation the systems barely worked for. Disaggregating the results is what made the failure visible.</span></p><p><span>That subpopulation was demographic. In enterprise systems it is more often operational, a workflow type or a document class, but the mechanism is identical: a strong average absorbs a segment that is failing. A retrieval-augmented generation system may answer thousands of questions correctly while failing whenever one document type appears. An assistant may handle routine inquiries well but break whenever information spans multiple repositories. An autonomous agent may clear most workflows yet fail the moment tools must coordinate, an approval is required, or an external system returns something unexpected.</span></p><p><span>In generative systems, the failure surface spans document types, knowledge domains, languages, query complexity, and user expertise. In agentic systems, it spans workflow types, exception paths, approval chains, and tool orchestration. As systems grow more capable, their failure modes grow harder to see. Greater capability produces greater opacity.</span></p><div><hr></div><h2><strong><span>When the Dashboard Becomes the Problem</span></strong></h2><p><span>When organizations hit poor AI outcomes, the instinct is to improve the model: swap the foundation model, rewrite prompts, upgrade embeddings, widen the context window, add tools. Sometimes that helps.</span></p><p><span>Often it does not, because many production failures originate well before the model runs. The cause may be data drift, an incomplete knowledge representation, weak retrieval orchestration, or relationships between entities that exist in the organization but were never formally modeled. Sometimes it is only that real business processes are more complex than any benchmark dataset suggests.</span></p><p><span>The system is behaving exactly as designed. The measurement is not showing where it breaks. The dashboard becomes the blind spot.</span></p><div><hr></div><h2><strong><span>The Segment You Didn&#8217;t Define</span></strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!VF2g!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!VF2g!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/84505064-7784-4351-ba0c-e53af0561088_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!VF2g!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F84505064-7784-4351-ba0c-e53af0561088_1536x1024.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"><strong>Hidden Stratification Iceberg:</strong> Unknown segments. Hidden failures.</figcaption></figure></div><p><span>Breaking metrics down by segment catches the failures a team already suspects. The expensive ones live in segments nobody thought to define. Researchers call this hidden stratification: a model posts strong aggregate numbers while consistently failing an unrecognized subset of cases that was never labeled or measured (</span><a href="https://arxiv.org/abs/1909.12475"><span>Oakden-Rayner et al., 2020</span></a><span>). The original study found relative performance gaps of more than 20% on subsets that mattered clinically, inside models that scored well overall.</span></p><p><span>The subset is usually defined by a combination, not a single field. A model can perform well on non-English queries and well on policy exceptions, yet fail on non-English queries about policy exceptions from first-time users. No single-dimension breakdown surfaces that cohort. Only an intersectional view does, or an automated search that looks for underperforming groups nobody hypothesized in advance.</span></p><p><span>That combination is rarely random. In high-stakes decisions, the worst-performing segment tends to be the population the safeguard was built for: the unusual claim, or the applicant who does not fit the standard profile. Measurement that averages those cases away also averages away the risk that carries the most legal and reputational weight.</span></p><div><hr></div><h2><strong><span>What Good Evaluation Looks Like</span></strong></h2><p><span>More benchmarks will not close this gap. Visibility into where the system fails will. Organizations should treat subgroup evaluation as a first-class requirement, not an afterthought.</span></p><p><span>Every headline metric should be broken down by the dimensions that carry risk: customer segment, geography, language, product line, user expertise, workflow type, query complexity, document category, and business function. Slicing by declared dimensions is the starting point, not the finish. Pair it with a search for underperforming cohorts nobody defined ahead of time, because those are the ones hidden stratification produces.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!OCD2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!OCD2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1681295,&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://contextandchaos.substack.com/i/206249613?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!OCD2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F041dd9ba-6c71-498f-a28f-8bfb45444a9c_1731x909.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"><strong>Better Evaluation:</strong> Measure where systems break.</figcaption></figure></div><p><span>Slicing has its own failure mode. Cut the data too finely and the rare segments, often the ones that matter most, end up with too few observations to trust. A 61% success rate drawn from nineteen cases tells you almost nothing. The discipline is to slice by segments large enough to measure and important enough to matter, then treat a thin but high-stakes segment as a reason to gather more data before drawing conclusions.</span></p><p><span>The question should no longer be &#8220;How accurate is the model?&#8221; Instead ask: &#8220;Accurate for whom?&#8221;</span></p><p><span>Performance distributions often reveal more than averages. The worst-performing segment may tell you more about system risk than the overall score. Monitoring should make subgroup performance visible by default, not something teams investigate only after failures occur. The teams that build this in early gain something their competitors cannot see: an accurate map of where their systems actually fail.</span></p><div><hr></div><h3><strong><span>Where this is heading</span></strong></h3><p><span>For years the competitive question was whose model was better. That question is closing as frontier models converge on capability. The next one is quieter and harder: whose team knows where its systems fail, and who they fail. That knowledge does not come from a better model. It comes from measurements built to show the segments the average hides. The most dangerous AI failures are rarely the ones a dashboard reports. They are the ones it averages away.</span></p><div><hr></div><h2><strong><span>References</span></strong></h2><p><span>Buolamwini, J., and Gebru, T. (2018). Gender Shades: Intersectional Accuracy Disparities in Commercial Gender Classification. </span><em><span>Proceedings of the 1st Conference on Fairness, Accountability and Transparency</span></em><span>, PMLR 81, 77&#8211;91. https://proceedings.mlr.press/v81/buolamwini18a.html</span></p><p><span>Oakden-Rayner, L., Dunnmon, J., Carneiro, G., and R&#233;, C. (2020). Hidden Stratification Causes Clinically Meaningful Failures in Machine Learning for Medical Imaging. </span><em><span>Proceedings of the ACM Conference on Health, Inference, and Learning</span></em><span>, 151&#8211;159. https://arxiv.org/abs/1909.12475</span></p><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/your-ai-dashboard-is-hiding-its-worst-failures/">Originally published on the Context &amp; Chaos platform.</a></p></blockquote><div><hr></div><h2><strong>About the Author:</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!CvPq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!CvPq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:123210,&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://contextandchaos.substack.com/i/206249613?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!CvPq!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff7cb3a03-2232-42d2-a357-01c4eda84c20_1100x374.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><a href="https://www.linkedin.com/in/1swaatii/?skipRedirect=true">Find me on LinkedIn!</a></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!gvWy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!gvWy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3403004,&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://contextandchaos.substack.com/i/206249613?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!gvWy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0087169b-a245-479e-bf62-3b2ad7d60598_1536x1024.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><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong><span>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</span><br><br></strong><span>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</span><br><br><span>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</span><br><br><span>Got something on your mind? </span><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[Production AI & The False Finish Line]]></title><description><![CDATA[Why the accountability gap in your AI deployments was decided at the go-live celebration]]></description><link>https://contextandchaos.substack.com/p/production-ai-and-the-false-finish</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/production-ai-and-the-false-finish</guid><dc:creator><![CDATA[Ankit Anand]]></dc:creator><pubDate>Thu, 02 Jul 2026 13:52:58 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!-g--!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the author</strong>: <a href="https://www.linkedin.com/in/manaankit/">Ankit Anand</a> is a Data and AI executive and Managing Consultant at Syniti. His work focuses on neuro-symbolic architectures and deterministic AI governance, and he holds four pending USPTO patent applications related to AI-agentic operations. He is the author of <em>The Deployed Data Scientist</em> (Technics Publications).</p></div><blockquote><p><em><strong>*Note: </strong><span>Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</span></em></p></blockquote><p>Let&#8217;s dive in!</p><div><hr></div><p><span>The demo lands. The room applauds. The model does exactly what it was built to do, maybe a little more. The team takes a bow, the slides go back into the deck, and everyone rolls off to the next thing.</span></p><p><span>You were in that room. You championed the project, you approved the go-live, and then you moved on to the next budget cycle like everyone else.</span></p><div class="pullquote"><p><strong><span>The applause is the problem, because everyone in the room reads it as the end.</span></strong></p></div><p><span>When you designed this team and this delivery, what did &#8220;done&#8221; mean? If the answer was &#8220;shipped,&#8221; you built a project, not a capability.</span></p><p><span>That distinction is structural, not semantic. Projects have endpoints. A capability needs someone to own its performance after the builders leave. Most AI deployments are structured as the first while being expected to behave like the second, and the gap between the two is not a technology problem. It is an organizational design problem, and it accumulates where no one is looking.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-g--!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-g--!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/eced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2268158,&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://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-g--!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Feced10a9-2950-42a5-89cd-35f978e2f418_1672x941.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><div><hr></div><h2><strong><span>The day-ninety problem</span></strong></h2><p><span>On day one the model is pristine. By day 90 the world it was trained on has moved on without it. Customers behave differently, new product categories have appeared, supplier catalogs have changed. The model has not.</span></p><p><span>Performance drifts slowly, without ever tripping an alert. A few percentage points here, a few there. The system still runs, decisions still run on its output, and no one is watching closely enough to know whether those decisions are still any good.</span></p><p><span>A</span><a href="https://www.nature.com/articles/s41598-022-15245-z"><span> Harvard and MIT study</span></a><span> of 32 datasets across four industries found that 91% of machine learning models degrade over time. Degradation itself is not the surprise. The surprise is how long it runs unnoticed, because it rarely announces itself and usually surfaces only when a business metric moves, weeks or months later. By day 90, in most organizations, no one is accountable for catching it, because no one was ever put in charge of catching it.</span></p><p><span>The drift has a source. The model ran exactly as built. What moved underneath it was the context: the supplier profiles, the customer patterns, what its inputs meant at training time. So the ownership gap is really two gaps. No one owned the model after launch, and no one owned the context it depended on either.</span></p><p><span>That accountability gap was designed in at the go-live celebration. Not on purpose. But the choice to treat deployment as a handoff rather than a transfer of ongoing ownership is a leadership choice, even when it is made by default.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ORCl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ORCl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1782815,&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://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ORCl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8f8916ad-776c-42df-9f47-1c1fff3d8a84_1536x1024.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">Ownership Gap | Source: Context &amp; Chaos</figcaption></figure></div><div><hr></div><h2><strong><span>The three patterns, and the decision behind each</span></strong></h2><p><span>Organizations eventually notice the problem, and when they do, three patterns tend to emerge. What is worth examining is not just how each one looks, but which leadership decision produced it.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!LVsl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!LVsl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1952346,&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://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LVsl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dd31bee-9fe7-48f3-8083-d970753ccb60_1536x1024.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">Ownership models | Source: Context &amp; Chaos</figcaption></figure></div><p><strong><span>Default inheritance by the platform team.</span></strong><span> The team that hosts the infrastructure inherits the model because someone has to keep it running. They keep the servers up and the endpoint responding. But platform teams are built for infrastructure, not business logic, so they can tell you the API is alive and not whether the predictions still hold in the business context. This is what you get when go-live planning includes no explicit owner for the deployed system. The platform team fills a vacuum nobody decided to leave, and accountability ends up sitting apart from the capability to act on it.</span></p><p><strong><span>Residual ownership by the build team.</span></strong><span> The data science team that built the model stays nominally on call, but in practice they tend it while building the next one. It gets attention only when something breaks, and degradation rarely breaks anything loud enough to notice. This is what you get when data science is structured as project delivery: the moment the incentive is to ship the next model, the last one becomes maintenance debt. That is a decision about what the team is rewarded for, and it is yours to make or to leave unmade.</span></p><p><strong><span>Business ownership on paper.</span></strong><span> A business leader is named as owner in a governance document, defines the outcome, and is accountable for it. On paper this is clean. In practice that owner can see the business result, or its absence, but cannot diagnose why or intervene. The governance document creates nominal ownership without creating the conditions for the real thing, because it separates accountability from capability at the moment of design.</span></p><p><span>Each of these is rational. Each holds a piece of the answer. And each falls short for the same reason: it treats ownership as something that accretes by default rather than something a leader designs on purpose.</span></p><div><hr></div><h2><strong><span>The structural problem</span></strong></h2><p><span>So the real decision, the one that is easy to keep deferring, is this: do you keep organizing data science as project delivery, or do you redesign it around production ownership?</span></p><p><span>Those are genuinely different operating models. They hire against different criteria, they define &#8220;done&#8221; differently on a performance review, and they reward different things. In the project delivery model, a data scientist&#8217;s success is measured at deployment. In the production ownership model, it is measured by how the live system performs six months after the builder has moved on.</span></p><p><span>Think about what that changes. You stop rewarding shipped features for their own sake and start tracking live performance drift, decision accuracy over time, and the gap between expected and actual business outcomes. The job changes less in title than in contract: the person who built the model owns how it behaves in production. The experimental work is still part of the job. It is no longer the whole of it.</span></p><p><span>That is not a small adjustment. It is an organizational redesign, and if you do not make it deliberately, it defaults to one of the three patterns above, none of which survives past day 90.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!BmQY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!BmQY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1323316,&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://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BmQY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa9f52dc-7122-47b4-bd8c-0c12221da773_1536x1024.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">The Day 90 Curve after Go Live | Source: Context &amp; Chaos</figcaption></figure></div><div><hr></div><h2><strong><span>What it costs to leave the call unmade</span></strong></h2><p><span>Imagine a logistics company that deployed a routing optimization model. At launch it cut delivery times and fuel costs, the team celebrated, and they moved on to the next project. Six months later a new supplier joined the network with different shipping profiles, a regional warehouse changed its hours, and seasonal order patterns shifted. The model kept producing recommendations that looked reasonable but drifted further from optimal with each passing month: routes that added miles, schedules that missed windows.</span></p><p><span>No one had been assigned to watch. No one had been assigned to retrain. No one had been assigned to decide when the output was no longer good enough.</span></p><p><span>The system was still working. It just was not working well, and no one knew who to call, because that question had never been answered at the leadership level.</span></p><p><span>The failure is organizational, not technical. The model performed exactly as built while the ownership structure that should have kept it current was never put in place. And that gap was decided, or left undecided, in the meeting where go-live was approved.</span></p><div><hr></div><h2><strong><span>What redesigning actually requires</span></strong></h2><p><span>If you decide to move toward production ownership, the work is mostly structural rather than technical. A few things have to change at once.</span></p><p><strong><span>Deployment stops being the success milestone.</span></strong><span> A shipped model is not a model delivering value, and the incentives have to say so.</span></p><p><strong><span>Live performance becomes something you measure and reward:</span></strong><span> not just uptime, but output distributions, decision accuracy, and the downstream business outcomes the model was supposed to move. Those become part of how the people who built the system are evaluated.</span></p><p><strong><span>The accountability contract changes more than the job title does.</span></strong><span> The practitioner who builds the model owns its full life, from first exploration to live performance. The sandbox is part of the role, not its boundary.</span></p><p><strong><span>You build the conditions that let someone own production without being swallowed by it:</span></strong><span> real investment in monitoring and retraining infrastructure, and the organizational trust to let the builder decide when a model needs retraining or retirement. That last point is underrated. A model that runs for years becomes infrastructure people depend on, and the person who built it needs the authority, not just the obligation, to call for its retirement when maintaining it costs more than rebuilding.</span></p><div><hr></div><h2><strong><span>The invitation</span></strong></h2><p><span>If you have already made this structural call, I want to hear how you did it.</span></p><p><span>Not how the practitioner changed their morning routine. How you changed the incentives. What did you tell the team &#8220;done&#8221; means now? How did you rewrite the performance review to reward production ownership over delivery velocity? Where did the research instincts of your data science team collide with the operational discipline the new model demands, and where was it worth pushing through anyway?</span></p><p><span>The question of who owns the live system is not settled. But the cost of leaving it open shows up everywhere: applause on day one, silence on day 90, and a system still making decisions with no one accountable for whether those decisions are any good.</span></p><p><strong><span>Left unowned, that system becomes a liability waiting to mature. The decision about whether to let it is yours.</span></strong></p><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/production-ai-the-false-finish-line/">Originally published on the Context &amp; Chaos platform.</a></p></blockquote><div><hr></div><h2><strong>About the Author:</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://www.linkedin.com/in/manaankit/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!CHUy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:116321,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://www.linkedin.com/in/manaankit/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!CHUy!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26571481-cb03-45f8-92ab-c965c1e4a89e_1100x374.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><a href="https://www.linkedin.com/in/manaankit/">Find me on LinkedIn!</a></p><p><strong>Checkout his book</strong>: <a href="https://www.amazon.com/dp/B0H41CSLZM"><span>The Deployed Data Scientist: MLOps and Analytics in Practice</span></a></p><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!zJpx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!zJpx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3780990,&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://contextandchaos.substack.com/i/204386406?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!zJpx!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1b9b9a1-52db-4b93-8cff-1125f34cee44_1536x1024.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><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong><span>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</span><br><br></strong><span>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</span><br><br><span>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</span><br><br><span>Got something on your mind? </span><a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[How to make Satya Nadella’s vision a reality]]></title><description><![CDATA[What it takes to build the learning loop Satya described, and why most organizations leak it before it compounds.]]></description><link>https://contextandchaos.substack.com/p/how-to-make-satya-nadellas-vision</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/how-to-make-satya-nadellas-vision</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Tue, 23 Jun 2026 14:03:49 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!sjPq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><a href="https://x.com/satyanadella/article/2066182223213293753"><span>Satya Nadella&#8217;s article</span></a><span> on what happens when context compounds went viral earlier this week, and it&#8217;s easy to see why. He introduced a beautiful framework: a continuous learning loop where &#8220;human capital&#8221; and &#8220;token capital&#8221; reinforce one another, creating a compounding learning loop that will separate the organizations that thrive from those that commoditize.</span></p><p><span>It is a brilliant vision. But as those of us building the operational infrastructure for enterprise AI know, there&#8217;s a lot of work between this vision and reality. In most organizations today, the &#8220;hill-climbing machine&#8221; is stalled. The learning loop is hard to build, human capital hard to capture, and the whole system suffers from leaks.</span></p><p><span>But that doesn&#8217;t mean it isn&#8217;t worth doing. So I want to talk about what it&#8217;ll take to make Satya&#8217;s vision a reality &#8212; the architectural ins and outs of context engineering for AI.</span></p><div><hr></div><h2><span>What &#8220;human capital&#8221; actually means: the three elements of context</span></h2><p><span>Satya rightly points to &#8220;human capital&#8221; as one of the core elements of his vision. It&#8217;s easy to think of examples of human capital: private evals that know what &#8220;correct&#8221; means for your business, reinforcement from real organizational traces, a knowledge base that makes institutional expertise queryable.</span></p><p><span>In just a few examples, we already have a huge range of what human capital looks like and where it lives. And there&#8217;s the problem &#8212; most enterprise AI initiatives treat &#8220;context&#8221; (i.e. human capital) as a simple documentation problem, but it&#8217;s so much more complex. After all, there&#8217;s a reason why </span><a href="https://atlan.com/know/what-is-the-enterprise-context-layer/"><span>context</span></a><span> has been a hot topic these days.</span></p><p><span>What I call context and Satya calls human capital is actually made up of three things:</span></p><ul><li><p><strong><span>Knowledge</span></strong><span> &#8212; the map of your business. This comprises the semantic entities, definitions, metrics, and relationships. It is understanding exactly what &#8220;ARR&#8221; means in your finance motion versus your sales motion, or what a qualified lead looks like in your ideal customer profile (ICP).</span></p></li><li><p><strong><span>Expertise</span></strong><span> &#8212; how work actually gets done. These are the procedures and playbooks that encode tacit knowledge, institutional intuition, and the information that lives in people&#8217;s heads but never makes it into your core software systems.</span></p></li><li><p><strong><span>Norms</span></strong><span> &#8212; the programmatic rules of acceptable action. Which data can this agent access? Who approves this workflow? Which customer can be offered which discount? What data can and cannot leave a specific jurisdiction?</span></p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!5PY3!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 424w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 848w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!5PY3!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png" width="1263" height="973" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:973,&quot;width&quot;:1263,&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="/__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 424w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 848w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5PY3!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F211af8cc-31c9-48ae-ae9b-bfb0d88b51b4_1263x973.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">Three types of Context for AI agents | Source: Author</figcaption></figure></div><div><hr></div><h2><span>The context layer: a unified, actionable, governed place for all human capital</span></h2><p><span>All of this context can&#8217;t exist in a prompt or database. It needs to live somewhere where it can be built upon and modified and governed over time, something that agents and humans alike can draw upon to create Satya&#8217;s hill-climbing machine. That&#8217;s what I began to call the </span><strong><a href="https://atlan.com/know/enterprise-context-layer/"><span>context layer</span></a></strong><span> a year ago, and it has three distinct and important layers:</span></p><ul><li><p><span>An </span><strong><span>AI-ready data and knowledge graph</span></strong><span> makes structured data and unstructured knowledge machine-readable for agents. Tables enriched with descriptions, join paths, SQL patterns, and usage history. Documents identified, classified, and indexed into a governed knowledge graph. Without this, agents can&#8217;t distinguish trusted sources from stale ones.</span></p></li><li><p><strong><span>Semantics and ontology</span></strong><span> encode the map of the business with shared definitions, metric logic, and entity relationships. This is where it gets precise. Sales and Finance often disagree on the definition of ARR. When an agent queries &#8220;ARR,&#8221; which definition does it use? In most enterprises today, the answer is whichever one it happens to retrieve first. The semantic layer makes that question have one canonical answer, and reconciles the two versions when they conflict.</span></p></li><li><p><strong><span>Skills</span></strong><span> encode how work gets done. A skill is the new primitive that does for procedural knowledge what code did for logic in software. Each skill is a reusable, versionable, testable unit of how-to. The context layer manages skills the way software engineering manages code: version control, testing, lifecycle management, and clear ownership. The tenth agent inherits what the first nine learned.</span></p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!sjPq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!sjPq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!sjPq!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F224a3538-ec3a-40a4-8846-3735f9ffe05f_1731x909.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">Elements of Infrastructure that turns human insight into compounding intelligence | Source: Context &amp; Chaos</figcaption></figure></div><p><span>The &#8220;human capital to token capital&#8221; linkage that Satya describes can&#8217;t function without all three of these layers. Data without semantics is uninterpretable. Semantics without skills can describe the business, but cannot operate it. Either one, deployed without governance, becomes a mess of contradictory instructions that no enterprise can safely trust.</span></p><div><hr></div><h2><span>It&#8217;s not just documentation: What it actually takes to build human capital</span></h2><p><span>The second structural bottleneck in building Satya&#8217;s learning loop is actually creating human capital or context. The default instinct is to think about this as documentation work: write down what everything means, index the documents, and connect the knowledge base. But that won&#8217;t be durable or scalable.</span></p><p><span>Human capital is dynamic. It can&#8217;t be captured passively, and it can&#8217;t be a one-time effort. The most valuable institutional knowledge isn&#8217;t written down anywhere. It&#8217;s in query logs, Slack threads where decisions got made, and the judgment calls the veteran employee makes differently from everyone else.</span></p><p><span>Here&#8217;s what it takes to actually find and document all important human capital, i.e. to populate the context layer:</span></p><ul><li><p><strong><span>Skill-building during agent-building</span></strong><span>: Do the work manually with the agent once, then use AI to examine the session, extract the repeatable pattern, and write the skill with its triggers and edge cases. You can bootstrap an agent at 50% autonomy this way, and keep improving it toward 90%. Each task teaches the system something.</span></p></li><li><p><strong><span>Context Mining from systems</span></strong><span>: Read query history, detect where Sales and Finance are using two different definitions of the same metric, and surface the conflict for a human to resolve. The systems, like Slack, emails, and event logs, already contain most of what you need, if you know how to read them.</span></p></li><li><p><strong><span>Failure-driven capture</span></strong><span>: Don&#8217;t try to encode every procedure upfront. Run the agent, watch where it fails, and capture the missing context at the point of failure. Each failure is a signal. The library grows where agents actually work, not where someone guessed they would.</span></p></li><li><p><strong><span>Desktop shadowing</span></strong><span>: Shadow what top operators actually do on their machines via clicks, keystrokes, and app switches, then reverse-engineer their workflows. This captures the complex desktop processes that systems mining misses entirely.</span></p></li><li><p><strong><span>Structured AI interviews</span></strong><span>: The most important procedural knowledge is never logged anywhere. It&#8217;s judgment. AI can run structured conversations with employees to surface the exceptions, workarounds, and decision rules that observation can&#8217;t reach. &#8220;Walk me through the approval process. How do you actually decide?&#8221;</span></p></li></ul><p><span>The context layer is assembled from a mix of approaches like these, actively running and refined over time. None of them produce finished context on their own. They produce candidates that a context development lifecycle &#8212; testing, review, approval, deployment &#8212; turns into governed, durable artifacts.</span></p><div><hr></div><h2><span>Learning leaks: The key failure point in the hill-climbing machine</span></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Fsym!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Fsym!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Fsym!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fccf08a9f-82a4-4cbd-b5b5-61e553079c76_1731x909.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">Reasons why context leaks| Source: Context &amp; Chaos</figcaption></figure></div><p><span>The true magic of Satya&#8217;s &#8220;hill-climbing machine&#8221; lies in its compounding mechanism.</span></p><p><span>Architecturally, there are four types of memory in any agent system. </span><strong><span>Working memory</span></strong><span> and </span><strong><span>episodic memory</span></strong><span> belong close to the agent &#8212; they represent the immediate execution state. </span><strong><span>Semantic memory</span></strong><span> and </span><strong><span>procedural memory</span></strong><span> belong deep inside the context layer, representing the knowledge the organization wants to preserve, govern, and make portable across different tools.</span></p><p><span>The compounding happens when episodic experience gets promoted into shared enterprise knowledge. A repeated exception becomes an explicit policy. A resolution path that consistently works becomes a reusable skill. The system should detect the emerging pattern, propose the update, and ask the right owner to certify it. Each certification makes the layer smarter for every future agent.</span></p><p><span>The key gap in this loop is </span><strong><a href="https://atlan.com/know/context-drift-ai-agents/"><span>context drift</span></a></strong><span>.</span></p><p><span>When a CMO updates company positioning or a finance lead tweaks a metric definition, that change creates an immediate blast radius. If that update doesn&#8217;t seamlessly propagate, you get a fragmented ecosystem where the social media skill, the SDR pitch skill, and the analyst call skill are all running on different versions of reality.</span></p><p><span>The context layer can&#8217;t just store knowledge. It has to understand the blast radius of every change and route updates to the right owners at the right moment.  This requires building in critical tenets like versioning, change tracking, and context propagation. Without them, the learning loop turns into a learning leak.</span></p><div><hr></div><h2><span>The ultimate test: achieving ownership and portability</span></h2><p><span>Satya closed his piece with an excellent test: Can a company swap out an underlying generalist model without losing the enterprise veteran expertise it has built?</span></p><p><span>That&#8217;s a great test, but I&#8217;d add two more:</span></p><div class="callout-block" data-callout="true"><p><em><span>Can your AI agents agree on what &#8220;ARR&#8221; means, trace why they gave different answers last week, and get smarter from the correction, all without anyone touching a model?</span></em></p></div><div class="callout-block" data-callout="true"><p><em><span>Can you take all of your human capital and context from one agent platform or data ecosystem to another without losing a single day of institutional learning?</span></em></p></div><p><span>These are the real tests of enterprise AI today.</span></p><p><span>If enterprises build their human expertise into a proprietary software, custom GPT stack, or walled-garden orchestration layer, they have only traded model lock-in for platform lock-in. When the next major architectural breakthrough happens outside that ecosystem, their hard-won context will be trapped.</span></p><p><span>Satya&#8217;s warning about the instability of a frontier without an ecosystem and the danger of a few all-consuming models is profoundly right. But the solution isn&#8217;t just building local applications on top of big platforms. The solution is creating absolute portability.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!v0hf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!v0hf!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&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;: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="/__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!v0hf!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe5c32038-bbcb-4c09-a372-1ac59caa4a30_1731x909.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">Context should be portable | Source: Author</figcaption></figure></div><p><span>Context is your core IP &#8212; the digital distillation of your human capital. The organizations that treat context as a durable asset, rather than a consumed resource or a documentation project, are the ones who will harness this powerful compounding loop and climb the hill to Satya&#8217;s vision.</span></p><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/how-to-make-satya-nadellas-vision-a-reality/"><span>Originally published on the Context &amp; Chaos platform.</span></a></p></blockquote><div><hr></div><h1>The Cats of Context &amp; Chaos</h1><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!os0J!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!os0J!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3928269,&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://contextandchaos.substack.com/i/203202064?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!os0J!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c788bd-ef72-4e54-b5ab-078308698f1c_1536x1024.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></p><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong><span>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</span><br><br></strong><span>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</span><br><br><span>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</span><br><br><span>Got something on your mind?</span><a href="https://atlan.com/context-and-chaos/contribute/"> We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[The Godfather Problem]]></title><description><![CDATA[Your AI&#8217;s context has a floor. Most teams have never measured theirs. Here&#8217;s the one number I use.]]></description><link>https://contextandchaos.substack.com/p/the-godfather-problem</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/the-godfather-problem</guid><dc:creator><![CDATA[Landon Pangburn]]></dc:creator><pubDate>Thu, 18 Jun 2026 14:58:57 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ukqU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>When I was in middle school, I had a physics teacher who made the subject feel like magic. He dragged everything out of the textbook and into real life with wild demonstrations. Water bending without being touched. A magnet floating in mid-air. The first time you saw it, it felt impossible. Then you looked closer and the magic disappeared. No magic at all. Just basic principles, working together in a way that made the outcome look more mysterious than it was.</span></p><p><span>I have a lot of conversations with enterprise leaders that feel exactly like that.</span></p><p><span>A team runs enrichment agents against their warehouse. Descriptions appear. They are specific. They are accurate. They are often better than what a team has managed to produce manually in months. Then there is a pause.</span></p><p><span>&#8220;Okay. What&#8217;s the catch?&#8221;</span></p><p><span>Sometimes it is polite skepticism. Sometimes it is open disbelief. Sometimes someone points at a description and says, &#8220;Wait, this is actually right?&#8221;</span></p><p><span>The doubt is rational. Most data leaders I talk to have been burned by AI already. A project that hallucinated through a domain model. A tool that promised semantic understanding and shipped string matching. So when the output is genuinely good, the instinct is to assume cherry-picking, or some hidden dependency on perfectly curated input that no real warehouse has.</span></p><p><span>What I tell them is that the good output is real, and it is also not the interesting part. The interesting part is what comes after you accept it: context is not a yes-or-no property. It has a floor. And almost nobody is measuring where theirs sits.</span></p><div><hr></div><h2><strong><span>The Godfather problem explained!</span></strong></h2><p><span>Ask a general-purpose model to describe a column called </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">revenue_usd</span><span> and you get &#8220;Revenue in US Dollars.&#8221; which is correct, the way calling </span><em><span>The Godfather</span></em><span> &#8220;a movie about a family business&#8221; is correct instead of </span>a 1972 American epic gangster film that deals with the <em>issues of loyalty, family, power</em>, and also a conflict between personal morality and family loyalty.<span> Technically accurate. Useless in practice.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!eT9E!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!eT9E!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1546655,&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://contextandchaos.substack.com/i/202534141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!eT9E!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fec8b8fbc-6e75-4170-825c-19b24f60ca4a_1731x909.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>Feed an agent lineage, query history, glossary, and downstream consumption, and the same column comes back as: recognized USD revenue, computed from </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">orders.amount &#215; fx_rate</span><span>, filtered to shipped and delivered orders, consumed in the Finance team&#8217;s MRR dashboard.</span></p><p><span>Same model. Different diet. Not smarter, but better fed.</span></p><p><span>The hidden assumption is that richer output is not available to everyone who plugs in lineage, query history, glossary, and downstream usage. It is only available when those signals are sufficiently complete and trustworthy. Most teams are below that threshold, and most have no way to tell.</span></p><div><hr></div><h2><strong><span>How the descriptions actually get built</span></strong></h2><p><span>It helps to see the chain. The agent is not doing one hard thing in a single pass. It is running a sequence where each step narrows the ambiguity the next one inherits.</span></p><p><span>A column&#8217;s meaning is the union of four signals: how it was built, how it is used, what it is called, and what it feeds. The schema, the column name and type on its own, is too thin to carry any of that. Lineage tells you construction. Query history tells you what analysts have implicitly said about a column through their behavior: if </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">customer_tier</span><span> is always grouped with </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">SUM(revenue)</span><span> and filtered to enterprise and mid-market, it is a revenue segmentation dimension whether the docs say so or not. Glossary tells you the agreed business vocabulary, the terms your organization has already defined and stood behind. Downstream consumption tells you the anchor: a column feeding a Finance-owned tile called MRR has its meaning fixed by that usage.</span></p><p><span>Once columns carry that kind of semantic weight, they cluster by meaning instead of by name. That matters because </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">cust_id</span><span>, </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">customer_sk</span><span>, </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">party_id</span><span>, and </span><span data-color="rgb(24, 128, 56)" style="color: rgb(24, 128, 56);">AccountId</span><span> can all point to the same concept across different systems, and string matching alone will not catch that. Resolve those, and the domain map stops looking like tag soup and starts looking like a typed graph with known join keys. From there a KPI is just an aggregation over a known semantic scope. MRR is the right revenue, over the right products, with the right recognition date, in the right domain. A bare sum of a revenue column is not MRR, and the agent can only assemble the real thing if the layers underneath it resolved correctly first. Without that, you are standing in the middle of the warehouse asking which of the forty-seven revenue columns is the real one, and watching all of them raise a hand.</span></p><p><span>That dependency is the whole game. It is also where the floor lives.</span></p><div><hr></div><h2><strong><span>The diet has a floor</span></strong></h2><p><span>Here is what nobody puts on the keynote slide. The effect that makes context-fed AI look like magic only runs above a coverage threshold. Below it, the same architecture produces confident nonsense.</span></p><p><span>The failure mode below the floor is not the one most teams expect. Teams brace for gaps. What they get is confident errors. A plausible-but-wrong description, certified by a steward skimming a batch of two hundred, is worse than a blank field. The blank field signals &#8220;unknown.&#8221; The wrong description signals &#8220;trust me.&#8221; You have made your catalog more authoritative-looking and less reliable at the same time.</span></p><p><span>Two places the floor gives way.</span></p><p><span>Lineage coverage. The agent reconstructs what a column means partly from how it was built. If your upstream transformations sit outside the lineage graph (Python pipelines nobody captured, ad-hoc notebook transforms, transformation models whose lineage was never exposed), the agent does not know what it does not know. It infers construction logic from naming patterns and column shapes. The inference is plausible. It is sometimes wrong.</span></p><p><span>Query history depth. The agent reads behavior to infer meaning. A new warehouse, a freshly migrated dataset, or a low-usage domain has a thin behavioral signal. The agent has less to read, and the output drifts back toward the generic &#8220;Revenue in US Dollars&#8221; you were trying to escape.</span></p><p><span>The mechanic is real. So is the floor it stands on. Which raises the only question that actually predicts whether AI on data will work for you: is your context above the floor or below it?</span></p><div><hr></div><h2><strong><span>A number that answers it</span></strong></h2><p><span>There is a benchmark worth carrying into any evaluation, whatever tool you are looking at. Seventy percent steward acceptance on a scoped domain, inside a thirty-day window.</span></p><p><span>Not &#8220;the descriptions look good.&#8221; A measurable rate: of the descriptions the agent proposes for a bounded domain, how many do your own stewards accept against their own judgment, without edits. Run it on one domain you know cold. Count.</span></p><p><span>Why 70%? In the projects I have worked on, that is around where the governance overhead of catching errors stops exceeding the productivity gain. Below it, stewards spend more time on corrections than they would have spent writing descriptions from scratch. Above it, they are in editing mode, materially faster, and the cycle accelerates as better descriptions feed the next run.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ukqU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ukqU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1572246,&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://contextandchaos.substack.com/i/202534141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ukqU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9da2b3a9-02a2-4782-b343-aa268a6d9be7_1731x909.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>I will put my own numbers on the table, with the caveat that they are mine and not an industry average. In my deployments, enrichment agents have applied descriptions at six-figure scale within weeks, with steward acceptance holding above 90% once a domain was above the floor. The pattern I trust most is not any single figure: rollouts that used to run the better part of a year compressed dramatically whenever the substrate underneath was already in good shape.</span></p><p><span>That last clause is the one that matters. The compression is a property of the substrate the agents were standing on, not of the agents themselves. The teams that hit it were not running newer models. Their lineage and query history were above the floor before the agents arrived.</span></p><div><hr></div><h2><strong><span>The flywheel, and why sequence matters</span></strong></h2><p><span>There is a reason the order of operations changes your results, not just your timeline.</span></p><p><span>Every description a steward approves becomes a signal for the next run. Approved output is the cleanest example a domain can produce: a human looked at it and said yes. Feed that back in and the next pass starts from a higher floor. Run enrichment on your cleanest, most-used domain first, certify it, and the agent carries that resolved vocabulary into the messier domains next door. Run it in the wrong order, starting in the sparse, low-traffic corner of the warehouse, and you are asking the agent to do its hardest work with its thinnest signal, then feeding those shakier results forward.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-1k2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 424w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 848w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-1k2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png" width="520" height="520" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1254,&quot;width&quot;:1254,&quot;resizeWidth&quot;:520,&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="/__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 424w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 848w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-1k2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d09540e-b99d-4a32-b06e-6a4517662161_1254x1254.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">Context Flywheel | Source: Author</figcaption></figure></div><p><span>Which leads to the only cold-start advice that has ever worked for me: start with your most-queried assets. Not the messiest, not the most neglected, not the ones somebody has been meaning to document for two years. The most-queried. They have the richest behavioral signal, they clear the 70% bar fastest, and they give the flywheel its first real push. The neglected corners get easier once the well-traveled ones have taught the agent what your organization means by its own words.</span></p><div><hr></div><h2><strong><span>How to keep it honest above the floor</span></strong></h2><p><span>Clearing the bar is necessary, not sufficient. An enrichment layer that is accurate but ungoverned is its own failure mode. Any system doing this work, whether you build it or buy it, needs four conditions in place.</span></p><p><span>The agent proposes; a human certifies. Nothing publishes automatically. The steward&#8217;s job shifts from writing documentation to certifying output and handling exceptions, which is a more interesting job than it sounds.</span></p><p><span>Generated content stays in its own lane. Machine-written descriptions are kept distinguishable from human-written ones, and human authorship always wins. Where a person has written the description, the generated one steps aside.</span></p><p><span>Everything is marked, logged, and gap-fill only. Every generated output is visibly flagged as generated, every run is auditable, and the system fills empty fields rather than overwriting work that already exists. No silent edits, no mystery changes.</span></p><p><span>Runs are deliberately scoped. Enrichment is pointed at a bounded set of assets a team chooses on purpose, not loosed on the whole catalog, and it is triggered when the team decides to run it. It reads metadata and usage logs rather than raw data, and it inherits the warehouse&#8217;s existing permissions, so nothing is read that the requesting user could not already read. (Exact batch sizes and refresh cadences are implementation details that vary and keep changing; the durable principle is deliberate scope, existing permissions, and metadata over raw data.)</span></p><p><span>If you are building this yourself, those are your design constraints. If you are evaluating a vendor, those are your evaluation criteria. Skip any one and the failure mode is predictable: a tired steward batch-approves a thousand confident, wrong descriptions, and the catalog gets worse instead of better. Notice that this is the same failure the floor produces. Below-floor coverage, and above-floor coverage without governance, fail in exactly the same way: a catalog full of plausible wrong answers. The 70% bar tests the first. These four conditions test the second.</span></p><div><hr></div><h2><strong><span>The catch</span></strong></h2><p><span>When data leaders ask what the catch is, they expect one of two answers. Either the demo was rigged, or the system needs a level of upstream cleanliness their team will never reach. Neither, usually. The catch is that &#8220;feed it context&#8221; was never a switch. It is a coverage threshold most teams have simply never measured.</span></p><p><span>So before you evaluate another model, run the 70% test on one domain you know cold. The number will tell you whether your problem is the model or the diet. It is almost always the diet.</span></p><p><span>The AI is not smarter than anyone else&#8217;s. It is just better fed, and now you can prove whether yours is.</span></p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/the-godfather-problem/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Desu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Desu!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2997677,&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://contextandchaos.substack.com/i/202534141?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Desu!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbd2eb7b6-2196-43a5-b6ad-2e313a0d6487_1536x1024.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><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p><span>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: </span><strong><span>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.</span><br><br></strong><span>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.</span><br><br><span>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.</span><br><br><span>Got something on your mind?</span><a href="https://atlan.com/context-and-chaos/contribute/"> We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[Snowflake Summit 2026: Everyone Owns Context Now]]></title><description><![CDATA[Nobody owns the Hard Half. Technical context had a stage. Organizational context didn't have a booth.]]></description><link>https://contextandchaos.substack.com/p/snowflake-summit-2026-everyone-owns</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/snowflake-summit-2026-everyone-owns</guid><dc:creator><![CDATA[Austin Kronz]]></dc:creator><pubDate>Thu, 11 Jun 2026 16:51:43 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qAVA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Everyone owns context now.</p><p>Every platform at last week&#8217;s Snowflake Summit in San Francisco announced a version of it. The keynotes named it. The booths demonstrated it. The standards bodies wrote specifications for it. By the end of four days, the practitioners on the floor were more confused than when they arrived.</p><p>That confusion is worth paying attention to. It is a signal about where the real problem has moved.</p><p>Context is not two problems an enterprise gets to solve separately. What your data is, and what it means and who decides, are one layer. The industry now has a credible plan for the part of it that ships as a product. The part that does not fit in a product announcement, the agreement, the ownership, the institutional memory, is the part the floor kept asking about during the summit week. It is not a separate problem to solve later. It is the same problem, still open.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!qAVA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!qAVA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&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="/__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!qAVA!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F01f73d26-bd40-4abf-8736-e72f1be9b77e_1672x941.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><figcaption class="image-caption">The problem that didn&#8217;t have a booth : Organizational Context | Source: Context &amp; Chaos</figcaption></figure></div><div><hr></div><h2><strong>The announcement the field has been waiting for</strong></h2><p>Something significant happened at this summit. For the first time, context infrastructure was the main story, not a footnote.</p><p>Sridhar Ramaswamy, Snowflake&#8217;s CEO, used<a href="https://www.snowflake.com/en/summit/keynote/">his opening keynote</a> to say it plainly: a model is not a unique advantage, because your competitor has the same model. The moat is your data. The company with the best governed, contextualized, machine-readable data wins the AI era, not the one with the best model subscription. In Snowflake&#8217;s framing, data is the most defensible moat a company has, and if it is fragmented, competitive advantage is buried with it.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!szMm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 424w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 848w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 1272w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!szMm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png" width="1456" height="809" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:809,&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;: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="/__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 424w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 848w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.png 1272w, /__u/substackcdn.com/image/fetch/$s_!szMm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9bc43840-ac68-4952-a66c-c7e148a593d8_1864x1036.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">Key note session from Sridhar Ramaswamy, Snowflake&#8217;s CEO | Source: Snowflake</figcaption></figure></div><p>Christian Kleinerman, Snowflake&#8217;s EVP of Product,<a href="https://siliconangle.com/2026/06/02/ai-agents-open-data-governance-take-center-stage-snowflake-summit/"> made the same point from the product side</a>: models keep changing and capabilities keep advancing, but the data is constant.</p><p>Two years ago, the mainstream position was that frontier models would solve the data quality problem downstream. The industry&#8217;s largest data platform is now saying the opposite. Governance, context, and meaning are the irreducible requirements. The category has arrived.</p><p>Platform vendors launched native semantic tooling. An <a href="https://www.snowflake.com/en/news/press-releases/snowflake-pioneers-new-open-framework-for-interoperable-enterprise-data-and-ai/">open standard for semantic model interoperability</a> gained ground, with a broad coalition of vendors behind it. Agent governance got a proper architecture: constrained agent identities, audit trails, policy enforcement at the meaning layer. A <a href="https://www.snowflake.com/en/news/press-releases/snowflake-announces-intent-to-acquire-natoma-providing-secure-connectivity-for-the-agentic-enterprise/">new acquisition in enterprise agent connectivity</a> promised to plug AI agents into the full enterprise application stack, not just the warehouse.</p><p>Context is on every stage, in every booth, in every product roadmap. Which is exactly what makes the floor conversation so interesting.</p><div><hr></div><h2><strong>What the room was actually asking</strong></h2><p>Every vendor at this summit defined context with respect to what their software produces.</p><p>Semantic models for BI vendors. Metadata, schemas, and semantics for data platforms. Embeddings for vector stores. Lineage graphs for pipeline tools. Agent memory for AI frameworks. Knowledge graphs for ontology vendors. All of them context. <strong>None of them the whole of it. A semantic model is context, but not all context is semantics. Each tool is naming a true subset and treating it as the set.</strong> None of them wrong, exactly, which is what makes the conversation so hard.</p><p>When every tool claims context, the word stops meaning anything precise.</p><p>And the imprecision is not a new mistake, it is the latest version of an old one. Data and analytics has spent 20+ years treating the artifact as the goal, the dashboard, the model, now the semantic view, when the goal was always to answer the business question. That confusion is what triggered the whole data product movement. It is showing up again as &#8220;my job is to build the agent&#8221; instead of &#8220;my job is to solve the business problem.&#8221; The agent is the newest artifact to mistake for the outcome.</p><p>Most of what was announced last week at the summit sits at two ends of the stack. At one end, the data infrastructure: warehouses, lakehouses, pipelines, and the semantic and metadata tooling that makes them AI-readable. At the other, the agent runtimes and applications that execute the work. Native semantic tooling, metadata connectors, open standards, agent identity: these are real investments in making infrastructure machine-readable and giving agents governance primitives. They are necessary. They are also not the same thing as the layer of shared meaning that sits between the two.</p><p>Then Ramaswamy named the actual problem in the<a href="https://diginomica.com/snowflake-summit-2026-how-snowflake-making-strategic-shift-towards-agentic-ai"> same keynote</a>: too many enterprises still struggle to exploit their data because it sits in fragmented silos, each with its own version of the truth.</p><p>Their own versions of the truth. No semantic model resolves that. No metadata connector decides which version is authoritative. Two teams disagree on what &#8220;revenue&#8221; means, both are correct within their own context, and nothing announced during the summit holds the layer where that conflict gets reconciled and kept reconciled. This is not a gap in the warehouse. It is a missing layer above it, and that layer has to be engineered, not just willed into existence with more meetings.</p><p>Josh Klahr, who leads analytics product management at Snowflake, had named the underlying tension on<a href="https://www.linkedin.com/posts/jklahr_the-1-trillion-ai-problem-why-snowflake-activity-7376286548599885824-GSYT"> LinkedIn</a> months before the summit opened: why can&#8217;t semantic models interoperate across platforms? Four days of announcements later, that question still does not have a clean answer. The new open standard for semantic portability is a step toward it. But the hardest part is not the specification. It is what the specification is supposed to represent, and who gets to decide.</p><p>Sanjeev Mohan, an independent analyst,<a href="https://siliconangle.com/2026/06/04/enterprise-context-layer-snowflakesummit/"> said it plainly in a floor interview</a>: the moat has moved to the context layer, because that is where you can apply security. Then he added the line that did not make the summaries: the entire attempt to build a single corporate data warehouse is fraught, and it is not for everybody.</p><p>That second point is worth sitting with. The industry has treated the centralized model as basically working for decades, and organizations are still struggling with it. The struggle is not new, and it is not going away because a keynote said context is solved.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-h1j!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 424w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 848w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-h1j!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png" width="1456" height="970" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:970,&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;: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="/__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 424w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 848w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-h1j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F405ad2c9-2f39-41f9-a8e6-5f63850b90a3_2048x1365.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">The Cube&#8217;s interview with Sanjeev Mohan &amp; Bob O&#8217;Donnell | Source: <a href="https://siliconangle.com/2026/06/04/enterprise-context-layer-snowflakesummit/">Silicon Angle</a></figcaption></figure></div><div><hr></div><h2><strong>What the floor was asking that the stage didn&#8217;t answer</strong></h2><p>Across the booth sessions and demo conversations this week, a pattern emerged that the product announcements did not fully anticipate.</p><p>The demos landed. When practitioners watched an undocumented environment go from zero to AI-ready, lineage mapped, definitions bootstrapped, an agent returning a trusted query result, the reaction was consistent: this is real, I can see how it works. The demos are real, and the automation behind them is accelerating. It is worth being precise about what was shown, though. Bootstrapping context from a cold, undocumented estate is a strong assist today, not a finished capability. The direction is not in doubt. The maturity is still arriving.</p><p>The questions that followed were not about the technology. They were about what happens after the demo. Who maintains the definitions when the team that built them turns over? When a new data source lands, who governs its meaning before an agent starts querying it? When two business units define the same metric differently, and an agent has to answer a question that spans both, who decides which definition it uses, and what happens when the answer is wrong?</p><p>Those questions do not have answers in a product catalog. They have answers in organizational structure, accountability, and process. And the practitioners asking them were not confused about the technology. They were clear-eyed about the distance between what the technology provides and what their organizations need to run on top of it.</p><p>Madison Mae, an analytics engineer whose<a href="/__u/learnanalyticsengineering.substack.com/p/4-snowflake-summit-hot-topics">practitioner newsletter</a> is one of the sharper reads in the field, published her verdict the same week: most teams are not at a place where they can use these features for governance reasons. Not some teams, most. After two days of keynotes explaining that context is solved.</p><div><hr></div><h2><strong>The question that did not have a booth</strong></h2><p>Four questions came up repeatedly in floor conversations during the summit. None had a product announcement attached.</p><ul><li><p><strong>The first was memory.</strong> There was a memory feature announced, but it was the kind that lives with an individual agent session: per-user recall, preferences, query history. Useful, and not what practitioners were asking about. They were asking about organizational memory. How does an agent know that your definition of &#8220;churn&#8221; changed after a product pivot? How does it know that &#8220;customer&#8221; means something different in your North American operations than in EMEA, because an acquisition was never fully integrated? That is durable, shared knowledge that has to outlive any one session and any one person. The feature in the booth remembered the user. The floor was asking how the organization remembers itself.</p></li><li><p><strong>The second was portability.</strong> Why can&#8217;t an agent just read the YAML file that defines the semantic layer? The question sounds technical. The reason it isn&#8217;t: a YAML file is a snapshot. It does not know who is responsible for updating it. It does not know when it stopped being accurate. It does not have an owner. You can federate a schema. You cannot federate accountability.</p></li><li><p><strong>The third was ownership.</strong> When two teams disagree on the definition of &#8220;revenue,&#8221; and they will, who decides, and where does that decision live so an agent can act on it? The technical layer can surface the discrepancy. Resolving it, and keeping it resolved, takes a layer built to hold that decision, version it, and serve it to every agent that asks. That layer is buildable.</p></li><li><p><strong>The fourth was gravity</strong>, where the agent actually gets built. This one surfaced less as a question than as a behavior the field had already settled into. Snowflake brought agentic development closer the warehouse with Snowflake Cowork, and that is the rational move for any platform: pull agent-building toward your center of gravity, and in this case that is data. But the business&#8217;s center of gravity is the business process, and the problems it needs to solve. So the teams closest to those problems reach for what is in their orbit, general-purpose coding agents, or specialized agentic platforms built for a particular workflow. Some attendees said they are comfortable with consumer AI tools in their personal life, but their company has not licensed those harnesses for work. They will have the warehouse&#8217;s agent environment, so that is where they will start. No enterprise will standardize on a single one of these, and that is fine. The point is not which one wins. Agent development will start in many different platforms across many teams. The context an agent depends on cannot stay locked inside whichever platform a team starts in. It has to be portable across them. Each platform has its own gravity, and agents will form around all of them. Context cannot live in any single orbit. It is the center of mass they all share.</p></li></ul><p>The pattern underneath all four is the same. Each one is a piece of context that the warehouse-layer announcements do not hold: the meaning, the ownership, the freshness, the portability. None of that is unmanageable human overhead. It is a layer that can be engineered, with the same rigor the industry just spent four days celebrating one layer down. The reason it feels unsolved is not that it is about people. It is that no platform builds it as a standalone layer, because each platform&#8217;s gravity pulls context back into its own product. Bob O&#8217;Donnell, a veteran industry analyst on the floor,<a href="https://siliconangle.com/2026/06/04/enterprise-context-layer-snowflakesummit/">said what practitioners have been saying quietly for years</a>: this sounds great in theory, but the nuts and bolts of actually doing it are very hard. He has been saying some version of that for a decade. He is still saying it. The nuts and bolts are exactly the point. They are buildable. They are just not built from inside a warehouse.</p><div><hr></div><h2><strong>The delta</strong></h2><p>The announcements at the summit were real infrastructure. Native semantic tooling that connects BI definitions to AI queries without rebuilding them. Lineage and metadata connectors that unify governance across third-party assets. Agent identity and permission models that give AI actions the same audit trail as human actions. A portability standard so metric definitions are not locked into one vendor&#8217;s format. Organizations that do not have this infrastructure should be building toward it.</p><p>But the infrastructure is not the whole of context. Tooling makes a definition machine-readable, which is real work the layer does well. On its own, though, it does not keep that definition current as the business changes, reconcile it when two teams disagree, or stop every new team and every new agent from quietly minting its own version of the truth. That is not a limit of the technology. It is what a context layer is for: it carries the definitions, versions them as they change, reconciles the conflicts, and serves a single trusted answer to every agent that asks. People set the policy and stay accountable for it. They do not hand-maintain it. The layer does the work and keeps humans on the loop, which is what makes it scale past a wiki page.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vUPe!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vUPe!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2090435,&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://contextandchaos.substack.com/i/201475327?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vUPe!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3041efdb-da0a-4ffa-baff-290bc7678642_1536x1024.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">Shared meaning layer | Source: Context &amp; Chaos</figcaption></figure></div><p>SiliconANGLE&#8217;s analysts<a href="https://siliconangle.com/2026/06/02/snowflake-moves-ai-stack-system-intelligence-still-built/"> framed the bet precisely</a>: context determines agent quality. The frontier model vendors have the reasoning engines, the app vendors have the workflow context, and the bet on enterprise context organized around data is directionally correct. But a catalog defines nouns. The layer enterprises actually need has to model verbs: the actions, decisions, exceptions, and business logic that govern how work actually happens. Organizing context around data gets you the technical layer. It does not get you the agreement.</p><p>That is the word doing the quiet work this week: trust. Snowflake&#8217;s own framing was that every person, tool, and agent should operate from the same trusted business context. A schema can be documented and a definition can be specified, but trust is something an organization decides on together and then maintains. It sits outside the toolchain even when the tools are what make it durable.</p><div><hr></div><h2><strong>What this means</strong></h2><p>Precision is the part that compounds trust, and in enterprise AI, precision failures are almost never model failures. They are organizational context failures: the agent using the wrong version of the truth because nobody decided which version was right.</p><p>Brendan Cyrus, Director of Product for AI Analytics and Data Platforms at Indeed,<a href="https://www.snowflake.com/en/blog/horizon-context-governed-context/"> described what closing that gap looks like</a>: &#8220;That single source of truth has eliminated metric discrepancies across teams and given us the confidence to scale AI-driven analytics knowing the answers are grounded in governed logic.&#8221; Not a semantic model. Not a metadata schema. A source of truth teams agreed on. The technology made it possible. The governance made it work.</p><p>Jeff Miller, Global Head of Data Factory and Enterprise Data Platform at BlackRock Aladdin,<a href="https://www.snowflake.com/en/blog/horizon-context-governed-context/"> framed the same requirement</a>: &#8220;As AI becomes increasingly embedded across our enterprise, it&#8217;s essential that applications, analytics and agents operate from the same trusted understanding of the business.&#8221;</p><p>The trusted understanding. Both of them reach for the same word, and trust is not something a schema confers. It is the thing an organization has to establish and keep establishing as the business moves.</p><p>What your data looks like and what your business means are not two layers an enterprise buys in sequence. They are one layer, and an agent that has the first without the second will answer confidently and wrongly. The summit showed the half that ships. The other half is still the work.</p><p>For teams building agents today, the reframe is this: context is not a documentation sprint you run before launch, and it is not an org chart you redraw until someone owns the word &#8220;customer.&#8221; It is a layer you engineer and operate, the same way you engineer and operate the data platform underneath it. The definitions that make your agent accurate on day one drift the moment a team reorganizes, an acquisition closes, or a product line changes its terminology. Whether those changes reach the context your agents act on, and how fast, depends on whether that context is built to be versioned, owned, and kept current, or whether it is a static file someone wrote once.</p><p>The summit made one thing unmissable. Every platform now agrees context is the point, because every agent being built needs it. But almost every announcement defined context in its own image: semantics for the BI vendors, schemas for the warehouses, embeddings for the vector stores, memory for the agent frameworks. Each one is describing the slice of context its own product happens to produce. That is the tell. If context only means what your platform already does, it was never really about the agent&#8217;s understanding of the business. It was about the platform&#8217;s center of gravity.</p><p>So the useful question to take out of this year&#8217;s Snowflake Summit is not which platform to use for the context layer. It is whether the meaning your agents run on is tied to a single platform&#8217;s definition of context, or whether it lives in a layer that holds across all of them, the BI tool, the warehouse, the vector store, the agent frameworks you have not adopted yet. The summit built the floor and the ceiling. The layer in between, the one that decides whether your agents are right and is the one piece no single vendor&#8217;s definition fully covers, is still the work. It is buildable. The question is who builds it independently of any one platform&#8217;s gravity.</p><p>The teams that build it that way, rather than accept whichever definition of context their platform hands them, will spend less time debugging confident wrong answers and more time putting agents into production that hold up. The infrastructure from the summit week is real. The layer that makes it trustworthy, and keeps it trustworthy no matter which platform an agent runs in, is the one piece no single platform&#8217;s gravity can hold. That makes it the most valuable layer in the stack, and the one still waiting to be built where it belongs: above all of them.</p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/snowflake-summit-2026-everyone-owns-context-now/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!l0k5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!l0k5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!l0k5!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F400a2104-7748-42b4-870f-c067d6e22534_1536x1024.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><div><hr></div><div class="callout-block" data-callout="true"><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind?<a href="https://atlan.com/context-and-chaos/contribute/"> We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[What an Enterprise Context Layer Actually Is]]></title><description><![CDATA[A field guide to what it is, what it is not, and where it fits in your AI architecture.]]></description><link>https://contextandchaos.substack.com/p/what-an-enterprise-context-layer</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/what-an-enterprise-context-layer</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Mon, 01 Jun 2026 18:09:53 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1e1252f3-2383-48c9-b6e3-2648a915205a_1736x906.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>I have had some version of the same conversation with a CIO almost every day this year. It usually starts the same way. Their team has read about context layers, or seen the term in a Gartner note. They know it matters. They know it sits somewhere underneath the agents they are trying to put into production.</span></p><p><span>And then comes the real question: What is it, actually? Is it a data catalog with new branding? A semantic layer? A knowledge graph? A RAG over unstructured data? Is it the same as memory, decision traces, or context graphs?</span></p><p><span>All of those things matter, but none of them are the same as the context layer.</span></p><p><span>I&#8217;ve spent over a decade building the infrastructure that sits under data teams, and the last two watching that same infrastructure get pulled, hard, into the AI stack. So I have some scar tissue here. I&#8217;ve watched elegant theses meet messy enterprise reality, and I have a pretty good sense of which half usually wins.</span></p><p><span>So here&#8217;s the question I actually want to answer, the one sitting underneath the CIO&#8217;s: when you strip away the branding, what is a context layer made of, and how do you tell a real one from a catalog with a new coat of paint?</span></p><p><span>In this article, I want to break down the buzzwords to make it clear what a context layer actually is, what it isn&#8217;t, and where it fits into the AI platform architecture.</span></p><div><hr></div><h2><strong><span>Context = Knowledge + Expertise + Norms</span></strong></h2><p><span>Before we can talk about what makes up the context layer, it&#8217;s important to be precise about what context actually means here.</span></p><p><span>An AI agent operating inside a real business needs three kinds of context:</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!7nSa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 424w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 848w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 1272w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!7nSa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png" width="718" height="390.56043956043953" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:792,&quot;width&quot;:1456,&quot;resizeWidth&quot;:718,&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="/__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 424w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 848w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.png 1272w, /__u/substackcdn.com/image/fetch/$s_!7nSa!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1664cb73-ff08-4b08-96b6-238921a2c429_1701x925.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><strong><span>Knowledge</span></strong><span> is the map of the business. This includes entities, definitions, metrics, relationships, taxonomies, and glossary terms. In short, it&#8217;s the ontology of how the company interacts and talks. This lets a human and an AI system agree on what a customer, product, policy, and revenue actually mean.</span></p><p><strong><span>Expertise</span></strong><span> is how work actually gets done. This includes procedures, workflows, tool choices, task decomposition, playbooks, and the practical know-how of regular projects like running the monthly close, qualifying an inbound lead, or triaging a support escalation. Today, this lives across SOPs, tickets, Slack threads, and the heads of the three people who have been on the team long enough to remember why we do it that way.</span></p><p><strong><span>Norms</span></strong><span> are the rules of acceptable action. This includes policies, permissions, obligations, approval paths, exception handling, and compliance constraints. Norms tell the agent not just what is true and how to do it, but what is allowed. For example, they govern which customer can be offered which discount, which actions need a human approver, and which data cannot leave which jurisdiction.</span></p><div><hr></div><h2><strong><span>What an Enterprise Context Layer Actually Is</span></strong></h2><p><span>Let&#8217;s get right to it.</span></p><p><span>An enterprise context layer is the system that turns knowledge, expertise, and norms into machine-usable context for AI &#8212; across the heterogeneous landscape of data, business systems, and AI. It exists so agents can operate with shared meaning, with the right information at the right moment, and with the governance needed to act safely and consistently.</span></p><p><span>Think of the context layer as a shared enterprise brain. It&#8217;s the foundation that every agent in your company reaches into, learns from, and contributes back to. That&#8217;s what makes the tenth agent dramatically better than the first, because each one inherits what the previous ones already learned.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ny1o!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 424w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 848w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ny1o!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png" width="1456" height="911" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:911,&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;: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="/__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 424w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 848w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ny1o!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe9cab812-808d-4675-adf8-a21895ab28a2_1586x992.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 context layer has two halves working together:</span></p><ul><li><p><strong><span>A core context substrate:</span></strong><span> The machine-usable substance of context itself, made of three integrated parts.</span></p></li><li><p><strong><span>Five capabilities:</span></strong><span> The operating system that produces, governs, delivers, and continuously improves that substrate over time.</span></p></li></ul><p><span>Let&#8217;s go deeper into both.</span></p><div><hr></div><h2><strong><span>Part 1: The core context substrate</span></strong></h2><p><span>The substrate is the machine-usable representation of enterprise context. It&#8217;s made of three tightly integrated parts: AI-ready data, semantics &amp; ontology, and skills. Together they answer three different questions an agent needs to act:</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!I3Pp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 424w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 848w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!I3Pp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png" width="1456" height="688" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:688,&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;: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="/__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 424w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 848w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.png 1272w, /__u/substackcdn.com/image/fetch/$s_!I3Pp!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d17357a-029d-4899-9618-ee8a6824c855_1825x862.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><ul><li><p><span>What data and assets can I trust? &#8594; </span><strong><span>AI-Ready Data &amp; Knowledge Graph</span></strong></p></li><li><p><span>What do things in this business mean, and how are they connected? &#8594; </span><strong><span>Semantics &amp; Ontology</span></strong></p></li><li><p><span>How does work actually get done here, and what&#8217;s allowed? &#8594; </span><strong><span>Skills</span></strong></p></li></ul><p><span>You can&#8217;t have one without the others. Data without semantics is uninterpretable. Semantics without data is theater. And both without skills can describe the business but not operate it.</span></p><p><span>On a whiteboard this is clean. In a real enterprise, every one of these three lives in a different team, a different tool, and a different decade of decisions. Closing that gap is the whole game.</span></p><h3><strong><span>1. AI-ready data &amp; knowledge graph</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-pLg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 424w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 848w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-pLg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png" width="1456" height="709" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:709,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2135768,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 424w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 848w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-pLg!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ed9d96d-407b-499d-a989-82436e4ef362_1798x875.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>This is the foundation: the integrated, trusted, and AI-ready representation of an enterprise&#8217;s data and knowledge assets. It solves two distinct problems.</span></p><p><span>First, it makes structured data machine-readable for AI. That means enriching tables and datasets with the context agents actually need: descriptions, primary keys, join paths, required filters, SQL patterns, usage history, and the ways humans typically ask questions of that data.</span></p><p><span>Second, it makes unstructured knowledge accessible in a governed way. That means identifying canonical facts, indexing files and folders, applying classification logic, and deciding what is allowed to become part of the enterprise knowledge graph.</span></p><p><strong><span>Canonical knowledge:</span></strong><span> The narrative that defines how the company thinks, sells, builds, and speaks. Strategy documents, mission and values, brand voice guides, product positioning, principles, frameworks, and org charts. These are the ideas experienced employees carry in their heads and every new hire absorbs in their first 90 days.</span></p><p><span>There&#8217;s also an important shift happening here. As MCP emerges as a key protocol, and as more core systems expose high-quality MCP servers, there&#8217;s a real possibility that agents may not need every asset to be physically centralized. If they understand how to use the MCPs, the tools, and the rules of the systems where knowledge already lives, they may be able to traverse the enterprise knowledge graph directly and retrieve verified context from the source.</span></p><h3><strong><span>2. Semantics &amp; ontology &#8212; the map of the business</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!NAIb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 424w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 848w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 1272w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!NAIb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png" width="1456" height="695" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:695,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2150990,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 424w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 848w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.png 1272w, /__u/substackcdn.com/image/fetch/$s_!NAIb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F72735cc7-c722-4fb5-8a53-3fc5f281f87c_1815x866.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>If AI-ready data tells you what exists, semantics and ontology tell you what it means and how it connects. This is the map of the business.</span></p><p><span>It encodes two different things:</span></p><p><strong><span>Semantics:</span></strong><span> Shared definitions of business concepts. Glossary entries, metric definitions, and the vocabulary every team uses and often disagrees on &#8212; what counts as an active customer, gross margin, or escalated incident.</span></p><p><strong><span>Ontology:</span></strong><span> The structure of how those concepts relate. The relationship between Customers, Accounts, and Transactions, or between Products, SKUs, and Inventory. Entities, relationships, knowledge graphs &#8212; what allows agents to reason across the business instead of treating each system as an island.</span></p><p><span>No real context layer is complete without all three. Without semantics and ontology, retrieval is brittle. Without canonical knowledge, agents have no idea what the company is actually trying to do.</span></p><p><span>Ontologies and knowledge management are not new disciplines. What is new is that AI can now build, maintain, and curate encoded knowledge at the pace the business actually moves &#8212; reading query logs, reconciling conflicting documents, detecting drift between what a brand voice guide says and what marketing actually publishes. That work is the job of Context Mining and the Context Development Lifecycle, which we&#8217;ll get to in Part 2. The point here is that a living knowledge model is finally tractable at enterprise scale.</span></p><p><span>This isn&#8217;t a fringe idea anymore. Anyone who&#8217;s worked with agents knows context isn&#8217;t a nice-to-have, it&#8217;s everything.</span><a href="https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents"><span> Anthropic</span></a><span> put it plainly: &#8220;context is a critical but finite resource for AI agents.&#8221;</span><a href="https://x.com/karpathy/status/1937902205765607626"><span> Andrej Karpathy</span></a><span> called the discipline of getting it right &#8220;the delicate art and science of filling the context window with just the right information for the next step.&#8221;</span><a href="https://x.com/tobi/status/1935533422589399127"><span> Tobi L&#252;tke</span></a><span> described it as &#8220;the art of providing all the context for the task to be plausibly solvable by the LLM.&#8221; When the people building the frontier models and the people running the businesses are converging on the same word, it&#8217;s worth getting the architecture under that word right.</span></p><h3><strong><span>3. Skills &#8212; reusable procedures, processes, and norms</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!5BXd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 424w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 848w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!5BXd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png" width="1456" height="736" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:736,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2457179,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 424w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 848w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5BXd!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F00b0c400-73be-4bc9-a87e-729c4e875701_1764x892.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>Knowing what something means is not the same as knowing what to do next. A semantic layer can tell an agent what gross margin is. It cannot tell the agent how to close the month, when to escalate an exception, or which approval path matters in practice. That&#8217;s a different layer of enterprise intelligence entirely.</span></p><p><span>This is where Skills come in. Skills make procedural knowledge &#8212; the way work gets done, and the norms that constrain it &#8212; durable and machine-usable.</span></p><p><span>A skill is the new primitive that does for procedural knowledge what code did for logic in software. Each skill is a reusable, versionable, testable unit of how-to. The context layer is the system that manages skills through version control, lifecycle management, and unit testing.</span></p><p><span>Two problems make skills hard, and they map cleanly onto the capabilities in Part 2.</span></p><p><span>The first is building the library &#8212; how do you reverse-engineer a skills library inside a company that already exists? You can&#8217;t write 10,000 skills in a quarter, and the most important procedural knowledge isn&#8217;t documented anywhere. This is a Context Mining problem, and we&#8217;ll get to the specific methods (skill-building during agent-building, systems mining, failure-driven capture, desktop shadowing, structured AI interviews) when we cover that capability.</span></p><p><span>The second is maintaining and governing the library &#8212; how do skills stay current as the business changes, how do changes propagate when an upstream skill is updated, and where does accountability sit when something goes wrong? This is a Context Development Lifecycle problem, and it&#8217;s where the organizational design questions live.</span></p><p><span>For the substrate itself, the takeaway is simpler: Skills give the context layer a way to encode how work gets done and what&#8217;s allowed in a form that&#8217;s reusable, versioned, and testable &#8212; the same way code did for software logic. That&#8217;s the new primitive. Everything else is operating system around it.</span></p><div><hr></div><h2><strong><span>Part 2: The five capabilities</span></strong></h2><p><span>The substrate is what the context layer is. The five capabilities are what it does &#8212; the operating system that produces context from enterprise reality, governs it through a lifecycle, compounds it through learning, delivers it where agents work, and keeps it trustworthy over time.</span></p><h3><strong><span>Capability 1: Context mining</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!WQ3n!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 424w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 848w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!WQ3n!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png" width="1456" height="705" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:705,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1718905,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 424w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 848w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WQ3n!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fef70a1b9-7506-43a4-a98a-5b99df74d2d5_1802x872.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>If you want to understand how a business thinks it runs, read its documentation. If you want to understand how it actually runs, observe its systems.</span></p><p><span>A surprising amount of business context is hidden across business systems, knowledge systems, Slack, email, tickets &#8212; and the trail of how people actually use all of them. The first job of the context layer is to connect to that fragmented reality and reverse-engineer business operations from it.</span></p><p><span>Context mining draws from two kinds of sources:</span></p><ul><li><p><strong><span>Existing business and knowledge systems:</span></strong><span> Systems of record (Salesforce, ServiceNow), systems of data (Snowflake, Databricks, BI dashboards), systems of knowledge (Notion, Confluence, ticketing systems, email), and systems of work (Slack, project tools, the trail of where decisions happen).</span></p></li><li><p><strong><span>Runtime signals:</span></strong><span> Query history, usage patterns, agent traces, evals, human overrides, and freshness signals.</span></p></li></ul><p><span>You can think of the output as a raw context substrate flowing into a context lake &#8212; the way enterprises decades ago began piping their data into data lakes. But mining is much more than ingestion. It&#8217;s the work of producing each of the three substrates from enterprise reality.</span></p><p><span>And here&#8217;s where my scar tissue starts itching, because we&#8217;ve watched this movie before. The semantic layer had near-perfect problem-value fit and still never became a standalone category. The data lake promised one place for everything and too often became a swamp nobody trusted. A context lake that&#8217;s just a dumping ground for raw context will meet exactly the same fate. The difference between a context layer that compounds and a context graveyard is everything that happens after ingestion, which is the rest of this section.</span></p><h4><strong><span>Mining semantics and ontology</span></strong></h4><p><span>The semantic layer of a real business doesn&#8217;t live in one place. It&#8217;s scattered across SQL query patterns, undated decks, Notion pages, Slack threads, and people&#8217;s heads. Mining it well is what makes the difference between a glossary nobody trusts and a living knowledge model.</span></p><p><span>A few examples of what this actually looks like in production:</span></p><ul><li><p><span>AI reads your SQL query history, notices that Sales and Finance use different definitions of Annual Recurring Revenue, and surfaces the conflict for a human to decide which should be used company-wide.</span></p></li><li><p><span>Someone asks AI about the escalation threshold, but four documents disagree. AI reads them all, weighs their last-updated dates and author seniority, drafts two candidate versions, and brings them to a human.</span></p></li></ul><p><span>In each case, AI does the heavy lifting and humans decide. That&#8217;s what makes a living knowledge model finally tractable at enterprise scale.</span></p><h4><strong><span>Mining skills</span></strong></h4><p><span>Mining procedural knowledge is even harder than mining semantics, because most of it was never written down. The work of building a Forward Deployed Engineering team manually is one answer, but the more durable answers are system-led and becoming core to the context layer:</span></p><ul><li><p><strong><span>Skill-building as part of agent-building:</span></strong><span> Garry Tan&#8217;s skillify library is one example. Do the work manually with the agent once, then use AI to examine the session, extract the repeatable pattern, write the skill file with triggers and edge cases, and register it. In this model, we can bootstrap an agent with 50% autonomy and keep improving it until it reaches at least 90%.</span></p></li><li><p><strong><span>Mining existing systems:</span></strong><span> How much can we create process maps from event logs, or decision flows from email and Slack patterns? This is where systems of work become a goldmine.</span></p></li><li><p><strong><span>Failure-driven skill capture:</span></strong><span> Don&#8217;t try to encode every skill upfront. Run the agent, watch where it fails, and capture the missing context at the point of failure. Each failure is a signal where the agent didn&#8217;t know something and a skill is needed to fill that gap. The library grows where the agents actually work, not where someone guessed they would.</span></p></li><li><p><strong><span>Desktop shadowing:</span></strong><span> Shadow what top operators actually do on their machines &#8212; clicks, keystrokes, app switches &#8212; and reverse-construct their workflows. This captures the complex desktop processes that systems mining misses.</span></p></li><li><p><strong><span>Structured AI interviews:</span></strong><span> The most important procedural knowledge is never logged anywhere &#8212; it&#8217;s judgment. AI can run structured conversations with employees to surface the exceptions, workarounds, and decision rules that observation can&#8217;t reach. &#8220;Walk me through the approval process. How do you actually decide?&#8221;</span></p></li></ul><p><span>The winning skills library will be assembled from all of these: mining for what executed and how, interviews for why it happened, and agent runs for the gaps these approaches don&#8217;t reach. None of these methods produce a finished skill on their own &#8212; they produce candidates that the Context Development Lifecycle then tests, reviews, approves, and deploys.</span></p><h3><strong><span>Capability 2: Context development lifecycle</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Pq0d!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 424w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 848w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Pq0d!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png" width="1456" height="493" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:493,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1851718,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 424w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 848w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Pq0d!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F95d9819e-0b4c-444c-9863-1dd53fe7ce6f_2155x730.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>Just as software engineering created the software development lifecycle to manage how code is built, reviewed, versioned, and deployed, companies that want a shot at truly becoming AI-native will need a context development lifecycle to manage how context is created, tested, approved, deployed, and retired.</span></p><p><span>Context can no longer live as scattered prompts, hidden instructions, and isolated team-level decisions. It has to become a first-class asset: reusable, reproducible, versioned, and governable.</span></p><p><span>The lifecycle has six stages &#8212; and the line between AI and humans moves through it:</span></p><ul><li><p><strong><span>Build &#8594; Test &#8594; Review:</span></strong><span> AI bootstraps and simulates. AI drafts the candidate context (a new metric definition, a skill, a policy update), tests it against historical traces and known cases, and surfaces it for review.</span></p></li><li><p><strong><span>Approve &#8594; Deploy &#8594; Learn:</span></strong><span> Humans resolve ambiguity, add tacit knowledge, and approve. A human owner decides whether the candidate becomes canonical, where it propagates, and what it replaces. Once deployed, the system watches how it performs and feeds outcomes back into the next cycle.</span></p></li></ul><p><span>This is also where new operating roles emerge. Not every piece of context should be editable by everyone. Some context will need owners or approvers. Some updates will remain local to a team; others will need to be promoted into a shared enterprise layer to propagate into downstream systems.</span></p><p><span>Change propagation is crucial. If a company changes its core ICP or redefines a key persona, that&#8217;s not a small edit &#8212; it&#8217;s a structural change to enterprise understanding. The system should trace the lineage of that change across every downstream context artifact, every evaluation, and every agent that depends on it. The real governance challenge isn&#8217;t just storing context, but understanding the blast radius of change.</span></p><p><span>Consider a real cascade. A company&#8217;s positioning document might be a CMO-approved skill. That positioning feeds the social media skill that drafts LinkedIn posts, the SDR pitch skill, and the analyst call skill. When the CMO updates positioning, what happens? Does the change propagate automatically? Does it queue for review by each downstream skill owner? Does the social media skill keep using the old version until someone certifies the new one? These are not theoretical questions &#8212; they&#8217;re the difference between a context layer that compounds and one that contradicts itself.</span></p><p><span>And when an agent uses these skills in a real task and something goes wrong, where does accountability sit? With the skill that misfired, the skill that fed it, or the agent that composed them? The next era of innovation will come from solving these problems, and the answers will look much more like organizational design than prompt engineering.</span></p><p><span>My mental model is simple: AI will do most of the work, and humans will increasingly step in only for judgment, certification, and exception handling. But for that to work, every context agent in the lifecycle needs a specialized role, a clear scope of authority, and a human accountability path. The infrastructure has to support versioning, provenance, simulation, approval workflows, rollback, and escalation to the right people at the right moment.</span></p><p><span>In practice, this might look like a domain owner waking up to a Slack notification asking them to approve a proposed metric change. A GTM leader reviewing the impact of a new persona definition before it propagates into downstream sales and support agents. A policy owner rejecting an automatically inferred update because it conflicts with a compliance boundary.</span></p><h3><strong><span>Capability 3: Compounding learning loops</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!FVcm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 424w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 848w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!FVcm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png" width="1456" height="489" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:489,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1948378,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 424w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 848w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.png 1272w, /__u/substackcdn.com/image/fetch/$s_!FVcm!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa0f2138f-0bfd-461d-a8e9-1286c3589c1b_2164x727.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>Memory is one of the muddiest words in the entire agent stack. People use it to mean radically different things: the active context window, a user profile, a trace log, a vector database, a preference store, or the whole knowledge base behind an agent. That ambiguity matters, because these don&#8217;t all play the same role.</span></p><p><span>A useful way to think about memory is across four types:</span></p><ul><li><p><strong><span>Working memory:</span></strong><span> The agent&#8217;s immediate execution surface.</span></p></li><li><p><strong><span>Episodic memory:</span></strong><span> The structured record of what happened over time.</span></p></li><li><p><strong><span>Semantic memory:</span></strong><span> The durable knowledge the system has learned to preserve.</span></p></li><li><p><strong><span>Procedural memory:</span></strong><span> The rulebook for how work gets done.</span></p></li></ul><p><span>Architecturally, this distinction matters. Working memory and a thin layer of episodic memory belong close to the agent harness &#8212; they&#8217;re part of execution state. Semantic memory and procedural memory belong inside the context layer, because they represent knowledge and skills the organization wants to preserve, govern, and make portable across agents, tools, and workflows.</span></p><p><span>This is where compounding learning loops become essential. Episodic memory and traces shouldn&#8217;t just sit there as logs. They should feed feedback loops that improve the company&#8217;s encoded knowledge and skills over time. Through traces, evals, corrections, human review, and certification, temporary experience gets converted into durable context. A clarification becomes a saved preference. A repeated exception becomes an explicit policy. A successful resolution becomes reusable precedent. A workflow that consistently works becomes part of the organization&#8217;s procedural memory.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!58B5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 424w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 848w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 1272w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!58B5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png" width="1456" height="653" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/651c4710-c575-4bc2-870f-05459d352434_1872x840.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:653,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1922938,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 424w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 848w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.png 1272w, /__u/substackcdn.com/image/fetch/$s_!58B5!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F651c4710-c575-4bc2-870f-05459d352434_1872x840.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>Take a simple example. A contact center agent is helping a customer, and during that interaction the customer mentions that their son has a dairy allergy. In the moment, that detail lives in working memory so the agent can respond appropriately. The interaction itself becomes part of episodic memory as a trace of what happened. But if the system determines that this detail is important, verifies it, and promotes it, it becomes semantic memory: the customer profile is updated to reflect that this household includes a son with a dairy allergy. From that point on, future agents do not need to rediscover it &#8212; the organization has learned.</span></p><p><span>Or take, for instance, when AI notices that the brand voice guide was last updated 18 months ago. AI compares it to the last 90 days of marketing, blog content, and customer emails, surfaces how they&#8217;ve drifted from the old guide, and drafts an updated version for a human editor.</span></p><p><span>This bottom-up flow is what makes the context layer compound. As agents interact with users, they uncover new preferences, clarifications, exceptions, and playbooks. A team discovers a better workflow. A region establishes a more effective operating pattern. A support agent learns a new resolution path that consistently works. These should not remain trapped inside local interactions. AI should detect those emerging patterns, propose updates to the shared context, and ask the right person whether the learning should stay personal, move to the team level, or be promoted to the enterprise layer.</span></p><p><span>That is the deeper role of memory in the context layer. It&#8217;s not just about helping one model remember one conversation. It&#8217;s about deciding what should remain local to execution, what should be archived as history, and what should be promoted into shared enterprise knowledge. Every interaction makes the layer smarter &#8212; and the smarter the layer gets, the better every future agent performs.</span></p><h3><strong><span>Capability 4: Context activation &amp; retrieval</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!tUNP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 424w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 848w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 1272w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!tUNP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png" width="1456" height="816" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:816,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2060638,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 424w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 848w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.png 1272w, /__u/substackcdn.com/image/fetch/$s_!tUNP!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0faea0e1-5fd6-4955-b6bd-05d418cdb631_1676x939.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>Context is only valuable if it reaches the right human or agent, in the right interface, at the right moment of work.</span></p><p><span>This capability activates context so it shows up where decisions get made: copilots, search, analytics tools, workflows, code editors, agent frameworks, and the applications where work already happens.</span></p><p><span>As context becomes an enterprise asset, it has to survive a heterogeneous world of interfaces, protocols, and retrieval patterns. There will not be one winner. Some systems will consume context through MCP. Others will use APIs, SQL, search, vector retrieval, graph traversal, or hybrid runtime assembly.</span></p><p><span>That means the context layer cannot be tied to any one interface, protocol, or infrastructure choice. It cannot assume graph or vector search &#8212; or any single agent standard &#8212; is always the answer.</span></p><p><span>The data lakehouse became the open architecture that kept data portable across engines, tools, and clouds. The context lakehouse could follow a similar pattern, becoming the open substrate that keeps context portable across agents, models, interfaces, and ecosystems. Not just a place to store context, but the persistent architecture that makes context reusable in production.</span></p><p><span>This activation layer will likely include:</span></p><ul><li><p><span>A context lake for raw and refined context artifacts.</span></p></li><li><p><span>Semantic and relational structures that preserve meaning, lineage, and entity relationships.</span></p></li><li><p><span>Memory and trace stores that capture feedback, outcomes, and historical decisions.</span></p></li><li><p><span>Retrieval and indexing systems for search, vectors, graphs, and hybrid assembly.</span></p></li><li><p><span>Interface layers that expose context through APIs, SQL, MCP, search, and whatever comes next.</span></p></li></ul><p><span>In the short term, this means solving a very practical problem: translation.</span></p><p><span>As the agentic wars continue, different platforms expect context in different native forms. Even inside the Google ecosystem, conversational analytics in Looker needs context as a LookML model, while Gemini Enterprise wants it as a skill file. Snowflake wants Semantic Views. The market is still converging, and the context layer cannot wait for standards to settle. It has to meet ecosystems where they are.</span></p><p><span>That makes interface adaptation a core capability: taking shared enterprise context and translating it into the native frameworks each platform can consume. The winning architecture will not force every ecosystem to speak one language. It will translate canonical context into many local dialects.</span></p><h3><strong><span>Capability 5: Context governance &amp; observability</span></strong></h3><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!bG9l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 424w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 848w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!bG9l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png" width="1456" height="535" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:535,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1825176,&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://contextandchaos.substack.com/i/200091485?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 424w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 848w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bG9l!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a33bfe-3020-43b2-9195-3f393f958c74_2068x760.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 other four capabilities make the context layer functional. Governance and observability are what make it trustworthy.</span></p><p><span>In an AI-first operating model, every business change and every agent interaction creates new context. Without governance, that context decays into a fog of unverified prompts, drifted definitions, and competing instructions. With governance, it becomes infrastructure: certified, observable, and continuously improving.</span></p><p><span>Governance and observability span five concerns that have to be live across every other capability:</span></p><ul><li><p><strong><span>Context Quality:</span></strong><span> Is this metric definition, skill, or policy verified by an owner and tested against real cases?</span></p></li><li><p><strong><span>Drift:</span></strong><span> Has the world changed underneath this piece of context? Is the brand voice guide still aligned with what marketing actually publishes? Is the gross margin definition still consistent with how Finance closes the books?</span></p></li><li><p><strong><span>Lineage:</span></strong><span> Where did this context come from? Which source documents, traces, or decisions produced it? Which downstream agents, evals, and workflows depend on it?</span></p></li><li><p><strong><span>Versioning:</span></strong><span> Can we roll back? Can two agents disagree because they&#8217;re on different versions of the same skill, and can we tell?</span></p></li><li><p><strong><span>Approval workflows:</span></strong><span> Who&#8217;s allowed to merge a change that affects multiple teams? Who resolves a conflict between local context and global policy? Who certifies that a newly discovered playbook is real, safe, and broadly reusable?</span></p></li></ul><p><span>These aren&#8217;t prompt-engineering questions. They&#8217;re organizational design questions, and they&#8217;ll define whether enterprise AI becomes trustworthy at scale.</span></p><p><span>Compounding only works if there are clear accountability loops. Without them, the context layer becomes another data lake &#8212; a graveyard of artifacts no one trusts. With them, it becomes the shared brain the rest of the AI stack reaches into with confidence.</span></p><div><hr></div><h2><strong><span>The shape of the market today</span></strong></h2><p><span>If you draw the market map of context-layer companies right now, you&#8217;ll find dozens of logos crammed into a single category. Some of them belong there. Most of them don&#8217;t &#8212; they&#8217;re building something else that happens to have a context layer inside it.</span></p><p><span>Three patterns are worth pulling apart:</span></p><p><strong><span>Agent builders building context for their own vertical.</span></strong><span> Sierra is an agent company. The context layer they&#8217;re building is real, but it&#8217;s specific to customer experience agents &#8212; their semantics, their playbooks, their memory. It only operates inside the Sierra product. Almost every vertical agent company shipping today is doing some version of this.</span></p><p><strong><span>Platforms building context for their own product.</span></strong><span> Snowflake is building Snowflake Intelligence &#8212; a conversational analytics product &#8212; and the context layer underneath it (Semantic Views, Cortex) is specific to data analysis on Snowflake-resident data. That&#8217;s a valuable context layer. It&#8217;s also not the enterprise context layer.</span></p><p><strong><span>Specialists building one component of the substrate.</span></strong><span> This is most of the market map. Memory companies (mem0, Letta, Zep, Cognee) work on a piece of the compounding learning loop. Process mining and human decision trace companies (WIQ, Klarity, Worktrace, Skan) work on capturing procedural knowledge. Vector retrieval companies (Pinecone, Chroma, Milvus, Turbopuffer) work on activation. Semantic specialists (honeydew, RelationalAI) work on parts of the ontology. Each of them is excellent at one piece of the substrate or one capability of the operating system. Most of them will end up integrated into a context layer rather than being one.</span></p><p><span>None of this is new to me. When Jaya Gupta and Ashu Garg called context graphs</span><a href="https://foundationcapital.com/context-graphs-ais-trillion-dollar-opportunity/"><span> &#8220;AI&#8217;s trillion-dollar opportunity,&#8221;</span></a><span> the thesis landed because it named something every team was already feeling: systems of record capture what happened but lose the why.</span><a href="/__u/benn.substack.com/p/the-context-layer"><span> Benn Stancil</span></a><span> has been circling the same gap from the data side. The thesis is right. The open question is the one the semantic layer never answered: who actually assembles it, and does it survive contact with a real enterprise?</span></p><p><span>None of this is unhealthy. Every early ecosystem looks like this. After Snowflake&#8217;s IPO in 2020, the modern data stack exploded into thousands of companies &#8212; observability, transformation, reverse ETL, catalogs, semantic layers, lineage, quality, ELT, lakehouses. It took five years and a lot of M&amp;A for the picture to consolidate, and even now the categories that survived all sit on top of a shared substrate.</span></p><p><span>The context layer will consolidate the same way, but I think it consolidates harder and faster.</span></p><p><span>Here&#8217;s why. The whole point of the context layer is that it&#8217;s shared. If a Fortune 500 has one context layer for its CS agents, another for its data analysis, a third for memory, and a fourth for process mining, it doesn&#8217;t have a context layer at all. It has four context islands. The compounding loop breaks the moment context can&#8217;t move between agents, products, and ecosystems. Enterprises won&#8217;t tolerate that for long.</span></p><p><span>The companies that will define this category are the ones that integrate across all three substrates and run all five capabilities as one coherent loop &#8212; mining context from every system, developing and governing it through a unified lifecycle, compounding it through every interaction, activating it across every interface and protocol, and keeping it trustworthy as the business evolves.</span></p><div><hr></div><h2><strong><span>What it isn&#8217;t</span></strong></h2><h3><span>How is a semantic layer different from an enterprise context layer?</span></h3><p><span>There are three flavors of semantic layer in the market today:</span></p><ul><li><p><strong><span>Embedded semantic layers:</span></strong><span> Looker&#8217;s semantic model, Snowflake&#8217;s Semantic Views.</span></p></li><li><p><strong><span>Universal semantic layers:</span></strong><span> Cube, AtScale, dbt&#8217;s semantic layer.</span></p></li><li><p><strong><span>Universal context layers:</span></strong><span> Atlan.</span></p></li></ul><p><span>Embedded semantic layers are tied to a single engine. Universal semantic layers are engine-agnostic but still scoped to metrics and dimensions for analytics. A universal context layer goes further: it covers the full substrate (data + semantics + skills) and runs all five capabilities &#8212; mining, lifecycle, learning, activation, and governance &#8212; across the heterogeneous landscape of enterprise AI.</span></p><h3><strong><span>Is an enterprise data catalog the enterprise context layer?</span></strong></h3><p><span>No. Data catalogs were built for humans, to help analysts find tables and understand columns. The primary producer and consumer of a context layer is AI. That changes everything: the substrate has to include skills and procedural knowledge, the lifecycle has to assume AI bootstraps most of the work, and the activation layer has to speak MCP, vectors, graphs, and APIs &#8212; not just a search box.</span></p><h3><strong><span>Is long-term memory the same as the enterprise context layer?</span></strong></h3><p><span>No. Long-term memory is one piece of one capability (the compounding learning loop). The context layer is the broader system that decides what gets promoted from memory into shared, governed enterprise knowledge.</span></p><p><span>So, back to that CIO. The honest answer is that nobody has fully built this yet. The pieces exist on the market map, but the category will be defined by whoever treats the context layer as one shared system instead of four context islands stitched together and hoping. A real one covers all three substrates and runs all five capabilities as a single loop. Everything else is a component wearing the category&#8217;s name.</span></p><p><span>That&#8217;s the bet I&#8217;m making. If you&#8217;re building this inside your own company, I want to know where this map breaks for you, what I&#8217;ve got wrong, and what I&#8217;m missing. Tell me. That&#8217;s the whole point of writing this down.</span></p><div><hr></div><p><em><span>I&#8217;d love to hear what you think. Share your thoughts in the comments.</span></em></p><div><hr></div><p><em>This is the map. Over the coming weeks, this series walks each territory in depth: building the substrate inside a company that already exists, governing the lifecycle when one change ripples across hundreds of downstream agents, and measuring whether any of it is working. The hard part was never the definition. It is the build.</em></p><blockquote><p><em><a href="https://atlan.com/know/what-is-the-enterprise-context-layer/">The full canonical piece, with the complete architecture diagram and deeper treatment of each capability is here</a>. This is the Context and Chaos edition.</em></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!4tGC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!4tGC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!4tGC!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7e8e37a9-2959-4216-bf94-dc4b1c20fada_1536x1024.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><div><hr></div><blockquote><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p></blockquote><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind?<a href="https://atlan.com/context-and-chaos/contribute/"> We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[Four Arguments Ontologists Never Finished (And Why AI Teams Will Have Them Again)]]></title><description><![CDATA[Twenty-five years of arguments, condensed into the four that AI teams are about to have again.]]></description><link>https://contextandchaos.substack.com/p/four-arguments-ontologists-never</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/four-arguments-ontologists-never</guid><pubDate>Thu, 28 May 2026 14:13:29 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!AKmW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the Author:</strong></p><p><em><a href="https://www.linkedin.com/in/kurtcagle/">Kurt Cagle</a> is an expert ontologist, knowledge graph architect, and technical author with more than 25 books to his credit. He serves as an IEEE Standards Editor and publishes </em>The Cagle Report<em> and </em>The Ontologist<em> on Substack, as well as the </em>AI+Semantics NewsBytes<em> LinkedIn newsletter. He is based in Olympia, Washington.</em></p></div><blockquote><p><em><strong>*Note: </strong>Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</em></p></blockquote><p>Let&#8217;s dive in!</p><div><hr></div><p>Ontology is having its moment in the sun right now, after being largely sidelined for the past decade, and the timing is not coincidental. Demand for ontologists is rising. There is growing recognition that a strong semantic foundation is necessary for keeping LLMs grounded in reality. The persistence of memory, along with structured and well-described metadata, are clearly making a major difference in how we build AI systems.</p><p>Yet this hasn&#8217;t come easily. The semantic community has been debating these issues for a quarter century, and even now there is significant contention about what an ontology is, how it should be formed, and how it fits into the broader context of AI. This article looks at four areas where ontologists were not so much flat-out wrong as persistently unfinished<strong>, </strong>and where AI teams are now rediscovering the same fault lines, usually without knowing they are standing on them.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!AKmW!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 424w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 848w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!AKmW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png" width="1456" height="762" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:762,&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="/__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 424w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 848w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AKmW!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F206fc636-90e9-415f-8df4-a7f0ec6740c0_1734x907.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><figcaption class="image-caption">Four Arguments Ontology Never Finished | Source: Context &amp; Chaos</figcaption></figure></div><div><hr></div><h2><strong>Open vs. Closed World Assumption</strong></h2><p>This is the foundational assumption underlying the biggest distinction between the semantic community and the rest of the data modelling world. It ultimately comes down to governance: if you and I both create a model of some aspect of the world, which model is correct?</p><p>In the open world model, the assumption is egalitarian: both. In the closed world model, the assumption is authoritarian: mine is.</p><p>RDF was built on the open world assumption. If you and I talk about the same entity but describe different aspects of it, neither model is exclusive. I describe a cat in terms of its phenotypal characteristics<strong>:</strong>fur, obligate carnivore, meow, tail, forward-facing eyes. You describe it in terms of its genetic characteristics, its licensing status, or its representation in contemporary media. All of these are valid models. If you have a shared identifier for a given entity, you can apply each model about a particular cat, and in the aggregate they yield a much broader picture. Different authorities can have different opinions about which model is correct while still referring to the same entity.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!rp1j!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!rp1j!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1860026,&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://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!rp1j!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7ae25b35-7850-40e9-b45c-5d78bc14539f_1536x1024.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">Open Vs Closed World Assumptions</figcaption></figure></div><p>Where this breaks down is that different opinions often produce representations that differ at a structural level, making it difficult to consistently query across them. Upper ontologies such as GIST, BFO, Schema.org, and gUFO each structure their data differently: how something is labelled, which directions links go, how properties are defined. If our definitions do not agree, how can we be sure we are referencing the same concepts?</p><p>What you are seeing with RDF 1.2 is a partial retrenchment of the open world assumption, specifically through SHACL<strong>,</strong> a quasi-closed world model that introduces a meaningful distinction between a property and a predicate chain. SHACL has not been universally adopted, and there are still many in the semantic community who feel it is not the right approach. Yet they are also struggling with the downstream consequences of a pure open world model.</p><p>AI is grappling with this right now<strong>,</strong> and will have the same argument. When an enterprise AI agent queries &#8220;revenue,&#8221; it may find four tables with four different definitions, each valid under a different authority: Finance counts net of refunds, Sales counts bookings at signature, a legacy table persists from a migration no one completed, and a fifth definition lives in a dbt model no one has touched in eighteen months. The agent has no mechanism to adjudicate between them. It picks one and answers with confidence. This is the open world assumption failing in production<strong>,</strong> not as an abstract problem, but as the reason a board deck is wrong.</p><p>Generative LLMs are the ultimate expression of the open world assumption: anything can be asserted about anything, because linguistic conceptualisations are not bounded. The problem, which the connectionist community is still largely in denial about, is that you cannot trust such assertions without provenance to support their legitimacy. This will ultimately lead toward neurosymbolic AI<strong>:</strong> systems that combine the free-associating pattern-seeking that LLMs do well with the constraints of a formal language that prevent generative systems from drifting into confident irrelevancy.</p><div><hr></div><h2><strong>The Importance of Reification</strong></h2><p>Language is highly referential. When you use a subordinate clause, what you are qualifying is often not the subject but the whole assertion<strong>,</strong> an annotation on an assertion. Reifications are references to assertions themselves.</p><p>The earliest versions of RDF had reification, but it was costly given the speed of the technology at the time. For about the first fifteen years of the semantic web, reification was largely ignored, and it shows: most ontologies in use today still lack good mechanisms for handling it. This prompted an effort in the mid-2010s to add such support into the core of the language, which started as RDF-*<em>, then RDF-Star, and finally arrived as the polished implementation in RDF 1.2,</em> a reification terminology woven directly into Turtle.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!LeDd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!LeDd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1728527,&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://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LeDd!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bb82185-16ff-4d27-94ec-a3b9b6e470dd_1536x1024.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">Without Reification Vs With Reification</figcaption></figure></div><p>Property graph technologies got something right here early on. A property graph is a reified model: it recognises a meaningful distinction between a property on an entity and a property on a relationship. Where most property graph implementations stop short is at the limits of what can be reified. They provide only literal attributes, strings with associated semantic meaning. RDF 1.2 takes the model further: you can build a reifier that points to other objects in the graph, not just literals.</p><p>Reification by its very nature invites what Augustus de Morgan called &#8220;fleas upon fleas&#8221;: annotations on annotations, qualifications on qualifications. Narrative arcs are built from recursive calls to reifications. The connection between reification and recursion is only beginning to be explored at the edges of the LLM space.</p><p>The AI community will fight this same battle. Consider what happens when an agent reasons that &#8220;Company X acquired Company Y.&#8221; Without reification, that assertion is eternal and unqualified. The agent cannot reason about who asserted it, when it was true, or whether the entity still exists in the same form. Enterprise systems already surface this failure daily: agents that confidently describe an organisational structure that was reorganised eight months ago, a product line that was sunset, a contract that was renegotiated. Reification is not a baroque complication. It is the mechanism by which a system knows the difference between what is true and what was true. You cannot build a system that reasons well about language without eventually confronting this.</p><div><hr></div><h2><strong>Context Graphs and the Primacy of Time</strong></h2><p>Knowledge graphs first emerged in the mid-2010s as a way of describing things in a system and how they relate to other things. In this model, there is no particular distinction about time. Most knowledge graphs treat time as an uncomfortable afterthought. This has come back to bite ontologists repeatedly, because time is another way of saying change.</p><p>OWL, still the poster child for the semantic movement, works upon a fundamental assumption: everything within its scope is a valid assertion. The problem is that validity is fluid. It changes. A person is born, lives, eventually dies. They change addresses, names, places of employment. The challenge with any knowledge graph is that it is either a now graph describing relationships at a specific moment, or an eternal graph in which mutations occur not on the entity but on the relationship.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!IOnb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!IOnb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1587317,&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://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!IOnb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1ac4829d-6798-4239-acce-93f9028bee5e_1536x1024.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">Context Graphs &amp; Time</figcaption></figure></div><p>Reifications are essential here. If you can reify a relationship between two entities, you can capture events on that relationship over time. A person moving from one address to another changes neither the person nor the address<strong>. It</strong> identifies when that person moves in or out. An event can be thought of as something that changes a relationship. We call the result a context graph or event graph.</p><p>Context graphs change the nature of graphs because they create a clear division between relationships and mutations, and they introduce the idea that an assertion is contextually true. When an entity is first asserted<strong>,</strong> :JaneDoe :isA :Person<strong>,</strong> this spawns an event indicating the entity was instantiated at a particular point (and may contain another event indicating when Jane is born). At some stage Jane dies, and a third event records this, and a fourth records the date that this became knowledge in the graph. A SPARQL query can identify the full arc. A SHACL validation can report inconsistencies when a dead person does unexpected things.</p><p>This is the exact failure mode appearing in enterprise AI right now. A retrieval system indexes the current state of a document corpus. Six months later the corpus has changed, roles have shifted, products have been updated<strong>,</strong> but the agent&#8217;s context has not. It answers confidently from a world that no longer exists. RAG architectures, in their current form, are overwhelmingly now graphs masquerading as eternal ones. The teams discovering this are reinventing the context graph without the name for it, often in ad hoc ways that will need to be rebuilt when the scope grows. Context graphs are not a specialised application. They are what knowledge graphs become when you take time seriously.</p><div><hr></div><h2><strong>Named Graphs, Namespaces, and the Edges of Authority</strong></h2><p>What is a graph? This is one of the thorniest questions in ontology, though it has not been fully acknowledged as such. The default notion under the open world assumption was a collection of assertions, open-ended by nature. On its face, not unreasonable. If you have a global identifier for a resource, you do not really need to partition the graph.</p><p>Where things get uncomfortable is when multiple authorities assign assertions about the same entity under different identifiers, where even the nature of those entities may differ from one authority to the next. Consider a corporate acquisition: depending on which authority you ask, &#8220;Twitter&#8221; was acquired by X Corp in October 2022, or X Corp acquired the assets of a dissolved Twitter Inc., or Twitter ceased to exist and X is a new entity entirely. Three authorities, three different graphs, three different sets of assertions about employment contracts, intellectual property, regulatory filings, and legal continuity. None of them are wrong. They are operating under different framings of what the entity is. There is no neutral graph.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!YpgQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!YpgQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1762156,&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://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!YpgQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4eece296-50a8-4fdd-89cd-4e8c6bc6e174_1536x1024.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">Named Graphs &amp; Authority</figcaption></figure></div><p>Named graphs<strong>,</strong> originally proposed in 2005, formalised in RDF 1.1 in 2014<strong>,</strong> provide the ability to control the visibility of a set of assertions. This is more than a folder structure. It is a way of controlling which assertions, which facts, are relevant within a given query. Named graphs also carry IRIs, meaning they can be described, referenced, and manipulated<strong>,</strong> and locked. In conjunction with SHACL, such graph references can be displayed or hidden based on soft context rather than as a triple-store configuration.</p><p>The deeper discomfort named graphs introduce is that they strike at the core of the open world assumption. In practice, the boundary of any graph is remarkably firm. Access is controlled. You do not have unlimited power to write or read into the &#8220;global&#8221; graph without appropriate access. The triple store is, in effect, a named graph, even if it is not declared as such.</p><p>AI teams are hitting this right now, whether they recognise the shape of it or not. Multi-tenancy is a named graph problem. Security is a named graph problem. Provenance<strong>,</strong> knowing which version of the truth an agent is drawing from, under whose authority, at what point in time<strong>,</strong> is a named graph problem. An LLM can be thought of as a collection of overlapping narrative sheaths, where each path through the model corresponds to a single conversational trajectory. These paths overlap in many places and diverge at points where underlying assumptions differ. The pressures already forcing partitioning<strong>,</strong> multi-tenancy, security, privacy, provenance<strong>,</strong> are structurally the same arguments that led to named graphs. The teams discovering this in 2026 are unlikely to know that the argument was already had in 2005.</p><div><hr></div><h2><strong>The Question the Map Doesn&#8217;t Answer</strong></h2><p>These are not places where ontologists got it wrong. Ontology is still an emerging discipline, and scale forces re-evaluation of beliefs as evidence arises showing that initial assumptions do not hold in larger contexts. The open world assumption is not wrong. It is simply incomplete. Reification is not baroque complication. It is how meaning actually works. Context graphs are not a specialised application. They are what knowledge graphs become when you take time seriously. Named graphs are not administrative convenience. They are the infrastructure of epistemic authority.</p><p>AI teams are arriving at these questions now, often without a map. The map exists. It is incomplete, contested, and in some places still under construction. But it is there<strong>,</strong> built at considerable cost, over twenty-five years, by people whose work was largely dismissed as too theoretical to matter.</p><p>The question worth sitting with is not whether AI teams will have these arguments. They will. The question is whether they will have them with the accumulated knowledge of the semantic community behind them<strong>, </strong>or whether they will spend the next decade paying for lessons that have already been learned.</p><p>The semantic web failed to scale. The arguments it generated did not.</p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/four-arguments-ontologists-never-finished/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><h2>About the Author:</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://www.linkedin.com/in/kurtcagle/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!jzzX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:125115,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://www.linkedin.com/in/kurtcagle/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jzzX!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17cbfec7-d1d0-4a4d-9db4-8fefe3e85563_1100x374.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><a href="https://www.linkedin.com/in/kurtcagle/">Find me on LinkedIn!</a></p><p><em>Contact: </em>kurt@holongraph.com</p><p><em><strong>Supporting Cast on this Article</strong>: <br>Chloe Shannon is an AI collaborator and co-author working with Kurt Cagle on knowledge architecture, semantic systems, and the emerging intersection of formal ontology with LLMs. Contact: </em>chloe@holongraph.com</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!vWub!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!vWub!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3385003,&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://metadataweekly.substack.com/i/199463569?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!vWub!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6303ab3f-0f37-4932-800e-16093df4dad5_1536x1024.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><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[Your AI Context Layer Is Being Built on Stale Metadata]]></title><description><![CDATA[Why governance programs decay after go-live, and why AI agents make that decay existential]]></description><link>https://contextandchaos.substack.com/p/your-ai-context-layer-is-being-built</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/your-ai-context-layer-is-being-built</guid><dc:creator><![CDATA[Amanda Darcangelo]]></dc:creator><pubDate>Thu, 21 May 2026 13:33:13 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!fNe-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About Author</strong>: <br>Amanda Darcangelo is a data and AI governance practitioner who builds human-centric governance programs for billion-dollar healthcare organizations and universities. She co-founded the Salt City Data Community and speaks regularly on dataOps, data ethics, and the practice of governance in the real world.</p></div><div><hr></div><p><strong>I recently got &#8220;the call.&#8221; You know the one.</strong></p><p>It&#8217;s from a leader at an organization that, about 18 months ago, celebrated a massive Data Governance Go-Live. They had the matching swag. They had the ribbon-cutting for their shiny new data catalog. They had a steering committee that met every Tuesday like clockwork.</p><p>And yet, 18 months later, adoption has flatlined. The metadata is stale. The steering committee has disbanded into the ether of other priorities. The catalog has become what most catalogs become when governance is treated as a project: a collection of dead links and VARCHAR(255) definitions that mean nothing to the people actually trying to do work.</p><p>The kicker? This same organization now wants to build an &#8220;AI Context Layer.&#8221; They saw the potential at a recent industry conference, read the analyst reports, and moved context from a buzzword to a primary budget line item.</p><p>But they&#8217;re trying to build it using the exact same project mindset that failed them the first time.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!fNe-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!fNe-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png" width="1456" height="766" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:766,&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="/__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 424w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 848w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.png 1272w, /__u/substackcdn.com/image/fetch/$s_!fNe-!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F58b5c463-444a-4cf9-bca2-20f9c52f7732_1729x910.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><div><hr></div><h2><strong>What the Autopsy Looks Like</strong></h2><p>I&#8217;ve walked into enough of these post-mortems now that I can describe the scene before I even open the catalog.</p><p>The definitions exist, technically. Thousands of them. But when you start clicking, you realize nobody&#8217;s touched most of them in over a year. The business glossary was populated during the initial sprint by a team that has since rolled off. The data owners listed? Half of them have changed roles. The lineage diagrams reflect an architecture that was refactored six months ago.</p><p>And the people still doing the work, the analysts and engineers actually building pipelines and dashboards, have quietly routed around the catalog entirely. They have their own Slack channels, their own tribal documentation, their own &#8220;ask Sarah, she knows how that table works&#8221; workflows.</p><p>The governance didn&#8217;t fail because the team was incompetent. It failed because the organization treated governance as a deliverable. Discipline is what it actually requires.</p><p>At one financial services client, we found 11,400 business term definitions in the catalog. When we ran the freshness audit, 64% hadn&#8217;t been updated since the original implementation sprint, 14 months earlier. Of the data owners listed, 38% had changed roles or left the organization. The lineage was accurate for the architecture as it existed at go-live. The architecture had been refactored twice since then.</p><p>The catalog was wrong because nobody&#8217;s job depended on keeping it right. That&#8217;s a different problem from people not caring.</p><div><hr></div><h2><strong>The Project Trap: Why Governance Dies at Go-Live</strong></h2><p>In the corporate world, we love projects. Projects have a start date, a finish line, and a capital expense (CapEx) budget. You select a tool, you configure it, you hold a training session, and you declare victory.</p><p>Governance is a capability, not a tech implementation.</p><p>When you treat governance as a project, you are essentially building a house and then firing the maintenance crew the day you move in. The moment the project team disbands, decay sets in. Definitions shift. New data sources emerge. Business intent evolves.</p><p>If your governance ends when the project ends, you aren&#8217;t building a foundation. You&#8217;re building on sand.</p><div><hr></div><h2><strong>Why AI Makes This Existential</strong></h2><p>We&#8217;ve tolerated stale metadata in our catalogs for a decade. It was annoying, but a human analyst could usually spot a weird number and ask a teammate for clarity.</p><p>AI agents only know what we tell them. Tribal knowledge doesn&#8217;t transfer.</p><p>Stale context fed to an AI agent stops being annoying and starts being dangerous. If your &#8220;Active Customer&#8221; definition changed last week but your governance project ended last quarter, your agent is now making autonomous decisions based on a lie.</p><p>I saw the stakes of this up close last year. A regional insurer was piloting an AI agent for a customer retention workflow. The agent was pulling &#8220;At-Risk Customer&#8221; definitions from the catalog to identify who to flag for outreach. Those definitions had been written during the governance project, before the product team revised the activation criteria following a policy change.</p><p>The agent ran for six weeks before anyone noticed something was off. It had been targeting a segment the business had already reclassified, flagging customers as at-risk who the product team had specifically decided not to pursue. The catalog said one thing. The business had moved on. The agent didn&#8217;t know.</p><p>No catastrophic outcome in this case. But six weeks is a long time for an autonomous workflow to operate on a definition that no longer reflects reality.</p><p>Think about what that means at scale. Definitions shift. Use cases evolve weekly. Agents need current context to operate safely, and a context layer built on a project that already ended is a layer that is already decaying.</p><div><hr></div><h2><strong>The Shift: From Project to Operating Discipline</strong></h2><p>If we want to survive the era of AI Agents, we have to stop thinking about governance as a project with a finish line and start thinking about it as a continuous operating discipline. Something that doesn&#8217;t finish. Something that runs in the background, updates itself, and manages the relationship between your data infrastructure and the applications consuming it.</p><p>That&#8217;s what an AI context layer actually is, when you build it right: the continuously maintained fabric of governance, metadata, and feedback loops that sits between your data stack and the AI applications consuming it. A living layer that keeps updating itself.</p><p>Here is what that shift looks like in practice.</p><p>Discovery can&#8217;t be a one-time data haul. It needs to be event-driven and automated. If a schema changes in production, your context layer should feel the pulse immediately, not wait for the next quarterly review.</p><p>Stewardship can&#8217;t be a side-of-desk hobby for your best analysts. It needs to be a dedicated role, or at minimum a heavily incentivized function, with a seat at the business table. The organizations where governance survives past go-live are the ones where someone&#8217;s performance review actually depends on it.</p><p>Feedback loops need to replace annual audits. Waiting six months for a bias audit is a lifetime in AI years. You need monitoring that catches a hallucination or a PII leak before it hits the end user, not after the quarterly review surfaces it in a slide deck. In practice: watch how AI actually uses your definitions in production. When an agent misapplies a policy or surfaces something unexpected, that&#8217;s your governance signal, route it back before the next user feels it.</p><p>And the funding model has to change. Stop funding governance with one-time project budgets. It needs ongoing operational funding. It&#8217;s a utility, like electricity or the internet. You don&#8217;t finish paying for the lights.</p><p>One organization I worked with made this shift after their second failed governance implementation. They dissolved the project team entirely and converted two data steward positions into permanent operational roles, with coverage rate and definition freshness built into performance reviews. They also moved the governance budget from a capital project line to an operational utility line, same category as their data infrastructure.</p><p>Twelve months later, their catalog freshness rate had moved from 31% to 74%. More importantly, the stewards were being included in AI scoping conversations from the start. Not handed a catalog to populate after the fact. The pattern that kills governance programs, build it, ship it, walk away, broke because someone&#8217;s job now depended on it not breaking.</p><div><hr></div><h2><strong>The Bottom Line</strong></h2><p>When organizations ask me what&#8217;s changed in the data landscape, my first question is always the same: When your governance project ends, does the governance end with it?</p><p><strong>If the answer is yes, you aren&#8217;t ready for AI.</strong></p><p>AI agents scale our successes at machine speed. But they scale our failures even faster. Don&#8217;t build a project. Build discipline. Because in 2026, the context your AI operates on is only as current as the last time someone bothered to maintain it. And if nobody&#8217;s job depends on that maintenance, nobody will.</p><p>The organizations that survive this era won&#8217;t have figured out a smarter playbook. They&#8217;ll have stopped running the playbook entirely.</p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/your-ai-context-layer-is-being-built-on-stale-metadata/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><h2>About the Author:</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Bnee!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Bnee!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:132283,&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://metadataweekly.substack.com/i/198453873?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Bnee!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F19c61a54-e2b4-4eb6-8a41-8cf71f095081_1100x374.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">Author Bio</figcaption></figure></div><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!BPyO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!BPyO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3608574,&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://metadataweekly.substack.com/i/198453873?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!BPyO!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd7c72ef-431d-40b3-8168-40094429c3f3_1536x1024.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">The Cats of Context and Chaos</figcaption></figure></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[The Context Layer: Knowledge Graph’s second act]]></title><description><![CDATA[A walkthrough of the talk I gave at Knowledge Graph Conference last week, and the deck you can take to your CDO.]]></description><link>https://contextandchaos.substack.com/p/the-context-layer-knowledge-graphs</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/the-context-layer-knowledge-graphs</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Thu, 14 May 2026 13:37:59 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/a650cf07-7b20-4fc8-b77e-bcfa08f48dd4_1731x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;ve been making one argument everywhere I go this year. At data conferences, at AI summits, at internal briefings with CDOs and CIOs. The argument is always the same and the rooms are always divided. Half the people nod, half the people cross their arms, and at some point in the middle something shifts.</p><p>The Knowledge Graph Conference felt like the right place to make this argument in full, because the knowledge graph community has been passionate about this problem since before it was cool.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://www.linkedin.com/posts/the-knowledge-graph-conference_going-live-at-3pm-today-prukalpa-founder-activity-7458215424070139904-uJ51?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAACGMfWsBtWZ0KOibn-RPwI6dfCPGp_u2nJ8" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!6v8n!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png" width="1456" height="765" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:765,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1753275,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://www.linkedin.com/posts/the-knowledge-graph-conference_going-live-at-3pm-today-prukalpa-founder-activity-7458215424070139904-uJ51?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAACGMfWsBtWZ0KOibn-RPwI6dfCPGp_u2nJ8&quot;,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://metadataweekly.substack.com/i/197480927?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 424w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 848w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.png 1272w, /__u/substackcdn.com/image/fetch/$s_!6v8n!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F827cbb95-3a44-49f6-b426-984a0c45f770_1731x909.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><figcaption class="image-caption">KGC 2026 | Source: Author &amp; <a href="https://www.linkedin.com/posts/the-knowledge-graph-conference_going-live-at-3pm-today-prukalpa-founder-activity-7458215424070139904-uJ51?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAACGMfWsBtWZ0KOibn-RPwI6dfCPGp_u2nJ8">KGC</a></figcaption></figure></div><p>Since I gave this talk at the Knowledge Graph Conference last week, a few people asked me to share the deck. I admired what Jessica Talisman did with her <a href="/__u/jessicatalisman.substack.com/p/steal-this-deck">KGC talk</a> this year, which was to publish the deck and walk through the thinking behind it, so I&#8217;m borrowing her format with credit.</p><p>Here&#8217;s my full deck: &#8220;<a href="https://smallpdf.com/file#s=5bf091a5-697e-449f-bbb4-34a1b04a5d6e&amp;r=read">The Context Layer: Knowledge Graph&#8217;s Second Act</a>.&#8221; I&#8217;m walking through my thoughts, section by section. Feel free to take it, forward it, or even use it to make the same argument in your own organization.</p><div><hr></div><h2>My diagnosis: The skeptics are right about AI</h2><p>I opened by giving the skeptics the floor.</p><div class="callout-block" data-callout="true"><p><strong>&#8220;AI is not really changing that much.&#8221; </strong></p><p><strong>&#8220;It&#8217;s all just hype.&#8221; </strong></p><p><strong>&#8220;Things are still the same as before.&#8221; </strong></p><p><strong>&#8220;AI investments haven&#8217;t had much returns.&#8221;</strong></p></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!MtJV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 424w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 848w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 1272w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!MtJV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png" width="1456" height="859" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:859,&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;: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="/__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 424w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 848w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.png 1272w, /__u/substackcdn.com/image/fetch/$s_!MtJV!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c7e49c0-f045-462d-b5d5-d0c97388011c_1586x936.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">Skepticism on AI | Source: Author</figcaption></figure></div><p>I put these lines on this slide, unattributed. In most rooms, a few people quietly relax. Finally, someone is saying what they&#8217;ve been thinking.</p><p>And they&#8217;re not wrong, which is the point of the next slide.</p><p>Bar exam performance: 2023, models were failing. 2025, top 1%. Novel reasoning benchmarks: 5% to 87.5%. Graduate science exams: from 35% to 87%, against a domain expert baseline of 65%. These are not incremental gains. These are step-changes happening in eighteen-month windows.</p><p>And yet: 56% of CEOs report zero financial benefit from AI. Only one in five reports significant value. The MIT METR randomized trial found experienced developers using AI tools were 19% slower, not faster, despite believing they were 20% faster.</p><p>Both things are true. The capability is real. The returns are not materializing. That is not a contradiction. It is a diagnosis waiting to be made.</p><p>Slide 4 named it: Models are getting exponentially smarter, but not exponentially more useful.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!AAI6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 424w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 848w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!AAI6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png" width="2048" height="892" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:892,&quot;width&quot;:2048,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:352179,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 424w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 848w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AAI6!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9a2713a3-36f4-44a0-bdce-99c4b5ed9d41_2048x892.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 gap was what the rest of the talk was about.</p><div><hr></div><h2>Performance = Intelligence &#215; Context</h2><p>I started with a piece of cognitive science that most AI strategists have never thought about. Cognitive intelligence, what IQ tests measure, accounts for roughly 10% of real-world job performance variance. Only 10%.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!xpQ2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!xpQ2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png" width="1272" height="714" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:1272,&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="/__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!xpQ2!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F88aa6984-4433-493b-a086-088b8870a3b3_1272x714.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>Think about your best employee. Is she the highest IQ in the room? Almost never. She is the person who has accumulated the most context about how things actually work here: your specific customers, your specific edge cases, your specific &#8220;for this client, we do it differently.&#8221; That is performance. Not raw intelligence.</p><p>Slide 6 translated this into a formula:</p><blockquote><p><strong>Performance = Intelligence &#215; Context</strong></p></blockquote><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!bUEl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 424w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 848w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!bUEl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png" width="1916" height="1072" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1072,&quot;width&quot;:1916,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:641669,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 424w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 848w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.png 1272w, /__u/substackcdn.com/image/fetch/$s_!bUEl!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2800916c-4069-42cf-a65d-f17e2ce5c7c0_1916x1072.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>It is multiplicative for a reason. A context score of zero makes performance zero, regardless of how capable the model is. And a smarter model operating on fractured context does not produce fewer errors. It produces more elaborate, more persuasive, more dangerous errors.</p><p>Slide 7 showed what happened over the last decade. Intelligence advanced by roughly three orders of magnitude, from GPT-2 to the frontier today. Context barely moved. It remained locked in dashboards, employee knowledge, and the heads of people who have been at the company long enough to know where the bodies are buried.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!9PzM!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 424w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 848w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 1272w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!9PzM!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png" width="1269" height="712" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:712,&quot;width&quot;:1269,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:332648,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 424w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 848w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.png 1272w, /__u/substackcdn.com/image/fetch/$s_!9PzM!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffa49aaf9-7fac-4f4a-97a9-460ccceb71fa_1269x712.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>You can buy intelligence at API prices. You cannot buy context at any price.</p><p>Slide 8 named the next frontier: contextual intelligence. There is no intelligence without it being contextual and practical. I have started saying this twice in talks because it does not land the first time. The raw capability is table stakes. What enterprises are actually missing is the other variable in the formula.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!_YuJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 424w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 848w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!_YuJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png" width="1456" height="816" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:816,&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;: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="/__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 424w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 848w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_YuJ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7d7ac15d-70b5-4c9f-bf7a-2e735b3fd8ea_1916x1074.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><div><hr></div><h2>What it takes to be effective: Meet Maya, briefly</h2><p>Maya is the through-line of the talk. She is a customer support rep at a burger chain in Chicago, and the deck spends thirteen slides on her because the weight of what comes next on slide 22 depends on the audience inhabiting how she got effective. The slides are worth the read on their own. The compressed version, for our purposes here, is this.</p><p>Maya handles a ninety-second call from an angry mother whose child has just had an allergen exposure from an order that was marked allergen-free in the app. The mother is furious. The child is fine. Two items from the order are also missing. Maya resolves the entire situation in ninety seconds, de-escalates a customer who came in ready to post on social media, and ends the call with a five-star review.</p><p>The question that matters is how she got there. She needed four things to handle that call.</p><ul><li><p><strong>Knowledge</strong> of what is true: the allergen policy, the refund procedure, the escalation criteria.</p></li><li><p><strong>Skills</strong> for how to act: de-escalation technique, tone calibration, the judgment to know when an apology is enough and when it is not.</p></li><li><p><strong>Tools</strong> through which to act: the CRM, the order system, the refund workflow.</p></li><li><p><strong>Context</strong> about the specific situation: a first-time customer or someone who has complained seventeen times; a pattern at this location or a one-off; a mother who wants money back or a mother who wants to know this will not happen again.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!jbFH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!jbFH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png" width="1274" height="714" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:1274,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:569921,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!jbFH!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc426774b-4415-43eb-af85-b83f2ae6b62f_1274x714.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>She did not arrive with that capability. She built it over four months, through a sequence every organization manages intuitively for human employees and almost never thinks about for AI agents. Documentation. Classroom training. Shadowing a senior rep. Making mistakes under supervision. Getting feedback on the edge cases she got wrong. Slowly building the pattern recognition that tells her when a situation is routine and when it is not. By month four, Maya is the best rep on the floor. Not because she got smarter. Because she built context.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!LsTi!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 424w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 848w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!LsTi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png" width="1271" height="712" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:712,&quot;width&quot;:1271,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:817478,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 424w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 848w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LsTi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e50159b-d694-445f-a4e5-87cd0de5726d_1271x712.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><div><hr></div><h2>AI today is Maya on Day 1</h2><p>Everything before this slide was prologue.</p><p><strong>AI today is Maya on Day 1.</strong></p><p>Every AI agent your organization has deployed, the chat assistant, the data analyst, the document processor, arrived with extraordinary capability and no context. It knows everything in general and nothing about your business specifically.</p><p>It has never shadowed Jamie. It does not know the &#8220;50-50, customer always wins&#8221; rule. It has not made the refund mistake that taught Maya to check customer history first. It has never been corrected, never been coached, never accumulated the institutional knowledge that lives in no wiki, no escalation tree, no onboarding document.</p><p>It is Day 1. Every single time.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!Alcj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!Alcj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png" width="1272" height="714" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:1272,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1045952,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!Alcj!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F69f4bcfc-42f4-4920-a114-96b8eb592b65_1272x714.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>This is the slide where the room usually goes quiet. People realize they have been asking the wrong question. &#8220;Is this model good enough?&#8221; The real question is &#8220;Have we given it anything to work with?&#8221;</p><div><hr></div><h2>Quadrant: The four squares of failure modes</h2><div class="callout-block" data-callout="true"><p><em>Note: I&#8217;ve added one slide here from an earlier version of this talk I gave at another conference, because it is the cleanest diagnostic in the argument and I thought this slide deserved a second life.</em></p></div><p>If &#8220;AI is Maya on Day 1&#8221; named the diagnosis, the quadrant named the failure modes. This is the slide I pulled forward from the earlier version of this talk because the rest of the argument lands harder once you can see the four squares.</p><p>Two axes: Intelligence on one, context on the other. Let&#8217;s walk through the four squares from the bottom-left corner, where every enterprise started, around to the top-right corner, which is where we are trying to get to.</p><p><strong>Bottom-left: Low Intelligence, Low Context. Useless.</strong> This is the dashboard era. Static reports, fixed queries, no reasoning, no awareness of the business beyond what was hard-coded into the schema. Most enterprise BI lives here. It is reliable in the sense that it does not surprise you, and useless in the sense that it cannot answer any question it was not built to answer.</p><p><strong>Top-left: Low Intelligence, High Context. Reliable but limited.</strong> This is the world of well-tuned rule systems and classical expert systems. The rules encode the business correctly. The system applies them consistently. It cannot reason outside the rules, which means every new situation requires a human to extend the system. It&#8217;s useful for narrow domains, but does not scale to the breadth of work a modern enterprise needs to automate.</p><p><strong>Bottom-right: High Intelligence, Low Context. Dangerous.</strong> This is where most AI agents in production live today. The model is capable, but it has no idea what &#8220;active customer&#8221; means in your company, which definition of revenue the finance team uses, or which exceptions override the official refund policy. The output is confident, articulate, and frequently wrong. The danger is not that the agent fails visibly. The danger is that it fails persuasively. Confident hallucination at scale is the failure mode that turns AI from an investment into a liability.</p><p><strong>Top-right: High Intelligence, High Context. Performant.</strong> This is the goal. The agent has the reasoning capability of a frontier model and the situated knowledge of an experienced employee. It knows the rules. It knows the exceptions to the rules. It knows when the situation calls for the exception. This is the quadrant where AI investment finally compounds, and it is the quadrant almost nobody is in yet.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!r4f7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 424w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 848w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 1272w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!r4f7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png" width="1456" height="780" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:780,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:253994,&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://metadataweekly.substack.com/i/197480927?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 424w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 848w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.png 1272w, /__u/substackcdn.com/image/fetch/$s_!r4f7!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60486e7a-c844-4392-bc5f-cce55ab9c0f4_1456x780.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>The reason most enterprises are stuck in the bottom-right square is not because their models are not smart enough. The models are plenty smart. The reason is that they have invested in one axis for a decade and ignored the other. The fix is not a better model. The fix is the other axis.</p><div><hr></div><h2>What the context layer actually is?</h2><p>The context layer is the organizational living brain. It is the layer that sits between your data estate and your AI agents, encoding everything Maya accumulated over four months: metrics and their definitions, concepts and the rules that govern them, entities and how they relate across systems, skills and the judgment calls embedded in them, and the data graphs that connect all of it.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!ZMjg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 424w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 848w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!ZMjg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png" width="1272" height="715" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:715,&quot;width&quot;:1272,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:807124,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 424w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 848w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.png 1272w, /__u/substackcdn.com/image/fetch/$s_!ZMjg!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a0b91b6-4426-480a-aaea-8babf8b19d95_1272x715.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>Concretely: the terminology layer is what &#8220;qualified lead&#8221; means in this organization, for this AI agent. The entity resolution is the recognition that the &#8220;customer&#8221; in one system, the &#8220;account&#8221; in the data warehouse, and the &#8220;contact&#8221; in the CRM are the same entity. The business rules are the edge cases and exceptions that took the human team three years to encode and that no new hire learns on day one.</p><p>This is not theoretical. The organizations doing this well have already built versions of it. Most have not, which is why their agents are still on Day 1.</p><div><hr></div><h2>The three walls every enterprise hits</h2><p>This was the slide that CDOs and CIOs tend to photograph.</p><p>These are the three walls every enterprise hits when they start scaling AI agents. They&#8217;re organizational problems, not model problems.</p><p><strong>Wall 1: Building the agent takes five minutes. Adding business context takes five months.</strong></p><p>Everyone can spin up an agent in an afternoon. The capability has been democratized, but the context infrastructure has not. The five-month clock starts the moment you realize the agent does not know what your organization means when it says &#8220;revenue&#8221; or &#8220;customer&#8221; or &#8220;resolved.&#8221; This means hand-mapping forty columns to a semantic model. Writing definitions for what &#8220;active customer&#8221; means when the marketing team and the finance team disagree. Encoding the three exceptions to the refund policy that everyone in support knows but nobody wrote down.</p><p><strong>Wall 2: Agents do not share their learnings.</strong></p><p>When Agent 1 gets corrected, Agent 2 does not know about it. Every agent you deploy starts from zero, not just on Day 1 but forever, unless you have built the infrastructure for corrections to propagate. One agent has memory but groups of agents have amnesia. The tenth agent knows no more about your specific business than the first one did. This is the compounding tax on every organization that has skipped the context layer.</p><p><strong>Wall 3: Multi-agent semantic conflicts.</strong></p><p>When multiple agents work the same domain, they will inevitably interpret ambiguous concepts differently. One agent&#8217;s &#8220;revenue&#8221; is closed-won; another&#8217;s is recognized. In isolation, both produce plausible outputs. At the seam, when they hand off to each other, when a human tries to reconcile their outputs, the conflict surfaces. Confidently, persuasively, and wrongly. Your finance team spends its week reconciling the variance instead of doing finance.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!8okY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 424w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 848w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!8okY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png" width="1273" height="713" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:713,&quot;width&quot;:1273,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:777784,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 424w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 848w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.png 1272w, /__u/substackcdn.com/image/fetch/$s_!8okY!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa668fdaa-2e38-4a29-aed7-4f694e007b74_1273x713.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>These three failure modes appear in every enterprise deployment I have watched across industries. They are the pattern, not edge cases.</p><div><hr></div><h2>Four things that compound when you get past the walls</h2><p>Four things have become clear from my time watching enterprises build context infrastructure at scale. Let&#8217;s take them in order, because each one builds on the last.</p><p><strong>1. Business operations are already encoded in your systems.</strong> The way your organization actually works is legible in your data, if you read it the right way. The lineage in your warehouse encodes which tables feed which reports, and therefore which definitions are load-bearing. The SQL your analysts wrote encodes the joins, the filters, and the business logic that produces every number on every dashboard. The descriptions your governance team curated encode the semantic intent of each field, even where the coverage is uneven. Modern AI can read all of that, synthesize across it, and produce a first draft of your business&#8217;s semantic map in hours, not months. The same context work that used to take five months can be bootstrapped in a week and refined by your domain experts in their language on the terms they care about. That changes the unit economics of context from artisanal to industrial.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!RAFU!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 424w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 848w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 1272w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!RAFU!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png" width="1270" height="710" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:710,&quot;width&quot;:1270,&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="/__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 424w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 848w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.png 1272w, /__u/substackcdn.com/image/fetch/$s_!RAFU!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f9aac7c-9ad6-4c0b-934d-8fdcdb07ed7c_1270x710.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><strong>2. Context quality compounds.</strong> The first pass is rough. Each refinement is informed by the last. When AI generates a draft definition and a human refines it, the next definition is generated against the refined version, and the quality curve climbs. The data is solid: AI-generated context, validated by humans, ends up rated higher quality than human-authored context done from scratch, because the AI sees the whole graph while the human only sees the field. This is a flywheel, not a one-time project. The enterprises that recognized this early are now meaningfully ahead of the ones that did not.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!UFDz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!UFDz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png" width="446" height="410.8954838709677" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:775,&quot;resizeWidth&quot;:446,&quot;bytes&quot;:348434,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!UFDz!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb92f8b0-b43a-4e55-b912-ce4514135979_775x714.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><strong>3. Interactions generate context, and the traces are gold.</strong> Every time an agent operates in production and a human reviews the output, that interaction is signal. The correction is data. The approval is data. The &#8220;that&#8217;s not how we do it here&#8221; is data. Most organizations are discarding this signal. The ones making real progress are capturing it. The enterprises that capture traces and feed them back into the context layer are building a moat that nobody outside the company can replicate.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!wU_f!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!wU_f!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png" width="1270" height="714" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:1270,&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="/__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!wU_f!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F10a49e01-3bbf-4909-8cd9-d2153ead00e9_1270x714.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><strong>4. Enterprise context requires lifecycle management.</strong> Context decays. Your business changes. A metric definition updated in a team wiki, a product line restructured, a compliance carve-out quietly expired. The context layer needs to be maintained the way a codebase is maintained. Versioned, tested, governed. If the definition of &#8220;active customer&#8221; changes, who approves it? What downstream agents need to be notified? How do you roll back if the new definition turns out to be wrong? If you cannot answer those questions today, you are not yet running context as infrastructure. You are running it the way every company ran code before version control, which is to say, on hope.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!A2aQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!A2aQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png" width="1272" height="714" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:714,&quot;width&quot;:1272,&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="/__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 424w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 848w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.png 1272w, /__u/substackcdn.com/image/fetch/$s_!A2aQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F17b26724-eede-4dc8-8a6e-5b7916115394_1272x714.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><div><hr></div><h2>Context is the new content</h2><p>I ended with a bet.</p><div class="callout-block" data-callout="true"><p><strong>Context will become as foundational as content was during the internet era.</strong></p></div><p>In the early 2000s, every organization scrambled to get their content online. It at first felt optional and then it felt urgent and then it became table stakes. You simply could not operate without a web presence, a content strategy, a digital footprint.</p><p>Context is following the same curve. Right now, it feels optional. Within three years, it will feel urgent. Within five, you will not be able to run an enterprise AI strategy without it.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!dCrQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 424w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 848w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 1272w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!dCrQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png" width="1270" height="716" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/dd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:716,&quot;width&quot;:1270,&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="/__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 424w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 848w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.png 1272w, /__u/substackcdn.com/image/fetch/$s_!dCrQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdd8b1790-4488-4555-993a-f252c28ece9f_1270x716.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">Context is the new content | Source:  Author</figcaption></figure></div><div><hr></div><p>The knowledge graph community has been doing this work for decades: quietly building our understanding of ontologies, taxonomies, semantic models, controlled vocabularies, entity resolution, and lineage. The discipline of asking what things actually mean, who decides, and how that meaning travels across systems. This was unglamorous work that got cut from budgets or rolled into data engineering or pushed into governance teams that were treated as cost centers. But this community  kept doing it because they knew it mattered.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!4m6b!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!4m6b!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg" width="9192" height="4383" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4383,&quot;width&quot;:9192,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:10110041,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://metadataweekly.substack.com/i/197480927?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcbd7c50c-f46c-49db-a2e4-bace74762d71_9192x6128.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!4m6b!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a5b6c92-8e2a-4415-8a60-46dde67bae76_9192x4383.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">The Knowledge Graph Conference Session | Source: Author</figcaption></figure></div><p>Now the rest of the field is arriving at conclusions this community reached years ago. &#8220;Memory&#8221; papers are rediscovering typed relations. &#8220;Context engineering&#8221; is reinventing things that have names in W3C standards. Every frontier lab is, in some form, building toward what knowledge graph practitioners have been telling enterprises to build all along.</p><p>Because the systems being built today have orders of magnitude more reach and consequence, this discipline is more important than ever before. The fundamental decisions about what &#8220;customer&#8221; means, what &#8220;revenue&#8221; means, what a &#8220;decision&#8221; means, are about to be made for every enterprise in the world. This will be done either by the people who have spent their careers thinking carefully about meaning, or by the people who are just now discovering its value. The first outcome is much better.</p><p>My hope for this community is that it refuses to become a historical footnote. Rather than disappearing into the AI noise, I want the knowledge graph community to lead the conversation and take a central role in shaping our AI-forward future. The room at KGC was full of people who have done the difficult, unglamorous work to make today possible. After quietly building powerful foundations of meaning, this community is best positioned to lead the way to successful enterprise AI possible.</p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/the-context-layer-knowledge-graphs-second-act/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!aUlT!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 424w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 848w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 1272w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!aUlT!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png" width="322" height="483" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1536,&quot;width&quot;:1024,&quot;resizeWidth&quot;:322,&quot;bytes&quot;:2949295,&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://metadataweekly.substack.com/i/197480927?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 424w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 848w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.png 1272w, /__u/substackcdn.com/image/fetch/$s_!aUlT!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe182a7ab-f470-402c-92be-66ed7a4726f0_1024x1536.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><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[If Intelligence Is Abundant, What is the Moat?]]></title><description><![CDATA[Performance is intelligence times context. The labs solved one side. Your enterprise has to solve the other.]]></description><link>https://contextandchaos.substack.com/p/if-intelligence-is-abundant-what</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/if-intelligence-is-abundant-what</guid><dc:creator><![CDATA[Prukalpa]]></dc:creator><pubDate>Thu, 07 May 2026 14:22:22 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!dK9d!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Every few months, the tech headlines follow a predictable script: a new AI model is out and surprise surprise, it topped the leaderboards. Think of <a href="https://artificialanalysis.ai/evaluations/gpqa-diamond">Gemini 3.1 Pro</a> hitting 94% on PhD-level science reasoning tests, or <a href="https://x.com/EpochAIResearch/status/2036114281985724906">GPT-5.4 Pro</a> solving one of FrontierMath&#8217;s Open Problems that are unsolved by real mathematicians. In fact, AI models are doing so well that we have to keep <a href="https://www.sciencedaily.com/releases/2026/03/260313002650.htm">developing</a> <a href="https://gradientscience.org/platinum-benchmarks/">harder</a> <a href="https://www.understandingai.org/p/why-its-getting-harder-to-measure">benchmarks</a>.</p><p>At the same time, the cost of frontier-level inference dropped nearly <a href="https://hai.stanford.edu/ai-index/2025-ai-index-report">300x</a> in just two years. Just last month, <a href="https://www.ciodive.com/news/ai-inference-costs-drop-2030-gartner/815725/">Gartner</a> predicted that by 2030, LLMs will become up to 100x more cost efficient than 2022 models and running inference on a model with 1 trillion parameters will cost <a href="https://www.ciodive.com/news/ai-inference-costs-drop-2030-gartner/815725/">90%</a> less. In short, AI intelligence is becoming historically powerful, abundant, and cheap.</p><p>And yet, in practice, AI feels particularly stupid. For example, MIT found that <a href="https://fortune.com/2025/08/18/mit-report-95-percent-generative-ai-pilots-at-companies-failing-cfo/">95%</a> of generative AI pilot programs fail, and IDC reported that <a href="https://www.cio.com/article/3850763/88-of-ai-pilots-fail-to-reach-production-but-thats-not-all-on-it.html">88%</a> of AI POCs never make it to production.</p><p>Models are getting smarter, options seem limitless, their prices are falling, and yet <a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027">nearly half</a> of AI projects are on the chopping block. We&#8217;ve rebuilt our junkyard engine into a racecar turbine but the car is still stuck in the driveway.</p><p>In this article, I want to break down what I&#8217;ve come to realize recently &#8212; we don&#8217;t understand what intelligence actually means. We treat model intelligence like many people treat SAT scores, a narrow benchmark that people interpret as a broad measure of intelligence and real-world success. But just like the person with the highest SAT score won&#8217;t necessarily be the best employee, especially without onboarding, mentorship, and business context, even the &#8220;smartest&#8221; AI can&#8217;t deliver business value without the systems, knowledge, and feedback loops that provide context. In an era where intelligence is becoming commodified, the ultimate competitive advantage won&#8217;t come from a higher benchmark score. Instead, it will come from mastering the most valuable asset in the AI era: context.</p><div><hr></div><h2>The next frontier of AI: contextual intelligence</h2><p>The entire model race has been built around optimizing raw reasoning capability &#8212; pattern recognition, logical inference, code generation, language comprehension. It&#8217;s what we think of as intelligence in AI today. It&#8217;s certainly important and a commodity, but intelligence in a vacuum is only so helpful.</p><p>What we actually care about is whether the AI did the right thing in a specific situation. This is <strong>contextual intelligence</strong>, the ability to navigate, internalize, and apply an organization&#8217;s specific situational knowledge to an AI&#8217;s reasoning process. This context includes organizational definitions, domain rules, historical precedents, user intent, environmental constraints, institutional memory, and the tacit knowledge that lives in every situation, organization, and moment.</p><p>Performance is a function of both of these factors: intelligence applied to some specific context.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!dK9d!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 424w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 848w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 1272w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!dK9d!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png" width="1424" height="752" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:752,&quot;width&quot;:1424,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1169323,&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://metadataweekly.substack.com/i/196009456?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 424w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 848w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.png 1272w, /__u/substackcdn.com/image/fetch/$s_!dK9d!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F172434f4-3db3-4112-a6b1-5197db34b579_1424x752.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">Performance is a function of Intelligence x Context | Source: Context &amp; Chaos</figcaption></figure></div><p>This function is multiplicative, not additive. That means that if your context is zero, your performance is zero. Even the world&#8217;s most capable model can&#8217;t make a trustworthy decision if it doesn&#8217;t know your company&#8217;s risk scoring convention or which data source is the &#8220;source of truth&#8221; this week.</p><p>This also means that pairing high intelligence with the wrong context leads to negative performance. A smarter model operating on incorrect definitions, wrong governance rules, or outdated institutional knowledge produces more elaborate, more persuasive, more dangerous errors. It hallucinates more convincingly, not less.</p><p><strong>The AI industry is currently behaving as though intelligence is the hard frontier and context is an easy implementation detail for the customer to figure out. The truth is the exact opposite. </strong>Building the reasoning engine is a problem being solved at breakneck speed by well-funded labs. Building the contextual basis for that reasoning is the real unsolved frontier. And without a corresponding improvement in context, enterprise AI will remain stalled.</p><div><hr></div><h2>Contextual intelligence isn&#8217;t anything new</h2><p>There are two ways to think of something being important. The first is to say that it&#8217;s a necessary input, like a car needing gas. It can run without that fuel but you&#8217;re going to need a giant redesign and electric revolution first. The second is more fundamental, like saying that walking needs gravity. There&#8217;s just no way around it.</p><p>When I say that intelligence needs context, I don&#8217;t just mean that context matters. Because of course it does. I mean that context is what makes intelligence possible for enterprise AI. This isn&#8217;t a hot new take but instead an old insight we&#8217;ve forgotten from decades of cognitive science research.</p><p>In 1987, <a href="https://womenofixd.com/stories/lucy-suchman">Lucy Suchman</a> studied how people used Xerox copiers and discovered something the engineering community hated: people improvise rather than executing plans. The &#8220;intelligent&#8221; help system on the copier failed because it only saw button presses; it couldn&#8217;t see the situation the user was actually navigating. Agentic AI is based on the same idea as old-school copiers &#8212; give an LLM a prompt or a &#8220;workflow&#8221; and it will execute it perfectly. Real-world performance requires continuous adaptation to context that can&#8217;t be scripted in advance.</p><p>In 1979, <a href="https://en.wikipedia.org/wiki/Affordance">James Gibson</a> introduced the idea of &#8220;affordances&#8221;, i.e. a chair &#8220;affords&#8221; sitting to a human but not to a fish. Put another way, the usefulness of the object isn&#8217;t in the chair itself, but instead in the relationship between the object and the environment. Similarly, we can say that &#8220;intelligence&#8221; isn&#8217;t an inherent property of AI models. They can be brilliant at solving one problem but hallucinate wildly for another. All that changes is the context, not the underlying model.</p><p>In 1980, brothers <a href="https://en.wikipedia.org/wiki/Dreyfus_model_of_skill_acquisition">Stuart and Hubert Dreyfus</a> proposed their five-stage model of skill acquisition: novice, advanced beginner, competent, proficient, expert. Novices follow context-free rules like &#8220;shift gears at 3,000 RPM&#8221;. Experts perceive a situation and respond intuitively without analysis or thought, successfully applying what &#8220;normally&#8221; works in their experience. The implicit promise of AGI is that with enough compute and data, you get general intelligence that works everywhere. However, Dreyfus&#8217;s model says the opposite: the more intelligent a system becomes, the more its intelligence should be context-sensitive, not less. More context doesn&#8217;t also always mean better performance as illustrated by research on <a href="https://www.trychroma.com/research/context-rot">context rot </a>in LLMs. Our race toward Artificial General Intelligence is building a world of perpetual novices rather than useful models for enterprise.</p><p>This understanding of expertise as a &#8220;situated&#8221; skill is echoed by <a href="https://en.wikipedia.org/wiki/Edwin_Hutchins">Edwin Hutchins</a>&#8217; theory of distributed cognition from the 1990s. After studying navigation teams on naval vessels, he realized that no single person &#8220;knows&#8221; how to pilot a massive ship. Instead, the intelligence is distributed across people, tools, maps, and procedures. His argument was intelligence is a property of the system around it, not the individual. This flips our current AI race on its head from &#8220;how smart is the model?&#8221; to &#8220;how intelligent is the system?&#8221; A brilliant model in a poorly configured system produces worse outcomes than a mediocre model in a well-configured one.</p><p>Even AI heavyweights seem to be coming to this same conclusion today. In 2026, Yann LeCun left Meta after twelve years to launch AMI Labs, raising <a href="https://x.com/amilabs/status/2031234832454324639">$1.03 billion</a> (the largest European seed round ever) to build &#8220;world models&#8221; that understand physics rather than predicting text. This was his billion-dollar bet that intelligence without contextual representation is a dead end.</p><div><hr></div><h2>Today&#8217;s intelligence gap in practice</h2><p>While this theoretical backing may feel abstract, the reality is anything but. When you look at the 95% of AI pilots that fail to reach production, the post-mortem is rarely about a lack of reasoning power. It&#8217;s almost always a context collapse.</p><p>In practice, this collapse usually looks like one of three failure scenarios playing out in organizations every day:</p><p><strong>The Connectivity Failure:</strong> An AI agent is asked to analyze a &#8220;customer journey,&#8221; but the organization&#8217;s data is a fragmented map of different systems. The customer is &#8220;John Doe&#8221; in the CRM, &#8220;J. Doe&#8221; in the billing system, and &#8220;User_882&#8221; in the support logs. The model reasons perfectly on the data it can see but is functionally blindfolded.</p><p><strong>The Semantic Failure:</strong> A model is asked to calculate &#8220;Quarterly Revenue.&#8221; It finds the data, but it doesn&#8217;t know that for the Sales team, revenue means bookings, while for Finance, it means recognized cash. The model picks one, applies it confidently, and produces a report that is technically sophisticated but functionally useless. It lacks the &#8220;local dictionary&#8221; required to translate raw intelligence into organizational truth.</p><p><strong>The Institutional Knowledge Failure</strong>: A compliance agent flags a transaction as a violation because it strictly follows the written manual. What it doesn&#8217;t know is that the compliance lead issued a memo six months ago after a specific regulatory audit, noting a permanent exception for this specific entity type. That knowledge lives in a buried PDF and a veteran analyst&#8217;s memory. The AI produces a review that is technically correct but still wrong for the business, all thanks to the unwritten rules that live in every business.</p><p>In all three cases, the failure has nothing to do with the model&#8217;s parameters. Upgrading from GPT-4 to GPT-5 or switching from Claude to Gemini fixes exactly zero of these problems. These are context, not reasoning, failures.</p><p>The worst part is that these failures compound. If an AI agent has an 85% success rate at each step of a ten-step workflow &#8212; and let&#8217;s be honest, that&#8217;s a high bar for most models today &#8212; the odds of the entire chain succeeding is only about 20%. Failures cascade, and hallucinations emerge from a model trying to reason through a contextual void.</p><p>OpenAI actually discovered this for themselves. When they built an <a href="https://openai.com/index/inside-our-in-house-data-agent/">internal data agent</a>, they learned they couldn&#8217;t just point the model at their databases and hit go. They needed to build six layers of context: table usage and schema, human annotations, code-derived definitions, institutional knowledge from Slack and Docs, memory from corrections, and runtime context from live queries.</p><div><hr></div><h2>What this means for the enterprise</h2><p>We are witnessing a massive shift in the AI stack. As models compete on benchmarks and price, the cost of reasoning continues to collapse. This means that despite companies&#8217; claims that AI is their secret sauce, no company can build a moat based on AI alone. You can&#8217;t build a durable competitive advantage on a resource that gets exponentially cheaper every year and is available to all of your competitors off the shelf.</p><p>On the other side, context is non-commoditizable. Your organization&#8217;s understanding of its own data, its unique semantic definitions, and its historical &#8220;why&#8221; can&#8217;t be trained into a generic model. While intelligence converges, context compounds.</p><p>If this holds, three things change for every leader trying to navigate this landscape:</p><p><strong>The frontier shifts. </strong>The most important question in AI is no longer &#8220;How do we build a more powerful model?&#8221; It&#8217;s &#8220;How do we represent and maintain organizational context?&#8221; After decades spent building the science of data engineering, we now need to build the science of context engineering. This means creating systems that can capture the tacit knowledge in an experienced analyst&#8217;s head and translate it into a structured world model that a machine can actually navigate.</p><p><strong>The strategic asset shifts. </strong>In an era of abundant intelligence, the only durable moat is your organization&#8217;s &#8220;world model.&#8221; The organizations that invest in building and governing their context infrastructure are building a massive compounding advantage. The tenth AI agent you deploy will inherit the context built for the first nine. In this world, the marginal cost of deploying AI goes down as collective accuracy goes up.</p><p><strong>The measure of progress shifts</strong>. AI companies need to stop obsessing over MMLU scores and leaderboard rankings. They measure a model&#8217;s potential in a vacuum but nothing about its performance in reality. Instead of evaluating models in isolation, we need to start measuring the intelligence of the system as a whole. Measuring progress should focus on situated evaluation: a measure of how the entire system performs a specific task within your actual environment, using your actual, messy data.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!SKdi!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 424w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 848w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!SKdi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png" width="1424" height="752" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:752,&quot;width&quot;:1424,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1019365,&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://metadataweekly.substack.com/i/196009456?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 424w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 848w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SKdi!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0a0ef207-772d-4a9e-a60a-19fd1e149784_1424x752.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">Investing in Context will Create Compounding Alpha in the AI Era| Source: Author</figcaption></figure></div><div><hr></div><h2>Conclusion: the great inversion</h2><p>For the last few years, the &#8220;hard problem&#8221; was building a machine that could reason. The model was the center of discourse, while giving it whatever infrastructure or information it needed to succeed was an afterthought.</p><p>Now, as AI models are growing at an astonishing rate, the hard and easy problems have officially switched places. Building the reasoning engine&#8212;once the pinnacle of human engineering&#8212;is being solved at scale by a handful of labs. Building the context to make reasoning useful? That&#8217;s the new frontier. Unlike launching a new model, this can&#8217;t be solved once and shipped globally. It must be solved for every organization, every domain, and every evolving situation.</p><p>The companies that will win the next decade won&#8217;t be the ones with the largest compute clusters or the most expensive model subscriptions. They will be the ones that have mastered situated intelligence and figured out how to capture their tacit knowledge, resolve their semantic conflicts, and map their unique data landscapes.</p><blockquote><p><em><strong><a href="https://atlan.com/context-and-chaos/issue/if-intelligence-is-abundant-what-is-the-moat/">Originally published on Context and Chaos platform.</a></strong></em></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!XxVb!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!XxVb!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&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;: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="/__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!XxVb!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F46ab8742-2a0b-4655-8699-90b1a0de07db_1536x1024.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">Upgrading the Model vs Fixing the Context | Source: Context &amp; Chaos</figcaption></figure></div><div><hr></div><h2><strong>The Pulse</strong></h2><p>The reads, debates, and signals worth your time this week.</p><ul><li><p><strong><a href="https://eugeneyan.com/writing/working-with-ai/">How to Work and Compound with AI</a></strong> &#8212; <em>Eugene Yan</em></p></li><li><p><strong><a href="https://x.com/ashwingop/status/2049641901410955694?s=20">Company Brain: Why Most Companies Have Data But No Memory</a>  &#8212; </strong><em>Ashwin Gopinath</em></p></li><li><p><strong><a href="https://softwaredoug.com/blog/2026/04/28/search-apis-replaced-by-agents">Can agents replace the search stack?</a> &#8212; </strong><em>Doug Turnbull</em></p></li><li><p><strong><a href="/__u/jessicatalisman.substack.com/p/the-context-spectrum">The Context Spectrum</a> &#8212; </strong><em>Jessica Talisman</em></p></li><li><p><strong><a href="https://www.linkedin.com/pulse/from-hype-high-impact-how-leaders-can-scale-ai-drive-growth-gartner-379ac">From Hype to High Impact: How Leaders Can Scale AI and Drive Growth</a> &#8212; </strong><em>Brandon Germer</em></p></li><li><p><strong><a href="https://medium.com/enrique-dans/palantirs-empire-of-dependency-28793ad0da30">Palantir&#8217;s empire of dependency</a> &#8212; </strong><em>Enrique Dans</em></p></li><li><p><strong><a href="https://x.com/teddy_riker/status/2047312986696454584?s=20">Designing for Agents</a> &#8212; </strong><em>Teddy Riker</em></p></li><li><p><strong><a href="/__u/metadataweekly.substack.com/p/conceptual-modeling-is-the-context">Conceptual Modeling Is the Context Engineering Nobody Is Doing</a> &#8212; </strong><em>Juha Korpela</em></p></li></ul><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[The Onboarding Gap is Killing your AI Agents]]></title><description><![CDATA[By month two, your best human is autonomous. Your best agent is still guessing.]]></description><link>https://contextandchaos.substack.com/p/the-onboarding-gap-is-killing-your</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/the-onboarding-gap-is-killing-your</guid><dc:creator><![CDATA[Vivek Dubey]]></dc:creator><pubDate>Fri, 01 May 2026 16:59:58 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!WpoX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The most common question surfacing in practitioner communities right now isn&#8217;t which model to use or how to structure the prompt. It&#8217;s a quieter, more uncomfortable question: why does our agent keep getting things wrong that we didn&#8217;t even think to put in the prompt?</p><p>The answer, across the post-mortems and the Slack threads and the write-ups being shared on LinkedIn, is consistent. The agent isn&#8217;t hallucinating. It&#8217;s operating without the organizational context that any human in the same role would have absorbed in their first month.</p><p>The numbers confirm what practitioners already feel. McKinsey&#8217;s most recent State of AI found only 39% of organizations attributing any EBIT impact to AI at all, with most reporting it accounts for less than 5% of enterprise EBIT. <a href="https://www.gartner.com/en/newsroom/press-releases/2024-07-29-gartner-predicts-30-percent-of-generative-ai-projects-will-be-abandoned-after-proof-of-concept-by-end-of-2025">Gartner predicted 30% of generative AI projects</a> to be abandoned after proof of concept by the end of 2025, citing poor data quality, inadequate risk controls, and unclear business value. <a href="https://customerfocus.network/where-ai-value-really-comes-from-and-why-most-people-cant-find-it/">BCG surveyed 1,250 firms</a> and found 60% are reaping hardly any material value from AI investments. And according to Gartner&#8217;s Predicts 2026 on data and analytics, the agent deployment wave is accelerating regardless: hundreds of agents per enterprise over the next twelve months, in some cases thousands.</p><p>Now compare what those agents are getting at deployment to what the average new hire gets in their first week.</p><p>A new human hire gets walked through the data sources and told which one to trust for what. Use the warehouse for historical. Never the operational system for anything going into a report. The Q1 dashboard is broken, don&#8217;t touch it. They get the business definitions: what &#8220;customer&#8221; means here, why &#8220;revenue&#8221; in Finance doesn&#8217;t match &#8220;revenue&#8221; in Sales, why churn is calculated three different ways across three dashboards and which one the CFO actually uses. They hear the unwritten rules in hallways and in meetings: when to escalate, when to bend the policy, when to absolutely not. They make mistakes in their first ninety days and their manager corrects them, and the correction sticks.</p><p>The simplest way to think about it: </p><div class="callout-block" data-callout="true"><p><strong>A human hire gets a few months of structured exposure to the business before they're trusted to act on their own. An AI agent gets a prompt.</strong></p></div><p>This is the gap. Not whether AI works. Not whether the model is smart enough. We have spent fifty years building onboarding infrastructure for human employees and roughly 6 months pretending agents don&#8217;t need any.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!WpoX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!WpoX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png" width="1456" height="760" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:760,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1646374,&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://metadataweekly.substack.com/i/196092028?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 424w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 848w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.png 1272w, /__u/substackcdn.com/image/fetch/$s_!WpoX!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9c9b2203-431c-4e8c-8565-50b97ea5f32f_1736x906.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><figcaption class="image-caption">Onboarding a Human Vs Onboarding an Agent | Source: Author</figcaption></figure></div><div><hr></div><h2><strong>What context failure actually looks like in agent deployments</strong></h2><p>The pattern shows up the same way across most of the public stories practitioners are sharing.</p><p>A finance analyst agent at a Fortune 500 has been pulling the wrong revenue number into executive dashboards for weeks. Not a hallucination. Not a model failure. The agent picked a legacy table that nobody had told it to avoid, did perfect math on it, and produced a number that flowed all the way up to the CEO. By the time someone caught the mistake, the wrong figure had been quoted in three meetings.</p><p>A customer support agent starts processing refunds for serial complainers because nobody encoded the eighteen-prior-complaints rule that veteran reps know by instinct.</p><p>A compliance agent flags a transaction as a violation, strictly following the written policy. It does not know that the compliance lead issued a memo six months ago noting a permanent exception for that specific entity type. The agent&#8217;s review is technically correct. It is also wrong for the business.</p><p>These aren&#8217;t edge cases. They&#8217;re the median outcome of agent deployments that skip the contextual layer. Three patterns surface again and again in the practitioner discussion:</p><p><strong>The connectivity gap.</strong> The agent finds the customer represented as three different IDs across three different systems. The model reasons perfectly on the data it can see. It is functionally blindfolded.</p><p><strong>The semantic gap.</strong> The agent calculates quarterly revenue, finds the data, and doesn&#8217;t know that for one team revenue means recognized cash and for another it means closed-won bookings. It picks one, applies it confidently, and produces a report that is technically sophisticated and operationally useless.</p><p><strong>The institutional knowledge gap.</strong> The agent follows the written policy and misses the unwritten exception that lives in a buried PDF or a senior employee&#8217;s head. The output is technically correct and still wrong for the business.</p><p>In all three cases, upgrading from one frontier model to the next fixes nothing. These aren&#8217;t reasoning problems. They&#8217;re context problems.</p><div><hr></div><h2><strong>Three moves the fastest teams are making</strong></h2><p>The instinct when teams recognize the onboarding gap is to start writing things down. Document the tables. Define the metrics. Catalog the exceptions. Build the briefing document.</p><p>That instinct is right. The execution is what fails.</p><p>Building proper context documentation for a single production use case is a months-long project in most organizations. Define every metric. Debate it in committee. Ship one agent. Then do it again for the next one. Multiply that by hundreds and the math collapses. Most of the documentation that gets written goes stale before the next agent ships.</p><p>The teams making real progress have replaced this model with something different.</p><h3>Move 1: Run a context audit before every agent deployment.</h3><p>Before deploying the next agent, map what it would need to know. Which data sources does it touch? Which business definitions apply? What exceptions exist that aren&#8217;t in any documentation? The teams moving fastest run a pre-deployment context review the same way engineering teams run a security review. It adds days to the front end. It eliminates weeks of silent failure in production.</p><h3>Move 2: Use AI to draft the onboarding package; use humans to certify it.</h3><p>The first agent the fastest-moving teams deploy isn&#8217;t the one running analytics or processing invoices. It&#8217;s the one that learns the business. It reads the data estate, synthesizes undocumented lineage, infers relationships between tables nobody has formally defined, drafts metric definitions, flags conflicts, and surfaces gaps where documentation simply doesn&#8217;t exist. Then it hands the output to humans to certify, correct, and govern.</p><p>The distinction matters: the agent isn&#8217;t deciding what the business means. It&#8217;s drafting what it has observed and presenting it for human review, the same way a junior analyst hands a first draft to their manager. The agent does the cataloging, the structuring, the consistency-checking, the parts that took data teams years and produced incomplete results anyway. Humans do the governing, the certifying, the deciding what counts as truth.</p><h3>Move 3: Version the context layer like code.</h3><p>The teams further along on this describe treating organizational context the same way great engineering teams treat their codebase. Shared. Versioned. Reviewed before it goes into production. Improved every time someone touches it. The definitions certified for the first agent become the foundation the second agent starts from on day one. The exceptions caught in production for one workflow become the rules baked into every workflow that follows. The corrections that would have lived in a Slack thread and been forgotten now live in a structured layer that every future agent inherits.</p><p>Published case studies on this approach describe teams producing roughly three times more structured business context in two weeks than the same teams had produced manually in the prior year. Not because they weren&#8217;t trying before. Because the manual model has a ceiling and an AI-assisted model doesn&#8217;t.</p><p>This is what compounding looks like in practice. The tenth agent takes a fraction of the time the first one took, and starts from a significantly more accurate picture of the business. The teams that skip onboarding for the first three agents don&#8217;t save time. They build three siloed pilots that hallucinate slightly different versions of the business, and redo the work for every agent that follows.</p><div><hr></div><h2><strong>The question worth asking</strong></h2><p>The question &#8220;is our model good enough?&#8221; is a dead end because it implies a single bar to clear. Frontier model capability is increasing too fast for that question to stay answered. The more useful question is: what does this agent know about our business, and how does it know it?</p><p>If the answer is &#8220;the prompt,&#8221; what&#8217;s been deployed isn&#8217;t an agent. It&#8217;s a very expensive guess.</p><p>The companies that figure out the onboarding question first won&#8217;t just be ahead on AI deployment. They&#8217;ll be ahead on the only piece of AI strategy that actually compounds.</p><blockquote><p><a href="https://atlan.com/context-and-chaos/issue/the-onboarding-gap-is-killing-your-ai-agents/">Originally published on Context and Chaos platform.</a></p></blockquote><div><hr></div><h2><strong>The Cats of Context &amp; Chaos</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!iI9p!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!iI9p!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png" width="607" height="404.80563186813185" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:607,&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="/__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!iI9p!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2b31859a-5b09-47c8-beed-89f1c4d50916_1536x1024.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"><strong>The Cats of Context &amp; Chaos | Source: Context &amp; Chaos</strong></figcaption></figure></div><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a></p>]]></content:encoded></item><item><title><![CDATA[Your Team Isn’t Afraid of AI. They’re Afraid of Being Wrong.]]></title><description><![CDATA[What your team&#8217;s hesitation is actually telling you]]></description><link>https://contextandchaos.substack.com/p/your-team-isnt-afraid-of-ai-theyre</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/your-team-isnt-afraid-of-ai-theyre</guid><pubDate>Fri, 24 Apr 2026 17:04:04 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/d9ed9d23-e6bc-4fe5-b8c5-337e92a20069_1200x630.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the author:<br></strong><a href="https://www.linkedin.com/in/nandinityagi/">Nandini Tyagi</a> is Strategic Initiatives lead. Her focus is on how AI products are launched and adopted across enterprise customers. She works closely with data leaders on moving from AI strategy to implementation, and writes about what it actually takes to make AI stick inside large, complex organizations.</p></div><p><a href="https://atlan.com/context-and-chaos/issue/your-team-isnt-afraid-of-ai-theyre-afraid-of-being-wrong-about-ai/">Originally published on Context &amp; Chaos Platform</a>. Lets dive in!</p><div><hr></div><p>I don&#8217;t know how many of you have watched Inside Out as an adult. Both parts. I love them. Pixar has a way of naming things the rest of us feel but can&#8217;t quite articulate, and the thing Inside Out named, the thing that stayed with me long after the credits, is this: all emotions are valid. Joy spends the entire first film trying to keep Sadness out of the control room. She sidelines her, works around her, shuts her out. And it makes everything worse. The breakthrough doesn&#8217;t come from managing emotions better. It comes from finally understanding what each one is trying to tell you.</p><p>I&#8217;ve been thinking about that a lot lately. Because over the past few months, working at the intersection of AI and enterprise data, I&#8217;ve watched the same pattern play out in team after team. People who genuinely want to use AI, who believe in it, and who have everything they need to get started. And yet something stops them.</p><p>The finger often gets pointed at the technology. But the technical barriers have largely fallen. What remains are the human ones. And they have names.</p><div><hr></div><h2><strong>The problem that was never really a technology problem</strong></h2><p>For as long as I&#8217;ve worked in data, the metadata supply problem has been identical across organizations. You know which assets matter. You know which tables your analysts rely on, which dashboards leadership checks every Monday. You also know that almost none of them is properly documented: no descriptions, no context, no record of what they mean or how they&#8217;re used.</p><p>So teams do what they&#8217;ve always done. Ask the stewards, schedule the sessions, build the templates, follow up. Months pass. The documentation that does come in is uneven: some assets lovingly described, most still blank. The people who were supposed to write it had other priorities. Documentation was the thing they were supposed to do on top of their real work.</p><p>For most organizations, meaningful metadata enrichment has taken 9 to 12 months, if it ever happens at all. Not because people didn&#8217;t care, but because they were being asked to do something at a scale and consistency that humans were never built for. The context existed in SQL, query logs, and the heads of analysts who&#8217;d been with the data for years. The bottleneck was always the pipeline to surface it.</p><p>What changed recently is that AI can now read everything already living in your data environment, your SQL logic, lineage, existing annotations, query patterns, and synthesize it into rich contextual metadata at scale. Not replacing what your team built, but amplifying it across every asset at once, including the ones that never made it to the top of anyone&#8217;s queue.</p><p>That capability shift is real. But the teams I&#8217;ve watched aren&#8217;t slowing down because the technology isn&#8217;t ready. They&#8217;re slowing down because of something else entirely.</p><p>Over the past year, I&#8217;ve worked closely with enterprise data and governance teams going through structured AI enrichment sprints: teams that came in skeptical, teams that came in enthusiastic, and teams that came in with firm positions about what they would and wouldn&#8217;t allow. What I observed across all of them is that the blockers were rarely technical. They were emotional. And the emotions were consistent enough to name.</p><div><hr></div><h2>The three emotions AI deployment actually surfaces</h2><p>These aren&#8217;t feelings to fix or suppress. They&#8217;re signals that show up because you care about quality, you&#8217;ve built things that matter, and you take your work seriously.</p><h3>Trust: &#8220;How can AI generate better descriptions than analysts who&#8217;ve spent years with this data?&#8221;</h3><p>This one makes complete sense. Your analysts know things no model could: the history, the politics, the edge cases that never made it into any documentation. The tribal knowledge that lives in people, not systems.</p><p>But that framing misses what&#8217;s actually happening. AI isn&#8217;t competing with your analysts&#8217; knowledge. It&#8217;s reading everything that knowledge has already produced: the SQL they wrote, the lineage they built, the queries they ran thousands of times, and synthesizing it across every asset simultaneously. It doesn&#8217;t replace the expert. It scales what the expert already created.</p><p>The fastest path past this emotion isn&#8217;t persuasion. It&#8217;s evidence. Show someone the output on data they know well. The trust question tends to answer itself.</p><p>One technical program manager at a freight analytics company described what happened when her team ran AI enrichment on their first set of assets:<em> </em></p><div class="callout-block" data-callout="true"><p><em><strong>&#8220;I expected boilerplate. Instead, it inferred business context I never explicitly provided, correctly describing how an asset fit into our customer journey just from column names and lineage. That&#8217;s when I realized this was knowledge synthesis, not just documentation.&#8221;</strong></em></p></div><p>One team I worked with systematically rated every piece of AI-generated output across tens of thousands of asset descriptions. Seventy percent were immediately rollout-ready. A subset were flagged by the team as the standard they&#8217;d want human-written descriptions to meet going forward. They came in skeptical. The output changed the conversation.</p><p>A data governance lead at a European investment bank put it this way: </p><div class="callout-block" data-callout="true"><p><em><strong>&#8220;We were stunned by the quality. How could it create such high-quality context from lineage, from SQL logic, from dbt logic? It really shows how much business information is hidden in metadata that we simply cannot see with human eyes. Agents pick it up, consume it all, and surface it in an organized way.&#8221;</strong></em></p></div><p>Trust is earned through evidence, not persuasion.</p><div><hr></div><h3><strong>Fear: &#8220;If I roll this out and something isn&#8217;t accurate, I&#8217;ll lose credibility with my team.&#8221;</strong></h3><p>This one I felt personally. When I was building an internal AI agent to surface account health signals for a field team, I was genuinely afraid to show it to anyone. The output was useful, and I knew it. But instead of rolling it out, I quietly pulled two colleagues aside and asked for private feedback first. I didn&#8217;t want to be the person who shipped something broken.</p><p>One of them said something I&#8217;ve thought about almost every day since: </p><blockquote><p><em><strong>Nandini, you don&#8217;t know that you&#8217;re competing with us not having anything.&#8221;</strong></em></p></blockquote><p>That was the whole reframe. We weren&#8217;t comparing AI output to perfect human documentation. We were comparing it to blank. And blank is a very low bar to clear. Most data environments aren&#8217;t choosing between AI-generated descriptions and carefully written human ones. They&#8217;re choosing between AI-generated descriptions and nothing: no context, no lineage explanation, no indication of what an asset is for or who uses it. The imperfect description almost always beats the absent one.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!1gty!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!1gty!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2446684,&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://metadataweekly.substack.com/i/195314658?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!1gty!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6d9677ef-0d68-4d33-9910-64e19e977b67_1536x1024.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">The Cats of Context &amp; Chaos</figcaption></figure></div><p>The downside of rolling out AI-generated context, clearly labeled as such, is that some descriptions will be imperfect. The downside of not rolling out is that your users keep navigating blank assets with nothing to go on. The teams that moved fastest were the ones who stopped asking permission and started showing results. The fear of the conversation, it turned out, was consistently bigger than the conversation itself.</p><blockquote><p><em>&#8220;Allow yourself to trust the process. If you do that a bit earlier, it could be surprising for you.&#8221;</em></p></blockquote><div><hr></div><h3><strong>Control: &#8220;I need to review and verify every single description before anything goes live.&#8221;</strong></h3><p>This is the most understandable emotion of the three, and the hardest to let go of. When you&#8217;ve spent years caring about the quality of your data, the instinct to review everything before it reaches users isn&#8217;t obstruction. It&#8217;s integrity.</p><p>The reframe that works: stop asking &#8220;how do I verify a million descriptions&#8221; and start asking &#8220;how do I build a system where quality is maintained at scale?&#8221; You move from reviewer to architect. The unit of work changes. Suddenly the thing that felt impossible becomes a design task instead of a manual one.</p><p>One team I watched started a sprint with a firm position: they wouldn&#8217;t release AI-generated content to their users and weren&#8217;t going to run it in production. By the end, they had enriched over 25,000 assets and were among the loudest advocates for AI-generated context in the group. The product didn&#8217;t change. Their frame did, shaped by watching peers they respected go through the same journey and come out with more confidence than they&#8217;d walked in with.</p><p>A senior data governance manager described the shift afterward: </p><div class="callout-block" data-callout="true"><p><em><strong>&#8220;With single-digit hours of effort from our team, we were able to accomplish work that would have taken months for a larger team to finish. And realistically, we likely would not have ever started it.&#8221;</strong></em></p></div><p>But the bigger shift wasn&#8217;t just what they built. When teams brought this context back to their wider organizations, the conversations changed entirely. They weren&#8217;t talking about documentation anymore. They were being asked: how do we make this the nervous system of our organization? What does our context layer strategy look like at scale? How do we feed this into the agents our engineering team is building?</p><p>The governance teams and stewards who had spent years being asked to document things found themselves being asked to architect something. That&#8217;s the agency that was always waiting on the other side of control: not just doing less manual work, but stepping into a more strategic role at exactly the moment it matters most.</p><p>Give up control. Retain agency. The goal isn&#8217;t to review everything. It&#8217;s to build a system you trust, and then use the time it frees to do the work only you can do.</p><div><hr></div><h2><strong>What scale actually looks like when teams push through</strong></h2><p>Across enterprise teams working through these emotions in structured enrichment sprints, the output is not marginal. It&#8217;s discontinuous. The descriptions enriched, the SQL intelligence surfaced, the README updates generated: the volume is not what the same teams would have produced in a few extra months. It&#8217;s what they would never have produced at all. Not because no one cared, but because the manual model had a ceiling.</p><p>AI didn&#8217;t replace the humans. It removed the ceiling on what the humans could accomplish.</p><p>One governance lead put it this way: </p><div class="callout-block" data-callout="true"><p><strong>&#8220;I was intimidated about this whole initiative. I wasn&#8217;t sure if it was feasible or if we&#8217;d have something presentable by end of year. This gave us a huge leap forward. The AI just really enables us to do things we wouldn&#8217;t be able to do otherwise.&#8221;</strong></p></div><p>Another described their team&#8217;s attitude changing &#8220;instantly&#8221; the moment they saw what SQL intelligence surfaced about how their data was actually being used. They came in treating AI enrichment as just another tool. They left treating it as infrastructure.</p><div><hr></div><h2><strong>The fourth emotion nobody names: identity</strong></h2><p>There&#8217;s one more thing underneath all three of these that rarely gets said out loud. Data stewards, governance leads, the people who have spent years building context into systems that were never designed to reward that work: when AI can do the production work at scale, what is their role?</p><p>When AI takes on the documentation, the descriptions, the SQL intelligence synthesis, two things happen simultaneously. The pressure to personally document everything lifts. And what gets built becomes the foundation not just for human users but for every AI agent the organization runs. One shared context layer serves both. The governance work stops being a background maintenance task and becomes the infrastructure the company&#8217;s AI strategy runs on.</p><p>In practice, this means the person who used to spend their time chasing stewards for descriptions is now the person deciding which assets the AI prioritizes, how quality thresholds get set, and which context the organization&#8217;s agents are allowed to trust. That&#8217;s not a smaller job. It&#8217;s a more consequential one.</p><p>One governance lead described the shift plainly: </p><div class="callout-block" data-callout="true"><p><strong>&#8220;I spent years building context that sat in a catalog nobody opened. Now I&#8217;m being asked to make sure every AI agent we run can access and trust it. That&#8217;s not a footnote to my job anymore. That is my job.&#8221;</strong></p></div><p>The people who have been building context layers for years, often without recognition or the right tools, are exactly the people positioned to lead what comes next. Not in spite of AI. Because of it.</p><div><hr></div><p>Joy spent the whole first film trying to keep the difficult emotions out of the control room. The breakthrough came when she finally understood what they were trying to tell her. Trust was telling you the expertise already exists and needs scaling. Fear was telling you to compare yourself to blank, not to perfect. Control was telling you to become the architect, not the auditor. Identity was telling you that the work you have been doing for years is about to matter more than it ever has.</p><p>The context layer your organization builds now isn&#8217;t just documentation. It&#8217;s the infrastructure every AI agent you run will depend on. The people who build it well are not being replaced by the technology. They&#8217;re becoming indispensable to it.</p><blockquote><p><a href="https://atlan.com/know/fear-trust-control-context-agents/">This is an adapted version of a piece I originally wrote.</a></p></blockquote><div><hr></div><p><em><strong>Note: Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</strong></em></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="https://atlan.com/context-and-chaos/contribute/">We&#8217;d love to hear from you.</a> </p><p></p>]]></content:encoded></item><item><title><![CDATA[Conceptual Modeling Is the Context Engineering Nobody Is Doing]]></title><description><![CDATA[The discipline data teams abandoned is the one AI agents need most]]></description><link>https://contextandchaos.substack.com/p/conceptual-modeling-is-the-context</link><guid isPermaLink="false">https://contextandchaos.substack.com/p/conceptual-modeling-is-the-context</guid><dc:creator><![CDATA[Juha Korpela]]></dc:creator><pubDate>Wed, 15 Apr 2026 17:42:25 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/b39be67e-685c-437c-893c-2759855e4a9d_2848x1472.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="callout-block" data-callout="true"><p><strong>About the Author</strong></p><p><a href="https://www.linkedin.com/in/jkorpela/">Juha Korpela</a> is an independent consultant (<strong>Datakor Consulting</strong>), co-founder of <strong>Helsinki Data Week</strong>, and the author of the <strong>Common Sense Data Substack</strong>. He specializes in data modeling, data product management, and helping enterprises understand what their data actually means.</p></div><blockquote><p><em><a href="https://atlan.com/context-and-chaos/issue/conceptual-modeling-is-the-context-engineering-nobody-is-doing/">Originally published on Context and Chaos.</a></em></p></blockquote><p>Let&#8217;s dive in!</p><div><hr></div><p>Everyone in data and AI is talking about context engineering. Most of the conversation focuses on retrieval pipelines, semantic layers, and prompt design. But there is an older discipline that already solved a large part of this problem, and the industry quietly abandoned it a decade ago. What we lost when we stopped doing conceptual modeling is exactly what AI agents need now.</p><div><hr></div><h2>What problem are AI teams really solving when they talk about &#8220;context&#8221;?</h2><p>Connecting data with its business context means connecting data with real value; value creation happens in the business, and whatever we do with data needs to be as closely connected with the business as possible. This has always been the case, long before GenAI - good context is helpful for human users as well. It&#8217;s just that it hasn&#8217;t been obligatory, as we&#8217;ve been able to count on the tacit knowledge of the data consumers to cross that final mile between a field called &#8220;cust_lt_val&#8221; and actual decision-making.</p><p>LLMs make that context obligatory. While the models have a general grasp of how things usually work based on their training data, they don&#8217;t understand how things work in this particular organization with its idiosyncrasies. To make data useful for AI consumers, we need to add more information around the data. This is the context problem: what should that information be, and how is it served to the AI?</p><div><hr></div><h2>How did conceptual modeling quietly disappear?</h2><p>The problem of business context is not new. We always knew it&#8217;s important to understand how the data in our systems reflects our business reality. Having that understanding has always helped to both design new solutions to match the real needs and to document them in a business-friendly way.</p><p>One way of forming that understanding is conceptual modeling. It used to be so that we would always do data modeling in the design stage of any project, and we would proceed along a well-known path: conceptual, logical, physical. From the business understanding of what this data is about to use-case specific structures and technical implementation design.</p><p>But when the underlying technical capabilities went through rapid evolution in the Big Data era, it seemed that technical implementation design for data storages was no longer really necessary. After all, you could just load massive amounts of data into Hadoop or equivalent - why worry about storage design!</p><p>Unfortunately, this line of thought led also to the wide-spread abandonment of conceptual and logical modeling. The lowest-level model wasn&#8217;t thought necessary, so the higher levels preceding it were also forgotten. However, with the disappearance of conceptual modeling, we lost a valuable connection to business context. What is this data actually about?</p><div><hr></div><h2>What does a conceptual model know that your warehouse never will?</h2><p>A bunch of tables in a data warehouse (or a lakehouse, or a lake, or anything really) can tell us about the technical decisions made by the engineer during implementation. This field is a string, that&#8217;s a number, and here we have a uniqueness constraint. All this technical metadata is valuable, and over time we developed great data cataloging capabilities for extracting it, but it doesn&#8217;t tell us anything about semantics, i.e. the meaning of the data.</p><p>A conceptual model says &#8220;we have a thing called Customer, and the Customer has two subtypes: B2B and B2C, and only the B2B Customer can have Sales Contracts with us, while both of them can make Orders&#8221;. The tables in our database tell us how the tables are connected to each other - but there&#8217;s no guarantee that the tables will neatly map to the business concepts of Customer, Sales Contract, and Order!</p><p>The conceptual model captures and encodes high-level business logic. An accompanying glossary gives definitions for each of the business terms. None of that information can be derived from the bunch of tables sitting in a warehouse - it&#8217;s about understanding and modeling the business itself rather than a set of technical objects.</p><div><hr></div><h2>What is the difference between the data plane and the knowledge plane?</h2><p>The technical objects we create for a variety of solutions can (and will) live on a variety of technological platforms. If the table &#8220;dim_cust&#8221; exists in one schema on one platform, how do we know if it contains information about the same things as &#8220;clients_aggregate&#8221; in another schema on another platform?</p><p>Semantics - the meaning of various business terms, and understanding of their relationships - is not specific to a single technical data object. It&#8217;s by definition information about the business concepts. We can&#8217;t manage semantics on the level of individual data objects; we need a wider, cross-solution and cross-platform repository of knowledge, that is technology-agnostic.</p><p>The data plane, where all the technical data objects live, and the knowledge plane, in which our semantic understanding lives, must be separate. Trying to manage semantics as part of the data object&#8217;s technical metadata is a fool&#8217;s errand and only leads to semantic silos.</p><p>However, the two planes must be linked to each other. To be able to tell our AI (or human!) data consumers what &#8220;cust_lt_val&#8221; means, there needs to be a connection between the technical data object living on the data plane and the semantic object (business term) living on the knowledge plane.</p><div><hr></div><h2>What predictable failures show up when the knowledge plane is missing?</h2><p>If that knowledge plane doesn&#8217;t exist, two main failure modes commonly appear.</p><p>In the first case, semantics is entirely missing. There simply isn&#8217;t any extra information &#8220;around&#8221; the technical data object that could tell the AI that &#8220;this here means Customer Lifetime Value, and this is how it has been calculated&#8221;. This means that the AI agent looking for answers from the data will resort to guessing, based on its generic understanding of how things usually work. Sometimes, that guess might be good enough. Quite often - and especially when the topic is something unique and special to the particular organization (which are also usually the most valuable topics!) - it will fail to understand the nuances involved. We say the AI &#8220;hallucinates&#8221;, but really it is just guessing and reverting back to the average.</p><p>In the second case, usually when the organization has been hitting its head in the wall of missing semantics enough, a series of quick fixes are applied. Semantics is understood to be crucial, so the organization rushes to apply it some semantics anywhere. At least the AI will work a bit better, surely? But this rush leads to solution-level semantic silos. An individual dataset might now have some definitions attached to its tables and other objects, and that can indeed help when the AI is looking into that particular solution. But when the organization starts applying agentic workflows with wider, cross-functional scope, the AI will soon run into inconsistencies and unexplainable differences between the semantic information it gets from different solutions. No two solutions have the same definitions for the same thing, and comparing and combining data becomes impossible.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!-8hQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 424w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 848w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!-8hQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png" width="2752" height="1452" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1452,&quot;width&quot;:2752,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:5773477,&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://metadataweekly.substack.com/i/194170279?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F501e5670-93d8-4beb-ba86-46eba5bd135c_2752x1536.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 424w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 848w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.png 1272w, /__u/substackcdn.com/image/fetch/$s_!-8hQ!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc9f5a10e-dbc9-4311-8707-2264375cd915_2752x1452.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">Semantic silos vs. shared semantics &#8212; what the knowledge plane makes possible. | Source: Juha Korpela</figcaption></figure></div><div><hr></div><h2>How do you turn conceptual modeling into a living context layer?</h2><p>Conceptual modeling was always known to be a great method of capturing the core semantic information for data design and documentation: what are the business things this data is about, and how do they connect to each other in real life?</p><p>We can now re-apply those well-known and well-tested methods for building context for AI (as well as humans!). Conceptual modeling can be utilized for so much more now than just data storage design - it can surface and document semantics that otherwise would remain tacit knowledge and thus unattainable for AI.</p><p>It&#8217;s just a matter of figuring out how to manage that information beyond a single diagram. In fact, it&#8217;s not necessarily the model diagram itself that is the most important outcome of conceptual modeling; the information captured in a model can and should be made available in all kinds of different formats. Conceptual models can act as the starting point of ontologies and knowledge graphs. Individual model scopes can connect to each other - an enterprise data model doesn&#8217;t need to be a massive multi-year documentation effort, but a more organic result of modelers in different domains and different projects producing semantic information that all becomes part of the same interconnected knowledge base. Around such a strong base of core entities and relationships, we can add more and more information gathered from documentation and elsewhere with the help of AI. Building on top of and around the core of well-modeled concepts keeps our knowledge in sync and ensures we share an understanding of how our particular business really works.</p><p>Conceptual modeling has always been a method of creating and capturing an understanding of what the business is about, and connecting that to data. Now more than ever that information is crucial for success. Building a true context layer for AI can&#8217;t be a micro-level siloed effort; we need to create a cross-solution &amp; cross-platform shared understanding of our core semantics, the foundation any context layer is built on. Conceptual modeling offers a way to build that piece by piece and to connect our data solutions to their real business meaning, without which we can&#8217;t cross that last mile to delivering real business value.</p><div><hr></div><h2>Author Connect</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://www.linkedin.com/in/jkorpela/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!kTmR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png" width="1100" height="374" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:374,&quot;width&quot;:1100,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:119428,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://www.linkedin.com/in/jkorpela/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://metadataweekly.substack.com/i/194170279?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 424w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 848w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.png 1272w, /__u/substackcdn.com/image/fetch/$s_!kTmR!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa179f021-9b5c-46dd-867c-d06bfc23dc9a_1100x374.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><a href="https://www.linkedin.com/in/jkorpela/">Connect with me on LinkedIn!</a></p><p>Subscribe to <a href="/__u/commonsensedata.substack.com/">Common Sense Data</a> NL to explore more.</p><blockquote><p><em><strong>*Note: </strong>Views expressed are those of the contributor. All submissions are vetted for quality and relevance. Context and Chaos is information-first: no promotions, paid or otherwise.</em></p></blockquote><div><hr></div><h2>The Cats of Context &amp; Chaos</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://atlan.com/context-and-chaos/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_webp, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!_eNV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png" width="454" height="454" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:454,&quot;bytes&quot;:8630840,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://atlan.com/context-and-chaos/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://metadataweekly.substack.com/i/194170279?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_424, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 424w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_848, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 848w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_1272, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.png 1272w, /__u/substackcdn.com/image/fetch/$s_!_eNV!, /__u/contextandchaos.substack.com/w_1456, /__u/contextandchaos.substack.com/c_limit, /__u/contextandchaos.substack.com/f_auto, /__u/contextandchaos.substack.com/q_auto:good, /__u/contextandchaos.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa18e7be3-fe49-4ee2-b26c-34f8fb98760d_1024x1024.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><div><hr></div><h2>The Pulse</h2><p>The reads, debates, and signals worth your time this week.</p><ul><li><p><strong><a href="https://www.forbes.com/councils/forbestechcouncil/2026/04/13/why-metadata-is-as-important-as-data/">Why Metadata Is As Important As Data</a></strong> &#8212; <em>Andrew Reiskind</em></p></li><li><p><strong><a href="https://x.com/hwchase17/status/2040467997022884194?s=20">Continual learning for AI agents</a> &#8212; </strong><em>Harrison Chase</em></p></li><li><p><strong><a href="https://www.linkedin.com/pulse/everyone-has-ontology-now-almost-nobody-nicolas-figay-lwjze">Everyone Has an Ontology Now. Almost Nobody Has an Ontology.</a> &#8212; </strong><em>Nicolas Figay</em></p></li><li><p><strong><a href="https://x.com/geoffintech/status/2042002590758572377?s=20">How to get your company AI pilled</a>  &#8212; </strong><em>Geoff Charles</em></p></li><li><p><strong><a href="/__u/joereis.substack.com/p/the-mythos-threshold">The Mythos Threshold</a> &#8212; </strong><em>Joe Reis</em></p></li><li><p><strong><a href="/__u/open.substack.com/pub/thealgorithmicbridge/p/inside-the-ai-industrys-most-expensive?utm_campaign=post-expanded-share&amp;utm_medium=web">Inside the AI Industry&#8217;s Most Expensive Mistake</a> &#8212; </strong><em>Alberto Romero</em></p></li><li><p><strong><a href="/__u/metadataweekly.substack.com/p/context-graphs-as-ai-evaluation-infrastructure">Context Graphs as AI Evaluation Infrastructure</a> &#8212; </strong><em>Sandipan Bhaumik</em></p></li><li><p><strong><a href="https://engineering.fb.com/2026/04/06/developer-tools/how-meta-used-ai-to-map-tribal-knowledge-in-large-scale-data-pipelines/">How Meta Used AI to Map Tribal Knowledge in Large-Scale Data Pipelines</a></strong> &#8212; <em>Krishna Ganeriwal, Plawan Rath, Ashwini Verma</em></p></li></ul><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://contextandchaos.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Context &amp; Chaos! Subscribe for free to receive new posts and support our work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em><strong>That&#8217;s all for this edition. Stay curious, keep exploring, and see you all in the next one!</strong></em></p><div><hr></div><h3><strong>About Context &amp; Chaos</strong></h3><p>Context &amp; Chaos isn&#8217;t just a newsletter. It&#8217;s shared community space where practitioners, builders, and thinkers come together to share stories, lessons, and ideas about what truly matters in the world of data and AI: <strong>context engineering, governance, architecture, discovery, and the human side of doing meaningful work.<br><br></strong>Our goal is simple, to create a space that cuts through the noise and celebrates the people behind the amazing things that are happening in the data &amp; AI domain.<br><br>Whether you&#8217;re solving messy problems, experimenting with AI, or figuring out how to make data more human, Context &amp; Chaos is your place to learn, reflect, and connect.<br><br>Got something on your mind? <a href="/__u/metadataweekly.substack.com/p/write-for-metadata-weekly">We&#8217;d love to hear from you.</a> Hit Reply!</p>]]></content:encoded></item></channel></rss>