<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Matt Burgess</title>
    <link>https://mattburgess.micro.blog/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Sun, 10 May 2026 20:59:38 +0100</lastBuildDate>
    <item>
      <title>It Doesn&#39;t Remember</title>
      <link>https://mattburgess.micro.blog/2026/05/10/it-doesnt-remember/</link>
      <pubDate>Sun, 10 May 2026 20:30:29 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/05/10/it-doesnt-remember/</guid>
      <description>&lt;p&gt;Mark Cuban posted a question this week that&amp;rsquo;s been doing the rounds. Why can&amp;rsquo;t Enterprise AI guarantee the same answer to the same question, every time?&lt;/p&gt;
&lt;p&gt;The standard answer: train a specialised domain model, add human-in-the-loop verification, log the audit trail. Not wrong. But it treats the model as the primary artifact. The inconsistency problem isn&amp;rsquo;t a model quality problem. It&amp;rsquo;s a memory architecture problem. To understand why, you have to go back to the hairball.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;The promise was seductive and coherent. Enterprise knowledge is relational - things connect to other things in ways that flat tables can&amp;rsquo;t represent. A customer isn&amp;rsquo;t just a row; they&amp;rsquo;re a node connected to transactions, products, complaints, locations, household members, lifetime events. Google had demonstrated the Knowledge Graph in 2012. Neo4j, TigerGraph, Amazon Neptune, Azure Cosmos - a whole vendor ecosystem emerged. Gartner put it on the hype curve. Consulting firms built practices around it. Enterprise architects might have built roadmaps with knowledge graphs at the centre.&lt;/p&gt;
&lt;p&gt;The vision was &amp;lsquo;connect all your enterprise data into a unified graph&amp;rsquo;. Traverse the connections. Discover the hidden relationships that siloed systems couldn&amp;rsquo;t see. Surface the insights that lived in the space between the data, not in the data itself.&lt;/p&gt;
&lt;p&gt;It was right about the problem. That knowledge is relational. The connections do matter. The insight does live between the nodes, not in them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The hairball&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But what actually happened in the projects was this. You built the graph. You connected the nodes. You ran the queries. And you got a hairball - a visualisation so dense with connections that no human could read it, traversals so expensive that queries timed out, and insights so buried in the structure that extracting them required specialist skills almost nobody had.&lt;/p&gt;
&lt;p&gt;The construction cost was brutal. Ontology design - deciding what the entities and relationships fundamentally are - was inherently contested. Every team has a different view of what a &amp;lsquo;customer&amp;rsquo; is, what a &amp;lsquo;product&amp;rsquo; is, whether a &amp;lsquo;transaction&amp;rsquo; connects to a &amp;lsquo;customer&amp;rsquo; or to an &amp;lsquo;account.&amp;rsquo; Before you&amp;rsquo;d built the graph you had to resolve these questions, and resolving them required organisational alignment that most enterprises couldn&amp;rsquo;t produce. Projects ran 18 months before they got any value out. Most ran out of patience first.&lt;/p&gt;
&lt;p&gt;Then the inference problem. That vision assumed that once you had the graph, you could traverse it and reason over it - the machine would find the connections that humans missed. In practice, semantic reasoning over large graphs was slow. The semantic web dream of machines reasoning over linked data never materialised at enterprise scale. What you got instead was graph traversal for well-defined queries - useful for fraud detection and recommendation engines, but not for the general &amp;lsquo;surface-for-me-some-hidden-insights-from-enterprise-knowledge&amp;rsquo; promise.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/charlie-day.gif&#34; width=&#34;600&#34; height=&#34;380&#34; alt=&#34;Auto-generated description: Charlie Day conspiracy meme: frantically pointing at a chaotic, string-covered, white board.&#34;&gt;
&lt;p&gt;The specific use cases that worked were narrow. The general knowledge management use case - &amp;lsquo;connect everything and discover what we know&amp;rsquo; - produced expensive infrastructure, impressive B-of-the-Bang architecture diagrams, and maybe some dashboards nobody used.&lt;/p&gt;
&lt;p&gt;By 2021 most enterprise graph projects had either narrowed to the specific use cases where graphs genuinely worked, or were quietly shelved. The hairball became shorthand for what happens when you try to make graphs do too much.&lt;/p&gt;
&lt;p&gt;ChatGPT lands in November 2022. Within six months the enterprise technology conversation has shifted completely. LLMs can answer questions about connected knowledge without requiring explicit graph construction. Vector databases and RAG offer semantic retrieval without ontology engineering. The narrative becomes: you don&amp;rsquo;t need to build a graph to connect your enterprise knowledge, you just embed your documents and let the model find the connections.&lt;/p&gt;
&lt;p&gt;Graph adoption plateaus. Projects that had been limping along get cancelled. The CTO who had championed the knowledge graph in 2019 is now championing the LLM platform in 2024, and nobody wants to hear about graphs.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/spider-man.gif&#34; width=&#34;498&#34; height=&#34;354&#34; alt=&#34;Auto-generated description: Two Spidermen are pointing at each other in confusion, with a police van and crates in the background.&#34;&gt;
&lt;p&gt;The conclusion made complete sense. If graphs had been struggling to do the intelligence work for five years, and LLMs arrived and did it in an afternoon - why would you keep the graph? The reasoning was sound. The premise was wrong.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A retrospective&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The 2019 knowledge graph was trying to be an intelligence layer. It was trying to do the reasoning, surface the insights, answer the questions. That&amp;rsquo;s hard, expensive, slow, and the intelligence was brittle. It was the wrong job.&lt;/p&gt;
&lt;p&gt;The right job for a graph is not intelligence - it&amp;rsquo;s &lt;strong&gt;memory&lt;/strong&gt;. Holding the structure that makes intelligence trustworthy. These are completely different design requirements.&lt;/p&gt;
&lt;p&gt;An LLM does what a graph couldn&amp;rsquo;t. A graph holds what an LLM can&amp;rsquo;t.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/men-in-black.gif&#34; width=&#34;450&#34; height=&#34;241&#34; alt=&#34;&#34;&gt;
&lt;p&gt;Specifically, the graph holds things the LLM structurally cannot:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Typed relationships.&lt;/strong&gt; Not &amp;lsquo;these two things are semantically similar&amp;rsquo; - which is all a vector  embedding (an LLM) gives you - but &amp;lsquo;A-funded-B-on-date-X-in-the-context-of-decision-Y&amp;rsquo;, and that-decision-was-made-by-person-Z-who-held-these-views-at-this-time.&#39; The relationship type, its provenance, its temporal context. Semantic similarity collapses all of that into proximity in vector space. The graph preserves it as structure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Chain of custody.&lt;/strong&gt; The directed path from original signal to current artifact, with every transformation recorded as a named edge (a recorded connection). &lt;strong&gt;This&lt;/strong&gt; signal came from &lt;strong&gt;this&lt;/strong&gt; source, was interpreted by &lt;strong&gt;this&lt;/strong&gt; person, was encoded in &lt;strong&gt;this&lt;/strong&gt; system, and was modified at &lt;strong&gt;this&lt;/strong&gt; crossing. An LLM has no memory of &lt;strong&gt;any of this&lt;/strong&gt; once it&amp;rsquo;s processed the context. A graph holds it permanently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Temporal history.&lt;/strong&gt; What was true at time T; what changed at time T+1; what was lost in the transition. An LLM lives in a perpetual present - its context window is now, and what-came-before only exists if someone puts it in the window. A graph holds the history as structure, not as context.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contradiction structure.&lt;/strong&gt; Two signals pointing in different directions about the same thing, held explicitly in tension rather than collapsed into a single averaged representation. A financial frame says &amp;lsquo;the deal looks clean&amp;rsquo; or an operational frame says &amp;lsquo;something is wrong&amp;rsquo;. In a vector space (an LLM) these produce a confused proximity. Whereas in a graph they&amp;rsquo;re two nodes with different relationship types to the same entity, and the tension between them is itself a named structure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The missing signal.&lt;/strong&gt; What was captured and then, wasn&amp;rsquo;t. What arrived and got lost in normalisation. The graph can hold an absence as a named thing - a node with no edges where edges should be, a relationship type present in one period and absent in another. An LLM cannot tell you about what isn&amp;rsquo;t there.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cross-session continuity.&lt;/strong&gt; A pattern confirmed in 2019 is explicitly connected to the contradicting signal emerging in 2026. An LLM session just has no access to this unless someone deliberately loads it into the context window. A graph makes it structurally accessible, because the 2019 confirmation and the 2026 signal are both nodes in the same persistent structure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Wrong job. Right job&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The hairball was a graph doing the wrong job. When folks (me included) tried to make the graph the intelligence layer - to force it to produce insight through its own traversal and reasoning - then we needed to connect everything to everything, because one doesn&amp;rsquo;t know in advance what connections will be meaningful. Voila. Hairball. Because &lt;em&gt;comprehensiveness&lt;/em&gt; is the design requirement, and &lt;em&gt;comprehensive connection at scale&lt;/em&gt; is visually and computationally intractable.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/dog-mechanic.gif&#34; width=&#34;600&#34; height=&#34;406&#34; alt=&#34;Auto-generated description: A large dog is leaning over the engine of a car with the caption I HAVE NO IDEA WHAT I&#39;M DOING.&#34;&gt;
&lt;p&gt;Change the design requirement from comprehensiveness to fidelity and you get a completely different graph - leaner, typed, provenance-rich. You connect what-you-actually-know-is-connected, with typed relationships, with provenance, with temporal context. The graph doesn&amp;rsquo;t need to be traversed by humans. It doesn&amp;rsquo;t need to produce visualisations. It just needs to be queryable by the LLM as a source of structured, grounded context. The LLM does the intelligence over that, doing the reasoning over something with actual provenance rather than over whatever-arrived-in-the-session.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A Seven-Year Itch&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The LLM won the intelligence argument. Completely. It is the most powerful processing layer ever built for enterprise knowledge. But it doesn&amp;rsquo;t remember. &lt;strong&gt;The graph is the memory&lt;/strong&gt;. It just spent a decade being asked to be the intelligence too. That failure obscured what it was actually good for. An LLM needs a memory layer to be trustworthy at the specific things that matter for decisions - provenance, chain of custody, contradiction structure, temporal history, the missing signal. Better intelligence makes reliable memory more important, because the intelligence is only as trustworthy as what it&amp;rsquo;s grounded in.&lt;/p&gt;
&lt;p&gt;An LLM doesn&amp;rsquo;t make the graph redundant. It makes it &lt;strong&gt;more necessary&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/reverse-homer.gif&#34; width=&#34;320&#34; height=&#34;240&#34; alt=&#34;Auto-generated description: Reverse Homer appears out of the same bush.&#34;&gt;
&lt;hr&gt;
&lt;p&gt;So back to Cuban&amp;rsquo;s question. You can&amp;rsquo;t get consistent answers from a model that has nothing stable to read from. A domain-specific LLM answer still treats the model as primary. A graph-as-memory-layer answer treats the original signal as primary - and gives the model something it can actually be consistent about.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://stratum.how/&#34; target=&#34;_blank&#34;&gt;I built Stratum.&lt;/a&gt; If the LLM needs a memory layer to be trustworthy, the question is: what&amp;rsquo;s worth anchoring it to? My answer, after a long time looking at where signal gets lost, is &lt;strong&gt;the customer&lt;/strong&gt;. Not because it&amp;rsquo;s the only domain - but because the gap between what a customer expresses and what survives to the decision meant to serve them is the widest, least visible, and most expensive gap in most organisations.&lt;/p&gt;
&lt;p&gt;The expression is the immutable &lt;a href=&#34;https://mattburgess.micro.blog/2026/05/07/youre-making-decisions-on-bot/&#34;&gt;coupling&lt;/a&gt;. Customer-researcher interpretation, product response, commercial viability all coexist on the same graph in typed registers - multiple disciplines reading the same evidence without any one view replacing the others. Production teams stay tethered to the specific customer whose words shaped the work. Not because she&amp;rsquo;s the point - the firm builds for &lt;a href=&#34;https://mattburgess.micro.blog/2026/04/22/signal-debt-what-would-it/&#34; target=&#34;_blank&#34;&gt;customers like her&lt;/a&gt;, across millions of interactions. And those decisions at scale are only as trustworthy as the specific, honest signal underneath them. Lose the verbatim, lose the ground truth.&lt;/p&gt;
&lt;p&gt;The architecture doesn&amp;rsquo;t replace a researcher&amp;rsquo;s judgment. It holds it - across every team, every crossing, every decision downstream. The architecture is the guarantee, not the model.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/why-not-both-why-not.gif&#34; width=&#34;338&#34; height=&#34;208&#34; alt=&#34;Auto-generated description: A child with a thoughtful expression is shown in front of potted plants, accompanied by the text WHY NOT BOTH?&#34;&gt;
&lt;hr&gt;
&lt;p&gt;Follow along: &lt;a href=&#34;https://mattburgess.micro.blog/subscribe/&#34;&gt;mattburgess.micro.blog/subscribe&amp;hellip;&lt;/a&gt; · &lt;a href=&#34;https://mattburgess.micro.blog/feed.xml&#34;&gt;mattburgess.micro.blog/feed.xml&lt;/a&gt; · &lt;a href=&#34;https://micro.blog/mattburgess&#34;&gt;micro.blog/mattburge&amp;hellip;&lt;/a&gt; · Mastodon &lt;a href=&#34;https://micro.blog/mattburgess@micro.blog&#34;&gt;@mattburgess@micro.blog&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Mark Cuban posted a question this week that&#39;s been doing the rounds. Why can&#39;t Enterprise AI guarantee the same answer to the same question, every time?

The standard answer: train a specialised domain model, add human-in-the-loop verification, log the audit trail. Not wrong. But it treats the model as the primary artifact. The inconsistency problem isn&#39;t a model quality problem. It&#39;s a memory architecture problem. To understand why, you have to go back to the hairball.

---

The promise was seductive and coherent. Enterprise knowledge is relational - things connect to other things in ways that flat tables can&#39;t represent. A customer isn&#39;t just a row; they&#39;re a node connected to transactions, products, complaints, locations, household members, lifetime events. Google had demonstrated the Knowledge Graph in 2012. Neo4j, TigerGraph, Amazon Neptune, Azure Cosmos - a whole vendor ecosystem emerged. Gartner put it on the hype curve. Consulting firms built practices around it. Enterprise architects might have built roadmaps with knowledge graphs at the centre.

The vision was &#39;connect all your enterprise data into a unified graph&#39;. Traverse the connections. Discover the hidden relationships that siloed systems couldn&#39;t see. Surface the insights that lived in the space between the data, not in the data itself.

It was right about the problem. That knowledge is relational. The connections do matter. The insight does live between the nodes, not in them.

**The hairball**

But what actually happened in the projects was this. You built the graph. You connected the nodes. You ran the queries. And you got a hairball - a visualisation so dense with connections that no human could read it, traversals so expensive that queries timed out, and insights so buried in the structure that extracting them required specialist skills almost nobody had.

The construction cost was brutal. Ontology design - deciding what the entities and relationships fundamentally are - was inherently contested. Every team has a different view of what a &#39;customer&#39; is, what a &#39;product&#39; is, whether a &#39;transaction&#39; connects to a &#39;customer&#39; or to an &#39;account.&#39; Before you&#39;d built the graph you had to resolve these questions, and resolving them required organisational alignment that most enterprises couldn&#39;t produce. Projects ran 18 months before they got any value out. Most ran out of patience first.

Then the inference problem. That vision assumed that once you had the graph, you could traverse it and reason over it - the machine would find the connections that humans missed. In practice, semantic reasoning over large graphs was slow. The semantic web dream of machines reasoning over linked data never materialised at enterprise scale. What you got instead was graph traversal for well-defined queries - useful for fraud detection and recommendation engines, but not for the general &#39;surface-for-me-some-hidden-insights-from-enterprise-knowledge&#39; promise.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/charlie-day.gif&#34; width=&#34;600&#34; height=&#34;380&#34; alt=&#34;Auto-generated description: Charlie Day conspiracy meme: frantically pointing at a chaotic, string-covered, white board.&#34;&gt;

The specific use cases that worked were narrow. The general knowledge management use case - &#39;connect everything and discover what we know&#39; - produced expensive infrastructure, impressive B-of-the-Bang architecture diagrams, and maybe some dashboards nobody used.

By 2021 most enterprise graph projects had either narrowed to the specific use cases where graphs genuinely worked, or were quietly shelved. The hairball became shorthand for what happens when you try to make graphs do too much.

ChatGPT lands in November 2022. Within six months the enterprise technology conversation has shifted completely. LLMs can answer questions about connected knowledge without requiring explicit graph construction. Vector databases and RAG offer semantic retrieval without ontology engineering. The narrative becomes: you don&#39;t need to build a graph to connect your enterprise knowledge, you just embed your documents and let the model find the connections.

Graph adoption plateaus. Projects that had been limping along get cancelled. The CTO who had championed the knowledge graph in 2019 is now championing the LLM platform in 2024, and nobody wants to hear about graphs.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/spider-man.gif&#34; width=&#34;498&#34; height=&#34;354&#34; alt=&#34;Auto-generated description: Two Spidermen are pointing at each other in confusion, with a police van and crates in the background.&#34;&gt;


The conclusion made complete sense. If graphs had been struggling to do the intelligence work for five years, and LLMs arrived and did it in an afternoon - why would you keep the graph? The reasoning was sound. The premise was wrong.

**A retrospective**

The 2019 knowledge graph was trying to be an intelligence layer. It was trying to do the reasoning, surface the insights, answer the questions. That&#39;s hard, expensive, slow, and the intelligence was brittle. It was the wrong job.

The right job for a graph is not intelligence - it&#39;s **memory**. Holding the structure that makes intelligence trustworthy. These are completely different design requirements.

An LLM does what a graph couldn&#39;t. A graph holds what an LLM can&#39;t.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/men-in-black.gif&#34; width=&#34;450&#34; height=&#34;241&#34; alt=&#34;&#34;&gt;


Specifically, the graph holds things the LLM structurally cannot:

**Typed relationships.** Not &#39;these two things are semantically similar&#39; - which is all a vector  embedding (an LLM) gives you - but &#39;A-funded-B-on-date-X-in-the-context-of-decision-Y&#39;, and that-decision-was-made-by-person-Z-who-held-these-views-at-this-time.&#39; The relationship type, its provenance, its temporal context. Semantic similarity collapses all of that into proximity in vector space. The graph preserves it as structure.

**Chain of custody.** The directed path from original signal to current artifact, with every transformation recorded as a named edge (a recorded connection). **This** signal came from **this** source, was interpreted by **this** person, was encoded in **this** system, and was modified at **this** crossing. An LLM has no memory of **any of this** once it&#39;s processed the context. A graph holds it permanently.

**Temporal history.** What was true at time T; what changed at time T+1; what was lost in the transition. An LLM lives in a perpetual present - its context window is now, and what-came-before only exists if someone puts it in the window. A graph holds the history as structure, not as context.

**Contradiction structure.** Two signals pointing in different directions about the same thing, held explicitly in tension rather than collapsed into a single averaged representation. A financial frame says &#39;the deal looks clean&#39; or an operational frame says &#39;something is wrong&#39;. In a vector space (an LLM) these produce a confused proximity. Whereas in a graph they&#39;re two nodes with different relationship types to the same entity, and the tension between them is itself a named structure.

**The missing signal.** What was captured and then, wasn&#39;t. What arrived and got lost in normalisation. The graph can hold an absence as a named thing - a node with no edges where edges should be, a relationship type present in one period and absent in another. An LLM cannot tell you about what isn&#39;t there.

**Cross-session continuity.** A pattern confirmed in 2019 is explicitly connected to the contradicting signal emerging in 2026. An LLM session just has no access to this unless someone deliberately loads it into the context window. A graph makes it structurally accessible, because the 2019 confirmation and the 2026 signal are both nodes in the same persistent structure.

**Wrong job. Right job**

The hairball was a graph doing the wrong job. When folks (me included) tried to make the graph the intelligence layer - to force it to produce insight through its own traversal and reasoning - then we needed to connect everything to everything, because one doesn&#39;t know in advance what connections will be meaningful. Voila. Hairball. Because *comprehensiveness* is the design requirement, and *comprehensive connection at scale* is visually and computationally intractable.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/dog-mechanic.gif&#34; width=&#34;600&#34; height=&#34;406&#34; alt=&#34;Auto-generated description: A large dog is leaning over the engine of a car with the caption I HAVE NO IDEA WHAT I&#39;M DOING.&#34;&gt;


Change the design requirement from comprehensiveness to fidelity and you get a completely different graph - leaner, typed, provenance-rich. You connect what-you-actually-know-is-connected, with typed relationships, with provenance, with temporal context. The graph doesn&#39;t need to be traversed by humans. It doesn&#39;t need to produce visualisations. It just needs to be queryable by the LLM as a source of structured, grounded context. The LLM does the intelligence over that, doing the reasoning over something with actual provenance rather than over whatever-arrived-in-the-session.

**A Seven-Year Itch**

The LLM won the intelligence argument. Completely. It is the most powerful processing layer ever built for enterprise knowledge. But it doesn&#39;t remember. **The graph is the memory**. It just spent a decade being asked to be the intelligence too. That failure obscured what it was actually good for. An LLM needs a memory layer to be trustworthy at the specific things that matter for decisions - provenance, chain of custody, contradiction structure, temporal history, the missing signal. Better intelligence makes reliable memory more important, because the intelligence is only as trustworthy as what it&#39;s grounded in.

An LLM doesn&#39;t make the graph redundant. It makes it **more necessary**. 


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/reverse-homer.gif&#34; width=&#34;320&#34; height=&#34;240&#34; alt=&#34;Auto-generated description: Reverse Homer appears out of the same bush.&#34;&gt;


---

So back to Cuban&#39;s question. You can&#39;t get consistent answers from a model that has nothing stable to read from. A domain-specific LLM answer still treats the model as primary. A graph-as-memory-layer answer treats the original signal as primary - and gives the model something it can actually be consistent about.

&lt;a href=&#34;https://stratum.how/&#34; target=&#34;_blank&#34;&gt;I built Stratum.&lt;/a&gt; If the LLM needs a memory layer to be trustworthy, the question is: what&#39;s worth anchoring it to? My answer, after a long time looking at where signal gets lost, is **the customer**. Not because it&#39;s the only domain - but because the gap between what a customer expresses and what survives to the decision meant to serve them is the widest, least visible, and most expensive gap in most organisations.

The expression is the immutable [coupling](https://mattburgess.micro.blog/2026/05/07/youre-making-decisions-on-bot/). Customer-researcher interpretation, product response, commercial viability all coexist on the same graph in typed registers - multiple disciplines reading the same evidence without any one view replacing the others. Production teams stay tethered to the specific customer whose words shaped the work. Not because she&#39;s the point - the firm builds for &lt;a href=&#34;https://mattburgess.micro.blog/2026/04/22/signal-debt-what-would-it/&#34; target=&#34;_blank&#34;&gt;customers like her&lt;/a&gt;, across millions of interactions. And those decisions at scale are only as trustworthy as the specific, honest signal underneath them. Lose the verbatim, lose the ground truth.

The architecture doesn&#39;t replace a researcher&#39;s judgment. It holds it - across every team, every crossing, every decision downstream. The architecture is the guarantee, not the model.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/why-not-both-why-not.gif&#34; width=&#34;338&#34; height=&#34;208&#34; alt=&#34;Auto-generated description: A child with a thoughtful expression is shown in front of potted plants, accompanied by the text WHY NOT BOTH?&#34;&gt;


---

Follow along: [mattburgess.micro.blog/subscribe...](https://mattburgess.micro.blog/subscribe/) · [mattburgess.micro.blog/feed.xml](https://mattburgess.micro.blog/feed.xml) · [micro.blog/mattburge...](https://micro.blog/mattburgess) · Mastodon [@mattburgess@micro.blog](https://micro.blog/mattburgess@micro.blog)
</source:markdown>
    </item>
    
    <item>
      <title>You&#39;re making decisions on bot data</title>
      <link>https://mattburgess.micro.blog/2026/05/07/youre-making-decisions-on-bot/</link>
      <pubDate>Thu, 07 May 2026 10:38:33 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/05/07/youre-making-decisions-on-bot/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://bloomberg.com/news/articles/2026-04-14/lumen-ceo-says-ai-bots-are-taking-over-the-internet&#34; target=&#34;_blank&#34;&gt; Lumen CEO says AI bots are taking over the internet&lt;/a&gt; It&amp;rsquo;s a good line. It&amp;rsquo;s also a PR piece - Lumen sells the infrastructure that carries internet traffic, so they have a reason to make you anxious about what&amp;rsquo;s on it. But strip the self-interest out and the data underneath holds up.&lt;/p&gt;
&lt;p&gt;Cloudflare, which processes a substantial fraction of global internet traffic, found that automated traffic grew at 23.5% year-on-year in 2025 - eight times faster than human traffic. Imperva, tracking bot activity for over a decade, recorded 2024 as the first year non-human traffic overtook human traffic outright.&lt;/p&gt;
&lt;p&gt;Most of what is on the internet is now machine-made. This matters for customer insight - and not only in the ways you might expect.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Start with the quant. NPS scores. Customer satisfaction surveys. The numbers that entire teams use to set targets, justify investment, and claim progress. Those reach customers digitally - by email, by SMS, through apps. If half of internet activity is now automated, what proportion of your survey responses are genuine? No one knows with any certainty. If they&amp;rsquo;re contaminated, then the infrastructure built on those contaminated numbers is increasingly unreliable - and AI systems processing that data to generate summaries and recommendations are amplifying the problem, not diagnosing it. Your decisions are downstream of bots.&lt;/p&gt;
&lt;p&gt;And where the quant is now contaminated at source, the qualitative is getting lost in AI-transit. Good research comes from genuinely engaged customers - people who have something to say because they care, not because they&amp;rsquo;re compensated to attend. The research challenge isn&amp;rsquo;t just finding those customers. It&amp;rsquo;s holding what they express in a way that survives the crossing into decision.&lt;/p&gt;
&lt;p&gt;Every AI intervention from insight to action - the transcription, the auto-theming, the synthesis, the summary - is a processing step: a riff on a riff. Maintaining signal fidelity was always hard. AI just made it harder.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/sisters.gif&#34; width=&#34;400&#34; height=&#34;224&#34; alt=&#34;Auto-generated description: Four girls are outside, with each one whispering into the other&#39;s ear, down the line&#34;&gt;
&lt;p&gt;If what&amp;rsquo;s upstream has already been summarised, the AI might produce something coherent. It may well produce something with the texture of insight. It will not produce something tethered to what a customer actually experienced.&lt;/p&gt;
&lt;p&gt;This is what I mean by &lt;strong&gt;customer coupling&lt;/strong&gt;: the relationship between what a customer expressed and what eventually informs a decision. In a world where AI mediates more of that chain, the coupling degrades faster - each processing step is a translation, and translation loses something. The original signal, skillfully obtained, is anchored in something real. AI processing a summary-of-a-summary is not.&lt;/p&gt;
&lt;p&gt;Something genuinely valuable was expressed. The hesitation, the aside, the thing that didn&amp;rsquo;t fit the question. Whether any of it survives is another matter.&lt;/p&gt;
&lt;p&gt;As AI becomes the processing layer for everything, that original signal becomes simultaneously more valuable and more endangered. More valuable because it&amp;rsquo;s the only ground truth available. More endangered because the incentive to let AI handle it - summarise it, riff from it, approximate it - is overwhelming and accelerating.&lt;/p&gt;
&lt;p&gt;What you do with that signal before AI touches it determines the quality of everything AI produces from it.&lt;/p&gt;
&lt;p&gt;The architecture for holding customer signal matters more now than it did two years ago. Not less.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Follow along: &lt;a href=&#34;https://mattburgess.micro.blog/subscribe/&#34;&gt;mattburgess.micro.blog/subscribe&amp;hellip;&lt;/a&gt; · &lt;a href=&#34;https://mattburgess.micro.blog/feed.xml&#34;&gt;mattburgess.micro.blog/feed.xml&lt;/a&gt; · &lt;a href=&#34;https://micro.blog/mattburgess&#34;&gt;micro.blog/mattburge&amp;hellip;&lt;/a&gt; · Mastodon &lt;a href=&#34;https://micro.blog/mattburgess@micro.blog&#34;&gt;@mattburgess@micro.blog&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>&lt;a href=&#34;https://bloomberg.com/news/articles/2026-04-14/lumen-ceo-says-ai-bots-are-taking-over-the-internet&#34; target=&#34;_blank&#34;&gt; Lumen CEO says AI bots are taking over the internet&lt;/a&gt; It&#39;s a good line. It&#39;s also a PR piece - Lumen sells the infrastructure that carries internet traffic, so they have a reason to make you anxious about what&#39;s on it. But strip the self-interest out and the data underneath holds up.

Cloudflare, which processes a substantial fraction of global internet traffic, found that automated traffic grew at 23.5% year-on-year in 2025 - eight times faster than human traffic. Imperva, tracking bot activity for over a decade, recorded 2024 as the first year non-human traffic overtook human traffic outright.

Most of what is on the internet is now machine-made. This matters for customer insight - and not only in the ways you might expect.

---

Start with the quant. NPS scores. Customer satisfaction surveys. The numbers that entire teams use to set targets, justify investment, and claim progress. Those reach customers digitally - by email, by SMS, through apps. If half of internet activity is now automated, what proportion of your survey responses are genuine? No one knows with any certainty. If they&#39;re contaminated, then the infrastructure built on those contaminated numbers is increasingly unreliable - and AI systems processing that data to generate summaries and recommendations are amplifying the problem, not diagnosing it. Your decisions are downstream of bots.

And where the quant is now contaminated at source, the qualitative is getting lost in AI-transit. Good research comes from genuinely engaged customers - people who have something to say because they care, not because they&#39;re compensated to attend. The research challenge isn&#39;t just finding those customers. It&#39;s holding what they express in a way that survives the crossing into decision.

Every AI intervention from insight to action - the transcription, the auto-theming, the synthesis, the summary - is a processing step: a riff on a riff. Maintaining signal fidelity was always hard. AI just made it harder.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/sisters.gif&#34; width=&#34;400&#34; height=&#34;224&#34; alt=&#34;Auto-generated description: Four girls are outside, with each one whispering into the other&#39;s ear, down the line&#34;&gt;


If what&#39;s upstream has already been summarised, the AI might produce something coherent. It may well produce something with the texture of insight. It will not produce something tethered to what a customer actually experienced.

This is what I mean by **customer coupling**: the relationship between what a customer expressed and what eventually informs a decision. In a world where AI mediates more of that chain, the coupling degrades faster - each processing step is a translation, and translation loses something. The original signal, skillfully obtained, is anchored in something real. AI processing a summary-of-a-summary is not.

Something genuinely valuable was expressed. The hesitation, the aside, the thing that didn&#39;t fit the question. Whether any of it survives is another matter.

As AI becomes the processing layer for everything, that original signal becomes simultaneously more valuable and more endangered. More valuable because it&#39;s the only ground truth available. More endangered because the incentive to let AI handle it - summarise it, riff from it, approximate it - is overwhelming and accelerating.

What you do with that signal before AI touches it determines the quality of everything AI produces from it.

The architecture for holding customer signal matters more now than it did two years ago. Not less.

---

Follow along: [mattburgess.micro.blog/subscribe...](https://mattburgess.micro.blog/subscribe/) · [mattburgess.micro.blog/feed.xml](https://mattburgess.micro.blog/feed.xml) · [micro.blog/mattburge...](https://micro.blog/mattburgess) · Mastodon [@mattburgess@micro.blog](https://micro.blog/mattburgess@micro.blog) 
</source:markdown>
    </item>
    
    <item>
      <title>It&#39;s not the AI. It&#39;s the coordinates. </title>
      <link>https://mattburgess.micro.blog/2026/04/24/its-not-the-ai-its/</link>
      <pubDate>Fri, 24 Apr 2026 11:13:47 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/04/24/its-not-the-ai-its/</guid>
      <description>&lt;p&gt;I wrote about &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/&#34; target=&#34;_blank&#34;&gt;Dave Plummer and Tempest&lt;/a&gt; - a 1981 arcade game where Dave spent a year trying to improve his AI before realising the problem wasn&amp;rsquo;t the AI. It was the way he&amp;rsquo;d taught it to see the game.&lt;/p&gt;
&lt;figure style=&#34;text-align: center;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/4fccf40a72.gif&#34; width=&#34;498&#34; height=&#34;498&#34; alt=&#34;Tempest arcade game gameplay&#34;&gt;&lt;figcaption&gt;Tempest (Video Arcade Game, 1981)&lt;/figcaption&gt;&lt;/figure&gt; 
&lt;p&gt;Tempest is a shooter played from the centre of a geometric web outward - enemies crawl in from the edges and you spin around the rim to meet them. Dave taught his AI to play it using Cartesian coordinates - X and Y positions on a grid. The AI got good. It kept getting better. And then it plateaued, hard, and stayed there. It wasn&amp;rsquo;t until Dave gave it a completely different way to be aware of the game - polar coordinates, angle and distance from the centre - that something shifted. The same AI, the same game, the same enemies. Suddenly it didn&amp;rsquo;t just improve. It leapt. Because the coordinate system it had been given finally matched the geometry of what it was actually doing.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s more in it than a gamer-AI anecdote.&lt;/p&gt;
&lt;p&gt;It demonstrates something that sounds intimidating when you name it properly. The coordinate system isn&amp;rsquo;t neutral. It doesn&amp;rsquo;t just describe what&amp;rsquo;s there - it determines what questions you can ask. Cartesian coordinates generate Cartesian questions. Polar coordinates generate polar questions. And if the situation you&amp;rsquo;re navigating is polar in its nature, Cartesian questions won&amp;rsquo;t find the answer no matter how well you process them.&lt;/p&gt;
&lt;p&gt;Philosophers call this ontology - the study of what is real and how it can be described. (I know, I know. I wrote &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/&#34; target=&#34;_blank&#34;&gt;a whole post&lt;/a&gt; about why that word doesn&amp;rsquo;t need to be as scary as it sounds.) The short version: an ontological register is just a coordinate system for reality. And the interesting thing (the liberating thing) is that the same reality can have multiple valid coordinate systems simultaneously, none of which is complete on its own.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/looney-tunes-bugs-bunny-daffy-duck-wabbit-season-rabbit-season.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;&#34;&gt;
&lt;p&gt;A deal seen through a financial lens and a deal seen through an operational lens aren&amp;rsquo;t two descriptions of one underlying truth. They&amp;rsquo;re two coordinate systems, each generating different questions, each making different things visible. The financial register asks: does this stack up? The operational register asks: can we actually do this? Both questions are real. Neither exhausts the deal.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re working with AI systems, low confidence scores aren&amp;rsquo;t just a verification problem.&lt;/p&gt;
&lt;p&gt;When a model returns low confidence, the instinct is: something went wrong, add more, verify harder. But there&amp;rsquo;s another reading. The model processed everything it could in the register it was given - and then correctly reported that something remained outside it. It&amp;rsquo;s not failing. It&amp;rsquo;s pointing. The register ran out.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s not a gap to fill. That&amp;rsquo;s a gap to see differently.&lt;/p&gt;
&lt;p&gt;The Tempest AI didn&amp;rsquo;t need more training. It needed a different map - one drawn for the terrain it was actually crossing. The question for any AI-assisted system isn&amp;rsquo;t just: did it get the answer right? It&amp;rsquo;s: did it have all the registers to ask the right questions - or just one register and a good vocabulary?&lt;/p&gt;
&lt;p&gt;Change the coordinates. Different questions become available.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Follow along: &lt;a href=&#34;https://mattburgess.micro.blog/subscribe/&#34;&gt;mattburgess.micro.blog/subscribe&amp;hellip;&lt;/a&gt; · &lt;a href=&#34;https://mattburgess.micro.blog/feed.xml&#34;&gt;mattburgess.micro.blog/feed.xml&lt;/a&gt; · &lt;a href=&#34;https://micro.blog/mattburgess&#34;&gt;micro.blog/mattburge&amp;hellip;&lt;/a&gt; · Mastodon &lt;a href=&#34;https://micro.blog/mattburgess@micro.blog&#34;&gt;@mattburgess@micro.blog&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>I wrote about &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/&#34; target=&#34;_blank&#34;&gt;Dave Plummer and Tempest&lt;/a&gt; - a 1981 arcade game where Dave spent a year trying to improve his AI before realising the problem wasn&#39;t the AI. It was the way he&#39;d taught it to see the game.


&lt;figure style=&#34;text-align: center;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/4fccf40a72.gif&#34; width=&#34;498&#34; height=&#34;498&#34; alt=&#34;Tempest arcade game gameplay&#34;&gt;&lt;figcaption&gt;Tempest (Video Arcade Game, 1981)&lt;/figcaption&gt;&lt;/figure&gt; 


Tempest is a shooter played from the centre of a geometric web outward - enemies crawl in from the edges and you spin around the rim to meet them. Dave taught his AI to play it using Cartesian coordinates - X and Y positions on a grid. The AI got good. It kept getting better. And then it plateaued, hard, and stayed there. It wasn&#39;t until Dave gave it a completely different way to be aware of the game - polar coordinates, angle and distance from the centre - that something shifted. The same AI, the same game, the same enemies. Suddenly it didn&#39;t just improve. It leapt. Because the coordinate system it had been given finally matched the geometry of what it was actually doing.

There&#39;s more in it than a gamer-AI anecdote.

It demonstrates something that sounds intimidating when you name it properly. The coordinate system isn&#39;t neutral. It doesn&#39;t just describe what&#39;s there - it determines what questions you can ask. Cartesian coordinates generate Cartesian questions. Polar coordinates generate polar questions. And if the situation you&#39;re navigating is polar in its nature, Cartesian questions won&#39;t find the answer no matter how well you process them.

Philosophers call this ontology - the study of what is real and how it can be described. (I know, I know. I wrote &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/&#34; target=&#34;_blank&#34;&gt;a whole post&lt;/a&gt; about why that word doesn&#39;t need to be as scary as it sounds.) The short version: an ontological register is just a coordinate system for reality. And the interesting thing (the liberating thing) is that the same reality can have multiple valid coordinate systems simultaneously, none of which is complete on its own.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/looney-tunes-bugs-bunny-daffy-duck-wabbit-season-rabbit-season.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;&#34;&gt;


A deal seen through a financial lens and a deal seen through an operational lens aren&#39;t two descriptions of one underlying truth. They&#39;re two coordinate systems, each generating different questions, each making different things visible. The financial register asks: does this stack up? The operational register asks: can we actually do this? Both questions are real. Neither exhausts the deal.

If you&#39;re working with AI systems, low confidence scores aren&#39;t just a verification problem.

When a model returns low confidence, the instinct is: something went wrong, add more, verify harder. But there&#39;s another reading. The model processed everything it could in the register it was given - and then correctly reported that something remained outside it. It&#39;s not failing. It&#39;s pointing. The register ran out.

That&#39;s not a gap to fill. That&#39;s a gap to see differently.

The Tempest AI didn&#39;t need more training. It needed a different map - one drawn for the terrain it was actually crossing. The question for any AI-assisted system isn&#39;t just: did it get the answer right? It&#39;s: did it have all the registers to ask the right questions - or just one register and a good vocabulary?

Change the coordinates. Different questions become available.

---

Follow along: [mattburgess.micro.blog/subscribe...](https://mattburgess.micro.blog/subscribe/) · [mattburgess.micro.blog/feed.xml](https://mattburgess.micro.blog/feed.xml) · [micro.blog/mattburge...](https://micro.blog/mattburgess) · Mastodon [@mattburgess@micro.blog](https://micro.blog/mattburgess@micro.blog)  
</source:markdown>
    </item>
    
    <item>
      <title>Signal Debt: what would it mean to let good signal in?</title>
      <link>https://mattburgess.micro.blog/2026/04/22/signal-debt-what-would-it/</link>
      <pubDate>Wed, 22 Apr 2026 14:36:39 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/04/22/signal-debt-what-would-it/</guid>
      <description>&lt;p&gt;Ward Cunningham coined the term &lt;em&gt;technical debt&lt;/em&gt; in 1992 to describe the cost of choosing a simpler solution today that you&amp;rsquo;ll need to revisit tomorrow. It was a precise metaphor for a specific problem in software development. Then it escaped the engineering department and went mainstream - usually as a complaint. The system is slow, the feature is late, the codebase is a mess. Someone says technical debt and everyone nods as if that explains it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.profound-deming.com/profound-podcast/s4-e12-dr-jabe-bloom-temporal-design-and-digital-transformation&#34;&gt;Jabe Bloom&amp;rsquo;s framing of technical debt&lt;/a&gt; is one of the most clarifying. Technical debt isn&amp;rsquo;t a failure. It&amp;rsquo;s the natural cost of building under uncertainty. You make the best decision available with what you know, you ship, you learn, and you carry the cost forward. The debt isn&amp;rsquo;t the problem. Losing track of it is.&lt;/p&gt;
&lt;p&gt;But every build is downstream of something. A decision. And every decision is downstream of something else - the quality of what your organisation thinks it knows about its customer.&lt;/p&gt;
&lt;p&gt;So there is an equivalent debt. I&amp;rsquo;m just going to call it &lt;strong&gt;signal debt&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;It doesn&amp;rsquo;t live in the codebase. It lives upstream of it - in the research, the synthesis, the insight decks, the quarterly themes. Everything that crossed from the outside world into your organisation before it ever reached a decision. Unlike technical debt, nobody decided to take it on as a debt. You don&amp;rsquo;t get anything for it. When a customer truth degrades in transit you don&amp;rsquo;t move faster or ship sooner. You just lose it. Nobody is accounting for it - nothing in the operating model is designed to.&lt;/p&gt;
&lt;p&gt;Most organisations consult the customer at the start. Then build whatever they were going to build anyway. Not out of malice. Not out of laziness. The research happens. The interviews get done. The insight-driven strategy deck lands in inboxes across the organisation. And then gradually, locally, rationally, something else takes over. The transformation programme has momentum. The product roadmap has commitments. The data platform has a delivery date. The customer enters the process as a presence and exits as a percentage. By the time the decision gets made, the signal that was supposed to inform it has crossed so many boundaries - from researcher to analyst, from analyst to deck, from deck to meeting, from meeting to ticket - what arrives is the organisation talking to itself about what-someone-outside-once-said. It has forgotten what it has forgotten.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/30071f7f6e.gif&#34; width=&#34;329&#34; height=&#34;200&#34; alt=&#34;&#34;&gt;
&lt;p&gt;This has been happening for years. And AI is about to make it very expensive. Which might - finally - be the thing that forces a reckoning.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Every handoff or crossing destroys a little of the &lt;em&gt;common ground&lt;/em&gt; (Klein via Bloom) - the shared understanding that lets people appear rational to each other even when nobody holds the full picture. Nobody is doing anything wrong. But by the time a signal reaches a decision, what-the-customer expressed is inaudible. &lt;strong&gt;Signal debt&lt;/strong&gt; is what accumulates in the gap. And unlike technical debt, it can&amp;rsquo;t be refactored. When code is reclaimed, the logic comes with it. When a customer signal gets flattened, the thing that made it true is gone. &lt;strong&gt;There&amp;rsquo;s no undo function in the enterprise.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The customer estate - those teams organised around customer knowledge - is built to &lt;em&gt;activate&lt;/em&gt; signal, not carry it. Look at the &lt;a href=&#34;https://www.linkedin.com/posts/sjbrinker_martech-marketing-ai-activity-7325535667000664066-MoUo/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;2025 martech landscape for crying out loud&lt;/a&gt;. 15,000 products. 100x growth in fifteen years. Built for activation, not fidelity.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/martechmap-2025.jpg&#34; width=&#34;600&#34; height=&#34;335&#34; alt=&#34;2025 Marketing Technology Landscape — Scott Brinker / chiefmartec.com &amp; MartechTribe&#34;&gt;
&lt;p&gt;And because teams organise around activation they make locally rational decisions - what to capture, what to summarise, what to pass forward. Each step makes sense. None of them owns the crossing. (this is &lt;a href=&#34;https://www.reddit.com/r/explainlikeimfive/comments/zvgjkf/eli5_what_is_a_boundary_object/&#34;&gt;&lt;em&gt;boundary objects&lt;/em&gt;&lt;/a&gt; again, but that&amp;rsquo;s for another post). The underlying architecture makes signal debt almost inevitable - systems that don&amp;rsquo;t speak to each other, data that doesn&amp;rsquo;t travel with its context, handoffs with no mechanism for checking what-arrives against what-was-sent.&lt;/p&gt;
&lt;p&gt;And on top of all of that is something more dangerous still. &amp;ldquo;Customer&amp;rdquo;, the word, is doing too many jobs at once. It&amp;rsquo;s everything everywhere all at once — the strategy decks, the data platforms, the service models, the call centres, the slideware.&lt;/p&gt;
&lt;figure&gt;
    &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/everythingeverywhereallatonce.gif&#34; width=&#34;600&#34; height=&#34;342&#34; alt=&#34;A scene from Everything Everywhere All 
  At Once&#34;&gt;                                                                                                                                                        
    &lt;figcaption style=&#34;text-align: center;&#34;&gt;[Everything Everywhere All At Once]&lt;/figcaption&gt;
  &lt;/figure&gt;    
&lt;p&gt;And because it&amp;rsquo;s everywhere, nobody questions it. It becomes a flashing neon sign rather than a person or persons that once-upon-a-time had a story to tell. Calling something &amp;lsquo;customer-this&amp;rsquo; or &amp;lsquo;customer-that&amp;rsquo; justifies internal momentum rather than being tightly coupled to something real arriving from the outside. It&amp;rsquo;s a multi-stakeholder activity where the customer estate plays &lt;em&gt;exquisite corpse&lt;/em&gt;. Each function draws their section, folds the paper, passes it on. Nobody sees the whole. The risk isn&amp;rsquo;t that we disagree about the customer. It&amp;rsquo;s that we stop knowing we do.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=0k6FNlWXB7E&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img src=&#34;https://img.youtube.com/vi/0k6FNlWXB7E/hqdefault.jpg&#34; alt=&#34;Exquisite Corpse&#34; width=&#34;600&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&#34;text-align: center;&#34;&gt;[Ted Joans, Exquisite Corpse (1976–2008). 132 contributors across 32 years. MoMA]&lt;/p&gt;     
&lt;p&gt;And the customer themselves? The personhood that sees and fears and feels your product service experience - distant. Structurally remote. Getting to them - the fieldwork, the research, the synthesis - takes weeks, months. Everyone knows this. It&amp;rsquo;s just what the work involves. So knowledge gets batched. Commissioned, completed, distributed. Each snapshot becomes a million-parts-diluted version of &amp;lsquo;the customer&amp;rsquo;. That the organisation then acts on until the next one. And everything that follows - the commercial modelling, the transformation programme, the product operating model, the data platform,  - flows from it. If the signal was thin when it was captured, or thinner still by the time it reached the decision, none of that changes anything fundamental. Nobody noticed that the input got degraded.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/whatdowewant.gif&#34; width=&#34;220&#34; height=&#34;295&#34; alt=&#34;Neon purple letters spelling WHAT DO WE WANT?&#34;&gt;
&lt;p&gt;Leaders feel this without being able to name it. Something is slow that should be fast. Something is uncertain that should be knowable. The organisation is busy and the customer is still somehow not quite present in the room.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s signal debt at scale.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;And now, ladies and gents, we have AI.&lt;/p&gt;
&lt;p&gt;So what-the-organisation-thinks-it-knows-about-its-customer isn&amp;rsquo;t what-the-customer-expressed, but, yep, that&amp;rsquo;s what AI is running on. AI is being bolted onto the customer estate. Onto the CRM. Onto the insight function. Onto the content pipeline. Onto the decisioning layer. And because the output is fluent - structured, confident, plausible - it feels like progress. Unfortunately AI doesn&amp;rsquo;t repair signal debt. It makes it worse. Whatever model or fragment of &amp;lsquo;the customer&amp;rsquo; it runs on, it then runs for you, at speed and at scale. If that model is thin or batch-processed or is the product of that exquisite corpse assembled across disconnected functions - then the output will be wrong in ways that are very hard to see but extremely easy to distribute.&lt;/p&gt;
&lt;p&gt;The problem, in this situation at least, isn&amp;rsquo;t AI - it&amp;rsquo;s what AI is fed.&lt;/p&gt;
&lt;p&gt;A genuinely high fidelity customer truth - qualitative, longitudinal, persisting across the crossings rather than degraded by them - would change what&amp;rsquo;s possible entirely. That&amp;rsquo;s not where most organisations are. And while signal debt goes unacknowledged, the AI initiative is just the fastest way yet to scale a polished, high-confidence mistake.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;The architecture for signal fidelity exists. It has been proven. In operational environments - supply chains, logistics, fulfilment - observability is engineered into the stack. There the signal stays live and checkable at each crossing, not just at the end. Nothing arrives as an autopsy. When a store needs milk, the signal is clear and the supply response matches it. Nobody is arguing about whether the data can be trusted. That rigour isn&amp;rsquo;t happening at the customer boundary. Upstream, where the customer signal should be at its most vital, the transductive architecture is absent. Same organisation. Different estate. The crossings are unowned, the handoffs unchecked, the debt accumulating silently.&lt;/p&gt;
&lt;p&gt;It isn&amp;rsquo;t that the problem is unsolvable. It&amp;rsquo;s that it isn&amp;rsquo;t a process failure with a root cause. It&amp;rsquo;s a condition - distributed across every crossing, diffuse by design. That&amp;rsquo;s why the answer isn&amp;rsquo;t better monitoring. It&amp;rsquo;s better observability.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Signal debt won&amp;rsquo;t appear on a balance sheet. It won&amp;rsquo;t show up in a sprint retrospective or a quarterly business review. It accumulates quietly - and divergently. The same compromised signal fans out across the organisation simultaneously: into the commercial model, the product roadmap, the data platform, the content pipeline, the customer insight function. Each team working from their version of it. Each one now with an AI assistant, running on that same thin input, at speed, at scale, confident in what arrived, unaware of what was lost. Not a single-point-of-failure-compounding-in-one-direction but a structural liability replicating across every surface.&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s needed isn&amp;rsquo;t a new methodology - it&amp;rsquo;s a different relationship to the signal. Keeping faith with what was meant, not what survived the crossing.&lt;/p&gt;
&lt;p&gt;Next time: what it would mean to carry a signal you could actually trust.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Follow along: &lt;a href=&#34;https://mattburgess.micro.blog/subscribe/&#34;&gt;mattburgess.micro.blog/subscribe&amp;hellip;&lt;/a&gt; · &lt;a href=&#34;https://mattburgess.micro.blog/feed.xml&#34;&gt;mattburgess.micro.blog/feed.xml&lt;/a&gt; · &lt;a href=&#34;https://micro.blog/mattburgess&#34;&gt;micro.blog/mattburge&amp;hellip;&lt;/a&gt; · Mastodon &lt;a href=&#34;https://micro.blog/mattburgess@micro.blog&#34;&gt;@mattburgess@micro.blog&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Ward Cunningham coined the term _technical debt_ in 1992 to describe the cost of choosing a simpler solution today that you&#39;ll need to revisit tomorrow. It was a precise metaphor for a specific problem in software development. Then it escaped the engineering department and went mainstream - usually as a complaint. The system is slow, the feature is late, the codebase is a mess. Someone says technical debt and everyone nods as if that explains it.

[Jabe Bloom&#39;s framing of technical debt](https://www.profound-deming.com/profound-podcast/s4-e12-dr-jabe-bloom-temporal-design-and-digital-transformation) is one of the most clarifying. Technical debt isn&#39;t a failure. It&#39;s the natural cost of building under uncertainty. You make the best decision available with what you know, you ship, you learn, and you carry the cost forward. The debt isn&#39;t the problem. Losing track of it is.

But every build is downstream of something. A decision. And every decision is downstream of something else - the quality of what your organisation thinks it knows about its customer.

So there is an equivalent debt. I&#39;m just going to call it **signal debt**. 

It doesn&#39;t live in the codebase. It lives upstream of it - in the research, the synthesis, the insight decks, the quarterly themes. Everything that crossed from the outside world into your organisation before it ever reached a decision. Unlike technical debt, nobody decided to take it on as a debt. You don&#39;t get anything for it. When a customer truth degrades in transit you don&#39;t move faster or ship sooner. You just lose it. Nobody is accounting for it - nothing in the operating model is designed to.  

Most organisations consult the customer at the start. Then build whatever they were going to build anyway. Not out of malice. Not out of laziness. The research happens. The interviews get done. The insight-driven strategy deck lands in inboxes across the organisation. And then gradually, locally, rationally, something else takes over. The transformation programme has momentum. The product roadmap has commitments. The data platform has a delivery date. The customer enters the process as a presence and exits as a percentage. By the time the decision gets made, the signal that was supposed to inform it has crossed so many boundaries - from researcher to analyst, from analyst to deck, from deck to meeting, from meeting to ticket - what arrives is the organisation talking to itself about what-someone-outside-once-said. It has forgotten what it has forgotten.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/30071f7f6e.gif&#34; width=&#34;329&#34; height=&#34;200&#34; alt=&#34;&#34;&gt;


This has been happening for years. And AI is about to make it very expensive. Which might - finally - be the thing that forces a reckoning.

---

Every handoff or crossing destroys a little of the _common ground_ (Klein via Bloom) - the shared understanding that lets people appear rational to each other even when nobody holds the full picture. Nobody is doing anything wrong. But by the time a signal reaches a decision, what-the-customer expressed is inaudible. **Signal debt** is what accumulates in the gap. And unlike technical debt, it can&#39;t be refactored. When code is reclaimed, the logic comes with it. When a customer signal gets flattened, the thing that made it true is gone. **There&#39;s no undo function in the enterprise.**


The customer estate - those teams organised around customer knowledge - is built to _activate_ signal, not carry it. Look at the &lt;a href=&#34;https://www.linkedin.com/posts/sjbrinker_martech-marketing-ai-activity-7325535667000664066-MoUo/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;2025 martech landscape for crying out loud&lt;/a&gt;. 15,000 products. 100x growth in fifteen years. Built for activation, not fidelity.                                                                                                   

                                                                                                                                                                                        
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/martechmap-2025.jpg&#34; width=&#34;600&#34; height=&#34;335&#34; alt=&#34;2025 Marketing Technology Landscape — Scott Brinker / chiefmartec.com &amp; MartechTribe&#34;&gt;


And because teams organise around activation they make locally rational decisions - what to capture, what to summarise, what to pass forward. Each step makes sense. None of them owns the crossing. (this is [_boundary objects_](https://www.reddit.com/r/explainlikeimfive/comments/zvgjkf/eli5_what_is_a_boundary_object/) again, but that&#39;s for another post). The underlying architecture makes signal debt almost inevitable - systems that don&#39;t speak to each other, data that doesn&#39;t travel with its context, handoffs with no mechanism for checking what-arrives against what-was-sent.

And on top of all of that is something more dangerous still. &#34;Customer&#34;, the word, is doing too many jobs at once. It&#39;s everything everywhere all at once — the strategy decks, the data platforms, the service models, the call centres, the slideware.


&lt;figure&gt;
    &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/everythingeverywhereallatonce.gif&#34; width=&#34;600&#34; height=&#34;342&#34; alt=&#34;A scene from Everything Everywhere All 
  At Once&#34;&gt;                                                                                                                                                        
    &lt;figcaption style=&#34;text-align: center;&#34;&gt;[Everything Everywhere All At Once]&lt;/figcaption&gt;
  &lt;/figure&gt;    


And because it&#39;s everywhere, nobody questions it. It becomes a flashing neon sign rather than a person or persons that once-upon-a-time had a story to tell. Calling something &#39;customer-this&#39; or &#39;customer-that&#39; justifies internal momentum rather than being tightly coupled to something real arriving from the outside. It&#39;s a multi-stakeholder activity where the customer estate plays *exquisite corpse*. Each function draws their section, folds the paper, passes it on. Nobody sees the whole. The risk isn&#39;t that we disagree about the customer. It&#39;s that we stop knowing we do.

&lt;a href=&#34;https://www.youtube.com/watch?v=0k6FNlWXB7E&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img src=&#34;https://img.youtube.com/vi/0k6FNlWXB7E/hqdefault.jpg&#34; alt=&#34;Exquisite Corpse&#34; width=&#34;600&#34;&gt;&lt;/a&gt;
&lt;p style=&#34;text-align: center;&#34;&gt;[Ted Joans, Exquisite Corpse (1976–2008). 132 contributors across 32 years. MoMA]&lt;/p&gt;     

And the customer themselves? The personhood that sees and fears and feels your product service experience - distant. Structurally remote. Getting to them - the fieldwork, the research, the synthesis - takes weeks, months. Everyone knows this. It&#39;s just what the work involves. So knowledge gets batched. Commissioned, completed, distributed. Each snapshot becomes a million-parts-diluted version of &#39;the customer&#39;. That the organisation then acts on until the next one. And everything that follows - the commercial modelling, the transformation programme, the product operating model, the data platform,  - flows from it. If the signal was thin when it was captured, or thinner still by the time it reached the decision, none of that changes anything fundamental. Nobody noticed that the input got degraded.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/whatdowewant.gif&#34; width=&#34;220&#34; height=&#34;295&#34; alt=&#34;Neon purple letters spelling WHAT DO WE WANT?&#34;&gt;


Leaders feel this without being able to name it. Something is slow that should be fast. Something is uncertain that should be knowable. The organisation is busy and the customer is still somehow not quite present in the room.

That&#39;s signal debt at scale.

---

And now, ladies and gents, we have AI.

So what-the-organisation-thinks-it-knows-about-its-customer isn&#39;t what-the-customer-expressed, but, yep, that&#39;s what AI is running on. AI is being bolted onto the customer estate. Onto the CRM. Onto the insight function. Onto the content pipeline. Onto the decisioning layer. And because the output is fluent - structured, confident, plausible - it feels like progress. Unfortunately AI doesn&#39;t repair signal debt. It makes it worse. Whatever model or fragment of &#39;the customer&#39; it runs on, it then runs for you, at speed and at scale. If that model is thin or batch-processed or is the product of that exquisite corpse assembled across disconnected functions - then the output will be wrong in ways that are very hard to see but extremely easy to distribute.

The problem, in this situation at least, isn&#39;t AI - it&#39;s what AI is fed.

A genuinely high fidelity customer truth - qualitative, longitudinal, persisting across the crossings rather than degraded by them - would change what&#39;s possible entirely. That&#39;s not where most organisations are. And while signal debt goes unacknowledged, the AI initiative is just the fastest way yet to scale a polished, high-confidence mistake.

---

The architecture for signal fidelity exists. It has been proven. In operational environments - supply chains, logistics, fulfilment - observability is engineered into the stack. There the signal stays live and checkable at each crossing, not just at the end. Nothing arrives as an autopsy. When a store needs milk, the signal is clear and the supply response matches it. Nobody is arguing about whether the data can be trusted. That rigour isn&#39;t happening at the customer boundary. Upstream, where the customer signal should be at its most vital, the transductive architecture is absent. Same organisation. Different estate. The crossings are unowned, the handoffs unchecked, the debt accumulating silently.

It isn&#39;t that the problem is unsolvable. It&#39;s that it isn&#39;t a process failure with a root cause. It&#39;s a condition - distributed across every crossing, diffuse by design. That&#39;s why the answer isn&#39;t better monitoring. It&#39;s better observability.

---

Signal debt won&#39;t appear on a balance sheet. It won&#39;t show up in a sprint retrospective or a quarterly business review. It accumulates quietly - and divergently. The same compromised signal fans out across the organisation simultaneously: into the commercial model, the product roadmap, the data platform, the content pipeline, the customer insight function. Each team working from their version of it. Each one now with an AI assistant, running on that same thin input, at speed, at scale, confident in what arrived, unaware of what was lost. Not a single-point-of-failure-compounding-in-one-direction but a structural liability replicating across every surface.

What&#39;s needed isn&#39;t a new methodology - it&#39;s a different relationship to the signal. Keeping faith with what was meant, not what survived the crossing.

Next time: what it would mean to carry a signal you could actually trust. 

---

Follow along: [mattburgess.micro.blog/subscribe...](https://mattburgess.micro.blog/subscribe/) · [mattburgess.micro.blog/feed.xml](https://mattburgess.micro.blog/feed.xml) · [micro.blog/mattburge...](https://micro.blog/mattburgess) · Mastodon [@mattburgess@micro.blog](https://micro.blog/mattburgess@micro.blog)    
</source:markdown>
    </item>
    
    <item>
      <title>Transduction - to lead across</title>
      <link>https://mattburgess.micro.blog/2026/04/15/transduction-to-lead-across/</link>
      <pubDate>Wed, 15 Apr 2026 19:50:03 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/04/15/transduction-to-lead-across/</guid>
      <description>&lt;p&gt;Fancy a bit of &amp;lsquo;vector logic&amp;rsquo;? No? Never mind - you&amp;rsquo;re already doing it.&lt;/p&gt;
&lt;p&gt;You arrived here a few seconds ago and made a snap judgment: &lt;em&gt;(&amp;ldquo;This looks worth clicking on&amp;rdquo;)&lt;/em&gt; That&amp;rsquo;s &lt;strong&gt;abduction&lt;/strong&gt; - a bet on the best available explanation for why you clicked. Now, as you read this sentence, you&amp;rsquo;re &lt;strong&gt;inducting&lt;/strong&gt;: scanning these words and lines to see if the pattern holds. &lt;em&gt;(&amp;ldquo;Hmm, jury&amp;rsquo;s still out&amp;rdquo;)&lt;/em&gt; If you already know your Latin, you may have &lt;strong&gt;deduced&lt;/strong&gt; where this is going before you even reached the end of this paragraph &lt;em&gt;(&amp;ldquo;This is going to get philosophical. And yet, here you are&amp;rdquo;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Three modes of reasoning. You&amp;rsquo;ve just used all of them.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ducere&lt;/em&gt; is Latin for &lt;em&gt;&amp;ldquo;to lead&amp;rdquo;&lt;/em&gt; - and the root is hiding in plain sight. Deduct. Induct. Abduct. Each prefix names the direction your mind is being led along.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deduction&lt;/strong&gt; leads down &lt;em&gt;(de-).&lt;/em&gt; From a general rule to a specific conclusion. The strategy deck. The mandate from above. You already know this word: you de-duct on your tax return.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Induction&lt;/strong&gt; leads in &lt;em&gt;(in-).&lt;/em&gt; From many specific observations to a general truth. The survey, the NPS score, the quarterly themes report. Your kitchen hob works the same way.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Abduction&lt;/strong&gt; leads away &lt;em&gt;(ab-).&lt;/em&gt; From a lone observation to the best available explanation. The design sprint hypothesis: &amp;ldquo;We think the problem is X - let&amp;rsquo;s test it.&amp;rdquo; The everyday version is darker: to abduct is to kidnap - same root, only the consent differs. You&amp;rsquo;re essentially stealing a conclusion before you&amp;rsquo;ve earned it with proof.&lt;/p&gt;
&lt;p&gt;Three directions. Same root. Different coordinates.&lt;/p&gt;
&lt;p&gt;Then there is another &amp;lsquo;duction&amp;rsquo; - one that doesn&amp;rsquo;t point down, in or away.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Transduction&lt;/strong&gt; leads &lt;em&gt;&lt;em&gt;across&lt;/em&gt;&lt;/em&gt; - across registers, across disciplines, across the boundaries where meaning changes form in transit. It is the act of carrying structural information through the crossing without losing it. The Latin root is old. But the word&amp;rsquo;s modern life is largely a 20th century story. You’ll find it in the specialised lexicons of genetics, electrical engineering and signal processing;  Piaget borrowed it for a specific kind of reasoning and it is the cornerstone of Gilbert Simondon’s philosophy. Manuel DeLanda followed, and is arguably the most useful on it — tracing how new structures emerge through intensity rather than being handed down from above.&lt;/p&gt;
&lt;p&gt;And yet it never crossed into the everyday vocabulary of organisations — which is strange, because a &lt;em&gt;hand-off&lt;/em&gt; is one of the most discussed failure points in any team, any process, any transformation programme. We know where things break. We just haven&amp;rsquo;t had the word for what &lt;strong&gt;the crossing&lt;/strong&gt; actually involves. Nobody talks about transducing a brief into a build, or transducing a strategy into a team. Nobody says they&amp;rsquo;re off to transduct a ball around a five-a-side pitch.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/giphy-2.gif&#34; width=&#34;480&#34; height=&#34;270&#34; alt=&#34;Auto-generated description: Klopp wearing glasses and a Liverpool tracksuit top is illuminated by vertical light bars.&#34;&gt;
&lt;p&gt;Every time Jurgen Klopp described why his setup at Liverpool worked — and after this season, we&amp;rsquo;re allowed to be misty-eyed — he was pointing at transduction, even if he never named the logic. There was a name for the tactical application, of course: &lt;em&gt;Gegenpressing.&lt;/em&gt; But Gegenpressing was a term for the grass; it described what the legs did. The underlying logic was transduction. It wasn&amp;rsquo;t about a homogeneous decree or reaching a consensus on what to do next. The shape was emergent, not prescribed. The movement of the first player didn&amp;rsquo;t dictate exactly what the second had to do; instead, it transduced the &amp;lsquo;state&amp;rsquo; of the game to the rest of the team. One player shut down the ball-carrier, which changed the meaning of the space for the player behind him, who then cut the passing lane. They weren&amp;rsquo;t doing the same thing, but they were all maintaining a &lt;em&gt;similarity of relations&lt;/em&gt; to the ball. You couldn&amp;rsquo;t coach that by mandate. You could only create the conditions and &lt;em&gt;let the signal transduce&lt;/em&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/gegenpressing-soutien-6005fd8b2b72543ef3273057c256036f910f39ea0811bc5de70e0.gif&#34; width=&#34;600&#34; height=&#34;408&#34; alt=&#34;Auto-generated description: A diagram shows a soccer field with red and blue circles representing players gegenpressing, and a soccer ball near the centre.&#34;&gt;
&lt;p&gt;Most organisations haven&amp;rsquo;t got there. Not because the argument is wrong, but because &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/26/the-elephant-in-the-room/&#34; target=&#34;_blank&#34;   
rel=&#34;noopener&#34;&gt;you can&amp;rsquo;t work on what hasn&amp;rsquo;t been named yet&lt;/a&gt;. Klopp, of course, proved you can build the reality without knowing the word. But he had the advantage of the pitch - a high-bandwidth environment where the signal is visible and the feedback is instantaneous. In the enterprise, the signal is invisible, buried in the professional registers of different departments and teams and architectures. He could point at the grass; you have to &lt;em&gt;point at the logic&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The arguments for flatter structures, cross-functional teams, value streams - the aspiration is right, and the rationale still holds. Fewer layers between the person who knows what-the-customer-meant and the person deciding what-to-build means fewer membranes for the signal to cross. That&amp;rsquo;s a &lt;strong&gt;signal fidelity&lt;/strong&gt; and transduction argument. It just hasn&amp;rsquo;t been named as one.&lt;/p&gt;
&lt;p&gt;Take the current state of the art: Suzanne Kaiser&amp;rsquo;s &lt;a href=&#34;https://www.youtube.com/watch?v=Lfzph_5wb9c&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;architecture for flow&lt;/a&gt; (What is it about the Germans?) Her work, like Klopp&amp;rsquo;s, builds the conditions for this movement. Neither uses the word, yet the word explains why they work. If a system in an enterprise is actually functioning, it is probably transductive.&lt;/p&gt;
&lt;p&gt;The enterprise tried the Klopp move: it installed the value stream and rebranded departments as tribes, then waited for the magic. It never came. The org chart remained the most legible thing in the room because while the components moved, the logic didn&amp;rsquo;t.
The mandate won. You can deploy &lt;em&gt;squads,&lt;/em&gt; or &lt;em&gt;standing teams&lt;/em&gt; but if the signal is trapped in a siloed professional register, the teams are just ‘standing-around’ in new positions waiting for a ball that never arrives. Nobody named building-the-conditions-for-that-signal-to-transduce as the actual work - and by conditions, we don&amp;rsquo;t mean breakout spaces and free coffee. We mean the structural capacity for the signal to survive the crossing.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not about better &lt;em&gt;translation.&lt;/em&gt; Think of a record deck. The needle doesn’t &amp;lsquo;translate&amp;rsquo; the grooves of the vinyl into music - translation assumes the meaning is already stable and just needs a new label. Instead, the stylus transduces the physical topography of the record into an electrical signal. It is a fundamental change of substrate. If the needle is blunt or the tonearm is poorly weighted, the &lt;em&gt;meaning&lt;/em&gt; of the recording - the depth, the timbre, the nuance - is lost at the point of contact. If a signal even makes it to the speakers.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/dj-cats.gif&#34; width=&#34;400&#34; height=&#34;224&#34; alt=&#34;Auto-generated description: Three kittens are walking on two turntables, creating a playful and chaotic scene.&#34;&gt;
&lt;p&gt;What is also rarely named: working across domains requires &lt;strong&gt;negotiation&lt;/strong&gt;. When two people from different parts of an organisation meet in a value stream, they don&amp;rsquo;t automatically &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;see the world the same way&lt;/a&gt;. That negotiation isn&amp;rsquo;t just about &amp;lsquo;getting along&amp;rsquo; or winning. It is a specific, technical struggle: &lt;em&gt;What is the signal that comes out of this exchange?&lt;/em&gt; When a researcher meets a product manager, they are negotiating which parts of the customer’s nuanced reality will survive the crossing into a roadmap. When an architect meets a developer, they are negotiating which structural principles will survive the crossing into code. Ideally they are trying to ensure that a core signal doesn&amp;rsquo;t evaporate as it moves from one professional language to another (which leads us toward &lt;a href=&#34;https://en.wikipedia.org/wiki/Boundary_object&#34;&gt;&lt;strong&gt;boundary objects&lt;/strong&gt;&lt;/a&gt;, but that’s for another post).&lt;/p&gt;
&lt;p&gt;This is the &lt;strong&gt;transductive&lt;/strong&gt; work: carrying signal across these boundaries while keeping the meaning of the information intact. But when leading down is more legible than leading across, the mandate wins by default. We default to the decree because we haven&amp;rsquo;t designed the crossing.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;ve built observability into your engineering stack, you&amp;rsquo;ve already built transduction architecture -  the signal stays live at each crossing, &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/09/analysis-as-autopsy/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;nothing arrives as an autopsy&lt;/a&gt;. Same in a well-designed supply chain: each handoff is engineered for fidelity, not just for the convenience of the next stage. You know what it looks like when the crossing is owned. The question is why that same rigour doesn&amp;rsquo;t extend to customer signals. Every handoff there is a courtesy to the next person in the flow - optimised for their inbox, not for what survives. The crossing has no owner. No design. No budget line. Not because the capability isn&amp;rsquo;t there. But because nobody named it as the same problem. Having the word changes that. Not because naming something magically fixes it - but because &lt;strong&gt;you cannot design for a phenomenon that is illegible to your system of logic.&lt;/strong&gt; Transduction is the crossing. The crossing is where things go wrong. Now you can point at it.&lt;/p&gt;
&lt;p&gt;And now, there’s AI.&lt;/p&gt;
&lt;p&gt;The act of prompting a language model is &lt;strong&gt;pure transduction&lt;/strong&gt;. Intention crosses into language. Language crosses a membrane into a different substrate. Something returns that carries the structure of what you meant - or it doesn&amp;rsquo;t. The output is fluent and confident regardless of what was lost in transit. That’s the problem. &lt;strong&gt;Fluency is not fidelity.&lt;/strong&gt; The stakes are higher. Not lower.&lt;/p&gt;
 &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/3awp-p.gif&#34; width=&#34;320&#34; height=&#34;240&#34; alt=&#34;Bruce Forsyth stands between two playing cards on the Play Your Cards Right set, HIGHER on the left and LOWER on the right&#34;&gt; 
&lt;p&gt;An AI summary that quietly erases the customer&amp;rsquo;s most vital friction is worse than no summary at all - because it doesn’t look like a loss; it looks like an answer. Every knowledge worker navigating this daily is doing so inside structures that weren&amp;rsquo;t designed for it - structures that default to deduction, that optimise for the next stage, that mistake fluency for fidelity. A team that prompts well but feeds the output into a deductive process &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hasn&amp;rsquo;t solved anything&lt;/a&gt;; they’ve just moved the crossing one step earlier. The signal still loses.&lt;/p&gt;
&lt;p&gt;How would Klopp do an enterprise? He said it himself: &lt;strong&gt;&amp;ldquo;No playmaker in the world can be as good as a good gegenpressing situation.&amp;quot;&lt;/strong&gt; He wouldn&amp;rsquo;t hire a smarter analyst. He&amp;rsquo;d build the conditions.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/giphy-3.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;Auto-generated description: Klopp in a Liverpool FC jacket and cap is standing, appearing to react to someone or something.&#34;&gt;
&lt;p&gt;More on that - what I&amp;rsquo;ve been building and what the first artifact looks like - in the next few posts.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Follow along: &lt;a href=&#34;https://mattburgess.micro.blog/subscribe/&#34;&gt;mattburgess.micro.blog/subscribe&amp;hellip;&lt;/a&gt; · &lt;a href=&#34;https://mattburgess.micro.blog/feed.xml&#34;&gt;mattburgess.micro.blog/feed.xml&lt;/a&gt; · &lt;a href=&#34;https://micro.blog/mattburgess&#34;&gt;micro.blog/mattburge&amp;hellip;&lt;/a&gt; · Mastodon &lt;a href=&#34;https://micro.blog/mattburgess@micro.blog&#34;&gt;@mattburgess@micro.blog&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Fancy a bit of &#39;vector logic&#39;? No? Never mind - you&#39;re already doing it.

You arrived here a few seconds ago and made a snap judgment: _(&#34;This looks worth clicking on&#34;)_ That&#39;s **abduction** - a bet on the best available explanation for why you clicked. Now, as you read this sentence, you&#39;re **inducting**: scanning these words and lines to see if the pattern holds. _(&#34;Hmm, jury&#39;s still out&#34;)_ If you already know your Latin, you may have **deduced** where this is going before you even reached the end of this paragraph _(&#34;This is going to get philosophical. And yet, here you are&#34;)_

Three modes of reasoning. You&#39;ve just used all of them.

*Ducere* is Latin for _&#34;to lead&#34;_ - and the root is hiding in plain sight. Deduct. Induct. Abduct. Each prefix names the direction your mind is being led along.
                       
**Deduction** leads down _(de-)._ From a general rule to a specific conclusion. The strategy deck. The mandate from above. You already know this word: you de-duct on your tax return.

**Induction** leads in _(in-)._ From many specific observations to a general truth. The survey, the NPS score, the quarterly themes report. Your kitchen hob works the same way.

**Abduction** leads away _(ab-)._ From a lone observation to the best available explanation. The design sprint hypothesis: &#34;We think the problem is X - let&#39;s test it.&#34; The everyday version is darker: to abduct is to kidnap - same root, only the consent differs. You&#39;re essentially stealing a conclusion before you&#39;ve earned it with proof.

Three directions. Same root. Different coordinates.

Then there is another &#39;duction&#39; - one that doesn&#39;t point down, in or away.

**Transduction** leads _*across*_ - across registers, across disciplines, across the boundaries where meaning changes form in transit. It is the act of carrying structural information through the crossing without losing it. The Latin root is old. But the word&#39;s modern life is largely a 20th century story. You’ll find it in the specialised lexicons of genetics, electrical engineering and signal processing;  Piaget borrowed it for a specific kind of reasoning and it is the cornerstone of Gilbert Simondon’s philosophy. Manuel DeLanda followed, and is arguably the most useful on it — tracing how new structures emerge through intensity rather than being handed down from above.

And yet it never crossed into the everyday vocabulary of organisations — which is strange, because a _hand-off_ is one of the most discussed failure points in any team, any process, any transformation programme. We know where things break. We just haven&#39;t had the word for what **the crossing** actually involves. Nobody talks about transducing a brief into a build, or transducing a strategy into a team. Nobody says they&#39;re off to transduct a ball around a five-a-side pitch.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/giphy-2.gif&#34; width=&#34;480&#34; height=&#34;270&#34; alt=&#34;Auto-generated description: Klopp wearing glasses and a Liverpool tracksuit top is illuminated by vertical light bars.&#34;&gt;


Every time Jurgen Klopp described why his setup at Liverpool worked — and after this season, we&#39;re allowed to be misty-eyed — he was pointing at transduction, even if he never named the logic. There was a name for the tactical application, of course: _Gegenpressing._ But Gegenpressing was a term for the grass; it described what the legs did. The underlying logic was transduction. It wasn&#39;t about a homogeneous decree or reaching a consensus on what to do next. The shape was emergent, not prescribed. The movement of the first player didn&#39;t dictate exactly what the second had to do; instead, it transduced the &#39;state&#39; of the game to the rest of the team. One player shut down the ball-carrier, which changed the meaning of the space for the player behind him, who then cut the passing lane. They weren&#39;t doing the same thing, but they were all maintaining a _similarity of relations_ to the ball. You couldn&#39;t coach that by mandate. You could only create the conditions and *let the signal transduce*.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/gegenpressing-soutien-6005fd8b2b72543ef3273057c256036f910f39ea0811bc5de70e0.gif&#34; width=&#34;600&#34; height=&#34;408&#34; alt=&#34;Auto-generated description: A diagram shows a soccer field with red and blue circles representing players gegenpressing, and a soccer ball near the centre.&#34;&gt;

Most organisations haven&#39;t got there. Not because the argument is wrong, but because &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/26/the-elephant-in-the-room/&#34; target=&#34;_blank&#34;   
  rel=&#34;noopener&#34;&gt;you can&#39;t work on what hasn&#39;t been named yet&lt;/a&gt;. Klopp, of course, proved you can build the reality without knowing the word. But he had the advantage of the pitch - a high-bandwidth environment where the signal is visible and the feedback is instantaneous. In the enterprise, the signal is invisible, buried in the professional registers of different departments and teams and architectures. He could point at the grass; you have to *point at the logic*.

The arguments for flatter structures, cross-functional teams, value streams - the aspiration is right, and the rationale still holds. Fewer layers between the person who knows what-the-customer-meant and the person deciding what-to-build means fewer membranes for the signal to cross. That&#39;s a **signal fidelity** and transduction argument. It just hasn&#39;t been named as one.

Take the current state of the art: Suzanne Kaiser&#39;s &lt;a href=&#34;https://www.youtube.com/watch?v=Lfzph_5wb9c&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;architecture for flow&lt;/a&gt; (What is it about the Germans?) Her work, like Klopp&#39;s, builds the conditions for this movement. Neither uses the word, yet the word explains why they work. If a system in an enterprise is actually functioning, it is probably transductive.

The enterprise tried the Klopp move: it installed the value stream and rebranded departments as tribes, then waited for the magic. It never came. The org chart remained the most legible thing in the room because while the components moved, the logic didn&#39;t.
The mandate won. You can deploy _squads,_ or _standing teams_ but if the signal is trapped in a siloed professional register, the teams are just ‘standing-around’ in new positions waiting for a ball that never arrives. Nobody named building-the-conditions-for-that-signal-to-transduce as the actual work - and by conditions, we don&#39;t mean breakout spaces and free coffee. We mean the structural capacity for the signal to survive the crossing.

It&#39;s not about better _translation._ Think of a record deck. The needle doesn’t &#39;translate&#39; the grooves of the vinyl into music - translation assumes the meaning is already stable and just needs a new label. Instead, the stylus transduces the physical topography of the record into an electrical signal. It is a fundamental change of substrate. If the needle is blunt or the tonearm is poorly weighted, the _meaning_ of the recording - the depth, the timbre, the nuance - is lost at the point of contact. If a signal even makes it to the speakers.


&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/dj-cats.gif&#34; width=&#34;400&#34; height=&#34;224&#34; alt=&#34;Auto-generated description: Three kittens are walking on two turntables, creating a playful and chaotic scene.&#34;&gt;


What is also rarely named: working across domains requires **negotiation**. When two people from different parts of an organisation meet in a value stream, they don&#39;t automatically &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;see the world the same way&lt;/a&gt;. That negotiation isn&#39;t just about &#39;getting along&#39; or winning. It is a specific, technical struggle: *What is the signal that comes out of this exchange?* When a researcher meets a product manager, they are negotiating which parts of the customer’s nuanced reality will survive the crossing into a roadmap. When an architect meets a developer, they are negotiating which structural principles will survive the crossing into code. Ideally they are trying to ensure that a core signal doesn&#39;t evaporate as it moves from one professional language to another (which leads us toward [**boundary objects**](https://en.wikipedia.org/wiki/Boundary_object), but that’s for another post).

This is the **transductive** work: carrying signal across these boundaries while keeping the meaning of the information intact. But when leading down is more legible than leading across, the mandate wins by default. We default to the decree because we haven&#39;t designed the crossing.

If you&#39;ve built observability into your engineering stack, you&#39;ve already built transduction architecture -  the signal stays live at each crossing, &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/09/analysis-as-autopsy/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;nothing arrives as an autopsy&lt;/a&gt;. Same in a well-designed supply chain: each handoff is engineered for fidelity, not just for the convenience of the next stage. You know what it looks like when the crossing is owned. The question is why that same rigour doesn&#39;t extend to customer signals. Every handoff there is a courtesy to the next person in the flow - optimised for their inbox, not for what survives. The crossing has no owner. No design. No budget line. Not because the capability isn&#39;t there. But because nobody named it as the same problem. Having the word changes that. Not because naming something magically fixes it - but because **you cannot design for a phenomenon that is illegible to your system of logic.** Transduction is the crossing. The crossing is where things go wrong. Now you can point at it.

And now, there’s AI.

The act of prompting a language model is **pure transduction**. Intention crosses into language. Language crosses a membrane into a different substrate. Something returns that carries the structure of what you meant - or it doesn&#39;t. The output is fluent and confident regardless of what was lost in transit. That’s the problem. **Fluency is not fidelity.** The stakes are higher. Not lower.


 &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/3awp-p.gif&#34; width=&#34;320&#34; height=&#34;240&#34; alt=&#34;Bruce Forsyth stands between two playing cards on the Play Your Cards Right set, HIGHER on the left and LOWER on the right&#34;&gt; 


An AI summary that quietly erases the customer&#39;s most vital friction is worse than no summary at all - because it doesn’t look like a loss; it looks like an answer. Every knowledge worker navigating this daily is doing so inside structures that weren&#39;t designed for it - structures that default to deduction, that optimise for the next stage, that mistake fluency for fidelity. A team that prompts well but feeds the output into a deductive process &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hasn&#39;t solved anything&lt;/a&gt;; they’ve just moved the crossing one step earlier. The signal still loses.

How would Klopp do an enterprise? He said it himself: **&#34;No playmaker in the world can be as good as a good gegenpressing situation.&#34;** He wouldn&#39;t hire a smarter analyst. He&#39;d build the conditions.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/giphy-3.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;Auto-generated description: Klopp in a Liverpool FC jacket and cap is standing, appearing to react to someone or something.&#34;&gt;

More on that - what I&#39;ve been building and what the first artifact looks like - in the next few posts.

---

Follow along: [mattburgess.micro.blog/subscribe...](https://mattburgess.micro.blog/subscribe/) · [mattburgess.micro.blog/feed.xml](https://mattburgess.micro.blog/feed.xml) · [micro.blog/mattburge...](https://micro.blog/mattburgess) · Mastodon [@mattburgess@micro.blog](https://micro.blog/mattburgess@micro.blog)    
</source:markdown>
    </item>
    
    <item>
      <title>The Elephant in the Room Has No Name</title>
      <link>https://mattburgess.micro.blog/2026/03/26/the-elephant-in-the-room/</link>
      <pubDate>Thu, 26 Mar 2026 16:13:42 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/03/26/the-elephant-in-the-room/</guid>
      <description>&lt;p&gt;It is almost a requirement of the genre that any discussion of enterprise fragmentation begins with the parable of the &lt;strong&gt;Blind Men and the Elephant&lt;/strong&gt;. You know the story: one touches the trunk and proclaims it a snake; another touches the ear and calls it a fan; a third touches the leg and insists it is a tree, it&amp;rsquo;s tail is a rope and so on. They aren&amp;rsquo;t wrong; their &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/&#34;&gt;ontologies&lt;/a&gt; are coherent but bounded. It is the whole that is, as a consequence, fragmented.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/elephant-blind-compo.gif.webp&#34; width=&#34;337&#34; height=&#34;197&#34; alt=&#34;&#34;&gt;
&lt;p&gt;In the modern firm, we have industrialised this blindness and turned the parable into a permanent operating model. Designers touch the &lt;em&gt;user journey&lt;/em&gt;. Engineers touch the &lt;em&gt;tech stack&lt;/em&gt;. Finance touches the &lt;em&gt;cost centre&lt;/em&gt;. Each silo describes a different thing, and the Boardroom is left trying to mandate &lt;em&gt;efficiency&lt;/em&gt; and &lt;em&gt;value release&lt;/em&gt; to steer a thing it can neither see, nor name.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Analytical Autopsy&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;One observes a repeating pattern since the mid-2010s. Digital transformation has largely been an exercise in crossing fingers and making a wish.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/no-place-like-home-red-shoes.gif&#34; width=&#34;498&#34; height=&#34;330&#34; alt=&#34;Auto-generated description: Judy Garland wearing a blue gingham dress stands with feet together, tapping together her red ruby slippers.&#34;&gt;
&lt;p&gt;Firms have spent trillions globally on &lt;em&gt;going digital&lt;/em&gt; genuinely without much of an understanding of where or how that transformation would occur and where it would end up. Somehow, the elephant was just going to emerge.&lt;/p&gt;
&lt;p&gt;But the friction runs deeper than a few failed projects. It stems from a way of processing reality that predates digital entirely, the &lt;strong&gt;analytical autopsy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Driven by industrial need for linear outputs and annual budgets, firms can&amp;rsquo;t help but flatten customer intent - analysing research and feedback until customer intent is gone. Teams in production workflows then have to ingest those inert parts. &lt;em&gt;Agility&lt;/em&gt; and &lt;em&gt;product ways of working&lt;/em&gt; haven&amp;rsquo;t much hope of fixing this; they simply speed up the consumption of those autopsied products. There is still no shared understanding of how the parts works together in the cause of &lt;em&gt;the whole firm&lt;/em&gt; serving &lt;em&gt;the whole customer&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. A Topology of Value&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A way out isn&amp;rsquo;t a better roadmap or more &lt;em&gt;integration&lt;/em&gt;. It’s a recognition of the actual &lt;strong&gt;Topology of Value&lt;/strong&gt;. A firm may represent itself as an Org Chart. But &lt;strong&gt;its topology of value is an Assemblage.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Org Chart is a map of &lt;strong&gt;command and control&lt;/strong&gt;. If one&amp;rsquo;s primary concern is status, or the preservation of a rigid hierarchy, then the pyramid is a perfect topology. It is designed for reporting and oversight. But if one cares about &lt;strong&gt;value&lt;/strong&gt;, the pyramid is a &lt;strong&gt;policy constraint&lt;/strong&gt;. It forces a focus on &lt;em&gt;local optimisation&lt;/em&gt; making silos efficient - but strangling global throughput of customer intent. Value involves a different map, an &lt;strong&gt;Assemblage&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;To describe it in its very simplest terms, an &lt;strong&gt;assemblage is a functional-composition-of-heterogeneous-parts&lt;/strong&gt;. It is an intensive sociotechnical entity where the parts (people, code, data) retain their own properties and their &amp;lsquo;living&amp;rsquo; signal, and are synthesised into a functional whole. Right now, this composition is invisible to the boardroom. It persist in the shadows, sustained by informal workarounds and heroic individual efforts that are never funded or formalised because they don&amp;rsquo;t fit on the grid. But at least you now have a name for it. And fortunately, it is not just a label, it has its own rigorous &lt;strong&gt;dynamics&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Where the Org Chart is a diagram of &lt;em&gt;static&lt;/em&gt; boundaries, the &lt;strong&gt;Assemblage&lt;/strong&gt; is a map of &lt;strong&gt;&lt;em&gt;flow&lt;/em&gt;&lt;/strong&gt;. By naming the Assemblage, one makes the topology of value across the firm legible. One stops trying to manage a collection of inert parts (the consequences of that analytical autopsy) and one starts &lt;strong&gt;managing a synthesis&lt;/strong&gt;.&lt;/p&gt;
&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/emergent-futures-lab-contrasting-essentialism-to-assemblages.png&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/emergent-futures-lab-contrasting-essentialism-to-assemblages.png&#34; width=&#34;600&#34; height=&#34;423&#34; alt=&#34;Contrasting Essentialism to Assemblages&#34;&gt;
&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;3. The Neutrality Trap&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We often treat our corporate tools and structures as neutral objects. We fall into the trap of thinking, &lt;em&gt;&amp;lsquo;the process doesn&amp;rsquo;t run the company, people do&amp;rsquo;&lt;/em&gt;. On the face of it, this is true. A CRM or a project framework sitting idle is just a dormant set of rules.&lt;/p&gt;
&lt;p&gt;What this fails to recognise is that when a person is plugged into a specific structure, they are fundamentally changed. They become a person + tool + environment unit. This unit - the Assemblage—has its own agency. It transforms the people within it, shaping habits, practices, and subjectivities. It makes certain outcomes (like siloed thinking or slow approvals) far more likely than others. The &lt;strong&gt;Assemblage&lt;/strong&gt; is never neutral, and it is never passive. It has a &lt;strong&gt;dominant propensity&lt;/strong&gt;. If you inhabit a modern enterprise, you should already recognise this.&lt;/p&gt;
&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/entropy-dec-2025-assemblage-versus-system-consider-two-sets-of-the-same-het.png&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/entropy-dec-2025-assemblage-versus-system-consider-two-sets-of-the-same-het.png&#34; width=&#34;600&#34; height=&#34;362&#34; alt=&#34;Diagram contrasting Assemblage versus System&#34;&gt;
&lt;/a&gt;
&lt;p&gt;Look at the diagrams of the most valuable sociotechnical practices being shared and carried out right now - whether it is Team Topologies, Value Stream Mapping, or Domain-Driven Design. These are not just new ways of working; they are the first attempts to diagram and manipulate the Assemblage(s). They are attempts to move from the &lt;em&gt;internalisation of siloed knowledge&lt;/em&gt; to the &lt;strong&gt;&lt;em&gt;externalisation of a shared flow&lt;/em&gt;.&lt;/strong&gt; They are naming and framing the domains, boundaries, and flows that keep the &amp;lsquo;molar&amp;rsquo; (the hard, structural stuff) from crushing the &amp;lsquo;molecular&amp;rsquo; (the wet, living signal of the customer). This, the Assemblage, is the strategic language of the new sociotechnical enterprise. It is the thing the firm couldn’t see and couldn&amp;rsquo;t name.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/950d639036.gif&#34; width=&#34;480&#34; height=&#34;288&#34; alt=&#34;Auto-generated description: A black-and-white scene depicts a man speaking, with the caption C&#39;est du brutal written across the image.&#34;&gt;
&lt;p&gt;&lt;strong&gt;4. A Strategic Scaffolding&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is why we have been insisting on the term Assemblage. It is the foundation of a &lt;strong&gt;strategic scaffolding&lt;/strong&gt; and the deliberate construction of the environment that authorises new habits. A dynamic, adaptive topology that provides coherence without stifling the autonomy of the parts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Operating as an Assemblage&lt;/strong&gt; unlocks a spectrum of capabilities: from precision of resource allocation to compression of the feedback loop, all while transforming around the integrity of the customer signals from first insight to final output. It defines the firm’s &lt;strong&gt;capacity to affect and be affected by&lt;/strong&gt; the market. And it is the difference between a firm that is stuck in its own internal representation and one that is finally understanding its own &lt;strong&gt;topology of value&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Foundations &amp;amp; Further Reading&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For those wanting the more on the Assemblage and scaffolding, the following sources provide the primary theoretical and scientific rigour:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Manuel DeLanda:&lt;/strong&gt; Specifically his &lt;a href=&#34;https://www.google.com/search?q=https://www.youtube.com/watch%3Fv%3DJm9nZ8Z_C34&#34;&gt;Lectures on Assemblage Theory&lt;/a&gt;, which provide the materialist logic for the &lt;strong&gt;capacity to affect and be affected&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dave Snowden (The Cynefin Co)&lt;/strong&gt;: On &lt;a href=&#34;https://cynefin.io/wiki/Scaffolding&#34;&gt;Scaffolding&lt;/a&gt; and the shift from fail-safe to safe-to-fail experiments in complex domains.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Emergent Futures Lab&lt;/strong&gt;: A contemporary and highly accessible diagnostic on &lt;a href=&#34;https://emergentfutureslab.com/innovation-glossary/assemblage&#34;&gt;The Neutrality of the Assemblage&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ben Zweibelson (Military Design/JSOC)&lt;/strong&gt;: On the use of a &lt;a href=&#34;https://www.intelros.ru/pdf/Prism/2013_4_2/8.pdf&#34;&gt;Tornado Metaphor to Build an Assemblage Concept&lt;/a&gt; to diagram the kinetic and non-linear flow of assemblages in high-stakes environments.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Gilles Deleuze &amp;amp; Félix Guattari: A Thousand Plateaus&lt;/strong&gt;
The nonlinear emergence of the Assemblage (agencement). This is the definitive materialist critique of the &lt;strong&gt;Org Chart&lt;/strong&gt;, though it is written with a deliberate, maddening resistance to being &lt;em&gt;managed&lt;/em&gt;. It&amp;rsquo;s less a textbook and more like a terrain. If you have the appetite, go straight to &lt;strong&gt;Plateau 12: Treatise on Nomadology&lt;/strong&gt;, which contrasts the static, bureaucratic &lt;em&gt;state apparatus&lt;/em&gt; (the Org Chart) with the &lt;em&gt;war machine&lt;/em&gt; - a fluid, goal-oriented assemblage designed for speed and reconfigurability.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href=&#34;https://www.londonreviewbookshop.co.uk/stock/a-thousand-plateaus-gilles-deleuze-felix-guattari&#34;&gt;London Review Bookshop&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;A Cheat Sheet:&lt;/strong&gt; &lt;a href=&#34;https://bumblenutter.com/drawing/thousand_plateaus/&#34;&gt;Marc Ngui’s Illustrated Plateaus&lt;/a&gt; provides a visual, topological breakdown for those who prefer the blueprint to the prose. Ngui’s favourite (and most cited) illustration for this is the &lt;a href=&#34;http://media.rhizome.org/blog/9061/Marc-Ngui.gif&#34;&gt;Plateau 1: The Rhizome&lt;/a&gt; diagram. It depicts a system that has no central core but is held together by its connections - a &lt;em&gt;map of flow&lt;/em&gt; and a visual blueprint for the strategic scaffolding described in this post.&lt;/p&gt;
&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; 
       width=&#34;600&#34; 
       height=&#34;450&#34; 
       alt=&#34;Marc Ngui illustration of Plateau 1: The Rhizome, showing interconnected cubes above a crowd.&#34;&gt;
&lt;/a&gt;
&lt;p&gt;If you want to track how one actually understands the dynamics of the assemblage, as a topology of value, you will find my ongoing explorations and blueprinting here and on LinkedIn.&lt;/p&gt;
</description>
      <source:markdown>It is almost a requirement of the genre that any discussion of enterprise fragmentation begins with the parable of the **Blind Men and the Elephant**. You know the story: one touches the trunk and proclaims it a snake; another touches the ear and calls it a fan; a third touches the leg and insists it is a tree, it&#39;s tail is a rope and so on. They aren&#39;t wrong; their [ontologies](https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/) are coherent but bounded. It is the whole that is, as a consequence, fragmented. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/elephant-blind-compo.gif.webp&#34; width=&#34;337&#34; height=&#34;197&#34; alt=&#34;&#34;&gt;

In the modern firm, we have industrialised this blindness and turned the parable into a permanent operating model. Designers touch the _user journey_. Engineers touch the _tech stack_. Finance touches the _cost centre_. Each silo describes a different thing, and the Boardroom is left trying to mandate _efficiency_ and _value release_ to steer a thing it can neither see, nor name.

**1. Analytical Autopsy**

One observes a repeating pattern since the mid-2010s. Digital transformation has largely been an exercise in crossing fingers and making a wish.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/no-place-like-home-red-shoes.gif&#34; width=&#34;498&#34; height=&#34;330&#34; alt=&#34;Auto-generated description: Judy Garland wearing a blue gingham dress stands with feet together, tapping together her red ruby slippers.&#34;&gt;

Firms have spent trillions globally on _going digital_ genuinely without much of an understanding of where or how that transformation would occur and where it would end up. Somehow, the elephant was just going to emerge.

But the friction runs deeper than a few failed projects. It stems from a way of processing reality that predates digital entirely, the **analytical autopsy**.

Driven by industrial need for linear outputs and annual budgets, firms can&#39;t help but flatten customer intent - analysing research and feedback until customer intent is gone. Teams in production workflows then have to ingest those inert parts. _Agility_ and _product ways of working_ haven&#39;t much hope of fixing this; they simply speed up the consumption of those autopsied products. There is still no shared understanding of how the parts works together in the cause of _the whole firm_ serving _the whole customer_.

**2. A Topology of Value**

A way out isn&#39;t a better roadmap or more _integration_. It’s a recognition of the actual **Topology of Value**. A firm may represent itself as an Org Chart. But **its topology of value is an Assemblage.**

The Org Chart is a map of **command and control**. If one&#39;s primary concern is status, or the preservation of a rigid hierarchy, then the pyramid is a perfect topology. It is designed for reporting and oversight. But if one cares about **value**, the pyramid is a **policy constraint**. It forces a focus on _local optimisation_ making silos efficient - but strangling global throughput of customer intent. Value involves a different map, an **Assemblage**.

To describe it in its very simplest terms, an **assemblage is a functional-composition-of-heterogeneous-parts**. It is an intensive sociotechnical entity where the parts (people, code, data) retain their own properties and their &#39;living&#39; signal, and are synthesised into a functional whole. Right now, this composition is invisible to the boardroom. It persist in the shadows, sustained by informal workarounds and heroic individual efforts that are never funded or formalised because they don&#39;t fit on the grid. But at least you now have a name for it. And fortunately, it is not just a label, it has its own rigorous **dynamics**.

Where the Org Chart is a diagram of _static_ boundaries, the **Assemblage** is a map of **_flow_**. By naming the Assemblage, one makes the topology of value across the firm legible. One stops trying to manage a collection of inert parts (the consequences of that analytical autopsy) and one starts **managing a synthesis**.

&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/emergent-futures-lab-contrasting-essentialism-to-assemblages.png&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/emergent-futures-lab-contrasting-essentialism-to-assemblages.png&#34; width=&#34;600&#34; height=&#34;423&#34; alt=&#34;Contrasting Essentialism to Assemblages&#34;&gt;
&lt;/a&gt;

**3. The Neutrality Trap**

We often treat our corporate tools and structures as neutral objects. We fall into the trap of thinking, _&#39;the process doesn&#39;t run the company, people do&#39;_. On the face of it, this is true. A CRM or a project framework sitting idle is just a dormant set of rules.

What this fails to recognise is that when a person is plugged into a specific structure, they are fundamentally changed. They become a person + tool + environment unit. This unit - the Assemblage—has its own agency. It transforms the people within it, shaping habits, practices, and subjectivities. It makes certain outcomes (like siloed thinking or slow approvals) far more likely than others. The **Assemblage** is never neutral, and it is never passive. It has a **dominant propensity**. If you inhabit a modern enterprise, you should already recognise this.

&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/entropy-dec-2025-assemblage-versus-system-consider-two-sets-of-the-same-het.png&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/entropy-dec-2025-assemblage-versus-system-consider-two-sets-of-the-same-het.png&#34; width=&#34;600&#34; height=&#34;362&#34; alt=&#34;Diagram contrasting Assemblage versus System&#34;&gt;
&lt;/a&gt;

Look at the diagrams of the most valuable sociotechnical practices being shared and carried out right now - whether it is Team Topologies, Value Stream Mapping, or Domain-Driven Design. These are not just new ways of working; they are the first attempts to diagram and manipulate the Assemblage(s). They are attempts to move from the _internalisation of siloed knowledge_ to the **_externalisation of a shared flow_.** They are naming and framing the domains, boundaries, and flows that keep the &#39;molar&#39; (the hard, structural stuff) from crushing the &#39;molecular&#39; (the wet, living signal of the customer). This, the Assemblage, is the strategic language of the new sociotechnical enterprise. It is the thing the firm couldn’t see and couldn&#39;t name.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/950d639036.gif&#34; width=&#34;480&#34; height=&#34;288&#34; alt=&#34;Auto-generated description: A black-and-white scene depicts a man speaking, with the caption C&#39;est du brutal written across the image.&#34;&gt;

**4. A Strategic Scaffolding**

This is why we have been insisting on the term Assemblage. It is the foundation of a **strategic scaffolding** and the deliberate construction of the environment that authorises new habits. A dynamic, adaptive topology that provides coherence without stifling the autonomy of the parts.

**Operating as an Assemblage** unlocks a spectrum of capabilities: from precision of resource allocation to compression of the feedback loop, all while transforming around the integrity of the customer signals from first insight to final output. It defines the firm’s **capacity to affect and be affected by** the market. And it is the difference between a firm that is stuck in its own internal representation and one that is finally understanding its own **topology of value**.

&lt;hr&gt;

**Foundations &amp; Further Reading**

For those wanting the more on the Assemblage and scaffolding, the following sources provide the primary theoretical and scientific rigour:

**Manuel DeLanda:** Specifically his [Lectures on Assemblage Theory](https://www.google.com/search?q=https://www.youtube.com/watch%3Fv%3DJm9nZ8Z_C34), which provide the materialist logic for the **capacity to affect and be affected**.

**Dave Snowden (The Cynefin Co)**: On [Scaffolding](https://cynefin.io/wiki/Scaffolding) and the shift from fail-safe to safe-to-fail experiments in complex domains.

**Emergent Futures Lab**: A contemporary and highly accessible diagnostic on [The Neutrality of the Assemblage](https://emergentfutureslab.com/innovation-glossary/assemblage).

**Ben Zweibelson (Military Design/JSOC)**: On the use of a [Tornado Metaphor to Build an Assemblage Concept](https://www.intelros.ru/pdf/Prism/2013_4_2/8.pdf) to diagram the kinetic and non-linear flow of assemblages in high-stakes environments.

**Gilles Deleuze &amp; Félix Guattari: A Thousand Plateaus**
The nonlinear emergence of the Assemblage (agencement). This is the definitive materialist critique of the **Org Chart**, though it is written with a deliberate, maddening resistance to being _managed_. It&#39;s less a textbook and more like a terrain. If you have the appetite, go straight to **Plateau 12: Treatise on Nomadology**, which contrasts the static, bureaucratic _state apparatus_ (the Org Chart) with the _war machine_ - a fluid, goal-oriented assemblage designed for speed and reconfigurability.

**Source:** [London Review Bookshop](https://www.londonreviewbookshop.co.uk/stock/a-thousand-plateaus-gilles-deleuze-felix-guattari).

&lt;hr&gt;

**A Cheat Sheet:** [Marc Ngui’s Illustrated Plateaus](https://bumblenutter.com/drawing/thousand_plateaus/) provides a visual, topological breakdown for those who prefer the blueprint to the prose. Ngui’s favourite (and most cited) illustration for this is the [Plateau 1: The Rhizome](http://media.rhizome.org/blog/9061/Marc-Ngui.gif) diagram. It depicts a system that has no central core but is held together by its connections - a _map of flow_ and a visual blueprint for the strategic scaffolding described in this post.

&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; target=&#34;_blank&#34;&gt;
  &lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; 
       width=&#34;600&#34; 
       height=&#34;450&#34; 
       alt=&#34;Marc Ngui illustration of Plateau 1: The Rhizome, showing interconnected cubes above a crowd.&#34;&gt;
&lt;/a&gt;

If you want to track how one actually understands the dynamics of the assemblage, as a topology of value, you will find my ongoing explorations and blueprinting here and on LinkedIn.
</source:markdown>
    </item>
    
    <item>
      <title>Taming the Tempest: What a 1981 arcade game teaches us about the topology of AI innovation</title>
      <link>https://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/</link>
      <pubDate>Wed, 11 Mar 2026 21:39:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/03/11/taming-the-tempest-what-a/</guid>
      <description>&lt;p&gt;We are currently living through an era of AI brute force. Most of us are stuck in a cycle of blind prompting - throwing more adjectives at a Large Language Model, adding more compute, and hoping that if we just &lt;em&gt;vibe&lt;/em&gt; hard enough, the machine will eventually spit out a miracle. We treat AI like a black box to be bargained with, rather than a system to be navigated.&lt;/p&gt;
&lt;p&gt;But last week, &lt;strong&gt;Dave Plummer&lt;/strong&gt; (the legendary Microsoft engineer behind the Windows Task Manager) posted a video that should be the North Star for anyone trying to scale AI strategy. He didn&amp;rsquo;t just beat his own world record in the Atari classic Tempest; he broke through a year-long performance plateau by making a fundamental shift in his &lt;strong&gt;conceptual geometry.&lt;/strong&gt;&lt;/p&gt;

&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/TdbpoDjIvPk&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;hr&gt;
&lt;p&gt;To be clear: Dave didn&amp;rsquo;t use the lexicon I&amp;rsquo;m about to describe. He arrived at his brilliant breakthrough through world-class engineering intuition. However, Dave’s story is the perfect vehicle for demonstrating a powerful, strategic, but latent lexicon: the philosophy of &lt;strong&gt;Deleuze&lt;/strong&gt; and his modern-day interpreter, the philosopher and polymath &lt;strong&gt;DeLanda&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;By adopting their vocabulary - specifically the mechanics of &lt;strong&gt;&lt;em&gt;Assemblages, Intensities, Territorialisation&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;Singularities&lt;/em&gt;&lt;/strong&gt; - we move beyond the vibe-coding of the amateur and begin engineering breakthroughs with the surgical clarity of a Tier-1 strategist.&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t just about using fancy terms; it’s about having a precise map for how systems actually evolve and break through plateaus. Here is how that Tier-1 lexicon applies to Dave’s Tempest story:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Heuristic: Dave’s Wall and the Polar Breakthrough&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For a year, Dave’s AI was ‘competent-ish.’ It played like a talented human but hit a hard ceiling - a &lt;strong&gt;&lt;em&gt;Plateau&lt;/em&gt;&lt;/strong&gt;. Dave realised the problem wasn&amp;rsquo;t a lack of data; it was a mismatch of worldviews. The AI was trying to navigate a circular, 3D tube using a flat grid map. It was like trying to sail the globe while insisting the Earth is flat.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/earth-flatearth.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;Auto-generated description: A coastal landscape features a rugged shoreline, small buildings, and winding pathways leading to the sea.&#34;&gt;
&lt;p&gt;The breakthrough came from two specific shifts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Polar Mapping:&lt;/strong&gt; He stopped forcing the AI to see ‘X and Y’ and let it see ‘Angle and Depth.’&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Prioritised Replay:&lt;/strong&gt; He stopped letting the AI treat every second of footage as equal and forced it to obsess over the ‘surprising’ moments of failure.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Here’s how that scales from a niche optimisation to a universal strategy for innovation.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Phase 1: Joining the &lt;em&gt;Assemblage&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Before code was even written, Dave is immersing himself in the &lt;em&gt;body&lt;/em&gt; of the game. He didn&amp;rsquo;t just treat the AI as a separate tool; he formed what Deleuze calls an &lt;strong&gt;&lt;em&gt;Assemblage&lt;/em&gt;&lt;/strong&gt;. To be overly reductive, an Assemblage is a-thing-composed-of-lots-of-different-things-that-can-still-be-decomposed and in this case, it is the functional heterogenous group where Dave (a human), the code, and the environment (the game&amp;rsquo;s memory) became a single moving entity.&lt;/p&gt;
&lt;p&gt;Dave achieved this through an &lt;strong&gt;&lt;em&gt;A-signifying Rupture.&lt;/em&gt;&lt;/strong&gt; Most vibe-coders look at the Signifiers - the pixels on the screen, the ‘visuals’ of the game. Dave bypassed the &lt;em&gt;skin&lt;/em&gt; of the game entirely. He didn&amp;rsquo;t care about what the game looked like (the representation); he hooked directly into the &lt;strong&gt;RAM&lt;/strong&gt; (the raw intensities). He went beneath the surface meaning to engage with the &lt;strong&gt;&lt;em&gt;Machinic Phylum&lt;/em&gt;&lt;/strong&gt; - the raw data streams of the 6502 machine code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Strategic Pivot:&lt;/strong&gt;
Success in AI isn&amp;rsquo;t really about ‘using a tool’, it’s about how you seamlessly integrate the AI into the actual &lt;em&gt;physics&lt;/em&gt; of your project or business. If you treat it as an outsider, it will always hallucinate an outside perspective.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Phase 2: Moving from &lt;em&gt;Striated&lt;/em&gt; to &lt;em&gt;Smooth Space&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Once inside the system, Dave realised he had trapped his AI in &lt;strong&gt;&lt;em&gt;Striated Space&lt;/em&gt;&lt;/strong&gt; - a rigid, artificial grid. He was feeding it data in squares, but the game was a circle.&lt;/p&gt;
&lt;p&gt;By switching to &lt;strong&gt;&lt;em&gt;Smooth Space&lt;/em&gt;&lt;/strong&gt; (the Polar Coordinates of the Tempest tube), he gave the AI &lt;em&gt;legibility&lt;/em&gt;. This is the principle of &lt;strong&gt;&lt;em&gt;Decalcomania&lt;/em&gt;&lt;/strong&gt; vs. &lt;strong&gt;&lt;em&gt;Mapping&lt;/em&gt;&lt;/strong&gt;: Most AI projects at the moment are ‘decalcomania’ - they try to trace a pre-existing image (the grid) onto a problem. &lt;em&gt;’Decal’ as in mass-produced art transfer&lt;/em&gt;. Dave stopped &lt;strong&gt;&lt;em&gt;tracing&lt;/em&gt;&lt;/strong&gt; (copying the past) and started &lt;strong&gt;&lt;em&gt;mapping&lt;/em&gt;&lt;/strong&gt;. He allowed the AI to navigate the &lt;strong&gt;&lt;em&gt;multiplicity&lt;/em&gt;&lt;/strong&gt; of the tube - where every lane and depth is connected in a continuous web rather than just a series of isolated boxes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Strategic Pivot:&lt;/strong&gt;
Stop ‘blind prompting’ and start mapping the real ‘geometry’ of your problem. Are you asking your AI to solve a &lt;em&gt;circular&lt;/em&gt; problem using &lt;em&gt;square&lt;/em&gt; instructions?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Phase 3: The &lt;em&gt;Nomad Scientist&lt;/em&gt; and the Difference Engine&lt;/strong&gt;
The real magic happened when Dave shifted his methodology from that of a &lt;strong&gt;&lt;em&gt;Royal Scientist&lt;/em&gt;&lt;/strong&gt; to a &lt;strong&gt;&lt;em&gt;Nomad Scientist.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The &lt;em&gt;Royal Scientist&lt;/em&gt;&lt;/strong&gt; (The Grid-Binder) seeks the Universal Law. They want a model that handles the average case perfectly. They treat data as &lt;strong&gt;&lt;em&gt;Extensive&lt;/em&gt;&lt;/strong&gt; - focusing on volume, length, and &amp;ldquo;more-ness&amp;rdquo; (e.g., 15 million frames). This approach hits a plateau because it is obsessed with the &lt;em&gt;typical&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The &lt;em&gt;Nomad Scientist&lt;/em&gt;&lt;/strong&gt; (The Singularity-Chaser) was Dave’s breakthrough. The Nomad follows the &lt;strong&gt;&lt;em&gt;Singularities&lt;/em&gt;&lt;/strong&gt; - the &lt;em&gt;accidents&lt;/em&gt;, the &lt;em&gt;surprises&lt;/em&gt;, and the &lt;em&gt;TD Errors&lt;/em&gt;. This is what DeLanda calls &lt;strong&gt;&lt;em&gt;Intensive&lt;/em&gt;&lt;/strong&gt; thinking.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By building a &lt;strong&gt;Prioritized Replay&lt;/strong&gt; system, Dave created a &lt;strong&gt;&lt;em&gt;Difference Engine&lt;/em&gt;.&lt;/strong&gt; DeLanda argues that change is driven by intensities - differences in pressure or ‘surprise.’ Dave realised that &lt;strong&gt;Extensive volume hides Intensive truth&lt;/strong&gt;. He stopped trying to &lt;em&gt;boil&lt;/em&gt; the entire ocean (a waste of compute) and instead built a &lt;strong&gt;Difference Engine&lt;/strong&gt; that only applied heat to the points of highest pressure.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/paragraph-8c.webp&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9f2fb78b2618391eee0d64766ea55da9&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/300658/2026/paragraph-8c.webp&#34; 
       loading=&#34;lazy&#34;
       decoding=&#34;async&#34;
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Auto-generated description: Marc Ngui, Drawing A Thousand Plateaus, Introduction paragraph 8c&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
    [Marc Ngui, Drawing A Thousand Plateaus, Introduction paragraph 8c]
&lt;/div&gt;
&lt;p&gt;Prioritizing surprising frames, Dave created a &lt;strong&gt;&lt;em&gt;Line of Flight&lt;/em&gt;&lt;/strong&gt;. He allowed the AI to escape the boring, repetitive loops of average play and focus only on the &lt;strong&gt;&lt;em&gt;Singularities&lt;/em&gt;&lt;/strong&gt; - the high-intensity moments of near-death.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Strategic Pivot:&lt;/strong&gt; You don&amp;rsquo;t need &lt;em&gt;more&lt;/em&gt; data, you need &lt;em&gt;intensive&lt;/em&gt; data. Stop seeking the universal averages, the &lt;strong&gt;&lt;em&gt;Extensive&lt;/em&gt;&lt;/strong&gt;, the low-pressure, high-volume, and energetically expensive. Shift to focusing on the &lt;strong&gt;&lt;em&gt;Intensive&lt;/em&gt;&lt;/strong&gt;, the high-pressure singularities.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Phase 4: The &lt;em&gt;Folding&lt;/em&gt; of Time and Becoming-Superhuman&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By focusing on high-intensity singularities, the AI underwent what Delueze and DeLanda call &lt;strong&gt;&lt;em&gt;Deterritorialization&lt;/em&gt;&lt;/strong&gt; - shattering the ‘human’ performance benchmark to enter a state of &lt;strong&gt;&lt;em&gt;Becoming-Machine&lt;/em&gt;&lt;/strong&gt;. Dave’s prioritised buffer acts as a Deleuzian &lt;strong&gt;&lt;em&gt;Fold&lt;/em&gt;&lt;/strong&gt;, where the most surprising moments of the past are folded directly into the present. This creates a &lt;strong&gt;&lt;em&gt;Rhizome&lt;/em&gt;&lt;/strong&gt; between the code and the game’s internal geometry. The AI ceases to play Tempest as an outsider, it becomes an extension of the tube itself, navigating the smooth space of the machine code with a brutally correct precision that connects any two points in the game-space instantaneously.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/300658/2026/tempest-video-game.gif&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9f2fb78b2618391eee0d64766ea55da9&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/300658/2026/tempest-video-game.gif&#34; 
       loading=&#34;lazy&#34;
       decoding=&#34;async&#34;
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Auto-generated description: The vintage arcade game Tempest.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Why this Vocabulary is Your Secret Weapon&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You might well ask: &lt;em&gt;Why do I need these fancy French words?&lt;/em&gt; Well, because words like &lt;strong&gt;&lt;em&gt;Assemblage&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;Singularity&lt;/em&gt;&lt;/strong&gt; aren&amp;rsquo;t just jargon, they are &lt;strong&gt;navigational coordinates&lt;/strong&gt;. And to be provocative, what else have you got? What language does one use that encompasses the dynamic and spatial and ontological? The properties and capacities of human and machine that we are witnessing?&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re at a point over lunch and you say, “the AI is acting weird,” you have no solution. But if you say, &amp;ldquo;&lt;em&gt;The model has plateaued because we&amp;rsquo;ve trapped it in a striated grid; we need to prioritise its replay of high-intensity singularities&lt;/em&gt;,&amp;rdquo; you have a very clear articulation and enunciation of a situational awareness.  You have &lt;strong&gt;strategy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Digital and internet terminology became ubiquitous because we needed a way to talk about the (then) new world. In 2026, we need a &lt;strong&gt;&lt;em&gt;Cartography of the Machine&lt;/em&gt;&lt;/strong&gt; and Deleuzian philosophy and its remarkably lucid terminology - refined by DeLanda - is the &lt;em&gt;strategic operating system&lt;/em&gt; for AI innovation (and a whole lot more). It&amp;rsquo;s not only thoroughly thought-through but it’s a  stunningly appropriate topology for where-we-are and where-we-might (or might-not) want to go.&lt;/p&gt;
&lt;p&gt;Dave Plummer didn&amp;rsquo;t just beat the game; he showed us that when you align your thinking with the true geometry of a problem, the Superhuman results follow as a matter of course. So the next time you’re stuck, don’t just add more prompts. Ask yourself: &lt;strong&gt;&amp;ldquo;Is your model tracing a habit or mapping a flow?&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/img-1064-3264.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
&lt;div style=&#34;text-align: center;&#34;&gt;
    [Machinic Assemblages of Desire, Barcelona 2016]
&lt;/div&gt;
</description>
      <source:markdown>We are currently living through an era of AI brute force. Most of us are stuck in a cycle of blind prompting - throwing more adjectives at a Large Language Model, adding more compute, and hoping that if we just _vibe_ hard enough, the machine will eventually spit out a miracle. We treat AI like a black box to be bargained with, rather than a system to be navigated.

But last week, **Dave Plummer** (the legendary Microsoft engineer behind the Windows Task Manager) posted a video that should be the North Star for anyone trying to scale AI strategy. He didn&#39;t just beat his own world record in the Atari classic Tempest; he broke through a year-long performance plateau by making a fundamental shift in his **conceptual geometry.**

{{&lt; youtube TdbpoDjIvPk &gt;}}

&lt;hr&gt;

To be clear: Dave didn&#39;t use the lexicon I&#39;m about to describe. He arrived at his brilliant breakthrough through world-class engineering intuition. However, Dave’s story is the perfect vehicle for demonstrating a powerful, strategic, but latent lexicon: the philosophy of **Deleuze** and his modern-day interpreter, the philosopher and polymath **DeLanda**.

By adopting their vocabulary - specifically the mechanics of **_Assemblages, Intensities, Territorialisation_** and **_Singularities_** - we move beyond the vibe-coding of the amateur and begin engineering breakthroughs with the surgical clarity of a Tier-1 strategist.

This isn&#39;t just about using fancy terms; it’s about having a precise map for how systems actually evolve and break through plateaus. Here is how that Tier-1 lexicon applies to Dave’s Tempest story:

**The Heuristic: Dave’s Wall and the Polar Breakthrough**

For a year, Dave’s AI was ‘competent-ish.’ It played like a talented human but hit a hard ceiling - a **_Plateau_**. Dave realised the problem wasn&#39;t a lack of data; it was a mismatch of worldviews. The AI was trying to navigate a circular, 3D tube using a flat grid map. It was like trying to sail the globe while insisting the Earth is flat.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/earth-flatearth.gif&#34; width=&#34;480&#34; height=&#34;480&#34; alt=&#34;Auto-generated description: A coastal landscape features a rugged shoreline, small buildings, and winding pathways leading to the sea.&#34;&gt;

The breakthrough came from two specific shifts:

- **Polar Mapping:** He stopped forcing the AI to see ‘X and Y’ and let it see ‘Angle and Depth.’

- **Prioritised Replay:** He stopped letting the AI treat every second of footage as equal and forced it to obsess over the ‘surprising’ moments of failure.

**Here’s how that scales from a niche optimisation to a universal strategy for innovation.**

&lt;hr&gt;

**Phase 1: Joining the _Assemblage_**

Before code was even written, Dave is immersing himself in the _body_ of the game. He didn&#39;t just treat the AI as a separate tool; he formed what Deleuze calls an **_Assemblage_**. To be overly reductive, an Assemblage is a-thing-composed-of-lots-of-different-things-that-can-still-be-decomposed and in this case, it is the functional heterogenous group where Dave (a human), the code, and the environment (the game&#39;s memory) became a single moving entity.

Dave achieved this through an **_A-signifying Rupture._** Most vibe-coders look at the Signifiers - the pixels on the screen, the ‘visuals’ of the game. Dave bypassed the _skin_ of the game entirely. He didn&#39;t care about what the game looked like (the representation); he hooked directly into the **RAM** (the raw intensities). He went beneath the surface meaning to engage with the **_Machinic Phylum_** - the raw data streams of the 6502 machine code.

**The Strategic Pivot:**
Success in AI isn&#39;t really about ‘using a tool’, it’s about how you seamlessly integrate the AI into the actual _physics_ of your project or business. If you treat it as an outsider, it will always hallucinate an outside perspective.

**Phase 2: Moving from _Striated_ to _Smooth Space_**

Once inside the system, Dave realised he had trapped his AI in **_Striated Space_** - a rigid, artificial grid. He was feeding it data in squares, but the game was a circle.

By switching to **_Smooth Space_** (the Polar Coordinates of the Tempest tube), he gave the AI _legibility_. This is the principle of **_Decalcomania_** vs. **_Mapping_**: Most AI projects at the moment are ‘decalcomania’ - they try to trace a pre-existing image (the grid) onto a problem. _’Decal’ as in mass-produced art transfer_. Dave stopped **_tracing_** (copying the past) and started **_mapping_**. He allowed the AI to navigate the **_multiplicity_** of the tube - where every lane and depth is connected in a continuous web rather than just a series of isolated boxes.

**The Strategic Pivot:**
Stop ‘blind prompting’ and start mapping the real ‘geometry’ of your problem. Are you asking your AI to solve a _circular_ problem using _square_ instructions?

**Phase 3: The _Nomad Scientist_ and the Difference Engine**
The real magic happened when Dave shifted his methodology from that of a **_Royal Scientist_** to a **_Nomad Scientist._**
- **The _Royal Scientist_** (The Grid-Binder) seeks the Universal Law. They want a model that handles the average case perfectly. They treat data as **_Extensive_** - focusing on volume, length, and &#34;more-ness&#34; (e.g., 15 million frames). This approach hits a plateau because it is obsessed with the _typical_.
- **The _Nomad Scientist_** (The Singularity-Chaser) was Dave’s breakthrough. The Nomad follows the **_Singularities_** - the _accidents_, the _surprises_, and the _TD Errors_. This is what DeLanda calls **_Intensive_** thinking.

By building a **Prioritized Replay** system, Dave created a **_Difference Engine_.** DeLanda argues that change is driven by intensities - differences in pressure or ‘surprise.’ Dave realised that **Extensive volume hides Intensive truth**. He stopped trying to _boil_ the entire ocean (a waste of compute) and instead built a **Difference Engine** that only applied heat to the points of highest pressure.

![Auto-generated description: Marc Ngui, Drawing A Thousand Plateaus, Introduction paragraph 8c](https://cdn.uploads.micro.blog/300658/2026/paragraph-8c.webp)

&lt;div style=&#34;text-align: center;&#34;&gt;
    [Marc Ngui, Drawing A Thousand Plateaus, Introduction paragraph 8c]
&lt;/div&gt;

Prioritizing surprising frames, Dave created a **_Line of Flight_**. He allowed the AI to escape the boring, repetitive loops of average play and focus only on the **_Singularities_** - the high-intensity moments of near-death.

**The Strategic Pivot:** You don&#39;t need _more_ data, you need _intensive_ data. Stop seeking the universal averages, the **_Extensive_**, the low-pressure, high-volume, and energetically expensive. Shift to focusing on the **_Intensive_**, the high-pressure singularities.

**Phase 4: The _Folding_ of Time and Becoming-Superhuman**

By focusing on high-intensity singularities, the AI underwent what Delueze and DeLanda call **_Deterritorialization_** - shattering the ‘human’ performance benchmark to enter a state of **_Becoming-Machine_**. Dave’s prioritised buffer acts as a Deleuzian **_Fold_**, where the most surprising moments of the past are folded directly into the present. This creates a **_Rhizome_** between the code and the game’s internal geometry. The AI ceases to play Tempest as an outsider, it becomes an extension of the tube itself, navigating the smooth space of the machine code with a brutally correct precision that connects any two points in the game-space instantaneously.

&lt;hr&gt;

![Auto-generated description: The vintage arcade game Tempest.](https://cdn.uploads.micro.blog/300658/2026/tempest-video-game.gif)

&lt;hr&gt;

**Why this Vocabulary is Your Secret Weapon**

You might well ask: _Why do I need these fancy French words?_ Well, because words like **_Assemblage_** and **_Singularity_** aren&#39;t just jargon, they are **navigational coordinates**. And to be provocative, what else have you got? What language does one use that encompasses the dynamic and spatial and ontological? The properties and capacities of human and machine that we are witnessing? 

If you&#39;re at a point over lunch and you say, “the AI is acting weird,” you have no solution. But if you say, &#34;_The model has plateaued because we&#39;ve trapped it in a striated grid; we need to prioritise its replay of high-intensity singularities_,&#34; you have a very clear articulation and enunciation of a situational awareness.  You have **strategy**.

Digital and internet terminology became ubiquitous because we needed a way to talk about the (then) new world. In 2026, we need a **_Cartography of the Machine_** and Deleuzian philosophy and its remarkably lucid terminology - refined by DeLanda - is the _strategic operating system_ for AI innovation (and a whole lot more). It&#39;s not only thoroughly thought-through but it’s a  stunningly appropriate topology for where-we-are and where-we-might (or might-not) want to go.

Dave Plummer didn&#39;t just beat the game; he showed us that when you align your thinking with the true geometry of a problem, the Superhuman results follow as a matter of course. So the next time you’re stuck, don’t just add more prompts. Ask yourself: **&#34;Is your model tracing a habit or mapping a flow?&#34;**

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/img-1064-3264.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;

&lt;div style=&#34;text-align: center;&#34;&gt;
    [Machinic Assemblages of Desire, Barcelona 2016]
&lt;/div&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Service Design in the Machinic Age: Can we use the machine to do better reconnaissance?</title>
      <link>https://mattburgess.micro.blog/2026/03/11/service-design-in-the-machinic/</link>
      <pubDate>Wed, 11 Mar 2026 16:46:58 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/03/11/service-design-in-the-machinic/</guid>
      <description>&lt;p&gt;Service design is hard. I’ve worked with brilliant practitioners who spend their days tracking down disparate parts of an enterprise just to pull a legible picture of the system together. It is a role fraught with peril, often forced into a &amp;lsquo;compliance&amp;rsquo; mindset - tasked with making what the system &lt;em&gt;should&lt;/em&gt; do look plausible, rather than being empowered to surface what the &lt;strong&gt;material reality of the situation actually necessitates.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Service Blueprint&lt;/strong&gt; is our most worthy attempt to bridge this. It is intended to connect the Front Stage (the customer journey) with the Backstage (the technical stack). But because it is so effortful to generate, the &lt;em&gt;meaning-gap&lt;/em&gt; between these two silos is a chasm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why Blueprints are Hard&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A Service Blueprint is not a ‘drawing.’ It is a high-fidelity reconciliation of a thousand contradictions. To build one, you must manually track the &lt;strong&gt;Materiality of the System&lt;/strong&gt; - tracing a customer ‘click’ through five APIs and a legacy database that hasn&amp;rsquo;t been documented since 2012. Without this, the designer is denied the literacy required to actually form the material they are designing.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tired-af-crying.gif&#34; width=&#34;498&#34; height=&#34;279&#34; alt=&#34;Auto-generated description: A tired-looking child with disheveled hair appears to be leaning on a surface, accompanied by the caption EXHAUSTING!!!!!&#34;&gt;
&lt;p&gt;&lt;strong&gt;Tethering Intent to Materiality&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Product ways of working and enterprise agility are &lt;strong&gt;theoretically&lt;/strong&gt; positioned to incrementally fix some of this, but progress is glacial. Often because there simply isn&amp;rsquo;t the situational awareness to &amp;lsquo;simultaneously hold twenty-one moving parts in one&amp;rsquo;s head&amp;rsquo;. A &lt;strong&gt;Service Blueprint&lt;/strong&gt; provides the necessary &amp;lsquo;technical reconnaissance&amp;rsquo; - the &amp;lsquo;spatial memory&amp;rsquo; anchoring the Why to the How.&lt;/p&gt;
&lt;p&gt;In most enterprises, a customer journey map - the &lt;strong&gt;molecular expression&lt;/strong&gt; of a thin slice of interactions - usually has a startlingly empty Backstage row. Conversely, the &lt;strong&gt;molar expression&lt;/strong&gt; - the technical architecture - is located deep down away from the customer (its reason-for-being). Systems allegedly exist to serve the customer, but the reality is often a process of sedimentation; layers of new tech built on old workarounds, bleaching away original purpose.&lt;/p&gt;
&lt;p&gt;This leaves an &lt;a href=&#34;https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as.html&#34;&gt;&lt;strong&gt;ontological&lt;/strong&gt;&lt;/a&gt; void where the connection to the customer should be.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;I got to thinking: what if we used the machine to weave these disparate ontologies into a shared plane for the first time?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I ran an experiment using Gemini as a sort of &lt;strong&gt;Machinic Reconciler&lt;/strong&gt; to catalyse the Customer Journey and the Technical Stack to &lt;strong&gt;individuate together&lt;/strong&gt;. By scaffolding the tech stack against the customer journey, we synthesise a &lt;strong&gt;Metastable Assemblage&lt;/strong&gt;: a functional and expressive whole where front and back stage are &lt;strong&gt;structurally coupled&lt;/strong&gt; while maintaining the autonomous expertise of their respective silos.&lt;/p&gt;
&lt;hr&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/girl-cats-cradle.gif&#34; width=&#34;600&#34; height=&#34;335&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;The Experiment&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I used the AI as a machine in two distinct roles to perform this &lt;strong&gt;ontological ‘cat’s-cradling’:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI as Legend Generator:&lt;/strong&gt; Machines cannot &lt;em&gt;feel&lt;/em&gt; the structural logic of a visual customer journey map. To address this, I prompted the AI to translate the visual layout into a &lt;strong&gt;Machine-Readable Legend&lt;/strong&gt; - a sort of Rosetta Stone. By discretising the visual map (the nodes, the flows, the emotional peaks) into a structured text pattern, we created &lt;strong&gt;Digital Hypomnemata&lt;/strong&gt;. This isn&amp;rsquo;t just a description; it’s a technical memory aid that allows the machine to hold the service logic in its context window so it can be manipulated alongside me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;AI as Reconciler:&lt;/strong&gt; Using this legend, the AI acted as the &lt;strong&gt;Intercessor&lt;/strong&gt; between two disparate data sets. I gave it the raw application data and asked it to map them against the customer journey using the Legend.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It performed a &lt;strong&gt;bi-directional synthesis&lt;/strong&gt;: it identified which &lt;strong&gt;molecular&lt;/strong&gt; customer touchpoints (e.g., &amp;ldquo;User enters credit card&amp;rdquo;) were dependent on &lt;strong&gt;molar&lt;/strong&gt; system applications (e.g., &amp;ldquo;Legacy SOAP service latency&amp;rdquo;). It didn&amp;rsquo;t just list them; it exposed the &lt;em&gt;reciprocal visibility&lt;/em&gt; - revealing how the tech stack enables or constrains the flow of the experience.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;The Result: Sufficient Fidelity&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The output was a functional, first-iteration Service Blueprint that did more than just ‘look right.’ By traditional design standards, it wasn&amp;rsquo;t &amp;lsquo;high-fidelity,&amp;rsquo; and by architectural standards, it wasn&amp;rsquo;t yet a ‘system of record’. But it was just what was needed: a sufficiently familiar landscape that mapped the adjacent-possible for both sides. It had tied discrete customer interaction to the precise rows of application data and system dependencies required to support them. It was a beginning - a way for the work of collaboration and negotiation to progress &lt;strong&gt;without the usual &amp;ldquo;meaning-gap&amp;rdquo; that forces different disciplines into a position of defensive compromise.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Beyond mere scaffolding, the AI acted as a diagnostic layer, surfacing friction points that had been obscured. This allowed a team to move away from binary &amp;lsquo;can/can&amp;rsquo;t&amp;rsquo; arguments and into a &lt;strong&gt;triage of imperatives&lt;/strong&gt;, weighing customer needs against the actual material cost of architectural change. And because the output was just a HTML file, it moved from a machine-readable concept to a collaborative artifact in seconds.&lt;/p&gt;
&lt;p&gt;Because the Why and the How were structurally coupled, one could move beyond the friction of translation and into the flow of &lt;strong&gt;Noetic Agency&lt;/strong&gt;. The blueprint became a &lt;strong&gt;shared, material reality&lt;/strong&gt; that allowed disparate teams to deliberate and begin to form the service, rather than just documenting a series of disconnected workarounds.&lt;/p&gt;
&lt;p&gt;This shift is not about AI ‘solving&#39; the problem of complexity; it is about the &lt;strong&gt;human-machine assemblage&lt;/strong&gt; unlocking a new kind of situational awareness. By providing a necessary artifact for &lt;strong&gt;exteriorised memory&lt;/strong&gt;, the machine handles the sheer scale of the technical stack, freeing the whole team to focus on the high-value work of negotiation and design. It turns the service into material that can be tuned - functionally and expressively - in real-time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;From Artifact to Catalyst&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The value here isn’t just speed; it’s the iterative surfacing of what sociotechnologists call a &lt;strong&gt;Boundary Object&lt;/strong&gt; (Star &amp;amp; Griesemer, 1989). As &lt;a href=&#34;https://blog.jabebloom.com/about/&#34;&gt;Jabe Bloom&lt;/a&gt; emphasises, these objects allow teams to cooperate effectively without the exhausting overhead of forced consensus or learning each other&amp;rsquo;s specialised languages. By projecting the tech stack and the customer journey onto the same plane, we create a common catalyst - a shared map that allows silos to remain experts in their own fields while providing a clear, material ground for collective action.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;A Note of Caution&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I was satisfied with this as a piece of sociotechnical scaffolding. It worked. It reconciled. It brings the silos into the same room. It was a good day. But as the blueprint emerged, so did a sense of dissatisfaction.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/fist-fight-ice-cube.gif&#34; width=&#34;170&#34; height=&#34;126&#34; alt=&#34;&#34;&gt;
&lt;p&gt;In a Delandian framing, the &lt;strong&gt;&amp;ldquo;molar&amp;rdquo;&lt;/strong&gt; side of the map - the applications and hard architectural constraints - possesses a genuine capacity &lt;strong&gt;to affect and be affected&lt;/strong&gt;. It has weight; you can change a line of code and the world moves.&lt;/p&gt;
&lt;p&gt;In a coupled assemblage, the &lt;strong&gt;molecular&lt;/strong&gt; side - the fluid, intensive human signals - should exist in a reciprocal relationship with that structure, acting as the catalyst for architectural change. However, this felt different. I realised that the PDF customer journey maps we reconciled are just a &lt;strong&gt;simulated molecular&lt;/strong&gt;. The raw, vital signal has been processed, bleached, and categorised until it is no longer an intensive force, but a static representation of one.&lt;/p&gt;
&lt;p&gt;Even with a high-fidelity machinic bridge, we would still be transporting a simulation, a human signal fragmented into bits, across the gap.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/million-pieces-wheres-my-money.gif&#34; width=&#34;400&#34; height=&#34;227&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;Beyond Reconciliation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If we move beyond just ‘making things match,’ how do we project human signals into the system so they retain their original weight? In a truly coupled assemblage, why is the customer’s voice or inferred intent, relegated to a passive data point rather than the primary force it should be - one that the technical architecture is reciprocally obliged to respond to?&lt;/p&gt;
&lt;p&gt;I know engineering teams that are desperate for this context. They want to move away from the &amp;lsquo;pointless production&amp;rsquo; of features that don&amp;rsquo;t land, toward a system where the customer signal is high-quality enough to actually architect against.&lt;/p&gt;
&lt;p&gt;If we don&amp;rsquo;t solve for the quality of that signal, are we really &lt;strong&gt;forming and delivering&lt;/strong&gt; services? Or are we just building high-fidelity conduits for low-fidelity ghosts?&lt;/p&gt;
&lt;p&gt;The scaffolding is in place, but it’s time to talk about the state of the signals we’re sending across it. This realisation is leading to the next stage of enquiry: &lt;strong&gt;Transduction&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Follow the Enquiry&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I’m documenting this experiment in human-machine collaboration - not as an attempt to automate design, but as an evolution in how we &lt;strong&gt;think and remember together.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you’re interested in how we might use these tools as a &lt;strong&gt;practice of care&lt;/strong&gt; - ensuring that our shared technical reality amplifies human agency rather than automating it away - &lt;a href=&#34;https://mattburgess.micro.blog/&#34;&gt;follow me on Micro.blog&lt;/a&gt; or &lt;a href=&#34;https://linkedin.com/in/matt-burgess-18b5046&#34;&gt;here on LinkedIn&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>Service design is hard. I’ve worked with brilliant practitioners who spend their days tracking down disparate parts of an enterprise just to pull a legible picture of the system together. It is a role fraught with peril, often forced into a &#39;compliance&#39; mindset - tasked with making what the system _should_ do look plausible, rather than being empowered to surface what the **material reality of the situation actually necessitates.**

The **Service Blueprint** is our most worthy attempt to bridge this. It is intended to connect the Front Stage (the customer journey) with the Backstage (the technical stack). But because it is so effortful to generate, the _meaning-gap_ between these two silos is a chasm.

**Why Blueprints are Hard**

A Service Blueprint is not a ‘drawing.’ It is a high-fidelity reconciliation of a thousand contradictions. To build one, you must manually track the **Materiality of the System** - tracing a customer ‘click’ through five APIs and a legacy database that hasn&#39;t been documented since 2012. Without this, the designer is denied the literacy required to actually form the material they are designing.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tired-af-crying.gif&#34; width=&#34;498&#34; height=&#34;279&#34; alt=&#34;Auto-generated description: A tired-looking child with disheveled hair appears to be leaning on a surface, accompanied by the caption EXHAUSTING!!!!!&#34;&gt;

**Tethering Intent to Materiality**

Product ways of working and enterprise agility are **theoretically** positioned to incrementally fix some of this, but progress is glacial. Often because there simply isn&#39;t the situational awareness to &#39;simultaneously hold twenty-one moving parts in one&#39;s head&#39;. A **Service Blueprint** provides the necessary &#39;technical reconnaissance&#39; - the &#39;spatial memory&#39; anchoring the Why to the How.

In most enterprises, a customer journey map - the **molecular expression** of a thin slice of interactions - usually has a startlingly empty Backstage row. Conversely, the **molar expression** - the technical architecture - is located deep down away from the customer (its reason-for-being). Systems allegedly exist to serve the customer, but the reality is often a process of sedimentation; layers of new tech built on old workarounds, bleaching away original purpose.

This leaves an [**ontological**](https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as.html) void where the connection to the customer should be.

&lt;hr&gt;

**I got to thinking: what if we used the machine to weave these disparate ontologies into a shared plane for the first time?**

I ran an experiment using Gemini as a sort of **Machinic Reconciler** to catalyse the Customer Journey and the Technical Stack to **individuate together**. By scaffolding the tech stack against the customer journey, we synthesise a **Metastable Assemblage**: a functional and expressive whole where front and back stage are **structurally coupled** while maintaining the autonomous expertise of their respective silos.

&lt;hr&gt;

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/girl-cats-cradle.gif&#34; width=&#34;600&#34; height=&#34;335&#34; alt=&#34;&#34;&gt;

**The Experiment**

I used the AI as a machine in two distinct roles to perform this **ontological ‘cat’s-cradling’:**

- **AI as Legend Generator:** Machines cannot _feel_ the structural logic of a visual customer journey map. To address this, I prompted the AI to translate the visual layout into a **Machine-Readable Legend** - a sort of Rosetta Stone. By discretising the visual map (the nodes, the flows, the emotional peaks) into a structured text pattern, we created **Digital Hypomnemata**. This isn&#39;t just a description; it’s a technical memory aid that allows the machine to hold the service logic in its context window so it can be manipulated alongside me.

- **AI as Reconciler:** Using this legend, the AI acted as the **Intercessor** between two disparate data sets. I gave it the raw application data and asked it to map them against the customer journey using the Legend.



It performed a **bi-directional synthesis**: it identified which **molecular** customer touchpoints (e.g., &#34;User enters credit card&#34;) were dependent on **molar** system applications (e.g., &#34;Legacy SOAP service latency&#34;). It didn&#39;t just list them; it exposed the _reciprocal visibility_ - revealing how the tech stack enables or constrains the flow of the experience.


&lt;hr&gt;

**The Result: Sufficient Fidelity**

The output was a functional, first-iteration Service Blueprint that did more than just ‘look right.’ By traditional design standards, it wasn&#39;t &#39;high-fidelity,&#39; and by architectural standards, it wasn&#39;t yet a ‘system of record’. But it was just what was needed: a sufficiently familiar landscape that mapped the adjacent-possible for both sides. It had tied discrete customer interaction to the precise rows of application data and system dependencies required to support them. It was a beginning - a way for the work of collaboration and negotiation to progress **without the usual &#34;meaning-gap&#34; that forces different disciplines into a position of defensive compromise.**

Beyond mere scaffolding, the AI acted as a diagnostic layer, surfacing friction points that had been obscured. This allowed a team to move away from binary &#39;can/can&#39;t&#39; arguments and into a **triage of imperatives**, weighing customer needs against the actual material cost of architectural change. And because the output was just a HTML file, it moved from a machine-readable concept to a collaborative artifact in seconds.

Because the Why and the How were structurally coupled, one could move beyond the friction of translation and into the flow of **Noetic Agency**. The blueprint became a **shared, material reality** that allowed disparate teams to deliberate and begin to form the service, rather than just documenting a series of disconnected workarounds.

This shift is not about AI ‘solving&#39; the problem of complexity; it is about the **human-machine assemblage** unlocking a new kind of situational awareness. By providing a necessary artifact for **exteriorised memory**, the machine handles the sheer scale of the technical stack, freeing the whole team to focus on the high-value work of negotiation and design. It turns the service into material that can be tuned - functionally and expressively - in real-time.

**From Artifact to Catalyst**

The value here isn’t just speed; it’s the iterative surfacing of what sociotechnologists call a **Boundary Object** (Star &amp; Griesemer, 1989). As [Jabe Bloom](https://blog.jabebloom.com/about/) emphasises, these objects allow teams to cooperate effectively without the exhausting overhead of forced consensus or learning each other&#39;s specialised languages. By projecting the tech stack and the customer journey onto the same plane, we create a common catalyst - a shared map that allows silos to remain experts in their own fields while providing a clear, material ground for collective action.

&lt;hr&gt;

**A Note of Caution**

I was satisfied with this as a piece of sociotechnical scaffolding. It worked. It reconciled. It brings the silos into the same room. It was a good day. But as the blueprint emerged, so did a sense of dissatisfaction.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/fist-fight-ice-cube.gif&#34; width=&#34;170&#34; height=&#34;126&#34; alt=&#34;&#34;&gt;

In a Delandian framing, the **&#34;molar&#34;** side of the map - the applications and hard architectural constraints - possesses a genuine capacity **to affect and be affected**. It has weight; you can change a line of code and the world moves.

In a coupled assemblage, the **molecular** side - the fluid, intensive human signals - should exist in a reciprocal relationship with that structure, acting as the catalyst for architectural change. However, this felt different. I realised that the PDF customer journey maps we reconciled are just a **simulated molecular**. The raw, vital signal has been processed, bleached, and categorised until it is no longer an intensive force, but a static representation of one.

Even with a high-fidelity machinic bridge, we would still be transporting a simulation, a human signal fragmented into bits, across the gap.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/million-pieces-wheres-my-money.gif&#34; width=&#34;400&#34; height=&#34;227&#34; alt=&#34;&#34;&gt;

**Beyond Reconciliation**

If we move beyond just ‘making things match,’ how do we project human signals into the system so they retain their original weight? In a truly coupled assemblage, why is the customer’s voice or inferred intent, relegated to a passive data point rather than the primary force it should be - one that the technical architecture is reciprocally obliged to respond to?

I know engineering teams that are desperate for this context. They want to move away from the &#39;pointless production&#39; of features that don&#39;t land, toward a system where the customer signal is high-quality enough to actually architect against.

If we don&#39;t solve for the quality of that signal, are we really **forming and delivering** services? Or are we just building high-fidelity conduits for low-fidelity ghosts?

The scaffolding is in place, but it’s time to talk about the state of the signals we’re sending across it. This realisation is leading to the next stage of enquiry: **Transduction**.

&lt;hr&gt;

**Follow the Enquiry**

I’m documenting this experiment in human-machine collaboration - not as an attempt to automate design, but as an evolution in how we **think and remember together.**

If you’re interested in how we might use these tools as a **practice of care** - ensuring that our shared technical reality amplifies human agency rather than automating it away - [follow me on Micro.blog](https://mattburgess.micro.blog/) or [here on LinkedIn](https://linkedin.com/in/matt-burgess-18b5046)
</source:markdown>
    </item>
    
    <item>
      <title>Analysis as Autopsy</title>
      <link>https://mattburgess.micro.blog/2026/03/09/analysis-as-autopsy/</link>
      <pubDate>Mon, 09 Mar 2026 17:00:17 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/03/09/analysis-as-autopsy/</guid>
      <description>&lt;p&gt;In my last post, I talked about the ontology of the tomato - how it’s a fruit to a botanist but a vegetable to a chef. In a healthy kitchen, that’s just a conversation. In a modern enterprise, however, it’s an &lt;strong&gt;autopsy&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/the-art-of-clean-up-by-ursus-wehrli.png&#34; width=&#34;600&#34; height=&#34;748&#34; alt=&#34;&#34;&gt;
&lt;p&gt;We often talk about ‘Customer Insight’ as if we’ve captured a living, breathing person. But the reality is that our methods for gathering feedback are as fragmented as our departments. We don&amp;rsquo;t get the whole &amp;ldquo;animal.&amp;rdquo; Instead, we buy disconnected bits from the butcher shop: a 4-star rating click through from an email here, a line from a video of a paid testing session there, an angry tweet from last Tuesday.&lt;/p&gt;
&lt;p&gt;We then try to &amp;ldquo;reconstitute&amp;rdquo; these dead parts into an aggregate monster that we call &amp;ldquo;The Customer Persona.&amp;rdquo;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/edward-scissorhands-johnny-depp.gif&#34; width=&#34;498&#34; height=&#34;266&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;The Enterprise Solvent&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The moment any insight enters the enterprise, it hits the &lt;strong&gt;Enterprise Solvent&lt;/strong&gt;. We &amp;ldquo;analyze&amp;rdquo; it (from the Greek &lt;em&gt;analuein&lt;/em&gt;, meaning &amp;ldquo;to undo&amp;rdquo;). We slice the aggregate feedback into shards that fit our silos:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Product&lt;/strong&gt; gets a feature request.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Engineering&lt;/strong&gt; gets a bug report.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Marketing&lt;/strong&gt; gets a sentiment score.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The connective tissue - the &amp;ldquo;why&amp;rdquo; that held the customer’s experience together - is dissolved. We then spend months in concurrent, disconnected meetings, moving the insight further and further away from its original self, attempting to reconstitute, recombine, and ship what-the-customer-wants.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The &amp;ldquo;Human in the Corner&amp;rdquo; Provocation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is because the customer can&amp;rsquo;t be present throughout the process though. Right? Just imagine, for a moment, that a real customer was allowed to sit in the corner of every meeting for a month. Whose office would they sit in? Would they be allowed to attend the &amp;ldquo;Architecture Review&amp;rdquo; and the &amp;ldquo;Budget Planning&amp;rdquo;?&lt;/p&gt;
&lt;p&gt;If they did, they’d eventually end up as the kid in The Emperor’s New Clothes. They’d look at the fractured, contradictory decisions being made and yell: &amp;ldquo;FFS I’ve already told you this ten times! If I wasn&amp;rsquo;t here to keep you honest, you lot would do yourselves some harm!&amp;rdquo;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/weird-fashion.gif&#34; width=&#34;250&#34; height=&#34;498&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;The Reconstitution Trap&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because we can’t actually have customers sitting in every corner, all enterprise work becomes reconstitutive. We are constantly trying to stitch value back together from severed fragments. And because we have words for the &amp;ldquo;organs&amp;rdquo; (Sales, Tech, Ops), but no words for the &amp;ldquo;nervous system&amp;rdquo; that keeps them coupled to the customer’s reality, it stays disconnected. Until it makes contact with a customer.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/horsetrain.jpg&#34; width=&#34;600&#34; height=&#34;473&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;em&gt;Photo: &lt;a href=&#34;https://puzzlemontage.crevado.com/&#34;&gt;Tim Klein&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Maintaining the Life&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We need to stop treating analysis like a dissection. If you have to destroy the context to understand the data, you’ve already lost the game.  We need a language that describes things-in-motion - a way to discuss shared artifacts and goals without perpetual autopsy. We need a way to achieve &amp;lsquo;Customer Coupling&amp;rsquo;, maintaining the &amp;ldquo;connective tissue&amp;rdquo; of intent across the entire delivery lifecycle.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s Next?&lt;/strong&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/108ec685ed.jpg&#34; width=&#34;600&#34; height=&#34;360&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Photo: &lt;a href=&#34;https://www.theguardian.com/artanddesign/jonathanjonesblog/2014/sep/23/is-lego-art-creative-play-sculpture-nathan-sawaya&#34;&gt;Nathan Sawaya&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To stop the autopsy, we need a different situational awareness. Because an enterprise doesn&amp;rsquo;t really have descriptors for the thing that it&amp;rsquo;s inadvertently dissected. In another post, we’ll start building that vocabulary with a look at &amp;lsquo;Assemblage&amp;rsquo; - and why your company can be more like a Lego set than a marble statue. We need to understand the difference between when everything-is-fused and when things are different-but-connected. To find those words, we have to look toward a specific branch of philosophy&amp;hellip;&lt;/p&gt;
</description>
      <source:markdown>In my last post, I talked about the ontology of the tomato - how it’s a fruit to a botanist but a vegetable to a chef. In a healthy kitchen, that’s just a conversation. In a modern enterprise, however, it’s an **autopsy**.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/the-art-of-clean-up-by-ursus-wehrli.png&#34; width=&#34;600&#34; height=&#34;748&#34; alt=&#34;&#34;&gt;

We often talk about ‘Customer Insight’ as if we’ve captured a living, breathing person. But the reality is that our methods for gathering feedback are as fragmented as our departments. We don&#39;t get the whole &#34;animal.&#34; Instead, we buy disconnected bits from the butcher shop: a 4-star rating click through from an email here, a line from a video of a paid testing session there, an angry tweet from last Tuesday.

We then try to &#34;reconstitute&#34; these dead parts into an aggregate monster that we call &#34;The Customer Persona.&#34;

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/edward-scissorhands-johnny-depp.gif&#34; width=&#34;498&#34; height=&#34;266&#34; alt=&#34;&#34;&gt;

**The Enterprise Solvent**

The moment any insight enters the enterprise, it hits the **Enterprise Solvent**. We &#34;analyze&#34; it (from the Greek _analuein_, meaning &#34;to undo&#34;). We slice the aggregate feedback into shards that fit our silos:

- **Product** gets a feature request.

- **Engineering** gets a bug report.

- **Marketing** gets a sentiment score.

The connective tissue - the &#34;why&#34; that held the customer’s experience together - is dissolved. We then spend months in concurrent, disconnected meetings, moving the insight further and further away from its original self, attempting to reconstitute, recombine, and ship what-the-customer-wants.

**The &#34;Human in the Corner&#34; Provocation**

This is because the customer can&#39;t be present throughout the process though. Right? Just imagine, for a moment, that a real customer was allowed to sit in the corner of every meeting for a month. Whose office would they sit in? Would they be allowed to attend the &#34;Architecture Review&#34; and the &#34;Budget Planning&#34;?

If they did, they’d eventually end up as the kid in The Emperor’s New Clothes. They’d look at the fractured, contradictory decisions being made and yell: &#34;FFS I’ve already told you this ten times! If I wasn&#39;t here to keep you honest, you lot would do yourselves some harm!&#34;

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/weird-fashion.gif&#34; width=&#34;250&#34; height=&#34;498&#34; alt=&#34;&#34;&gt;

**The Reconstitution Trap**

Because we can’t actually have customers sitting in every corner, all enterprise work becomes reconstitutive. We are constantly trying to stitch value back together from severed fragments. And because we have words for the &#34;organs&#34; (Sales, Tech, Ops), but no words for the &#34;nervous system&#34; that keeps them coupled to the customer’s reality, it stays disconnected. Until it makes contact with a customer.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/horsetrain.jpg&#34; width=&#34;600&#34; height=&#34;473&#34; alt=&#34;&#34;&gt;

*Photo: [Tim Klein](https://puzzlemontage.crevado.com/)*

**Maintaining the Life**

We need to stop treating analysis like a dissection. If you have to destroy the context to understand the data, you’ve already lost the game.  We need a language that describes things-in-motion - a way to discuss shared artifacts and goals without perpetual autopsy. We need a way to achieve &#39;Customer Coupling&#39;, maintaining the &#34;connective tissue&#34; of intent across the entire delivery lifecycle.

**What’s Next?**
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/108ec685ed.jpg&#34; width=&#34;600&#34; height=&#34;360&#34; alt=&#34;&#34;&gt;

*Photo: [Nathan Sawaya](https://www.theguardian.com/artanddesign/jonathanjonesblog/2014/sep/23/is-lego-art-creative-play-sculpture-nathan-sawaya)*

To stop the autopsy, we need a different situational awareness. Because an enterprise doesn&#39;t really have descriptors for the thing that it&#39;s inadvertently dissected. In another post, we’ll start building that vocabulary with a look at &#39;Assemblage&#39; - and why your company can be more like a Lego set than a marble statue. We need to understand the difference between when everything-is-fused and when things are different-but-connected. To find those words, we have to look toward a specific branch of philosophy...


</source:markdown>
    </item>
    
    <item>
      <title>Why The O-Word Isn&#39;t as Scary as it Sounds</title>
      <link>https://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/</link>
      <pubDate>Sun, 08 Mar 2026 12:11:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2026/03/08/why-the-oword-isnt-as/</guid>
      <description>&lt;p&gt;If you grew up in the UK in the 80s, you likely remember Maureen Lipman in the classic BT advert, beaming with pride because her grandson passed his exams. &lt;em&gt;&amp;ldquo;He&amp;rsquo;s got an &amp;lsquo;Ology!&amp;quot;&lt;/em&gt; she beamed. &lt;em&gt;&amp;ldquo;People will always need an &amp;lsquo;Ology!&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/8d9bdf6060.gif&#34; width=&#34;480&#34; height=&#34;360&#34; alt=&#34;Auto-generated description: A surprised woman is talking on a red telephone with her mouth open.&#34;&gt;
&lt;p&gt;She was right. The suffix &lt;strong&gt;-ology&lt;/strong&gt; simply means ‘the study of.’ Biology is the study of life; Sociology is the study of society. &lt;strong&gt;Ontology&lt;/strong&gt; (derived from the Greek &lt;em&gt;onto-&lt;/em&gt;, meaning ‘being’ or ‘that which exists’), then, is the study of being - or more simply, the study of &lt;strong&gt;what a thing actually is&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/what-it-is-it-is-what-it-is.gif&#34; width=&#34;333&#34; height=&#34;241&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;The Tomato&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The reason ‘Ontology’ should matter more in business is that we rarely agree on what a thing is. To explain what we mean, take the humble tomato:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;To a &lt;strong&gt;Botanist&lt;/strong&gt;, it is a fruit.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To a &lt;strong&gt;Chef&lt;/strong&gt;, it is a vegetable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To a &lt;strong&gt;Film Critic&lt;/strong&gt;, it is a metric of failure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To a &lt;strong&gt;Spaniard in late August&lt;/strong&gt;, it is ammunition for La Tomatina festival.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tomatina.gif&#34; width=&#34;400&#34; height=&#34;225&#34; alt=&#34;&#34;&gt;
&lt;p&gt;The tomato hasn’t changed, but the ontology - the framework of ‘what it is’ - changes completely depending on the context. In the enterprise, we run into trouble because folks work in silos where there is the one ‘right’ way to see the tomato. We lack a language that allows the Chef and the Botanist to collaborate without one of them being ‘wrong’.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Enter &amp;ldquo;Multi-Ontology&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;While computer scientists in the 90s used the term to get disparate databases to talk to one another, it was &lt;a href=&#34;https://thecynefin.co/team/dave-snowden/?srsltid=AfmBOoqp8PNDq6-6d6N0RdxhDY7i2m5hw_e-lCzWQtAoE9QpgZ1yJYH-&#34;&gt;Dave Snowden&lt;/a&gt; who revolutionised the field by introducing &lt;strong&gt;multi-ontology sense-making&lt;/strong&gt; to management theory.&lt;/p&gt;
&lt;p&gt;Snowden’s insight was a diagnostic breakthrough: he argued that we fail when we apply the logic of an ordered system (like an engine) to a complex system (like a culture). When a leader tries to use a spreadsheet (ordered ontology) to fix a morale problem (complex ontology), they aren&amp;rsquo;t just using the wrong tool; they are misidentifying the very nature of the thing they are looking at. To use the tomato again, if the head chef barks at his sous-chef to get &amp;ldquo;a load of tomatoes in&amp;rdquo; but they arrive by the ton in a truck from Buñol, then that&amp;rsquo;s an ontological error. Because they didn&amp;rsquo;t agree on the ontology (Are we fine-dining or are we hosting a riot?), the communication and subsequent operation action failed.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tomato-ontology.gif&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;You are Multi-Ontological&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You already navigate these ‘different ways of being’ every day. I am a Blogger, a Father, a Customer, and a Male in his mid-fifties.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;To my daughter, my ‘being’ is defined by my role as a parent.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To a health insurance company, I am a demographic data point.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To you, reading this, I am a source of strategic insight.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/excuse-me.gif&#34; width=&#34;220&#34; height=&#34;148&#34; alt=&#34;Auto-generated description: Kermit the Frog, is sitting in the driver&#39;s seat of a car, turning to camera with a scrunched face.&#34;&gt;
&lt;p&gt;I am all of these things at once. I am multi-ontological.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Enterprise &amp;ldquo;Reconstitution&amp;rdquo; Trap&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The tragedy of the modern enterprise is that it forces everything into single ontologies. When a ‘Customer’ (a complex human being) interacts with a company, the Billing department sees a ‘Debtor’ and Support sees a ‘Ticket.’ Each silo performs an &lt;strong&gt;Analysis as Autopsy&lt;/strong&gt;, cutting away the parts of the customer that don&amp;rsquo;t fit their specific departmental dictionary.&lt;/p&gt;
&lt;p&gt;When we talk about ‘Transformation,’ one of the things we are really challenged with is the need for a shared language - a way to discuss the ‘thing-to-be-done’ that survives the journey from the customer’s lived experience to the productionised product service experience. We need to be able to refer to the ‘in-between thing’ as a-mixture-of-different-stuff-in-motion-without-killing-and-dissecting-it-and-ending-up-back-where-we-started. It&amp;rsquo;s a bit of a Goldilocks test, how do we talk about things precisely enough for the engineer, tangible enough for the business lead, without ending up down rabbit holes or in the weeds when there&amp;rsquo;s lots of work to be done. Fortunately, and this is the idiot-savant point of my post, French philosophy (with some precision Mexican fine-tuning) has already provided the groundwork.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/i-dont-speak-french-emy.gif&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;Auto-generated description: A person with glasses and headphones is animatedly exclaiming, I DON&#39;T SPEAK FRENCH.&#34;&gt;
&lt;p&gt;&lt;strong&gt;What’s Next?!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now that we’ve hopefully demystified the ‘O-word’ and realised why those single ontology silos are failing, how do we actually name the shared work?&lt;/p&gt;
</description>
      <source:markdown>If you grew up in the UK in the 80s, you likely remember Maureen Lipman in the classic BT advert, beaming with pride because her grandson passed his exams. _&#34;He&#39;s got an &#39;Ology!&#34;_ she beamed. _&#34;People will always need an &#39;Ology!&#34;_

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/8d9bdf6060.gif&#34; width=&#34;480&#34; height=&#34;360&#34; alt=&#34;Auto-generated description: A surprised woman is talking on a red telephone with her mouth open.&#34;&gt;

She was right. The suffix **-ology** simply means ‘the study of.’ Biology is the study of life; Sociology is the study of society. **Ontology** (derived from the Greek _onto-_, meaning ‘being’ or ‘that which exists’), then, is the study of being - or more simply, the study of **what a thing actually is**.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/what-it-is-it-is-what-it-is.gif&#34; width=&#34;333&#34; height=&#34;241&#34; alt=&#34;&#34;&gt;

**The Tomato**

The reason ‘Ontology’ should matter more in business is that we rarely agree on what a thing is. To explain what we mean, take the humble tomato:

- To a **Botanist**, it is a fruit.

- To a **Chef**, it is a vegetable.

- To a **Film Critic**, it is a metric of failure.

- To a **Spaniard in late August**, it is ammunition for La Tomatina festival.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tomatina.gif&#34; width=&#34;400&#34; height=&#34;225&#34; alt=&#34;&#34;&gt;

The tomato hasn’t changed, but the ontology - the framework of ‘what it is’ - changes completely depending on the context. In the enterprise, we run into trouble because folks work in silos where there is the one ‘right’ way to see the tomato. We lack a language that allows the Chef and the Botanist to collaborate without one of them being ‘wrong’.

**Enter &#34;Multi-Ontology&#34;**

While computer scientists in the 90s used the term to get disparate databases to talk to one another, it was [Dave Snowden](https://thecynefin.co/team/dave-snowden/?srsltid=AfmBOoqp8PNDq6-6d6N0RdxhDY7i2m5hw_e-lCzWQtAoE9QpgZ1yJYH-) who revolutionised the field by introducing **multi-ontology sense-making** to management theory.

Snowden’s insight was a diagnostic breakthrough: he argued that we fail when we apply the logic of an ordered system (like an engine) to a complex system (like a culture). When a leader tries to use a spreadsheet (ordered ontology) to fix a morale problem (complex ontology), they aren&#39;t just using the wrong tool; they are misidentifying the very nature of the thing they are looking at. To use the tomato again, if the head chef barks at his sous-chef to get &#34;a load of tomatoes in&#34; but they arrive by the ton in a truck from Buñol, then that&#39;s an ontological error. Because they didn&#39;t agree on the ontology (Are we fine-dining or are we hosting a riot?), the communication and subsequent operation action failed.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/tomato-ontology.gif&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;&#34;&gt;

**You are Multi-Ontological**

You already navigate these ‘different ways of being’ every day. I am a Blogger, a Father, a Customer, and a Male in his mid-fifties.

- To my daughter, my ‘being’ is defined by my role as a parent.

- To a health insurance company, I am a demographic data point.

- To you, reading this, I am a source of strategic insight.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/excuse-me.gif&#34; width=&#34;220&#34; height=&#34;148&#34; alt=&#34;Auto-generated description: Kermit the Frog, is sitting in the driver&#39;s seat of a car, turning to camera with a scrunched face.&#34;&gt;

I am all of these things at once. I am multi-ontological.

**The Enterprise &#34;Reconstitution&#34; Trap**

The tragedy of the modern enterprise is that it forces everything into single ontologies. When a ‘Customer’ (a complex human being) interacts with a company, the Billing department sees a ‘Debtor’ and Support sees a ‘Ticket.’ Each silo performs an **Analysis as Autopsy**, cutting away the parts of the customer that don&#39;t fit their specific departmental dictionary.

When we talk about ‘Transformation,’ one of the things we are really challenged with is the need for a shared language - a way to discuss the ‘thing-to-be-done’ that survives the journey from the customer’s lived experience to the productionised product service experience. We need to be able to refer to the ‘in-between thing’ as a-mixture-of-different-stuff-in-motion-without-killing-and-dissecting-it-and-ending-up-back-where-we-started. It&#39;s a bit of a Goldilocks test, how do we talk about things precisely enough for the engineer, tangible enough for the business lead, without ending up down rabbit holes or in the weeds when there&#39;s lots of work to be done. Fortunately, and this is the idiot-savant point of my post, French philosophy (with some precision Mexican fine-tuning) has already provided the groundwork.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/i-dont-speak-french-emy.gif&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;Auto-generated description: A person with glasses and headphones is animatedly exclaiming, I DON&#39;T SPEAK FRENCH.&#34;&gt;

**What’s Next?!**

Now that we’ve hopefully demystified the ‘O-word’ and realised why those single ontology silos are failing, how do we actually name the shared work?
</source:markdown>
    </item>
    
    <item>
      <title>What if Mathematics and Philosophy Drew the Same Pictures?</title>
      <link>https://mattburgess.micro.blog/2025/12/13/what-if-mathematics-and-philosophy/</link>
      <pubDate>Sat, 13 Dec 2025 16:26:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2025/12/13/what-if-mathematics-and-philosophy/</guid>
      <description>&lt;p&gt;Think about it: two radically different fields, arriving at the same picture for completely different reasons. Two decades ago, I was deep into Deleuze and Guattari&amp;rsquo;s &lt;strong&gt;A Thousand Plateaus&lt;/strong&gt; (ATP). For the uninitiated, ATP is a wild ride - philosophy on a mission, exploring complex systems, networks of power, and how everything is connected. It’s dense, difficult, and brain-bleedingly brilliant.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/wonder-huh.gif&#34; width=&#34;497&#34; height=&#34;280&#34; alt=&#34;&#34;&gt;
&lt;p&gt;Then I found the bridge. A &lt;strong&gt;Delandian bridge&lt;/strong&gt;, if you will.&lt;/p&gt;
&lt;p&gt;I’m referring to Manuel DeLanda’s Assemblage Theory, as presented in his &lt;a href=&#34;https://www.youtube.com/@egsvideo/search?query=delanda%202011&#34;&gt;EGS lectures&lt;/a&gt;. Assemblage theory explains how entities - ideas, social movements, physical objects - come together to form a coherent whole and then just as easily break apart. It’s about the emergent properties or rather &lt;strong&gt;capacities&lt;/strong&gt; of these assemblages and how they affect and interact. But even with my Deleuze background, it was tough going until in 2018 I encountered the work of &lt;a href=&#34;https://happysleepy.com/art/drawing-thousand-plateaus/&#34;&gt;Marc Ngui&lt;/a&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Auto-generated description: A group of people seated at tables is surrounded by interconnected geometric shapes and lines, symbolising complex data systems or communication networks.&#34;&gt;
&lt;p&gt;Ngui&amp;rsquo;s illustrations of ATP are remarkable. They aren&amp;rsquo;t just art; they are visual maps of abstract Deleuzian concepts. I’ll be honest: &lt;strong&gt;they are really, really hard to understand at first.&lt;/strong&gt; One should definitely not try too hard. In one sitting. The ATP book is dense, and the illustrations follow suit. You have to let them seep in, or soak. It takes a while. Anything to do with Deleuze may sometimes be difficult, but is most certainly worth the effort.&lt;/p&gt;
&lt;p&gt;But here is what I can tell you: in the theory and the illustrations lies a way to represent the &lt;strong&gt;topology&lt;/strong&gt; of things we encounter and witness every day but lack the lexicon to articulate. Social networks, platforms, self-directed learning, pseudonymous identities, the network effect, and all the laws, Poe&amp;rsquo;s, Godwin&amp;rsquo;s, Cunningham&amp;rsquo;s and The &lt;a href=&#34;https://allthetropes.org/wiki/GIFT&#34;&gt;GIFT&lt;/a&gt;&amp;hellip;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/sad.gif&#34; width=&#34;320&#34; height=&#34;158&#34; alt=&#34;&#34;&gt;
&lt;p&gt;In assemblage theory, whatever &amp;lsquo;it&amp;rsquo; is, there’s a topology for that. And, it turns out, a diagram. It&amp;rsquo;s a deeply &lt;strong&gt;architectural&lt;/strong&gt; way of seeing the world.&lt;/p&gt;
&lt;p&gt;During this soaking period, I &lt;strong&gt;then&lt;/strong&gt; come across &lt;a href=&#34;https://www.glass-bead.org/article/the-glass-bead-game-revisited-weaving-emergent-dynamics-with-the-mes-methodology/?lang=enview&#34;&gt;Category Theory applied to the Glass Bead Game&lt;/a&gt; Now, bear with.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/bearwith-miranda.gif&#34; width=&#34;416&#34; height=&#34;284&#34; alt=&#34;bear-with-miranda&#34;&gt;
&lt;p&gt;Category Theory is a &lt;strong&gt;highly abstract&lt;/strong&gt; branch of mathematics that looks at structures to find commonalities between them. It’s the ultimate tool for finding the underlying pattern between things that look completely different. Category Theory is often called &amp;lsquo;the mathematics of mathematics&amp;rsquo;. (The Glass Bead Game is, for the purposes of this post, &lt;strong&gt;just a novel about everything&lt;/strong&gt; - a fictional, high-stakes intellectual contest that serves as the perfect vehicle for the mathematics of complexity).&lt;/p&gt;
&lt;p&gt;And that readers, was when I had what alcoholics refer to as, a moment of clarity.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/say-what.gif&#34; width=&#34;498&#34; height=&#34;398&#34; alt=&#34;&#34;&gt;
&lt;p&gt;The visual interpretations of Deleuze and Guattari’s philosophy are remarkably similar to the diagrams of &lt;strong&gt;Ehresmann’s Memory Evolutive Systems (MES)&lt;/strong&gt;, a framework within Category Theory used to model complex, multi-level evolutionary systems.&lt;/p&gt;
&lt;p&gt;It was like seeing two people on opposite sides of a wall, but in a room in another part of the world, drawing the same thing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Delandian Warning&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now, a word of caution. Manuel DeLanda explicitly warns us about the &lt;strong&gt;similarity of appearance&lt;/strong&gt;. He argues that grouping things together because they look the same on the surface is a trap - it’s the &lt;em&gt;taxidermy&lt;/em&gt; of thought. Just because two things share a shape, (or share &lt;strong&gt;properties&lt;/strong&gt;), doesn&amp;rsquo;t mean they share &lt;strong&gt;capacities&lt;/strong&gt;. To DeLanda, the real value lies in the &lt;strong&gt;similarity of relations.&lt;/strong&gt; It’s not about how it looks, it’s about how the parts of the assemblage come together &lt;strong&gt;to affect or be affected&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;So, do they?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Do the parts of Category Theory and the parts of Assemblage Theory connect and interact in the same way, even though they come from such different ontologies?&lt;/p&gt;
&lt;p&gt;Well, they are both describing the &lt;strong&gt;mechanics of emergence&lt;/strong&gt;. In &lt;strong&gt;Assemblage Theory&lt;/strong&gt;, the ‘parts’ are heterogeneous (people, tools, ideas) and their interaction creates a ‘whole with new capacities’. In &lt;strong&gt;Category Theory&lt;/strong&gt;
, the ‘parts’ are objects and their interactions are morphisms; and just for sh*ts and giggles, when they huddle together correctly, they form a &lt;strong&gt;Colimit&lt;/strong&gt; - a new, higher-level object that represents the unity of the parts. But that doesn’t matter right now.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/f99fb02e4e.gif&#34;&gt;
&lt;p&gt;What the MES system Ehresmann describes is &lt;strong&gt;strikingly similar&lt;/strong&gt; to the concept of Strata in Deleuze &amp;amp; Guattari’s A Thousand Plateaus. In fact the graphic convention that Ngui came up with for Strata is &lt;em&gt;very&lt;/em&gt; similar to the conventions Ehresmann/Béjean used in their diagrams to show how complexity emerges.&lt;/p&gt;
&lt;p&gt;Here is the first MES image that features multiple &amp;ldquo;cones&amp;rdquo; (clusters) converging into a single point.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/figure-1.-hierarchical-evolutive-system-with-a-ramification-of-c.png&#34; width=&#34;600&#34; height=&#34;336&#34; alt=&#34;&#34;&gt;
&lt;p&gt;Here is paragraph 9a, which establishes the &amp;ldquo;Strata.&amp;rdquo; Ngui draws horizontal layers that mimic the leveled structure of MES. It visually represents the idea of &amp;ldquo;sedimentation&amp;rdquo; - where lower-level elements (Level 0) are captured and organised into higher-order strata (Level n+1), exactly like the &amp;ldquo;cones&amp;rdquo; in the MES image.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/10000bc-pgph9a.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
&lt;p&gt;And here is the development of Strata, in A Thousand Plateaus paragraph 24.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/10000-paragraph-24.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
&lt;p&gt;Visually, these drawings use a split or dual-panel logic to show how one level of organisation (the molecular) is translated into another (the molar). This mirrors the MES diagram showing the transition and transformation of components across different time intervals.&lt;/p&gt;
&lt;p&gt;The invariant of these diagrams is the same &lt;strong&gt;Abstract Machine&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In 2019, I talked about this with Marc Ngui who excitedly agreed and remarked that ‘It was rather uncanny.’&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;”The MES system described in the [Glass Bead Game] article is really closely aligned to the dynamic structures D&amp;amp;G are describing in 10,000 BC. It is like MES is a mathematical/logical description of Strata. ..There is probably a chance that Guattari was taking ideas from Category theory to incorporate into their concept of Strata. The concept of moving from inorganic material to complex organic structures as described in the Revisited Bead Game is mirrored in D&amp;amp;G&amp;rsquo;s description of the progression of matter from the plane of consistency to the human organism and then to culture and language.  So interesting!”&lt;/em&gt;
&lt;em&gt;&lt;strong&gt;Marc Ngui&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;A Tale of Two Approaches&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In reality, both fields are observing the same hybrid reality - a &lt;strong&gt;Flat Ontology&lt;/strong&gt; - for us, that means where humans, code, and hardware exist on the same plane. They simply offer two different ways of looking at it:&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;1. The Assemblage Lens: Context and Capacity&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Think of a sports team during a match on the pitch. You have players, the ball, the grass, and the &amp;lsquo;vibe.&amp;rsquo; This is an &lt;strong&gt;Assemblage&lt;/strong&gt;. It doesn&amp;rsquo;t distinguish between the biological (the players) and the technical (the pitch). It is is &lt;strong&gt;topological and historical&lt;/strong&gt;. It asks: &lt;em&gt;How did these specific parts come together right now? What can this combination of humans and gear actually &lt;strong&gt;do&lt;/strong&gt;?&lt;/em&gt; We are mapping the territory of emergence. For &lt;strong&gt;the business&lt;/strong&gt;, this is the &amp;ldquo;as-is&amp;rdquo; state of a transformation - the messy reality of human culture, market pressure, and existing workflows.&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;2. Category Theory &amp;amp; MES (The Formula)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now, look at that same match through the lens of &lt;strong&gt;Category Theory&lt;/strong&gt;. It doesn&amp;rsquo;t care if the star player is wearing the No. 10 shirt; it cares about the Position (the ‘Playmaker’). It ignores the _flavour _of the components and looks at the universal functions, &lt;em&gt;the morphisms&lt;/em&gt; connecting them. For Tech, this is the enterprise architecture - the blueprinted logic that should hold true regardless of who is performing the task or which server is running the code.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;It isn&amp;rsquo;t that one theory is for humans or one visual is for machines; it&amp;rsquo;s that they are &lt;strong&gt;two different ways of observing the same hybrid reality&lt;/strong&gt;. And as the diagrams and drawings reveal, fascinatingly, they &lt;strong&gt;coincide&lt;/strong&gt; and &lt;strong&gt;corroborate&lt;/strong&gt; each other.&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;Assemblage Theory (The Map of Capacities):&lt;/strong&gt; AT is about &lt;strong&gt;History and Affect&lt;/strong&gt;. It looks at a sociotechnical system (like a DAO or a smart city) and asks: &lt;em&gt;‘What are the specific components here, and what can they actually &lt;strong&gt;do&lt;/strong&gt; together?’&lt;/em&gt; It recognises that a server and a human operator form a new &lt;strong&gt;machinic phylum&lt;/strong&gt; It’s about the territory - the messy, shifting, specific reality of how things have actually plugged into each other.&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;Category Theory (The Map of Functions):&lt;/strong&gt; CT is about &lt;strong&gt;Structure and Transformation&lt;/strong&gt;. It looks at that same system and asks: &lt;em&gt;‘What is the universal logic that governs how these parts interact?’&lt;/em&gt; It doesn&amp;rsquo;t care if the &lt;em&gt;object&lt;/em&gt; is a human or a database; it cares about the &lt;strong&gt;morphism&lt;/strong&gt;, the change, between them. It’s about the rules of the game - the abstract blueprints that remain true even as the parts swap out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Convergence: Poised-for-the-Next-Move&lt;/strong&gt;-&lt;/p&gt;
&lt;p&gt;Despite their different origins, both the philosophical diagrams of Deleuze/DeLanda and Ehresmann/Béjean&amp;rsquo;s mathematical diagrams both depict a system that is stable enough to exist, but fluid enough to change. They represent a network that is &lt;strong&gt;poised&lt;/strong&gt;. Architecturally, and as a student of Libeskind, I find the similarities in the &lt;em&gt;diagrammatic projections&lt;/em&gt; of both theories and their &lt;em&gt;drawings&lt;/em&gt; fascinating because they are a &lt;strong&gt;betweeness&lt;/strong&gt;. In a Delandian sense they have - &lt;strong&gt;both Similarity of Relations and Similarity of Appearance&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;The Context (The Philosophical Patterns):&lt;/strong&gt; This is offering a path for transformation. By viewing the system as an assemblage of capacities, one sees the &lt;em&gt;lines of flight&lt;/em&gt; - the places and spaces where the culture and the tech are already shifting and ready to self-organise into a new way of working&lt;/p&gt;
&lt;p&gt;-&lt;strong&gt;The Logic (The Mathematical Patterns):&lt;/strong&gt; This is the tool for managing complexity and technical debt. By viewing your system as a category of &lt;em&gt;positions&lt;/em&gt; and &lt;em&gt;interfaces&lt;/em&gt;, one finds the common patterns that allow for interoperability across different eras.&lt;/p&gt;
&lt;p&gt;By multiplexing the &lt;em&gt;Teleology&lt;/em&gt; of Category Theory (the functional logic) with the &lt;em&gt;Topology&lt;/em&gt; of Assemblage Theory (the historical context), we might even stop treating &amp;lsquo;Tech&amp;rsquo; and &amp;lsquo;Business&amp;rsquo; as separate worlds. We might start seeing them as a single &lt;strong&gt;Sociotechnical Assemblage&lt;/strong&gt; poised for transformation.&lt;/p&gt;
&lt;p&gt;And then, at that moment, I stop. Because here I start thinking about Cynefin and liminality, and Dave Snowden’s brilliant Three A’s frameworks (Agency, Assemblage, Affordance), and it&amp;rsquo;s territory that has been interrogated by folks-smarter-than-moi.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/huhh-what.gif&#34; width=&#34;498&#34; height=&#34;364&#34; alt=&#34;huh-what?&#34;&gt;
&lt;p&gt;But the questions this &lt;strong&gt;diagrammatic comparison&lt;/strong&gt; prompts are compelling and invite further lines of latent enquiry like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Are there &lt;strong&gt;niche diagrams&lt;/strong&gt; in Assemblage Theory that might &lt;strong&gt;affect&lt;/strong&gt; Category Theory? What is the diagrammatic capacity between the theories &lt;strong&gt;to affect or be affected&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;Can we use the &lt;strong&gt;Similarity of Relations&lt;/strong&gt; in either theory to predict or anticipate when a system is about to shift from a static, legacy block to a &lt;strong&gt;capacitive&lt;/strong&gt; assemblage?&lt;/li&gt;
&lt;li&gt;Does the geometry of architectural projection and drawings - which the architect Libeskind argued were &lt;strong&gt;autonomous spaces of exploration&lt;/strong&gt; - bring a new territory?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Deleuze wrote a great deal about &lt;strong&gt;the diagram&lt;/strong&gt; but that&amp;rsquo;s for another post.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;So, what if mathematics and philosophy did draw the same diagrams?&lt;/p&gt;
&lt;p&gt;Well, &lt;strong&gt;we get patterns.&lt;/strong&gt; But these aren&amp;rsquo;t just pretty shapes on a whiteboard or wallpaper. These patterns appear as a &lt;strong&gt;similarity of relations&lt;/strong&gt;. By &lt;strong&gt;diagramming&lt;/strong&gt; the &lt;strong&gt;teleology of mathematics&lt;/strong&gt; (the logical where are we going?) with the &lt;strong&gt;topology of philosophy&lt;/strong&gt; (the structural where are we now?), might we map a new or different kind of diagram?&lt;/p&gt;
&lt;p&gt;The diagrams coincide here because we’ve  held off looking at the &lt;em&gt;things&lt;/em&gt; and opened ourselves to looking at the &lt;strong&gt;relationships&lt;/strong&gt;. And in a world of rapid transformation, whilst we think it&amp;rsquo;s the &amp;ldquo;things&amp;rdquo; that matter - the patterns tell a different story.&lt;/p&gt;
</description>
      <source:markdown>Think about it: two radically different fields, arriving at the same picture for completely different reasons. Two decades ago, I was deep into Deleuze and Guattari&#39;s **A Thousand Plateaus** (ATP). For the uninitiated, ATP is a wild ride - philosophy on a mission, exploring complex systems, networks of power, and how everything is connected. It’s dense, difficult, and brain-bleedingly brilliant. 

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/wonder-huh.gif&#34; width=&#34;497&#34; height=&#34;280&#34; alt=&#34;&#34;&gt;

Then I found the bridge. A **Delandian bridge**, if you will.

I’m referring to Manuel DeLanda’s Assemblage Theory, as presented in his [EGS lectures](https://www.youtube.com/@egsvideo/search?query=delanda%202011). Assemblage theory explains how entities - ideas, social movements, physical objects - come together to form a coherent whole and then just as easily break apart. It’s about the emergent properties or rather **capacities** of these assemblages and how they affect and interact. But even with my Deleuze background, it was tough going until in 2018 I encountered the work of [Marc Ngui](https://happysleepy.com/art/drawing-thousand-plateaus/).

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/introduction-paragraph-6.webp&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Auto-generated description: A group of people seated at tables is surrounded by interconnected geometric shapes and lines, symbolising complex data systems or communication networks.&#34;&gt;

Ngui&#39;s illustrations of ATP are remarkable. They aren&#39;t just art; they are visual maps of abstract Deleuzian concepts. I’ll be honest: **they are really, really hard to understand at first.** One should definitely not try too hard. In one sitting. The ATP book is dense, and the illustrations follow suit. You have to let them seep in, or soak. It takes a while. Anything to do with Deleuze may sometimes be difficult, but is most certainly worth the effort.

But here is what I can tell you: in the theory and the illustrations lies a way to represent the **topology** of things we encounter and witness every day but lack the lexicon to articulate. Social networks, platforms, self-directed learning, pseudonymous identities, the network effect, and all the laws, Poe&#39;s, Godwin&#39;s, Cunningham&#39;s and The [GIFT](https://allthetropes.org/wiki/GIFT)....

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/sad.gif&#34; width=&#34;320&#34; height=&#34;158&#34; alt=&#34;&#34;&gt;

In assemblage theory, whatever &#39;it&#39; is, there’s a topology for that. And, it turns out, a diagram. It&#39;s a deeply **architectural** way of seeing the world.

During this soaking period, I **then** come across [Category Theory applied to the Glass Bead Game](https://www.glass-bead.org/article/the-glass-bead-game-revisited-weaving-emergent-dynamics-with-the-mes-methodology/?lang=enview) Now, bear with.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/bearwith-miranda.gif&#34; width=&#34;416&#34; height=&#34;284&#34; alt=&#34;bear-with-miranda&#34;&gt;

Category Theory is a **highly abstract** branch of mathematics that looks at structures to find commonalities between them. It’s the ultimate tool for finding the underlying pattern between things that look completely different. Category Theory is often called &#39;the mathematics of mathematics&#39;. (The Glass Bead Game is, for the purposes of this post, **just a novel about everything** - a fictional, high-stakes intellectual contest that serves as the perfect vehicle for the mathematics of complexity).

And that readers, was when I had what alcoholics refer to as, a moment of clarity.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/say-what.gif&#34; width=&#34;498&#34; height=&#34;398&#34; alt=&#34;&#34;&gt;

The visual interpretations of Deleuze and Guattari’s philosophy are remarkably similar to the diagrams of **Ehresmann’s Memory Evolutive Systems (MES)**, a framework within Category Theory used to model complex, multi-level evolutionary systems.

It was like seeing two people on opposite sides of a wall, but in a room in another part of the world, drawing the same thing.

**The Delandian Warning**

Now, a word of caution. Manuel DeLanda explicitly warns us about the **similarity of appearance**. He argues that grouping things together because they look the same on the surface is a trap - it’s the _taxidermy_ of thought. Just because two things share a shape, (or share **properties**), doesn&#39;t mean they share **capacities**. To DeLanda, the real value lies in the **similarity of relations.** It’s not about how it looks, it’s about how the parts of the assemblage come together **to affect or be affected**.

**So, do they?**

Do the parts of Category Theory and the parts of Assemblage Theory connect and interact in the same way, even though they come from such different ontologies?

Well, they are both describing the **mechanics of emergence**. In **Assemblage Theory**, the ‘parts’ are heterogeneous (people, tools, ideas) and their interaction creates a ‘whole with new capacities’. In **Category Theory**
, the ‘parts’ are objects and their interactions are morphisms; and just for sh*ts and giggles, when they huddle together correctly, they form a **Colimit** - a new, higher-level object that represents the unity of the parts. But that doesn’t matter right now.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/f99fb02e4e.gif&#34;&gt;

What the MES system Ehresmann describes is **strikingly similar** to the concept of Strata in Deleuze &amp; Guattari’s A Thousand Plateaus. In fact the graphic convention that Ngui came up with for Strata is *very* similar to the conventions Ehresmann/Béjean used in their diagrams to show how complexity emerges.

Here is the first MES image that features multiple &#34;cones&#34; (clusters) converging into a single point.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/figure-1.-hierarchical-evolutive-system-with-a-ramification-of-c.png&#34; width=&#34;600&#34; height=&#34;336&#34; alt=&#34;&#34;&gt;

Here is paragraph 9a, which establishes the &#34;Strata.&#34; Ngui draws horizontal layers that mimic the leveled structure of MES. It visually represents the idea of &#34;sedimentation&#34; - where lower-level elements (Level 0) are captured and organised into higher-order strata (Level n+1), exactly like the &#34;cones&#34; in the MES image.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/10000bc-pgph9a.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;

And here is the development of Strata, in A Thousand Plateaus paragraph 24.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/10000-paragraph-24.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;

Visually, these drawings use a split or dual-panel logic to show how one level of organisation (the molecular) is translated into another (the molar). This mirrors the MES diagram showing the transition and transformation of components across different time intervals.

The invariant of these diagrams is the same **Abstract Machine**.

In 2019, I talked about this with Marc Ngui who excitedly agreed and remarked that ‘It was rather uncanny.’

&gt;_”The MES system described in the [Glass Bead Game] article is really closely aligned to the dynamic structures D&amp;G are describing in 10,000 BC. It is like MES is a mathematical/logical description of Strata. ..There is probably a chance that Guattari was taking ideas from Category theory to incorporate into their concept of Strata. The concept of moving from inorganic material to complex organic structures as described in the Revisited Bead Game is mirrored in D&amp;G&#39;s description of the progression of matter from the plane of consistency to the human organism and then to culture and language.  So interesting!”_
_**Marc Ngui**_


**A Tale of Two Approaches**

In reality, both fields are observing the same hybrid reality - a **Flat Ontology** - for us, that means where humans, code, and hardware exist on the same plane. They simply offer two different ways of looking at it:

-**1. The Assemblage Lens: Context and Capacity**

Think of a sports team during a match on the pitch. You have players, the ball, the grass, and the &#39;vibe.&#39; This is an **Assemblage**. It doesn&#39;t distinguish between the biological (the players) and the technical (the pitch). It is is **topological and historical**. It asks: _How did these specific parts come together right now? What can this combination of humans and gear actually **do**?_ We are mapping the territory of emergence. For **the business**, this is the &#34;as-is&#34; state of a transformation - the messy reality of human culture, market pressure, and existing workflows.

-**2. Category Theory &amp; MES (The Formula)**

Now, look at that same match through the lens of **Category Theory**. It doesn&#39;t care if the star player is wearing the No. 10 shirt; it cares about the Position (the ‘Playmaker’). It ignores the _flavour _of the components and looks at the universal functions, _the morphisms_ connecting them. For Tech, this is the enterprise architecture - the blueprinted logic that should hold true regardless of who is performing the task or which server is running the code.

&lt;hr&gt;

It isn&#39;t that one theory is for humans or one visual is for machines; it&#39;s that they are **two different ways of observing the same hybrid reality**. And as the diagrams and drawings reveal, fascinatingly, they **coincide** and **corroborate** each other.

-**Assemblage Theory (The Map of Capacities):** AT is about **History and Affect**. It looks at a sociotechnical system (like a DAO or a smart city) and asks: _‘What are the specific components here, and what can they actually **do** together?’_ It recognises that a server and a human operator form a new **machinic phylum** It’s about the territory - the messy, shifting, specific reality of how things have actually plugged into each other.

-**Category Theory (The Map of Functions):** CT is about **Structure and Transformation**. It looks at that same system and asks: _‘What is the universal logic that governs how these parts interact?’_ It doesn&#39;t care if the _object_ is a human or a database; it cares about the **morphism**, the change, between them. It’s about the rules of the game - the abstract blueprints that remain true even as the parts swap out.

**The Convergence: Poised-for-the-Next-Move**-

Despite their different origins, both the philosophical diagrams of Deleuze/DeLanda and Ehresmann/Béjean&#39;s mathematical diagrams both depict a system that is stable enough to exist, but fluid enough to change. They represent a network that is **poised**. Architecturally, and as a student of Libeskind, I find the similarities in the _diagrammatic projections_ of both theories and their _drawings_ fascinating because they are a **betweeness**. In a Delandian sense they have - **both Similarity of Relations and Similarity of Appearance**. 

-**The Context (The Philosophical Patterns):** This is offering a path for transformation. By viewing the system as an assemblage of capacities, one sees the _lines of flight_ - the places and spaces where the culture and the tech are already shifting and ready to self-organise into a new way of working

-**The Logic (The Mathematical Patterns):** This is the tool for managing complexity and technical debt. By viewing your system as a category of _positions_ and _interfaces_, one finds the common patterns that allow for interoperability across different eras.

By multiplexing the _Teleology_ of Category Theory (the functional logic) with the _Topology_ of Assemblage Theory (the historical context), we might even stop treating &#39;Tech&#39; and &#39;Business&#39; as separate worlds. We might start seeing them as a single **Sociotechnical Assemblage** poised for transformation.

And then, at that moment, I stop. Because here I start thinking about Cynefin and liminality, and Dave Snowden’s brilliant Three A’s frameworks (Agency, Assemblage, Affordance), and it&#39;s territory that has been interrogated by folks-smarter-than-moi.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/huhh-what.gif&#34; width=&#34;498&#34; height=&#34;364&#34; alt=&#34;huh-what?&#34;&gt;

But the questions this **diagrammatic comparison** prompts are compelling and invite further lines of latent enquiry like:

- Are there **niche diagrams** in Assemblage Theory that might **affect** Category Theory? What is the diagrammatic capacity between the theories **to affect or be affected**?
- Can we use the **Similarity of Relations** in either theory to predict or anticipate when a system is about to shift from a static, legacy block to a **capacitive** assemblage?
- Does the geometry of architectural projection and drawings - which the architect Libeskind argued were **autonomous spaces of exploration** - bring a new territory?

Deleuze wrote a great deal about **the diagram** but that&#39;s for another post.

&lt;hr&gt;

So, what if mathematics and philosophy did draw the same diagrams?

Well, **we get patterns.** But these aren&#39;t just pretty shapes on a whiteboard or wallpaper. These patterns appear as a **similarity of relations**. By **diagramming** the **teleology of mathematics** (the logical where are we going?) with the **topology of philosophy** (the structural where are we now?), might we map a new or different kind of diagram? 

The diagrams coincide here because we’ve  held off looking at the _things_ and opened ourselves to looking at the **relationships**. And in a world of rapid transformation, whilst we think it&#39;s the &#34;things&#34; that matter - the patterns tell a different story.
</source:markdown>
    </item>
    
    <item>
      <title>Libeskind&#39;s Drawings and Revolt Against The Masterplan</title>
      <link>https://mattburgess.micro.blog/2023/07/11/libeskinds-drawings-and-revolt-against/</link>
      <pubDate>Tue, 11 Jul 2023 15:20:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2023/07/11/libeskinds-drawings-and-revolt-against/</guid>
      <description>&lt;p&gt;Daniel Libeskind’s Micromegas (published in the late 1970s, specifically 1979) remains one of the most disruptive &amp;ldquo;anti-blueprints&amp;rdquo; ever conceived. At the time, Libeskind was the head of the Department of Architecture at Cranbrook, and he was effectively staging a revolt against the &amp;ldquo;Master Plan.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;He didn&amp;rsquo;t see these drawings as illustrations of buildings, but as &amp;ldquo;Mathematical Meditations&amp;rdquo; on the act of space-making itself.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The &amp;ldquo;Conflict of the Vector&amp;rdquo;&lt;/strong&gt;
Libeskind described Micromegas as an exploration of the &lt;strong&gt;&amp;ldquo;End of Space.&amp;quot;&lt;/strong&gt; He wasn&amp;rsquo;t interested in the &amp;ldquo;Static Object&amp;rdquo; (the building); he was interested in the &lt;strong&gt;Point of Collision&lt;/strong&gt;.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/maldorors-equation-1-2280x2889.webp&#34; width=&#34;600&#34; height=&#34;760&#34; alt=&#34;&#34;&gt;
&lt;p&gt;&lt;strong&gt;What he said:&lt;/strong&gt; He argued that traditional architectural drawing had become a &amp;ldquo;servant of the industry&amp;rdquo; - a dead language used to provide instructions for construction. Micromegas was his attempt to liberate the drawing. He described the work as a &lt;strong&gt;&amp;ldquo;Calculus of the Architectural&amp;rdquo;&lt;/strong&gt; - a way to map the &amp;ldquo;invisible forces&amp;rdquo; and &amp;ldquo;vectors of intent&amp;rdquo; that a standard floor plan ignores.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Name: Voltaire and the &amp;ldquo;Tiny-Giant&amp;rdquo;&lt;/strong&gt;
The title refers to Voltaire’s 1752 novella Micromégas (literally &amp;ldquo;Small-Large&amp;rdquo;), which features a giant from Sirius visiting Earth. Libeskind used this name to signal a &lt;strong&gt;Scale Collapse&lt;/strong&gt;. He claimed that in these drawings, &lt;strong&gt;&amp;ldquo;Scale is an illusion.&amp;quot;&lt;/strong&gt; A single line could represent a city wall or a microscopic fracture in a database. There&amp;rsquo;s a transductive link. He was &amp;ldquo;leading energy across&amp;rdquo; from the astronomical to the infinitesimal. He said the drawings were about &lt;strong&gt;&amp;ldquo;The Verticality of the Mind&amp;rdquo;&lt;/strong&gt; crashing into the &lt;strong&gt;&amp;ldquo;Horizontality of the Site.&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The &amp;ldquo;Polyphonic&amp;rdquo; Drawing&lt;/strong&gt;
Libeskind explicitly linked the work to music (specifically his Chamberworks series).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What he said:&lt;/strong&gt; He described the drawings as &lt;strong&gt;&amp;ldquo;Polyphonic,&amp;quot;&lt;/strong&gt; meaning they contained multiple, simultaneous truths that didn&amp;rsquo;t resolve into a single &amp;ldquo;Target State.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How this Sutures into my &amp;ldquo;Applied Transduction&amp;rdquo; thinking&lt;/strong&gt;
Libeskind’s 1970s swagger helps to dismantle the modern &amp;ldquo;Target State&amp;rdquo; architecture of the enterprise. In 1979, Libeskind gave us Micromegas to show us that the &amp;lsquo;Master Plan&amp;rsquo; is a tomb. He showed us that the real work happens in the &amp;lsquo;Small-Large&amp;rsquo; - the infinitesimal moment where a vector of human intent hits a technical constraint. We shouldn&amp;rsquo;t be drawing a roadmap; we need to be mapping the polyphonic collisions of the Cloud monolith.&lt;/p&gt;
</description>
      <source:markdown>Daniel Libeskind’s Micromegas (published in the late 1970s, specifically 1979) remains one of the most disruptive &#34;anti-blueprints&#34; ever conceived. At the time, Libeskind was the head of the Department of Architecture at Cranbrook, and he was effectively staging a revolt against the &#34;Master Plan.&#34;

He didn&#39;t see these drawings as illustrations of buildings, but as &#34;Mathematical Meditations&#34; on the act of space-making itself.

**The &#34;Conflict of the Vector&#34;**
Libeskind described Micromegas as an exploration of the **&#34;End of Space.&#34;** He wasn&#39;t interested in the &#34;Static Object&#34; (the building); he was interested in the **Point of Collision**.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/maldorors-equation-1-2280x2889.webp&#34; width=&#34;600&#34; height=&#34;760&#34; alt=&#34;&#34;&gt;

**What he said:** He argued that traditional architectural drawing had become a &#34;servant of the industry&#34; - a dead language used to provide instructions for construction. Micromegas was his attempt to liberate the drawing. He described the work as a **&#34;Calculus of the Architectural&#34;** - a way to map the &#34;invisible forces&#34; and &#34;vectors of intent&#34; that a standard floor plan ignores.

**The Name: Voltaire and the &#34;Tiny-Giant&#34;**
The title refers to Voltaire’s 1752 novella Micromégas (literally &#34;Small-Large&#34;), which features a giant from Sirius visiting Earth. Libeskind used this name to signal a **Scale Collapse**. He claimed that in these drawings, **&#34;Scale is an illusion.&#34;** A single line could represent a city wall or a microscopic fracture in a database. There&#39;s a transductive link. He was &#34;leading energy across&#34; from the astronomical to the infinitesimal. He said the drawings were about **&#34;The Verticality of the Mind&#34;** crashing into the **&#34;Horizontality of the Site.&#34;**

**The &#34;Polyphonic&#34; Drawing**
Libeskind explicitly linked the work to music (specifically his Chamberworks series).

**What he said:** He described the drawings as **&#34;Polyphonic,&#34;** meaning they contained multiple, simultaneous truths that didn&#39;t resolve into a single &#34;Target State.&#34;

**How this Sutures into my &#34;Applied Transduction&#34; thinking**
Libeskind’s 1970s swagger helps to dismantle the modern &#34;Target State&#34; architecture of the enterprise. In 1979, Libeskind gave us Micromegas to show us that the &#39;Master Plan&#39; is a tomb. He showed us that the real work happens in the &#39;Small-Large&#39; - the infinitesimal moment where a vector of human intent hits a technical constraint. We shouldn&#39;t be drawing a roadmap; we need to be mapping the polyphonic collisions of the Cloud monolith.
</source:markdown>
    </item>
    
    <item>
      <title>The Polymathic Matrix: Architecture as &#34;Cartographed History&#34;</title>
      <link>https://mattburgess.micro.blog/2023/02/07/the-polymathic-matrix-architecture-as/</link>
      <pubDate>Tue, 07 Feb 2023 16:03:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2023/02/07/the-polymathic-matrix-architecture-as/</guid>
      <description>&lt;p&gt;Daniel Libeskind’s early work remains lodged in my architectural consciousness. Having written my dissertation on him years ago, I&amp;rsquo;m still finding that his &amp;ldquo;praxis&amp;rdquo; - the translation of dense, polymathic theory into physical form - has only become more relevant as technological architecture struggles to balance digital abstraction with genuine human memory.&lt;/p&gt;
&lt;p&gt;Libeskind didn&amp;rsquo;t just build (in fact for quite a while he really didn&amp;rsquo;t!); he deciphers. His signature ideas represent a career-long effort to turn the &amp;ldquo;invisible&amp;rdquo; data of history into a &amp;ldquo;visible&amp;rdquo; tectonic language. Rather than a fixed blueprint, his work functions as a &lt;strong&gt;rhizome&lt;/strong&gt; - a Deleuzian map of connections that has no beginning or end, only middle-points and offshoots.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Architecture as Notation: &lt;em&gt;Micromegas&lt;/em&gt; and &lt;em&gt;Chamber Works&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://libeskind.com/work/micromegas/&#34;&gt;The Exploded Geometry (Micromegas, 1979)&lt;/a&gt;&lt;/strong&gt;: Named after Voltaire’s satire, these &amp;ldquo;mathematical meditations&amp;rdquo; function as a Derridean trace, where the presence of the drawing is always haunted by the absence of traditional Euclidean space. They shatter the perspective of the &amp;ldquo;Enlightenment observer,&amp;rdquo; replacing it with a multi-layered, shattered geometry that anticipates his later built works.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://libeskind.com/work/chamber-works/&#34;&gt;The Musical Score (Chamber Works, 1983)&lt;/a&gt;&lt;/strong&gt;: These are not representations of buildings; they are explorations of how mathematical proportions can move between the ear and the eye. By using the line as a &amp;ldquo;vibrational&amp;rdquo; element, Libeskind treats the paper as a field where music is decoded into a spatial frequency.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. The Polymathic Matrix: Mapping the Gedenkbuch&lt;/strong&gt;
The design of the Jewish Museum Berlin represents the pinnacle of his polymathic approach. He didn&amp;rsquo;t just design a building; he &amp;ldquo;mined&amp;rdquo; the city of Berlin for its lost data to create a matrix of absence.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/jewish-museum-berlin-libeskind-13.webp&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Auto-generated description: An abstract geometric sketch features intersecting lines and shapes in red and black.&#34;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.zamyn.org/current/daniel-libeskind-the-void.html&#34;&gt;The Gedenkbuch (Memorial Book)&lt;/a&gt;&lt;/strong&gt;: Libeskind utilised the names, birthdates, and deportation sites of murdered German Jews as spatial coordinates.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;[Urban Vectors]&lt;/strong&gt;: He plotted the addresses of prominent Jewish and non-Jewish Berliners (such as Paul Celan, Mies van der Rohe, and Rahel Varnhagen). By drawing lines between these points across the city, he created an &amp;ldquo;irrational&amp;rdquo; web of connections. A map of &lt;strong&gt;intensive processes&lt;/strong&gt; - the pressures, flows, and historical &amp;ldquo;speeds&amp;rdquo; that shaped Berlin before they were frozen into the **&amp;ldquo;extensive&amp;rdquo; **(physical) form of the building. By drawing lines between these points, Libeskind isn&amp;rsquo;t just making a pattern; he is tracing the gradients of Berlin’s trauma.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.researchgate.net/profile/Tom-Shaked/publication/318528796/figure/fig1/AS:631656654336033@1527610090957/Floor-plan-of-the-Jewish-Museum-in-Berlin-Image-Source-Daniel-Libeskind-Between-the.png&#34;&gt;The Collapsed Site&lt;/a&gt;&lt;/strong&gt;: He then &amp;ldquo;collapsed&amp;rdquo; this city-wide map onto the museum&amp;rsquo;s footprint. The building’s famous zigzag shape is a physical distillation of these urban vectors - a 3D diagram of the broken relationships between the city&amp;rsquo;s citizens.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;3. The Architecture of Absence and &amp;ldquo;The Void&amp;rdquo;&lt;/strong&gt;
Perhaps the most persistent notion in Libeskind’s lexicon is &lt;strong&gt;The Void&lt;/strong&gt;. This concept moved from theoretical drawings into the physical reality of Berlin and the &lt;strong&gt;World Trade Center Master Plan&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://arch1101-2014jp.blogspot.com/2014/05/jewish-museum-berlin-by-daniel-libeskind.html&#34;&gt;The Visible vs. The Invisible&lt;/a&gt;&lt;/strong&gt;: In Berlin, the &amp;ldquo;Void&amp;rdquo; is a straight, empty line of raw concrete that slices through the zigzagging building. It represents the &amp;ldquo;erasure&amp;rdquo; of Jewish life—a space that is physically present but functionally inaccessible.&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/death-through-architecture.jpg&#34; width=&#34;600&#34; height=&#34;326&#34; alt=&#34;Auto-generated description: A plan schematic features labeled areas including a system of void spaces, separate void building as a memorial to the Holocaust, and Garden of exile, with a scale of 1:1000.&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&amp;ldquo;Between the Lines&amp;rdquo;&lt;/strong&gt;: Libeskind’s philosophy posits two lines of logic: one is the &amp;ldquo;visible&amp;rdquo; path of history we walk, and the other is the &amp;ldquo;invisible&amp;rdquo; line of what has been lost. The building exists in the tension (the &amp;ldquo;interstitial space&amp;rdquo;) between these two.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;4. The Garden of Exile: A Polymathic Critique&lt;/strong&gt;
&lt;strong&gt;The Garden of Exile&lt;/strong&gt; (originally the E.T.A. Hoffmann Garden) is where Libeskind’s architectural praxis takes a sharp, intellectual &amp;ldquo;swipe&amp;rdquo; at historical trivialization.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The Structural Critique&lt;/strong&gt;: By invoking &lt;strong&gt;E.T.A. Hoffmann&lt;/strong&gt; - the 19th-century Prussian judge and author - Libeskind critiques the &amp;ldquo;Universal Man&amp;rdquo; of the Enlightenment. He takes aim at a culture that celebrated intellectualism while simultaneously bureaucratizing Jewish identity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Physical Nausea&lt;/strong&gt;: The garden consists of 49 concrete pillars on a $12^{\circ}$ tilted foundation. Walking through it causes literal physical disorientation. It forces the visitor’s body to feel the &amp;ldquo;instability&amp;rdquo; of exile - a direct challenge to the notion that history can be neatly filed away or rendered &amp;ldquo;safe&amp;rdquo; through simple naming.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;5. From Shards to the Global Studio&lt;/strong&gt;
Since founding Studio Libeskind in 1989, he has scaled these radical ideas into global landmarks like the Royal Ontario Museum (ROM) and the Danish Jewish Museum.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The &amp;ldquo;Crystal&amp;rdquo; and the &amp;ldquo;Shard&amp;rdquo;&lt;/strong&gt;: These forms break the &amp;ldquo;box&amp;rdquo; of modernism, using sharp angles to create energy and tension.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The 17 Words&lt;/strong&gt;: His studio maintains a vocabulary of 17 core &amp;ldquo;spiritual&amp;rdquo; words (such as &lt;em&gt;Memory, Hope, Shard, Void&lt;/em&gt;) to ensure that even commercial projects retain his poetic and philosophical DNA.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/holocaust-tower-c-bitterbredt-2280x3391.webp&#34; width=&#34;484&#34; height=&#34;719&#34; alt=&#34;Auto-generated description: A narrow, triangular architectural space with concrete walls and a beam of light shining from above.&#34;&gt;
&lt;p&gt;Libeskind’s legacy is the transformation of architecture into a narrative medium - where a building is not just a structure, but a &amp;ldquo;calculated history&amp;rdquo; of absence - what is no longer there. If one were to ask Manuel DeLanda to describe the &amp;ldquo;Between the Lines&amp;rdquo; diagram, he would see it as a phase space - a map of all the possible historical and emotional states of Berlin, &amp;ldquo;actualized&amp;rdquo; into a singular, jarring concrete form. It is the architecture of material complexity where the &amp;ldquo;irrational&amp;rdquo; vector is the only honest way to map a system that has undergone a catastrophic state-change.&lt;/p&gt;
</description>
      <source:markdown>Daniel Libeskind’s early work remains lodged in my architectural consciousness. Having written my dissertation on him years ago, I&#39;m still finding that his &#34;praxis&#34; - the translation of dense, polymathic theory into physical form - has only become more relevant as technological architecture struggles to balance digital abstraction with genuine human memory.

Libeskind didn&#39;t just build (in fact for quite a while he really didn&#39;t!); he deciphers. His signature ideas represent a career-long effort to turn the &#34;invisible&#34; data of history into a &#34;visible&#34; tectonic language. Rather than a fixed blueprint, his work functions as a **rhizome** - a Deleuzian map of connections that has no beginning or end, only middle-points and offshoots.

**1. Architecture as Notation: _Micromegas_ and _Chamber Works_**

- **[The Exploded Geometry (Micromegas, 1979)](https://libeskind.com/work/micromegas/)**: Named after Voltaire’s satire, these &#34;mathematical meditations&#34; function as a Derridean trace, where the presence of the drawing is always haunted by the absence of traditional Euclidean space. They shatter the perspective of the &#34;Enlightenment observer,&#34; replacing it with a multi-layered, shattered geometry that anticipates his later built works.

**[The Musical Score (Chamber Works, 1983)](https://libeskind.com/work/chamber-works/)**: These are not representations of buildings; they are explorations of how mathematical proportions can move between the ear and the eye. By using the line as a &#34;vibrational&#34; element, Libeskind treats the paper as a field where music is decoded into a spatial frequency.

**2. The Polymathic Matrix: Mapping the Gedenkbuch**
The design of the Jewish Museum Berlin represents the pinnacle of his polymathic approach. He didn&#39;t just design a building; he &#34;mined&#34; the city of Berlin for its lost data to create a matrix of absence.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/jewish-museum-berlin-libeskind-13.webp&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Auto-generated description: An abstract geometric sketch features intersecting lines and shapes in red and black.&#34;&gt;

- **[The Gedenkbuch (Memorial Book)](https://www.zamyn.org/current/daniel-libeskind-the-void.html)**: Libeskind utilised the names, birthdates, and deportation sites of murdered German Jews as spatial coordinates.

- **[Urban Vectors]**: He plotted the addresses of prominent Jewish and non-Jewish Berliners (such as Paul Celan, Mies van der Rohe, and Rahel Varnhagen). By drawing lines between these points across the city, he created an &#34;irrational&#34; web of connections. A map of **intensive processes** - the pressures, flows, and historical &#34;speeds&#34; that shaped Berlin before they were frozen into the **&#34;extensive&#34; **(physical) form of the building. By drawing lines between these points, Libeskind isn&#39;t just making a pattern; he is tracing the gradients of Berlin’s trauma.

- **[The Collapsed Site](https://www.researchgate.net/profile/Tom-Shaked/publication/318528796/figure/fig1/AS:631656654336033@1527610090957/Floor-plan-of-the-Jewish-Museum-in-Berlin-Image-Source-Daniel-Libeskind-Between-the.png)**: He then &#34;collapsed&#34; this city-wide map onto the museum&#39;s footprint. The building’s famous zigzag shape is a physical distillation of these urban vectors - a 3D diagram of the broken relationships between the city&#39;s citizens. 

**3. The Architecture of Absence and &#34;The Void&#34;**
Perhaps the most persistent notion in Libeskind’s lexicon is **The Void**. This concept moved from theoretical drawings into the physical reality of Berlin and the **World Trade Center Master Plan**.

- **[The Visible vs. The Invisible](https://arch1101-2014jp.blogspot.com/2014/05/jewish-museum-berlin-by-daniel-libeskind.html)**: In Berlin, the &#34;Void&#34; is a straight, empty line of raw concrete that slices through the zigzagging building. It represents the &#34;erasure&#34; of Jewish life—a space that is physically present but functionally inaccessible.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/death-through-architecture.jpg&#34; width=&#34;600&#34; height=&#34;326&#34; alt=&#34;Auto-generated description: A plan schematic features labeled areas including a system of void spaces, separate void building as a memorial to the Holocaust, and Garden of exile, with a scale of 1:1000.&#34;&gt;

- **&#34;Between the Lines&#34;**: Libeskind’s philosophy posits two lines of logic: one is the &#34;visible&#34; path of history we walk, and the other is the &#34;invisible&#34; line of what has been lost. The building exists in the tension (the &#34;interstitial space&#34;) between these two.

**4. The Garden of Exile: A Polymathic Critique**
**The Garden of Exile** (originally the E.T.A. Hoffmann Garden) is where Libeskind’s architectural praxis takes a sharp, intellectual &#34;swipe&#34; at historical trivialization.
- **The Structural Critique**: By invoking **E.T.A. Hoffmann** - the 19th-century Prussian judge and author - Libeskind critiques the &#34;Universal Man&#34; of the Enlightenment. He takes aim at a culture that celebrated intellectualism while simultaneously bureaucratizing Jewish identity.
- **The Physical Nausea**: The garden consists of 49 concrete pillars on a $12^{\circ}$ tilted foundation. Walking through it causes literal physical disorientation. It forces the visitor’s body to feel the &#34;instability&#34; of exile - a direct challenge to the notion that history can be neatly filed away or rendered &#34;safe&#34; through simple naming.

**5. From Shards to the Global Studio**
Since founding Studio Libeskind in 1989, he has scaled these radical ideas into global landmarks like the Royal Ontario Museum (ROM) and the Danish Jewish Museum.

- **The &#34;Crystal&#34; and the &#34;Shard&#34;**: These forms break the &#34;box&#34; of modernism, using sharp angles to create energy and tension.

- **The 17 Words**: His studio maintains a vocabulary of 17 core &#34;spiritual&#34; words (such as _Memory, Hope, Shard, Void_) to ensure that even commercial projects retain his poetic and philosophical DNA.

&lt;img src=&#34;https://cdn.uploads.micro.blog/300658/2026/holocaust-tower-c-bitterbredt-2280x3391.webp&#34; width=&#34;484&#34; height=&#34;719&#34; alt=&#34;Auto-generated description: A narrow, triangular architectural space with concrete walls and a beam of light shining from above.&#34;&gt;

Libeskind’s legacy is the transformation of architecture into a narrative medium - where a building is not just a structure, but a &#34;calculated history&#34; of absence - what is no longer there. If one were to ask Manuel DeLanda to describe the &#34;Between the Lines&#34; diagram, he would see it as a phase space - a map of all the possible historical and emotional states of Berlin, &#34;actualized&#34; into a singular, jarring concrete form. It is the architecture of material complexity where the &#34;irrational&#34; vector is the only honest way to map a system that has undergone a catastrophic state-change.
</source:markdown>
    </item>
    
    <item>
      <title>Architecture as an Ontological Rescue Mission</title>
      <link>https://mattburgess.micro.blog/2023/02/03/architecture-as-an-ontological-rescue/</link>
      <pubDate>Fri, 03 Feb 2023 16:03:00 +0100</pubDate>
      
      <guid>http://mattburgess.micro.blog/2023/02/03/architecture-as-an-ontological-rescue/</guid>
      <description>&lt;p&gt;An architect who wandered into the wasteland of the modern enterprise some thirty-odd years ago and, largely through a mixture of morbid curiosity and sheer inertia, stayed to flâneur the scene.&lt;/p&gt;
&lt;p&gt;Formative years were spent in the necessary, if daunting, pursuit of unlearning &lt;em&gt;the Master Plan.&lt;/em&gt; Tutored in the deconstruction of Libeskind - a true polymath who understood that a building is not a box, but is both &lt;a href=&#34;https://libeskind.com/work/chamber-works/&#34;&gt;polyphonic&lt;/a&gt; and a &lt;a href=&#34;https://socks-studio.com/2012/03/24/daniel-libeskinds-micromegas-1979/&#34;&gt;confrontation&lt;/a&gt;. That education, supplemented by the socially contingent, everyday architecture of &lt;a href=&#34;https://www.ediblegeography.com/dining-disorder/&#34;&gt;Wigglesworth&lt;/a&gt;, taught me a singular truth: the most vital part of any system is not the stultifying hierarchy etched into an org chart. It is found in the gaps, the absences, and the graphic, bloody traces of human movement between them.&lt;/p&gt;
&lt;p&gt;A front seat in the content industry &amp;lsquo;boom and bust&amp;rsquo;, (&lt;a href=&#34;https://kanbantool.com/kanban-library/introduction/how-kanban-got-hot-david-anderson-interview&#34;&gt;Anderson&lt;/a&gt; and &lt;a href=&#34;https://itrevolution.com/product/making-work-visible/&#34;&gt;DeGrandis&lt;/a&gt; were having a fun time too), witnessing first-hand how the internet simultaneously created exponential value and then commoditised it into infinitesimal margins, a full decade before the rest of the world used the word &amp;lsquo;digital&amp;rsquo;. For two decades, I&amp;rsquo;ve observed the “Transformation” industry from a position of detached, perplexed skepticism:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Martech Explosion: Where the uninitiated saw a bloated mess, we saw a frantic, heterogeneous, and entirely necessary response to the “connected customer” rightly identified by &lt;a href=&#34;https://chiefmartec.com/&#34;&gt;@chiefmartec&lt;/a&gt;. While Marketing was confronted with the messy reality of the human-still-fickle-but-now-online, the rest of the enterprise was occupied with the expensive hobby of hoisting dead monoliths into the “Cloud” without altering a single syllable of the internal, rotting logic.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The “Digital Transformation” Era: billions of pounds squandered on “Modernization” programs that were, in point of fact, nothing more than corporate autopsies - grotesque obsessions with a “Target State” that was dead long before the pitch deck had reached its merciful conclusion.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Design Acquisition Wave: witnessing first hand the furious period - documented by John Maeda annually at SXSW - where behemoth firms grabbed and swallowed design houses and agencies in theory for their ‘wicked problem-solving’ intellect, but in practice cause-everyone-was-at-it. Only to command them to sit in the corner and make the interface look more user friendly, more sharper (sic), more better (more sic). A failure of imagination on a truly industrial scale.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We have come full circle. Architecture - the real centuries-old, philosophically-wrought sort - is precisely the apprenticeship the enterprise requires. Frank Lloyd Wright said: “Architecture is the scientific art of making structure express ideas.” To which the follow-up has to be: “…so have you got any?”&lt;/p&gt;
&lt;p&gt;A friend and steely-eyed missile man engineering leader once told me, that an IT architect is judged largely on their ability to ‘know what is in production.’ If you don’t know the grain of the wood, you’ve no business at the bench. But one must aspire to more than mere inventory. In practice, this isn&amp;rsquo;t about high-theory; it’s about the coalface reality of the enterprise. Have spent years navigating labyrinthine ecosystems - tracking down siloed systems and reclaiming access for teams who had fallen into a state of &lt;strong&gt;learned helplessness&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;When a non-technical team is paralysed by something like, I dunno, a rigid SharePoint or Sitecore implementation, the architect’s job should be to bridge that chasm. Figuring out and coaching folks on a journey to mastery, finding the automations and notifications the technical teams never volunteered because no one asked. This is the sociotechnical heuristic in action: shifting the power dynamic so the machine serves the human intent.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As Ann Pendleton-Julien observes in Design Unbound, while the engineer is desperate for the cold comfort of certainty, the architect seeks the productive, luminous territory of ambiguity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;My intention now is an &lt;strong&gt;ontological rescue mission&lt;/strong&gt;, though I wish that didn&amp;rsquo;t sound so insufferably pretentious. To do so, I’m leaning on a few reliable principles to &lt;em&gt;transduce&lt;/em&gt; the human signal with the machinery:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Ground: advocate good sociotechnical practices, utilising &lt;a href=&#34;https://learnwardleymapping.com/&#34;&gt;Simon Wardley’s mapping&lt;/a&gt; to explore the terrain and the profoundly important stuff from the definitive name in anthro-complexity Dave Snowden. Separate from any formal institutional certification I refer to &lt;a href=&#34;https://cynefin.io/wiki/Main_Page&#34;&gt;Cynefin&lt;/a&gt; and more recently his &lt;a href=&#34;https://cynefin.io/wiki/Estuarine_framework&#34;&gt;Estuarine framework&lt;/a&gt;. Exploring with these frameworks and tools with their inherent strategic utility in navigating complexity, especially via the lenses of the 3As (Agency, Affordance, Assemblage).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Material: the &lt;a href=&#34;https://bluelabyrinths.com/2015/07/15/the-web-as-rhizome-in-deleuze-and-guattari/&#34;&gt;Rhizomes&lt;/a&gt; and &lt;a href=&#34;https://link.springer.com/chapter/10.1057/9781137453693_1&#34;&gt;Machinic&lt;/a&gt; of Deleuze &amp;amp; Guattari - the becoming-connections that make difficult things make sense - via the brilliant, materialist and highly accessible clarity of &lt;a href=&#34;https://www.youtube.com/watch?v=0wW2l-nBIDg&#34;&gt;Manuel DeLanda&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Strategy: inspired by the deeply considered sociotechnicality of &lt;a href=&#34;https://blog.jabebloom.com/2020/03/04/the-three-economies-an-introduction/&#34;&gt;Jabe Bloom&lt;/a&gt; to move beyond just fixing things towards designing for good.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We don&amp;rsquo;t need a dour, three-year roadmap to Cloud Native salvation. We need to move away from performing blind analytical autopsies on the parts of an &lt;a href=&#34;https://vorlet.com/pen-ink/i3gc5e7jy96px90sotb7bk8v5luyjb&#34;&gt;elephant&lt;/a&gt; on the abattoir floor. The energy is already latently present - it is in the gaps, the synapses, and the traces. We could just do with releasing it in places where it might do some good.&lt;/p&gt;
</description>
      <source:markdown>An architect who wandered into the wasteland of the modern enterprise some thirty-odd years ago and, largely through a mixture of morbid curiosity and sheer inertia, stayed to flâneur the scene.

Formative years were spent in the necessary, if daunting, pursuit of unlearning _the Master Plan._ Tutored in the deconstruction of Libeskind - a true polymath who understood that a building is not a box, but is both [polyphonic](https://libeskind.com/work/chamber-works/) and a [confrontation](https://socks-studio.com/2012/03/24/daniel-libeskinds-micromegas-1979/). That education, supplemented by the socially contingent, everyday architecture of [Wigglesworth](https://www.ediblegeography.com/dining-disorder/), taught me a singular truth: the most vital part of any system is not the stultifying hierarchy etched into an org chart. It is found in the gaps, the absences, and the graphic, bloody traces of human movement between them.

A front seat in the content industry &#39;boom and bust&#39;, ([Anderson](https://kanbantool.com/kanban-library/introduction/how-kanban-got-hot-david-anderson-interview) and [DeGrandis](https://itrevolution.com/product/making-work-visible/) were having a fun time too), witnessing first-hand how the internet simultaneously created exponential value and then commoditised it into infinitesimal margins, a full decade before the rest of the world used the word &#39;digital&#39;. For two decades, I&#39;ve observed the “Transformation” industry from a position of detached, perplexed skepticism:

- The Martech Explosion: Where the uninitiated saw a bloated mess, we saw a frantic, heterogeneous, and entirely necessary response to the “connected customer” rightly identified by [@chiefmartec](https://chiefmartec.com/). While Marketing was confronted with the messy reality of the human-still-fickle-but-now-online, the rest of the enterprise was occupied with the expensive hobby of hoisting dead monoliths into the “Cloud” without altering a single syllable of the internal, rotting logic.

- The “Digital Transformation” Era: billions of pounds squandered on “Modernization” programs that were, in point of fact, nothing more than corporate autopsies - grotesque obsessions with a “Target State” that was dead long before the pitch deck had reached its merciful conclusion.

- The Design Acquisition Wave: witnessing first hand the furious period - documented by John Maeda annually at SXSW - where behemoth firms grabbed and swallowed design houses and agencies in theory for their ‘wicked problem-solving’ intellect, but in practice cause-everyone-was-at-it. Only to command them to sit in the corner and make the interface look more user friendly, more sharper (sic), more better (more sic). A failure of imagination on a truly industrial scale.

We have come full circle. Architecture - the real centuries-old, philosophically-wrought sort - is precisely the apprenticeship the enterprise requires. Frank Lloyd Wright said: “Architecture is the scientific art of making structure express ideas.” To which the follow-up has to be: “…so have you got any?”


A friend and steely-eyed missile man engineering leader once told me, that an IT architect is judged largely on their ability to ‘know what is in production.’ If you don’t know the grain of the wood, you’ve no business at the bench. But one must aspire to more than mere inventory. In practice, this isn&#39;t about high-theory; it’s about the coalface reality of the enterprise. Have spent years navigating labyrinthine ecosystems - tracking down siloed systems and reclaiming access for teams who had fallen into a state of **learned helplessness**.

When a non-technical team is paralysed by something like, I dunno, a rigid SharePoint or Sitecore implementation, the architect’s job should be to bridge that chasm. Figuring out and coaching folks on a journey to mastery, finding the automations and notifications the technical teams never volunteered because no one asked. This is the sociotechnical heuristic in action: shifting the power dynamic so the machine serves the human intent.

&gt; As Ann Pendleton-Julien observes in Design Unbound, while the engineer is desperate for the cold comfort of certainty, the architect seeks the productive, luminous territory of ambiguity.

My intention now is an **ontological rescue mission**, though I wish that didn&#39;t sound so insufferably pretentious. To do so, I’m leaning on a few reliable principles to _transduce_ the human signal with the machinery:

- The Ground: advocate good sociotechnical practices, utilising [Simon Wardley’s mapping](https://learnwardleymapping.com/) to explore the terrain and the profoundly important stuff from the definitive name in anthro-complexity Dave Snowden. Separate from any formal institutional certification I refer to [Cynefin](https://cynefin.io/wiki/Main_Page) and more recently his [Estuarine framework](https://cynefin.io/wiki/Estuarine_framework). Exploring with these frameworks and tools with their inherent strategic utility in navigating complexity, especially via the lenses of the 3As (Agency, Affordance, Assemblage).

- The Material: the [Rhizomes](https://bluelabyrinths.com/2015/07/15/the-web-as-rhizome-in-deleuze-and-guattari/) and [Machinic](https://link.springer.com/chapter/10.1057/9781137453693_1) of Deleuze &amp; Guattari - the becoming-connections that make difficult things make sense - via the brilliant, materialist and highly accessible clarity of [Manuel DeLanda](https://www.youtube.com/watch?v=0wW2l-nBIDg).

- The Strategy: inspired by the deeply considered sociotechnicality of [Jabe Bloom](https://blog.jabebloom.com/2020/03/04/the-three-economies-an-introduction/) to move beyond just fixing things towards designing for good.

We don&#39;t need a dour, three-year roadmap to Cloud Native salvation. We need to move away from performing blind analytical autopsies on the parts of an [elephant](https://vorlet.com/pen-ink/i3gc5e7jy96px90sotb7bk8v5luyjb) on the abattoir floor. The energy is already latently present - it is in the gaps, the synapses, and the traces. We could just do with releasing it in places where it might do some good.
</source:markdown>
    </item>
    
  </channel>
</rss>
