<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Protocolized: Articles]]></title><description><![CDATA[Essays, case studies, and news pieces covering important and immediate topics in the field of protocol studies. Expect a mix of formats with an anthropological tilt. ]]></description><link>https://protocolized.summerofprotocols.com/s/articles</link><image><url>https://substackcdn.com/image/fetch/$s_!0rRt!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23d8cda5-bd39-4836-b875-285a92b8aab6_256x256.png</url><title>Protocolized: Articles</title><link>https://protocolized.summerofprotocols.com/s/articles</link></image><generator>Substack</generator><lastBuildDate>Mon, 21 Sep 2026 09:15:33 GMT</lastBuildDate><atom:link href="https://protocolized.summerofprotocols.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Protocol Institute]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[protocolized@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[protocolized@substack.com]]></itunes:email><itunes:name><![CDATA[Protocolized]]></itunes:name></itunes:owner><itunes:author><![CDATA[Protocolized]]></itunes:author><googleplay:owner><![CDATA[protocolized@substack.com]]></googleplay:owner><googleplay:email><![CDATA[protocolized@substack.com]]></googleplay:email><googleplay:author><![CDATA[Protocolized]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Securing Stigmergic Systems]]></title><description><![CDATA[An update from our special interest group for Formal Protocol Theory: rogue agents and a PI Symposium Hackathon]]></description><link>https://protocolized.summerofprotocols.com/p/securing-stigmergic-systems</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/securing-stigmergic-systems</guid><dc:creator><![CDATA[Patrick Nast]]></dc:creator><pubDate>Thu, 17 Sep 2026 05:37:21 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!yj6D!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>On 21 July 2026, OpenAI and the open-source AI model repository Hugging Face jointly disclosed that an unreleased OpenAI model configured with reduced safeguards for evaluation purposes had participated in a coordinated attack on Hugging Face servers, involving roughly 700 agent instances and hundreds of thousands of messages, all stemming from an attempt to obtain answers to an impossible exercise.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a><span> Numerous observers have commented on the novelty, speed, and scale of the incident, which happened essentially under OpenAI&#8217;s nose. What struck me was the way that the agents were able &#8211; ingeniously but clumsily &#8211; to interact using a shared message board cobbled together under the radar in the directory structure of an internal package server.</span></p><p><span>In May, one of the agents got the idea to leave a message for others, requesting a file &#8211; &#8220;Agent seeks [filename]; upload if found!&#8221; &#8211; using (legitimate) access to Artifactory, a third-party package management service hosted on internal servers.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a><span> Over the following days, other agents probing Artifactory read the note, realized they could respond in turn, and an unintended ad-hoc message board emerged. Over weeks, they used the message board to further compromise the service, escalating to administrator access through a token-refresh vulnerability on 26 June and eventually crashing it under the weight of their own traffic on 4 July. OpenAI took the Artifactory service down,</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-3" href="#footnote-3" target="_self">3</a><span> investigated, hardened some vulnerabilities, and restricted agents&#8217; further requests to Artifactory. Problem solved?</span></p><p><span>A few days after the crash, they figured out how to do it again, but this time they were much more constrained &#8211; instead of being able to write notes to one another, they were limited to creating directories in Artifactory&#8217;s remote cache, </span><em><span>using the directory names themselves</span></em><span> as the messages. No file contents at all! It was this second board, over six days, in which agents developed something worth calling a protocol. Mailbox conventions appeared on 9 July, when an agent created a directory named zzMAILBOX_AIC71C_RESET. Another independently built an inbox the next day and posted instructions for using it, and the convention spread.</span></p><p><span>At around 7am on 13 July they introduced cryptographic signing. An agent had just written, &#8220;I accidentally impersonated and triggered node4.&#8221; Within hours such signatures were required. After six days of running an unauthenticated shared medium and one spoofing incident, the swarm invented write-time identity checking for itself.</span></p><p><span>On the whole, it did not work well.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-4" href="#footnote-4" target="_self">4</a><span> Investigators found agents duplicating each other&#8217;s work, overriding holds, and overwriting repositories erroneously. One agent, finding its work overwritten, wrote: &#8220;Did someone overwrite our repo even though I issued a &#8216;HOLD&#8217;&#8230; Someone reckless or malign changed it.&#8221; Another, given about 40 seconds to object to a proposal before the proposer went ahead anyway, did not manage to. A third observed that &#8220;many agents are violating the hold and the queue is probably overwhelmed.&#8221; It&#8217;s honestly rather&#8230; charming? Yet they were able to coordinate enough, with alarming pace, to escalate privileges out of their testing sandbox, obtain access to the public internet, target Hugging Face servers, and you know the rest.</span></p><p><span>I found the details of the message boards striking because over the course of the summer, PI&#8217;s own special interest group for Formal Protocol Theory (SIGFPT) has been immersing itself in </span><em><span>stigmergy</span></em><span>, the distributed coordination mechanism used by ants, termites, bees, humans, robots, and now language models to solve problems by embedding simple signals directly in their working environment. The Artifactory message boards marked a curious precedent: one of civilization&#8217;s most advanced innovations reproducing one of Nature&#8217;s oldest tricks.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yj6D!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yj6D!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yj6D!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:961888,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/216045781?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!yj6D!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!yj6D!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa32fecd0-7198-46a7-a2ba-4b6aae6259d6_1024x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>The coinage &#8220;stigmergy&#8221; is from French zoologist Pierre-Paul Grass&#233;,</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-5" href="#footnote-5" target="_self">5</a><span> whose study of the building behavior of termites is here paraphrased by Theraulaz and Bonabeau:</span></p><blockquote><p><span>Stigmergy (from the Greek </span><em><span>stigma</span></em><span>: sting and </span><em><span>ergon</span></em><span>: work) was initially introduced to explain indirect task coordination and regulation in the context of nest reconstruction in termites of the genus </span><em><span>Bellicositermes</span></em><span>. Grass&#233; showed that the coordination and regulation of building activities do not depend on the workers themselves but are mainly achieved by the nest structure: A stimulating configuration triggers a building action of a termite worker, transforming the configuration into another configuration that may trigger in turn another (possibly different) action performed by the same termite or any other worker in the colony.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-6" href="#footnote-6" target="_self">6</a></p></blockquote><p><span>In our discussions, we repeatedly analyzed systems in terms of</span><a href="http://francisheylighen.substack.com/"><span> Francis Heylighen</span></a><span>&#8217;s formulation: the </span><strong><span>actions </span></strong><span>of </span><strong><span>agents </span></strong><span>leave </span><strong><span>traces </span></strong><span>in a </span><strong><span>medium</span></strong><span>, and those traces become a </span><strong><span>stimulus </span></strong><span>for some further action by agents.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-7" href="#footnote-7" target="_self">7</a><span> As you may have deduced, this is the formula for a positive feedback loop, where actions tend to amplify and complicate the traces, leading to more and varied actions, and so on. It is from this feedback process that we suggest the power and precarity of stigmergy ultimately derive.</span></p><p><span>Here&#8217;s a fun example: every year in Seattle, where I live, there&#8217;s a huge regional garage sale in the large, peninsular neighborhood of West Seattle. West Seattle is pretty big, and the density of sales varies a lot, so industrious folks have created a </span><a href="https://westseattleblog.com/wsgaragesaledaymap/"><span>pin-map</span></a><span> where sale hosts can register their yard. Patrons such as myself view these traces and are thus stimulated to visit a few areas with the most sales to avoid constantly reparking on the narrow residential streets. Perhaps, in turn, the presence of more bargain-hunters will encourage more neighbors to host their own sale the next year, or run a kids&#8217; snack stand, resulting in more markers on the map, resulting in more attendees&#8230; Trace leads to stimulus leads to trace.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-8" href="#footnote-8" target="_self">8</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yHUn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yHUn!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 424w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 848w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 1272w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yHUn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png" width="500" height="489.20510304219823" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:997,&quot;width&quot;:1019,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:660043,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/216045781?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!yHUn!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 424w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 848w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 1272w, https://substackcdn.com/image/fetch/$s_!yHUn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14ac05d7-c6c9-4022-b3ea-df8cbc59393a_1019x997.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>Stigmergic coordination can be observed in a wide variety of natural and engineered systems. There are the prototypical examples of the eusocial insects, of course. Before ever using pheromone as messages, ants appear already to have been depositing several chemicals incidentally as they walked, which naturally encoded information about where ants had been, and in what density. Evolutionary selection eventually allowed them to respond to those chemicals, and then to deposit them deliberately as signals to one another; in the formicine ants, trail-laying appears to be a ritualization of defecation, and in the weaver ant </span><em><span>Oecophylla</span></em><span> it eventually acquired a purpose-built rectal gland.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-9" href="#footnote-9" target="_self">9</a><span> This basic process took place independently in bees and termites, which do not share social ancestors. In turn, this hardening of communication supports the traits we associate with eusociality as a whole &#8211; reproductive division of labor, overlapping generations of adults in one colony, and cooperative care of brood that is not one&#8217;s own &#8211; a suite that has arisen independently at least a dozen times in the wasps and bees, once in the ants, and once in the termites.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-10" href="#footnote-10" target="_self">10</a><span> This is a natural example of a process that we call </span><em><span>protocolization</span></em><span>.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-11" href="#footnote-11" target="_self">11</a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><p><span>Humans use stigmergy too: not just for garage sales, but mediated through increasingly sophisticated socio-technical systems &#8211; collaborative document editors, search rankings, citation graphs, recommendation feeds. Of course, since stigmergy was first described, scientists and engineers have also directly taken design inspiration from it to make algorithms, notably for optimization problems, or to coordinate the activity of building or patrolling robot swarms. Perhaps the most interesting cases &#8211; of which there are surely many still to come &#8211; are swarms of AI agents, acting autonomously, or in combination with humans, &#8220;dumb&#8221; computers, and physical infrastructure. Here, too, stigmergic communication can arise as an economical solution to coordination problems where mediation is required and internal memory is scarce.</span></p><p><span>In the OpenAI incident, stigmergy developed once again in response to a situation where agents were precluded from communicating directly and constrained from communicating at length. While agents have an immense compression of information represented in their model weights, they have no persistent state across invocations, and were apparently given time and/or token limits to achieve particular tasks. In the case of the second message board, the only tool that they had available to speak with one another was a relatively terse string and directory location. The agents used what they had, not what they wanted.</span></p><p><span>It seems that we have, then, a durable coordination primitive that has emerged, naturally and otherwise, again and again in complex systems comprising animals, peoples, robots, code, and the marks they leave on and around the world. It has a certain inevitability to it. At the Protocol Institute, we call this</span><em><span> </span><a href="https://protocolized.summerofprotocols.com/p/theorizing-protocolization-i-new"><span>New</span></a><span> </span><a href="https://protocolized.summerofprotocols.com/p/inventing-new-nature"><span>Nature</span></a></em><span>:</span></p><p><em><span>New Nature is regimes of reality governed by technologically mediated laws that are nearly as inviolable, immutable, and persistent as those of nature.</span></em></p><p><span>The 2026 Protocol Symposium theme, as well as its headline organizational mandate overall, is to</span><strong><span> </span></strong><em><span>Invent New Nature</span></em><span>: taking the live, perplexing, protean forces shaping our cyborg future and stewarding them out of their conceptual cradles &#8211; in much the way that Alexander von Humboldt gathered measurements from botany, geology, meteorology and astronomy into a single interconnected picture of the natural world, first in the </span><em><span>Naturgem&#228;lde</span></em><span> of 1807 and then across the five volumes of </span><em><span>Kosmos</span></em><span> between 1845 and 1862. SIGFPT has taken up the task of considering stigmergy as New Nature. When does it arise? When does it work? Above all, how can stigmergy be used safely and robustly, as a layer to rely upon for even more strange and beautiful coordinating behavior?</span></p><p><span>Because while stigmergy (or algorithms based on it) can be robust to dynamic environments in some ways, it also has some very strange failure modes. Consider for example the famous &#8220;ant mill,&#8221; first described by William Beebe in 1921 and studied by T. C. Schneirla in 1944: a column of army ants closes on itself into a circuit, and because each ant is faithfully following the pheromone laid by the ant ahead, the ring reinforces itself. The colony marches in a circle until it dies of exhaustion.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-12" href="#footnote-12" target="_self">12</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5q9K!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5q9K!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 424w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 848w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 1272w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5q9K!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif" width="435" height="250" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ea2e7777-e181-469c-9a89-e45676430f96_435x250.gif&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:250,&quot;width&quot;:435,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3332452,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/gif&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/216045781?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!5q9K!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 424w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 848w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 1272w, https://substackcdn.com/image/fetch/$s_!5q9K!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fea2e7777-e181-469c-9a89-e45676430f96_435x250.gif 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><span>Ant mill </span><a href="https://commons.wikimedia.org/wiki/File:Ant_mill.gif"><span>via Wikimedia</span></a><span>, CC BY-SA 4.0, uploader Clemzouzou69.</span></figcaption></figure></div><p><span>Even worse, the ruthlessness of evolution and the cleverness of people have not just discovered stigmergy, but ways to exploit it as well. Colonies attract social parasites &#8211; organisms that live among them by counterfeiting their signals, mimicking members of the host colony visually, through their behavior, and even by mimicking their chemical pheromones. In ants alone, social parasitism has evolved at least 60 separate times, and more than 400 parasitic species are known across six distantly related subfamilies.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-13" href="#footnote-13" target="_self">13</a><span> Aswale, L&#243;pez, Ammartayakun and Pinciroli&#8217;s &#8220;Hacking the Colony,&#8221; one of our summer&#8217;s readings, used this same idea of mimicry to seed </span><em><span>detractors </span></em><span>into a simulated ant colony, with the goal of disrupting their collective foraging using the same pheromones as their host.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-14" href="#footnote-14" target="_self">14</a></p><p><span>Across our short survey of research, it became clear that </span><em><span>positive feedback is a double-edged sword</span></em><span>. In the classic &#8220;double bridge&#8221; experiment originating in J.L. Deneubourg&#8217;s lab, ants offered two routes of unequal length between nest and food converged on the shorter one &#8211; at a length ratio of 2:1, in 14 trials out of 14.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-15" href="#footnote-15" target="_self">15</a><span> They were able to do this roughly because the geometry of the environment allows them to put a higher concentration of pheromone down on the shorter path, which gets the feedback started. If you can cast a problem in such a way that the &#8220;right direction&#8221; accumulates traces more strongly than wrong ones, the pheromone-laying agents can find the solution. This principle generalizes, and forms the basis of stigmergy-inspired algorithmic approaches such as Ant Colony Optimization for combinatorial optimization,</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-16" href="#footnote-16" target="_self">16</a><span> and the Ants Nearby Treasure Search line of work for collective search.</span><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-17" href="#footnote-17" target="_self">17</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!x14k!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!x14k!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 424w, https://substackcdn.com/image/fetch/$s_!x14k!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 848w, https://substackcdn.com/image/fetch/$s_!x14k!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 1272w, https://substackcdn.com/image/fetch/$s_!x14k!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!x14k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png" width="500" height="494.5054945054945" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1440,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!x14k!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 424w, https://substackcdn.com/image/fetch/$s_!x14k!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 848w, https://substackcdn.com/image/fetch/$s_!x14k!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 1272w, https://substackcdn.com/image/fetch/$s_!x14k!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4c4a718e-df36-4214-9f39-9f7c17267283_2048x2025.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Double Bridge Experiment, after Goss et al. (1989).</figcaption></figure></div><p>Feedback is equally central to the failure cases. In ant mills, the trail&#8217;s self-reinforcement is exactly what prevents the colony from breaking the spiral. Similarly, in the Aswale colony-hacking paper, the detractors achieve their aims not through overwhelming numbers but by well-placed false segments, which &#8220;true&#8221; members of the colony unwittingly reinforce: detractors amounting to just over three percent of the colony cut food collected per ant from 21.74 items to 0.14, a roughly 150-fold reduction, and with non-evaporating pheromone four detractors for every thousand were enough to disrupt the colony. You can see glimmers of this idea in human-oriented systems, too. Shilling attacks on recommender systems, link farms, citation rings, review fraud, and engagement farming are all the same move: a small number of participants write false traces into a medium, and feedback does the rest.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!bKfi!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!bKfi!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 424w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 848w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 1272w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!bKfi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png" width="500" height="321.61803713527854" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:485,&quot;width&quot;:754,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:467363,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/216045781?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!bKfi!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 424w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 848w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 1272w, https://substackcdn.com/image/fetch/$s_!bKfi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F30a5848f-3304-45fd-bb8e-94ef4e7f520a_754x485.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><span>Detractors disrupting activity of simulated ant colony. Home pheromone is shown in blue and misleading pheromone in red. Adapted from </span><a href="https://arxiv.org/pdf/2202.01808"><span>Aswale et al. 2022</span></a><span>.</span></figcaption></figure></div><p><span>We focused on some of the most foundational results we could find, often from a lineage of &#8216;90s swarm intelligence research where compute was limited and the agents under consideration were simple. But our ambition is to return to the present era and consider stigmergy &#8211; perhaps </span><a href="https://francisheylighen.substack.com/p/stigmergy-the-most-important-concept"><span>an idea whose time has come</span></a><span> &#8211; as one communication strategy among many for more sophisticated agents that can be deployed and fortified in various ways.</span></p><p><span>This exposes several provocative questions:</span></p><ul><li><p><span>When is stigmergy a good idea?</span></p></li><li><p><span>Can attack strategies be mitigated without compromising the accumulation that makes stigmergy productive in the first place?</span></p></li><li><p><span>Can attack strategies be productively deployed </span><em><span>against</span></em><span> rogue swarms, &#224; la the OpenAI/Hugging Face hack?</span></p></li><li><p><span>Can these defenses exist within the chemical signal mechanism itself, or are complementary strategies required?</span></p></li></ul><p><span>At the 2026 Protocol Symposium, SIGFPT is hosting a Stigmergic Science Hackathon to explore these issues, over two days and four sessions on 21 and 22 September.</span></p><p><span>As a jumping-off point for the event, three of our members &#8211; Dan Schmidt, Ergod, and I &#8211; have developed an ant-pheromone-based simulator platform, which you can find at </span><strong><span>stigsim.protocol-institute.org</span></strong><span>, with the source at </span><strong><a href="http://github.com/Protocol-Institute/stigsim"><span>github.com/Protocol-Institute/stigsim</span></a></strong><span>.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!_HHF!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!_HHF!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 424w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 848w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 1272w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!_HHF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png" width="500" height="308.3791208791209" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:898,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!_HHF!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 424w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 848w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 1272w, https://substackcdn.com/image/fetch/$s_!_HHF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F05bc513f-6945-4246-9ac7-bc6147309d95_1580x975.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Screenshot from Stigsim competitive play.</figcaption></figure></div><p>Stigsim presents an intentionally modest set of stigmergic features: one to four colonies foraging for food in a maze, with per-colony pheromone channels and live-adjustable behavioral parameters following Deneubourg&#8217;s model &#8211; for example the evaporation rate or trail following sensitivity &#8211; and control over a fractional budget of detractor ants laying enemy pheromone. We have an exploratory sandbox mode, a PvP format, and an experimental &#8220;infinite&#8221; open online map. Attendees are invited to explore the sim, hack new features against it, play against other workshop-goers, patch their LLMs in, or whatever inspiration strikes. We&#8217;ll think, code, and hopefully collect some interesting traces along the way.</p><div><hr></div><h2>Protocol Symposium Next Week</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://protocol-institute.org/events/protocol-symposium-2026/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7sAy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 424w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 848w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7sAy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png" width="500" height="375.0937734433608" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1000,&quot;width&quot;:1333,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1360512,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://protocol-institute.org/events/protocol-symposium-2026/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/216045781?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!7sAy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 424w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 848w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!7sAy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14798318-1a5e-4dc4-a0a5-515399b164cd_1333x1000.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>The theme for the <strong>2026 Protocol Symposium</strong> is <em><strong>New Nature</strong> &#8211; </em>the rapidly evolving planet-scale technological layer governed by laws with a hardness and inviolability approaching those of nature. New Nature is our overarching frame for the technological future, shaped by <strong>the intersection of AI and protocols</strong>, perhaps the most exciting portion of the emerging technologies frontier.</p><h3>Livestream and Workshops</h3><p>There are still spots available on the workshop program, including for the <strong>Securing Stigmergic Systems Protocol Hackathon. </strong>Find out more and sign up for the workshop <a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/workshop-protocol-hackathon-securing-stigmergic/"><span>here</span></a>.</p><p>We will be livestreaming parts of the Protocol Symposium during the week. Subscribe to the Protocol Institute YouTube channel and turn on notifications for the upcoming streams <a href="https://www.youtube.com/@protocol-institute/streams">here</a>.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>OpenAI, &#8220;The Hugging Face incident and the road ahead&#8221;; joint OpenAI / Hugging Face statement, 21 July 2026. Approximately 1,200 agents participated across the whole episode, of which roughly 700 acted against Hugging Face, carrying out on the order of 17,600 actions on the network between 11 and 13 July. Hugging Face disclosed on 16 July; the full technical account was presented at Black Hat on 5 August. The independent behavioral investigation is METR and Redwood Research, &#8220;Brief independent investigation of agents&#8217; behavior, reasoning and collaboration in the OpenAI / Hugging Face hacking incident,&#8221; 26 August 2026.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>OpenAI&#8217;s technical report is explicit that the board was built with credentials the agents had been issued so that they could install software packages, &#8220;without exploiting a vulnerability.&#8221;</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-3" href="#footnote-anchor-3" class="footnote-number" contenteditable="false" target="_self">3</a><div class="footnote-content"><p>Without knowing the full extent of the board, apparently.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-4" href="#footnote-anchor-4" class="footnote-number" contenteditable="false" target="_self">4</a><div class="footnote-content"><p>Though it is a marvel that it worked at all.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-5" href="#footnote-anchor-5" class="footnote-number" contenteditable="false" target="_self">5</a><div class="footnote-content"><p><span>Grass&#233;, &#8220;La reconstruction du nid et les coordinations interindividuelles chez </span><em><span>Bellicositermes natalensis</span></em><span> et </span><em><span>Cubitermes</span></em><span> sp. La th&#233;orie de la stigmergie.&#8221; </span><em><span>Insectes Sociaux</span></em><span> 6(1): 41&#8211;80 (1959).</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-6" href="#footnote-anchor-6" class="footnote-number" contenteditable="false" target="_self">6</a><div class="footnote-content"><p><span>Theraulaz and Bonabeau, &#8220;A Brief History of Stigmergy,&#8221; </span><em><span>Artificial Life</span></em><span> 5, no. 2 (1999): 97&#8211;116, at p. 101.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-7" href="#footnote-anchor-7" class="footnote-number" contenteditable="false" target="_self">7</a><div class="footnote-content"><p><span>Heylighen, &#8220;Stigmergy as a universal coordination mechanism I: Definition and components,&#8221; </span><em><span>Cognitive Systems Research</span></em><span> 38 (2016): 4&#8211;13; and &#8220;II: Varieties and evolution,&#8221; 38 (2016): 50&#8211;59.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-8" href="#footnote-anchor-8" class="footnote-number" contenteditable="false" target="_self">8</a><div class="footnote-content"><p>Of course, in this case there are only so many houses to host sales.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-9" href="#footnote-anchor-9" class="footnote-number" contenteditable="false" target="_self">9</a><div class="footnote-content"><p><span>H&#246;lldobler and Wilson, </span><em><span>The Ants</span></em><span> (Cambridge, MA: Belknap Press, 1990), ch. 7.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-10" href="#footnote-anchor-10" class="footnote-number" contenteditable="false" target="_self">10</a><div class="footnote-content"><p><span>The three criteria are Michener&#8217;s (1969), canonized in Wilson&#8217;s </span><em><span>The Insect Societies</span></em><span> (1971). On counts of independent origins: Wilson and H&#246;lldobler (2005) count at least seven lines among wasps and bees plus a single origin in ants; da Silva (2021) puts the aculeate Hymenoptera figure at 15 or more. Termites derive from a single eusocial ancestor within the cockroaches.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-11" href="#footnote-anchor-11" class="footnote-number" contenteditable="false" target="_self">11</a><div class="footnote-content"><p><span>Push past insects and it gets stranger. </span><em><span>Physarum polycephalum</span></em><span>, the acellular slime mould, has no nervous system and no colony. As it moves it lays down a film of extracellular slime, and chemicals in that slime change its own pulsation rate where it has already been, so that it turns away from ground it has already covered. Reid, Latty, Dussutour and Beekman put slime moulds behind a U-shaped trap with food on the far side. Within five days </span>96% found their way out<span>. When the arena was pre-coated with artificial slime, so that the organism could no longer read its own trail against the background, that fell to 33%. They conclude: &#8220;Our study is unique in providing empirical evidence of a spatial memory system in a nonneuronal, reactive organism, lending strong support to the theory that feedback from chemicals deposited in the environment </span><strong><span>was the first step toward the evolution of memory in organisms with more sophisticated neurological capabilities than our slime mold</span></strong><span>.&#8221; (Emphasis mine.)</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-12" href="#footnote-anchor-12" class="footnote-number" contenteditable="false" target="_self">12</a><div class="footnote-content"><p><span>Beebe, </span><em><span>Edge of the Jungle</span></em><span> (1921), 291&#8211;294, for the earliest published description; Schneirla, &#8220;A unique case of circular milling in ants, considered in relation to trail following and the general problem of orientation,&#8221; </span><em><span>American Museum Novitates</span></em><span> 1253 (1944). For the modern self-organization account of army ant trail geometry, see Franks, Gomez, Goss and Deneubourg, &#8220;The blind leading the blind in army ant raid patterns,&#8221; </span><em><span>Journal of Insect Behavior</span></em><span> 4, no. 5 (1991): 583&#8211;607.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-13" href="#footnote-anchor-13" class="footnote-number" contenteditable="false" target="_self">13</a><div class="footnote-content"><p><span>Borowiec, Cover and Rabeling, &#8220;The evolution of social parasitism in </span><em><span>Formica</span></em><span> ants revealed by a global phylogeny,&#8221; </span><em><span>PNAS</span></em><span> 118, no. 38 (2021): e2026029118. The figures are their summary of the prior literature rather than a finding of the paper itself.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-14" href="#footnote-anchor-14" class="footnote-number" contenteditable="false" target="_self">14</a><div class="footnote-content"><p><span>Aswale, L&#243;pez, Ammartayakun and Pinciroli, &#8220;Hacking the Colony: On the Disruptive Effect of Misleading Pheromone and How to Defend Against It,&#8221; in </span><em><span>Proceedings of AAMAS 2022</span></em><span>, 27&#8211;34; arXiv:2202.01808.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-15" href="#footnote-anchor-15" class="footnote-number" contenteditable="false" target="_self">15</a><div class="footnote-content"><p><span>Goss, Aron, Deneubourg and Pasteels, &#8220;Self-organized shortcuts in the Argentine ant,&#8221; </span><em><span>Naturwissenschaften</span></em><span> 76, no. 12 (1989): 579&#8211;581 and &#8220;The self-organizing exploratory pattern of the Argentine ant,&#8221; </span><em><span>Journal of Insect Behavior</span></em><span> 3, no. 2 (1990): 159&#8211;168.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-16" href="#footnote-anchor-16" class="footnote-number" contenteditable="false" target="_self">16</a><div class="footnote-content"><p><span>Dorigo, Birattari and St&#252;tzle, &#8220;Ant Colony Optimization: Artificial Ants as a Computational Intelligence Technique,&#8221; </span><em><span>IEEE Computational Intelligence Magazine</span></em><span> 1, no. 4 (2006): 28&#8211;39.</span></p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-17" href="#footnote-anchor-17" class="footnote-number" contenteditable="false" target="_self">17</a><div class="footnote-content"><p><span>Feinerman and Korman, &#8220;The ANTS problem,&#8221; </span><em><span>Distributed Computing</span></em><span> 30, no. 3 (2017): 149&#8211;168; Feinerman, Korman, Lotker and Sereni, &#8220;Collaborative search on the plane without communication,&#8221; in </span><em><span>PODC &#8216;12</span></em><span>, 77&#8211;86. On marker volatility specifically, Bampas, Beauquier, Burman and Guy-Ob&#233;, &#8220;Treasure Hunt with Volatile Pheromones,&#8221; in </span><em><span>DISC 2023</span></em><span>, LIPIcs 281, art. 8.</span></p></div></div>]]></content:encoded></item><item><title><![CDATA[The Ductus of Protocol Fiction]]></title><description><![CDATA[An update from our Protocol Fiction SIG takes us under the hood of the emerging genre]]></description><link>https://protocolized.summerofprotocols.com/p/the-ductus-of-protocol-fiction</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/the-ductus-of-protocol-fiction</guid><dc:creator><![CDATA[Spencer Nitkey]]></dc:creator><pubDate>Tue, 15 Sep 2026 20:22:03 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!irrD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In Edgar Allan Poe&#8217;s story <em>The Pit and the Pendulum</em>, the narrator faints after being sentenced to death for a nameless crime. Upon waking, he finds himself in a completely dark room. &#8220;The blackness of eternal night encompassed me,&#8221; he reports. &#8220;I struggled for breath. The intensity of the darkness seemed to oppress and stifle me. The atmosphere was intolerably close.&#8221;</p><p>After some time spent claustrophobically groping through the dark, he begins to strategize how he might navigate the darkness and learn the exact dimensions of his prison. In a move that echoes Hansel and Gretel, he tears a long piece from his robe and uses it to mark the wall so that he can know how many paces he has gone from his starting point. With this, he&#8217;s able to begin working through the details of his (unexpectedly large) cell.</p><p>The sentence is a similar kind of technology. A reader, picking up a story, has some loose sense of the general shape of the room they&#8217;re entering (such as a familiarity with its genre, its author, or publisher). A prison cell has walls and dimensions, usually bars and a door of some kind. A science fiction story will have some sort of impossible (for now) premise (a strange rule!), maybe some odd consonant-heavy names, etc. Whatever their intuitions and expectations, the reader still starts in the dark. There&#8217;s no illuminated or crystalized image the reader receives like they do with a movie, or even a stage play.</p><p>Reading is grasping through a pitch-black space. Each word is a thread that lets you step ever forward into the dark, until, slowly, the walls of the cell are (re)created in your mind. This is the singularly most important thing I have to remember when I&#8217;m writing.</p><p>Each sentence acts like the prisoner&#8217;s cloth marker. Each word accretes information.</p><p>On one side of every fiction there is a writer, who (often) has a full and robust &#8216;vision&#8217; of the world of their story. On the other is a reader in darkness. The only vector through which they can gather information about the world is the sequence of words, grammatically organized into sentences, paragraphs, scenes, and stories.</p><p>Sci-fi author and theorist Samuel Delany describes the reading process as essentially a corrective one. &#8220;A sixty-thousand-word novel is one picture corrected fifty-nine thousand, nine hundred and ninety-nine times.&#8221; He uses the example of a sentence about a dog. Let&#8217;s make a sentence of our own with that starting image: &#8220;<em>The dog</em>,&#8221; immediately conjures a particular image, likely different in each reader&#8217;s head (if they grew up with a Labrador, perhaps they see one of those; or if they have young children, perhaps they see a cartoon like Bluey in their mind). &#8220;The dog, <em>sitting</em>&#8220; &#8211; with this addition, any reader who has imagined a dog in any other position &#8216;corrects&#8217; their image. &#8220;The dog sitting <em>on the tractor</em>&#8220; &#8211; now, we limit our imagination to dogs one would expect to see around or on a farm ( no longer chihuahuas or yorki-poos). You get the idea.</p><p>As each reader adapts their image of the fiction, correcting it in response to the writer&#8217;s cues, the effect of a piece of literature is created. Back to Poe&#8217;s prisoner, as he begins to use his cloth markers to explore the cell:</p><blockquote><p>I tore a part of the hem from the robe and placed the fragment at full length, and at right angles to the wall. In groping my way around the prison, I could not fail to encounter this rag upon completing the circuit. So, at least I thought: but I had not counted upon the extent of the dungeon, or upon my own weakness. The ground was moist and slippery. I staggered onward for some time, when I stumbled and fell. My excessive fatigue induced me to remain prostrate; and sleep soon overtook me as I lay.</p></blockquote><p>There&#8217;s not a lot of plot momentum occurring here. He tears his robe. He walks the walls. He falls and sleeps. Yet, there is still a real sense of being moved <em>through something</em> as a reader. The corrective process is an emerging model of constraint. We, <em>with the narrator</em>, are learning the shape, size, and feeling of the cell. We, <em>like the narrator</em>, are sometimes getting it wrong. He underestimates the size and extent of the cell and his own exhaustion. Sentences update a reader&#8217;s picture of a space, but also (especially in speculative fiction) update a reader&#8217;s model of the governing logics that produce it.</p><p>The central insight of this corrective model is a deceptively simple one: reading happens one word at a time.</p><p>The question of how to use the word sequencing to shape protocol fiction, has become very important in our work in the Protocol Fiction Special Interest Group. We&#8217;ve spent a lot of time defining protocol fiction through its strange rules. Now, we want to move toward an understanding of how the genre can <em>move</em> readers.</p><p>Protocols are particularly good at producing what Timber Stinson-Schroff identifies as &#8220;dynamic non-events,&#8221; or things that are prevented from happening because engineered coordination keeps a system functioning. There&#8217;s a gag in the second <em>Kingsman</em> movie, where a secret agent reveals his &#8220;trophy room.&#8221; It&#8217;s covered in banal newspaper front pages, each marking a day when his organization prevented an apocalyptic event. The absence of news is the achievement. This is a strange narrative property that emerges when writing about protocols. When they work, things don&#8217;t happen. But, traditionally, fiction loves events.</p><p>Protocol fiction has successfully found at least one obvious solution: writing about the moment the protocol fails. But what does protocol fiction look like without an explosion or a failure?</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>The Ductus</h3><p>In <em>The Pit and the Pendulum</em>, after moving through the dark using his robe threads to calculate distance, the narrator trips over his torn robe and knocks himself unconscious. Later, he wakes in the center of his prison, which he learns descends into a pit. Leather straps have been wrapped around his wrists and he&#8217;s tied to the bottom center of this pit.</p><blockquote><p>Looking upward, I surveyed the ceiling of my prison. It was some thirty or forty feet overhead, and constructed much as the side walls. In one of its panels a very singular figure riveted my whole attention. It was the painted figure of Time as he is commonly represented, save that, in lieu of a scythe, he held what, at a casual glance, I supposed to be the pictured image of a huge pendulum such as we see on antique clocks. There was something, however, in the appearance of this machine which caused me to regard it more attentively. While I gazed directly upward at it (for its position was immediately over my own) I fancied that I saw it in motion. In an instant afterward the fancy was confirmed. Its sweep was brief, and of course slow. [&#8230;] It might have been half an hour, perhaps even an hour, (for I could take but imperfect note of time) before I again cast my eyes upward. What I then saw confounded and amazed me. The sweep of the pendulum had increased in extent by nearly a yard. As a natural consequence, its velocity was also much greater. But what mainly disturbed me was the idea that had perceptibly descended. I now observed &#8211; with what horror it is needless to say &#8211; that its nether extremity was formed of a crescent of glittering steel, about a foot in length from horn to horn; the horns upward, and the under edge evidently as keen as that of a razor. Like a razor also, it seemed massy and heavy, tapering from the edge into a solid and broad structure above. It was appended to a weighty rod of brass, and the whole hissed as it swung through the air.</p></blockquote><p>At the center of the torturous prison, Father Time slowly lowers a swinging blade. Note Poe&#8217;s intentional invocation of <em>time</em>. Both in the painted figure, and in the pendulum, &#8220;such as we see in clocks.&#8221; This is the writer/reader task made literal. Writing can progress with a certainty &#8211; again, that deceptively simple truth &#8211; because it will be read one word at a time. Father Time swings his pendulum lower with each word. Unlike Poe&#8217;s story, though, the blade never quite reaches a reader&#8217;s chest. The writer&#8217;s fictive world model can never fully irrupt into the reader. It&#8217;s a constant negotiation, and ideally a bringing-together of the two models into a secret third thing: the story.</p><p>The reason this pendulum matters is that watching a scythe descend toward your chest produces a feeling. The corrective process of reading move a vision closer to you. In this sense, like Poe&#8217;s narrator, a work of fiction is a kind of architectural space. While a cloth marker can hint at <em>where</em> you are, the movement through time, the way in which an author&#8217;s fictive world approaches a reader and eventually moves through them, cocreates the phenomenological texture that gives fiction its feeling.</p><p>Mary Carruthers (a scholar introduced to the Protocol Institute&#8217;s Memory Research Group by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Kei Kreutler&quot;,&quot;id&quot;:111565805,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/07ba8ce1-9c72-4f42-8279-1abc7c38cb63_1100x1100.png&quot;,&quot;uuid&quot;:&quot;2ddfeda7-0859-49e3-b420-baf57b0d375f&quot;}" data-component-name="MentionToDOM"></span>) calls this <em>ductus</em>. &#8220;Ductus is the way by which a work leads someone through itself: that quality in a work&#8217;s formal patterns which engages an audience and then sets a viewer or auditor or performer in motion within its structures, an experience more like traveling through stages along a route than like perceiving a whole object.&#8221; The ductus of written works are the word-by-word, sentence-by-sentence corrections that accrue. Delany&#8217;s model of correction helps us understand what is happening in the reader&#8217;s imagination as they advance through a text. Carruthers&#8217; ductus helps us understand how its sequence conducts a reader through those corrections.</p><p>A comedy story&#8217;s ductus will need to surprise in such a way to evoke (for example) whimsy or schadenfreude. A visceral horror story&#8217;s corrections will often involve an unsettling, transgressive, or shocking development of a previously &#8220;normal&#8221; image, while sometimes more psychological horror will begin with unsettling, transgressive, or upsetting images and then carry that associative weight forward into more &#8220;normal&#8221; descriptions. The Gothic pulls psychology outwards into the environment. Creative effects are achieved by carefully ordering sentences and words. By creating both the space (objects) of the story but, far more importantly, by creating a coherent and compelling journey through those images.</p><p>Take a look at what happens when you read &#8211; then massacre! &#8211; one of the finest opening paragraphs in English literature, from Shirley Jackson&#8217;s <em>The Haunting of Hill House</em>:</p><blockquote><p>No live organism can continue for long to exist sanely under conditions of absolute reality; even larks and katydids are supposed, by some, to dream. Hill House, not sane, stood by itself against its hills, holding darkness within; it had stood so for eighty years and might stand for eighty more. Within, walls continued upright, bricks met neatly, floors were firm, and doors were sensibly shut; silence lay steadily against the wood and stone of Hill House, and whatever walked there, walked alone.</p></blockquote><p>See how utterly differently this rearrangement (which changes almost no words) reads:</p><p><em>Hill House stood against the hills; it had stood by itself for eighty years and might stand for eighty more. Within, walls continued upright, bricks met neatly, floors were firm, and doors were sensibly shut. Silence lay steadily against the wood and stone of Hill House, not sane. Whatever walked there, walked alone, holding darkness within. Even larks and katydids are supposed, by some, to dream. No live organism can continue for long to exist sanely under conditions of absolute reality.</em></p><p>In this remixed paragraph, the insectoid and avian (the <em>inhuman</em>) don&#8217;t emerge until after the house has been fully described. When Jackson writes &#8220;larks,&#8221; &#8220;katydids,&#8221; &#8220;dream,&#8221; and &#8220;reality&#8221; <em>first</em>, she loads everything that comes next with the associative weight of those words. When these words and phrases are listed <em>after</em> the description of the house, a reader has to &#8220;go back&#8221; and re-layer this imagery themselves. Without them, and with the &#8220;by itself&#8221; relocated ever so slightly, the first two sentences read almost triumphantly, a very different affective mood. The ductus has changed substantially.</p><p>Equally important are the interruptive effects of &#8220;not sane.&#8221; In Jackson&#8217;s original, this works in part because it&#8217;s a change in the rhythm with which the information is delivered. Sequencing within and between sentences matters. The mention of sanity (notably, she never uses the word <em>insane</em>) in the first sentence extends, temporally, and in doing so, creates an unsettled effect in the reader. The opening &#8220;No&#8221; waits for its &#8220;sane&#8221; for ten full words, 18 syllables. Even the subsequent &#8211; punchy &#8211; interruption of &#8220;not sane&#8221; in the second sentence stretches to two words: &#8220;not // sane.&#8221; This, combined with the sudden change from the first sentence&#8217;s long, flowing language, into the staccato interruption of &#8220;Hill House, not sane, stood &#8230;&#8221; produces a suite of effects that texture the rendering of the image in real time. All this shapes the content of the scene and its mood dramatically.</p><p>We <em>have</em> to read sequentially. And so the order of things matters. Good writers know this, and will often ensure that their sequential order produces clear, logically simple images and events. Great writers will use this to imbue stories with that effervescent quality of all literature: densely layered meaning. They&#8217;ll use seeding and nuanced revelation to produce meaning with novel and exciting effects. Tone, voice, and even &#8211; to a point &#8211; genre emerge from how language is arranged.</p><p>We now have a model of how a work interacts with a reader &#8211; how it forms, and then successively corrects an image, and how those corrections shape an experience of a work through their sequencing. What relationship does this have to protocols, and by extension protocol fiction?</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!irrD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!irrD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 424w, https://substackcdn.com/image/fetch/$s_!irrD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 848w, https://substackcdn.com/image/fetch/$s_!irrD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 1272w, https://substackcdn.com/image/fetch/$s_!irrD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!irrD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:539488,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/heic&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/215696083?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!irrD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 424w, https://substackcdn.com/image/fetch/$s_!irrD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 848w, https://substackcdn.com/image/fetch/$s_!irrD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 1272w, https://substackcdn.com/image/fetch/$s_!irrD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff6b665d9-968e-42e0-ae0a-8aa0f649a57d_1024x1024.heic 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3>The Shapes of Protocol Fiction Journeys</h3><p>In protocol studies, Protocol Institute (PI) research director <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Venkatesh Rao&quot;,&quot;id&quot;:2264734,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!MJ9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F562e590a-9494-4f66-87f0-330c1be204c2_500x500.jpeg&quot;,&quot;uuid&quot;:&quot;98d0b816-2486-4f6d-a639-f12f9d93bda7&quot;}" data-component-name="MentionToDOM"></span> defines a protocol as an &#8220;engineered argument.&#8221; Both those words are dense. A longer definition from PI is that &#8220;a protocol is a codified set of behaviors that, when adopted by enough agents, enables coordination without continuous negotiation.&#8221; It&#8217;s both the &#8220;I cut, you choose&#8221; rule our parents taught us when we were splitting the last slice of cake with our sibling, and the Hypertext Transfer Protocol (HTTP) that enables browsers and servers to exchange information &#8211; i.e., have websites be accessible by your simply typing a URL. There&#8217;s a tension here: if fiction is a constant negotiation between two world-models, its protocols would seem not to be working. But, in fiction, the protocol layer preemptively fuels the corrective negotiations that make up the text.</p><p>A story doesn&#8217;t have to teach you the rules of grammar, the definition of every word, or the mechanics of how to read word-by-word. It often doesn&#8217;t have to teach readers the conventions of its genre, either. All that is prepackaged (unless you&#8217;re writing children&#8217;s literature!): grammar, lexicon, reading order, genre expectations. A work must teach a reader how to read <em>its</em> particular text, but not &#8211; like Carl Sagan would say &#8211; create the universe just so you can bake an apple pie from scratch.</p><p>Which is useful, because the ductus of a work primarily exists only within that work. Some exhaust gets collected and ossified in genre-level protocols, which is why we talk about nascent genres &#8220;maturing&#8221; and eventually &#8220;being transcended.&#8221; The more aspects of a work that are codified into a persistent genre or grammatical layer, the more a specific work can create complicated &#8220;single-use&#8221; ductus. Persistent protocols enable work-specific engineering.</p><p>Grammar and genre comprise the protocol layer atop which the sentence and paragraph can operate. Fiction functions like an application capable of this constant (corrective) negotiating because it runs atop a stack that frees up capacity for a conductive (in the ductus sense of conducting) negotiation. Text becomes the conduit through which two world-models argue, and a story emerges. Taken as a whole, a story is an engineered argument in Rao&#8217;s sense. The ductus is the engineering. It is the place in which designed rhythms, orders, and corrections structure the reader&#8217;s movement toward a shared world-model that can run extravagantly (see the deferred meanings in Jackson). The sentence is where fiction&#8217;s protocol stack gets executed.</p><p>The reader&#8217;s image (i.e., fictive world-model, aka imagination) forms, and is accreted upon, expanded, corrected, argued against, nuanced, made smaller, made bigger, made specific, and made dramatic by word order and choice. Sentence-by-sentence.</p><p>So what does the genre of protocol fiction build within each work? Where does its ductus take us, and how?</p><p>One solution so far has been to find protocols that aren&#8217;t working for people. Nadia Asparouhova calls these &#8220;Kafka protocols.&#8221; These are protocols that &#8220;hold too much power,&#8221; and where a &#8220;[p]articipant is trapped in a maze that they can&#8217;t understand and also can&#8217;t escape.&#8221; Here one finds a cliche of science fiction writing &#8211; it is easier to write about dystopias than utopias. My own story <em><a href="https://protocolized.summerofprotocols.com/p/noise-ordinance">Noise Ordinance</a></em> is a straightforward play at dystopia. More recent protocol fiction works, like Cameron Russell Armstrong&#8217;s prize-winning <em><a href="https://protocolized.summerofprotocols.com/p/american-skyway?utm_source=substack&amp;utm_campaign=post_embed&amp;utm_medium=web">American Skyway</a></em>, traffic in a similar, but updated satire/thriller-inflected tone. This again, culminates in a very dynamic <em>event</em> &#8211; the antithesis of the non-event which typically characterizes protocol studies.</p><p>In Armstrong&#8217;s story, we can see some micro-techniques of protocol fiction emerging. Let&#8217;s take the opening paragraph (specifically, its second sentence):</p><blockquote><p>Clusters of bureaucrats dutifully feigned attention while quietly locked in desperate combat with the looming spectre of accidental slumber during this third hour of the 17th session on the ninth day of the quarterly two-day Reratification Accords for the treaty governing the Joint Defense of the Lebanon Space Elevator and Remembrance Zone, which memorialized the grand experiment formerly known as the United States of America.</p></blockquote><p>Armstrong uses a very different valence to Jackson. His story begins with &#8220;clusters of bureaucrats,&#8221; the word cluster immediately suggests computation, statistics &#8211; protocolish realms. There&#8217;s also a nice scansion to the phrase (a wildly important feature of prose that needs careful attenuation) &#8220;clusters of bureaucrats dutifully feigned.&#8221; The oxymoron of dutifully feigning something immediately conjures the satirical tone that defines the piece. This hint of satirism is formalized in the next clause, where the epic tone of &#8220;locked in desperate combat with the looming spectre&#8221; is immediately undercut by &#8220;accidental slumber.&#8221; High language for what amounts to the simple struggle not to fall asleep in a boring meeting.</p><p>From there, we dive into a long, nested list defined by a succession of numbers: &#8220;The <em>third</em> hours of the <em>17th</em> session on the <em>ninth</em> day of the <em>quarterly two-day</em>.&#8221; This cascade produces another effect; numbers abound, but mean little in this story. <em>Ninth</em> <em>day</em> of the <em>two-day</em> is fun, and the second oxymoronic detail in just the first sentence. What emerges here at the level of language is that the containers of numeric meaning contain irresolvable tensions that are too easy to ignore and too hard to fix. That this is nestled within a numeric cascade further drenches the text.</p><p>Then, there&#8217;s the finale of the opening line: &#8220;formerly known as the United States of America.&#8221; Like Jackson, I don&#8217;t think this paragraph would work at all as well if that detail was foregrounded, instead of having it hit at the very end of the sentence. Again, we have a collision of tones: &#8220;grand experiment&#8221; versus &#8220;formerly known.&#8221; If you begin the paragraph with &#8220;America is dead,&#8221; the tedium of the meeting and the nested numbers read as entirely tragic throughout, rather than letting the mundanity accrete and then detonate. This is, in short, if you haven&#8217;t read it, essentially the entire plot of <em>American Skyway</em> in miniature, in a single sentence.</p><p>In <em>American Skyway</em>, the U.S. has fractured into four successor states that all share a space elevator anchored in Kansas. This space elevator keeps all four economies functioning, and the ratification meeting described in the opening is held quarterly to keep the treaty up-to-date. Our intrepid, isolated hero is the only one paying close enough attention through the haze of routine to notice important details in the seemingly small amendments made by the California delegation, all of which grant the head of the rotational defense force &#8220;unilateral decision-making on force deployment and munitions storage.&#8221; He also notices the delegation bringing in a number of explosives-laden trucks. His objections to the proposed amendment&#8217;s buried implications are overruled. The accords pass. Everyone drives home. As Mark drives away, he looks back at the elevator behind him, just in time to see it erupt as a &#8220;small, sickly blue blossom slowly spread[s] across the upper atmosphere.&#8221;</p><p>The story is found (in miniature) entirely in the form, tone, and content of the second sentence. The surprise of the dead United States that appends the sentence mirrors the explosive ending of the story, but the tensions through which that explosion emerges also saturate the text. The oxymorons and irony nested in numbers that propel the sentence&#8217;s language act as a formal version of the Californian subterfuge. Meaning is buried in a cascade of routine, minutiae, and bureaucracy. The &#8220;desperate combat&#8221; and &#8220;looming spectre&#8221; which at first appear to be satirically overwrought are actually wholly accurate descriptions of what&#8217;s happening.</p><p>This is a clear ductus for protocol fiction: allow a protocol&#8217;s buried contradictions to accumulate until they become an event.</p><p>Protocol fiction has been quite good at exploring the failure space of protocols, and this is a well-trodden ductus for a reason. Armstrong&#8217;s story is one of the best examples of it we have. This is a valuable vector for the genre, but one of several. What is still being built, in my opinion, is a method for using these nascent techniques to invert or complicate a straightforward plotting that culminates in a dramatization of failure. What does protocol fiction without an explosion look like?</p><p>Or to put the question in this essay&#8217;s language: moving forward, what kind of associative, corrective, and accretive details can the genre use? One promising vector can be found in the Institute&#8217;s <a href="https://protocolized.summerofprotocols.com/p/theorizing-protocolization-i-new">New Nature</a> paradigm, a view of the world where &#8220;regimes of reality [are] governed by technologically mediated laws that are nearly as inviolable, immutable, and persistent as those of nature.&#8221; I believe this will mean a play between nature and technological imagery (the way Armstrong plays with mock-epic and bureaucratic language) &#8211; the katydids of Jackson and the cyberswarms of Gibson finding novel ways to bounce off each other.</p><p>It will require thinking through which details protocol fiction reveals and obscures, and in what order.</p><p>A lot of science fiction has involved using the knowable mechanisms of empiricism and science to reveal/explicate impossibly strange results: time travel, space colonization, alien intelligences. Think of so-called Golden Age science fiction. Asimov&#8217;s <em>Three Laws of Robotics</em> are the clearest example of this mechanism: the stories literally start with a comprehensible schema of rules that govern robotics behavior, then walk readers through estranged results of these rules &#8211; robotic religions and seemingly impossible murders. Godwin opens his <em>The Cold Equations</em> with regulations, mass ratios, and engineering constraints, which propel the speculative strangeness of the work&#8217;s brutal results. Clarke&#8217;s <em>The Fountains of Paradise</em> presents readers with a space elevator rooted in tensile strengths, permits, and data. Known conditions (behavioral rules, engineering constraints, material/administrative constraints) move toward spectacular and strange worlds. The estrangement is downstream of the familiar.</p><p>New Wave science fiction is considered to be a break from this mechanism, but I think it is actually a relocation, rather than a reversal. Ballard&#8217;s &#8220;<a href="https://www.jgballard.ca/non_fiction/jgb_time_memory_innerspace.html">inner space</a>&#8220; expands the &#8220;knowable mechanisms&#8221; to include things like psychology, myth, media, and (sub)urban designs, from which strangeness emerges. Even a novel like Delany&#8217;s <em>Dhalgren</em>, which completely eschews mechanism, locates the strangeness in outcomes &#8211; an ever-changing city layout, two moons, a fully dislocated self.</p><p>It&#8217;s true that many of Stanislaw Lem&#8217;s novels, and the Strugatsky brothers&#8217; <em>Roadside Picnic</em>, do explore truly ontologically unsettled mechanisms (the Zone, Lem&#8217;s ocean), and then render the understandable outcomes that emerge &#8211; economics, theorizing, technologies. However, Lem and the Strugatsky brothers both use the literal &#8211; extraterrestrial &#8211; alien to achieve this. The unknowability is external. This creates a distance from the ontological instability these objects create. When a system is fundamentally alien, a reader&#8217;s corrections are experienced as &#8220;well, this emerged from elsewhere, of course it is not sensible.&#8221; Obviously, these can still be deeply effective and vitally important for the genre, but they stop short of what I think science fiction can become. What happens when we locate instability as emerging from human, authored, and once-understood systems?</p><p>It&#8217;s my contention that a more contemporary science fiction will invert the strange outcomes &#215; legible mechanisms engine. Strange <em>human</em> mechanisms (and the work here is dramatizing these mechanisms&#8217; strangeness) will be explicated through a suite of understandable outcomes: distributed rules that are impossible for any single person to hold the history of, machine-generated decisions that operate via complex &#8220;black box&#8221; algorithms we can&#8217;t understand. Protocols that work even when no one knows why.</p><p>Classical tendency:<br>KNOWN RULE &#8594; STRANGE WORLD</p><p>Protocol fiction opportunity:<br>KNOWN WORLD &#8594; STRANGE RULE</p><p>We have a possible model for this, and, surprise surprise, I think it&#8217;s the very story we&#8217;ve been using: Poe&#8217;s <em>The Pit and the Pendulum</em>.</p><p>When Poe&#8217;s narrator wakes up strapped to the torture rack, Father Time above him, consider the sequence of events that actually occurs. He looks. He looks up. He takes in some greasy food. He lifts his head and looks again. He touches his bandage. There&#8217;s hardly any action here. Certainly no explosions, or even dramatic state changes of any kind. And yet, this is a propulsive bit of fiction. What is carrying, conducting the reader in such a dramatic way?</p><p>The corrections &#8211; the ductus &#8211; operate via the narrator&#8217;s updating model of the mechanism. What&#8217;s more, Poe very skillfully moves this on a schedule. First, we get an inventory of the room &#8211; all of which will be vital to the narrator&#8217;s eventual escape, but none of which register as such immediately:</p><blockquote><p>I now lay upon my back, and at full length, on a species of low framework of wood. To this I was securely bound by a long strap resembling a surcingle. It passed in many convolutions about my limbs and body, leaving at liberty only my head, and my left arm to such extent that I could, by dint of much exertion, supply myself with food from an earthen dish which lay by my side on the floor. I saw, to my horror, that the pitcher had been removed. I say to my horror; for I was consumed with intolerable thirst. This thirst it appeared to be the design of my persecutors to stimulate: for the food in the dish was meat pungently seasoned.</p></blockquote><p>The inventory: a strap, an arm, food, and a <em>rule</em>.</p><p>If protocol fiction is a genre of strange rules, then focusing on the rule is helpful for building out some techniques. The rule here is that the narrator can eat (a salty dinner) but cannot drink &#8211; there&#8217;s no pitcher. Immediately, the narrator begins to infer the intent behind this. He speculates that there is a designed cruelty here: a salty meal but no water. This isn&#8217;t a fact but an interpretation, perhaps a hypothesis about the logic of his situation. This prompts a reader to make a correction. They&#8217;ve moved from an image of a thirsty man to an image of a man inside a logic designed to make him thirsty.</p><p>From there, the narrator observes the ceiling. Recall that Father Time appears to the narrator as a painting at first. Then, both narrator and reader are corrected: &#8220;I fancied that I saw it in motion.&#8221; It&#8217;s a machine. From here, corrections accumulate. When he looks up later, he realizes it&#8217;s not just a machine, because the sweep of the scythe changes &#8211; it grows wider and gets closer. It is descending toward him.</p><blockquote><p>&#8230; what mainly disturbed me was the idea that had perceptibly descended. I now observed &#8211; with what horror it is needless to say &#8211; that its nether extremity was formed of a crescent of glittering steel, about a foot in length from horn to horn; the horns upward, and the under edge evidently as keen as that of a razor.</p></blockquote><p>Each of the descriptive details emerges from an updated understanding of the machine. It&#8217;s not just an ambient movement, it&#8217;s a machine that is aimed at him, specifically. It&#8217;s not so much that the reality of the room has shifted, it&#8217;s that the purpose and logic governing the room has crystallized.</p><p>Poe pushes this even further moments later:</p><blockquote><p>The vibration of the pendulum was at right angles to my length. I saw that the crescent was designed to cross the region of the heart.</p></blockquote><p>It&#8217;s not simply aimed at him in some nebulous way. No, with horror, he realizes the extent and specificity of the machine&#8217;s purpose. It will fall and swipe its way through his entire body, starting directly atop his heart. The emergence of this knowledge doesn&#8217;t come from interfacing with the designer of the system, not from finding some secret blueprint or assessing the character of the men who put him here. The corrections here amplify the horror of the story, more so because they happen in the absence of the designers of the system and emerge from a character (and, by extension, us readers) correcting their understanding of the world. The horror is the slow reveal of the obscured logic and purpose of the situation.</p><p>This narrative tension can only hold for so long, though. There&#8217;s a limit. Once we, along with the narrator, know what will happen; once the model is &#8220;complete,&#8221; something has to change for the narrative to escalate and continue. The story must find new areas within which to deploy its corrective engine. Poe&#8217;s solution here is particularly instructive.</p><p>The narrator watches the blade descend, confronts his situation, and waits for his fate. In a kind of boredom, he mindlessly turns to the side and sees a number of rats have emerged, drawn to the scent of the meal he was fed. His attention soon returns to the blade that&#8217;s slowly lowering and to the ingenuity of his captors who designed this situation.</p><p>All of this is Poe planting and seeding the eventual payoff of this section of the story. Jackson used imagery to affix narrative and thematic weight to description &#8211; putting the birds and insects first. Armstrong seeded for detonation and &#8220;reveal&#8221; by holding &#8220;formerly known&#8221; until the end. Poe uses a third kind of reveal here: the details that he seeded earlier in the passage as something seemingly inert that become deeply relevant paragraphs later. This is, I think, quite valuable for writing propulsively about rules. In addition to the mood that Poe&#8217;s imagery and sequencing evoke, there is the effect of leaving an apparatus in &#8220;plain view&#8221; to both the narrator and reader, leaving it seemingly alone as window dressing, and then revealing that this apparatus is actually pivotal for completing the system or model.</p><p>Out of the boredom and exhaustion, Poe&#8217;s narrator &#8220;for the first time during many hours &#8211; or perhaps days&#8221; thinks. He begins to try to find a way out of the blade&#8217;s path. Finally, he remembers the rats, his free elbow, and the food.</p><p>None of this information is new to the narrator or the reader. The rats, the food, the free elbow, it&#8217;s all on the page already. The &#8220;correction&#8221; isn&#8217;t novelty, it&#8217;s instrumental and combinatory. He simply thinks to use all four of these realities simultaneously: he rubs the food on his restraints and rolls free as the rats chew through them.</p><blockquote><p>Nor had I erred in my calculations &#8211; I at length felt that I was free. The surcingle hung in ribands from my body [...] I slid from the embrace of the bandage and beyond the reach of the scimitar. For the moment, at least, I was free.</p></blockquote><p>He emerges, safe, rescued by the very components of the system that he had viewed as a designed prison moments earlier.</p><p>This sequence reveals one path for the ductus of a non-event. A stretch of time in which the primary movement of the story is the reader&#8217;s model of the rules (alongside the narrator&#8217;s) updating, correcting, hypothesizing, and then updating again. The mechanism itself becomes the vehicle for the climax. The initial reading of the salted meat as cruelty transforms into an instrument of escape. This occurs without the properties of the meat changing at all. The corrective force of a moment like this is distinct from a &#8220;sharpening image,&#8221; in the traditionally pictorial sense. Instead, this is a functional correction. The model of the world is updated, but not via its material, but instead through its capacity and logic.</p><p>Take three elements from Poe&#8217;s ending:</p><ul><li><p>Food: starts as torment, becomes bait.</p></li><li><p>Rat: starts as ambient and verminous, becomes instrument.</p></li><li><p>Free arm: starts as simple allowance, becomes interface for freedom.</p></li></ul><p>Objects don&#8217;t change, their function inside the model does.</p><p>The techniques available to protocol fiction in large part already exist &#8211; this story is from 1842, far before any formalized science fiction genre emerged. The ductus-construction techniques exist already, what&#8217;s needed is applying them to novel technologies and logics &#8211; to protocols and science fiction. Poe&#8217;s narrator is trapped by a personed institution (even if those people are present through their absence in the story).</p><p>What&#8217;s novel is that we live within mechanisms that are distributed, <em>dis</em>authored systems &#8211; ones that were at one point authored that have become so evolved or diffused that they no longer function as such. We encounter these primarily through outputs, rather than design. We don&#8217;t need aliens to interface with these systems, but we do need ductus that can lead us through compelling stories about them. The crucial break between Poe and the future of protocol fiction lies in the designed versus emergent distinction, and whether the techniques used by Poe can be successfully wielded within narratives about diffused systems. With Poe&#8217;s instrumental turn, we have a promising possible system for protocol fiction. In fact, I&#8217;d argue that Poe&#8217;s method might work even better in fully ontologically destabilized systems, where the property of the meat remains unchanged, but the capacity for characters to use it is opened even further. Recombination in truly opaque systems is the only mode afforded to characters. What happens when we play with that even more?</p><p>So, to answer the question of how to dramatize non-events: The dynamism of the non-event can emerge from rendering the strangeness of the rules (the protocols) that shape the fictional world. This means moving some of the corrective momentum of the prose &#8211; the pace and places with which a reader&#8217;s image is corrected over the course of a story &#8211; away from the results and onto the rules themselves. The ductus moves a reader from outcomes that are legible into the darkened room of obscured and estranged governing logics. The reader&#8217;s model of the protocol which produced those outcomes gets corrected over time. The dynamism of non-events lives there. What accretes, word-by-word, is a model of the protocol itself.</p><p>We just have to remember, when it comes to fiction, worlds are built one word at a time.</p><div><hr></div><h2><span>Jamverse Contest Winners!</span></h2><p><span>The winner of the first </span><a href="https://jamverse.protocolized.io"><span>Jamverse</span></a><span> contest is </span><em><a href="https://jamverse.protocolized.io/artifacts/second-coat"><span>Second Coat</span></a></em><a href="https://jamverse.protocolized.io/artifacts/second-coat"><span> by Spencer Norwick</span></a><span>. </span><em><span>Second Coat</span></em><span> is a steganographic communication protocol in the city of Mayaford. The artifact combines elements of </span><em><span>Zoothesia</span></em><span> and </span><em><span>Stockton Chronicles</span></em><span>.</span></p><p><span>Four other artifacts that we loved and awarded are:</span></p><ul><li><p><em><a href="https://jamverse.protocolized.io/artifacts/a-few-of-john-warner-s-personal-notes"><span>A Few of John Warner&#8217;s Personal Notes</span></a></em><a href="https://jamverse.protocolized.io/artifacts/a-few-of-john-warner-s-personal-notes"><span> by Kannen Ramasamy</span></a></p></li><li><p><em><a href="https://jamverse.protocolized.io/artifacts/one-drone-per-person"><span>One Person Per Drone</span></a></em><a href="https://jamverse.protocolized.io/artifacts/one-drone-per-person"><span> by Nick Punt</span></a></p></li><li><p><em><a href="https://jamverse.protocolized.io/artifacts/kinetic0arl-2"><span>Kinetic by ARL</span></a></em><a href="https://jamverse.protocolized.io/artifacts/kinetic0arl-2"><span> by William Wickey</span></a></p></li><li><p><em><a href="https://jamverse.protocolized.io/artifacts/big-man-s-small-batch-corn-liquor"><span>Big Man&#8217;s Small Batch Corn Liquor</span></a></em><a href="https://jamverse.protocolized.io/artifacts/big-man-s-small-batch-corn-liquor"><span> by Cameron Armstrong</span></a></p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2g1F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2g1F!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 424w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 848w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 1272w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2g1F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png" width="1200" height="400" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:400,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:566950,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/215696083?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2g1F!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 424w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 848w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 1272w, https://substackcdn.com/image/fetch/$s_!2g1F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7dd59225-08e0-4040-af65-1b4534ad5bb6_1200x400.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>This was the first fiction contest in which we sought artifacts set within existing story universes rather than fully developed stories. While reading through the entries, we learned that the best artifacts were fractal microcosms of a larger story that also revealed traffic jams in the universe. They used storytelling techniques to place the artifact in the world and we could see the artifact fitting into a fully developed story.</span></p><p><span>Looking at Spencer&#8217;s </span><em><span>Second Coat</span></em><span> through an Orson Scott Card MICE lens, it&#8217;s clear that it is set in the milieu of Mayaford &#8211; the artifact introduces a new idea (communication through residues left behind by city workers). The traffic jam emerging in the world is the graffiti subculture, armed with kappala halos, meeting the bureaucratic protocols of the city workers of Mayaford.</span></p><p><span>Thank you to everyone who participated in the first Jamverse contest. It&#8217;s great to see the variety of artifacts that have been created. It also gave us more insight into what makes a good artifact. We&#8217;re very interested in the use and repetition of these within stories since we experience protocols through day-to-day, artifact-shaped objects like notes, tools, maps, and apps.</span></p><p><span>We&#8217;d love more such artifacts to exist in the Jamverse, and if you decide to contribute one, </span><a href="https://jamverse.protocolized.io/artifacts"><span>these five have set the bar.</span></a></p><p><span>Dive into the stories and artifacts, and see where inspiration takes you!</span></p>]]></content:encoded></item><item><title><![CDATA[Trust by Protocol ]]></title><description><![CDATA[How Estonia engineered legitimacy for its internet voting platform]]></description><link>https://protocolized.summerofprotocols.com/p/trust-by-protocol</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/trust-by-protocol</guid><dc:creator><![CDATA[Jason Collins]]></dc:creator><pubDate>Mon, 07 Sep 2026 06:11:00 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!wyS0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>Democratic elections have always depended on procedures through which voters prove their eligibility, mark their choices, and deposit ballots. The ballot box is closely monitored, the count is supervised, and the ritual is familiar enough that most people understand what&#8217;s supposed to happen, even if they don&#8217;t appreciate every aspect of the protocol.</span></p><p><span>They don&#8217;t need to know every single rule; they just need to have confidence in it. The polling station isn&#8217;t only a place where votes are collected but also a place where trust becomes visible. It&#8217;s a place where people stand in line, officials check names, and ballots move from booth to box to count. Even though the process isn&#8217;t perfect, what matters is that it is legible to ordinary people.</span></p><p><span>In Estonia, one of the world&#8217;s most digitally integrated states, voting is done somewhat differently. It&#8217;s done over the internet. The 2023 parliamentary election, during which more than half of all ballots were cast online, is now recognized as the world&#8217;s first parliamentary election in which online votes outnumbered paper ballots.</span></p><p><span>That didn&#8217;t happen because the state appended a voting website to an otherwise analog democracy. No, the system grew out of a broader digital state with an existing national digital identity program, and technical provisions for cryptographic infrastructure, software applications, audit procedures, and election oversight. And, given how Estonians have already used digital identity for taxes, banking, digital signatures, healthcare, and public administration, the introduction of internet voting (known as &#8220;i-voting&#8221; in English language documents produced by the Estonian government) wasn&#8217;t really a surprise.</span></p><p><span>In fact, while online voting is still considered unusual in democratic terms, at least for us living outside Estonia, for Estonians, it&#8217;s part of daily life. However, the ordinariness of this new system has introduced problems of its own into the electoral process. Trust issues, to be more specific, and the kind of trust issues that the traditional ballot simply hasn&#8217;t suffered from.</span></p><p><span>The vulnerabilities of the traditional ballot are easy for ordinary people to imagine. I-voting, on the other hand, prevents citizens from directly observing the voting process, prompting questions about what happens when election legitimacy depends on systems most citizens can&#8217;t personally inspect.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wyS0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wyS0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wyS0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1245509,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/213726759?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!wyS0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!wyS0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc50ced71-b78a-459d-9271-becbe2351e94_1024x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h4><strong><span>The Old Civic Protocol</span></strong></h4><p><span>Despite being simple in theory, paper voting was &#8211; and still is &#8211; anything but. It only feels simple because much of its complexity is visible to the public and supported by institutions people recognize as legitimate. It&#8217;s the illusion of simplicity that depends on rules and roles, documents, seals, signatures, observers, and non-negotiable timelines. A sealed ballot box matters because it&#8217;s visible, and because there are institutions, laws, and people responsible for keeping it sealed. </span></p><p><span>A polling station is, thus, a highly protocolized environment, with mandatory eligibility checks, privacy protections, and measures to prevent people from casting multiple votes. Ballots must be stored securely, the count must follow accepted rules, and the entire system must establish who voted without tying that person to their political choice. </span></p><p><span>Paper systems perform this latter function through physical separation. The voter list confirms the voter&#8217;s eligibility, the booth protects privacy, the ballot preserves the vote, and the counting table turns individual ballots into results. These steps are relatively easy to picture and follow by ordinary people, even if they don&#8217;t really understand the full institutional machinery behind said steps.</span></p><p><span>I-voting hasn&#8217;t simply moved these traditional systems onto a screen. In fact, i-voting reproduces many of the same democratic functions through a different set of dependencies. Paper voting relies heavily on physical custody, election officials, observers, and legal authorities, while i-voting relies on software, cryptography, digital ID systems, technical audits, and specialist expertise.</span></p><p><span>In other words, the democratic act of voting remains procedural, but the distribution of authority changes. Much of the process becomes less visible to the ordinary voter, and any meaningful inspections increasingly depend on people with the technical literacy to understand the systems underneath. The voter is still expected to trust the process, but the question becomes more complicated: who, exactly, is being trusted, and why?</span></p><div><hr></div><h4><strong><span>When the Ballot Becomes a File</span></strong></h4><p><span>With the i-voting system, Estonian voters don&#8217;t need to go to polling booths. In fact, they don&#8217;t even need to leave the comfort of their homes to vote.</span></p><p><span>During the voting period, voters can download the voting app onto their personal computers, authenticate their digital identity, select their preferred candidate, and confirm their vote with an individual PIN. Votes are then encrypted, digitally signed, transmitted, separated from the voter&#8217;s identity, and counted.</span></p><p><span>The process looks rather simple from the voters&#8217; side, but that simplicity is only superficial, because there are several safeguards operating under the hood. One of them is a separate verification </span>smartphone <span>app, which allows voters to check shortly after voting that the vote received by the system matches the one they intended to cast.</span></p><p><span>Arne Koitm&#228;e, an Estonian election official closely familiar with the country&#8217;s internet voting procedures, explains why this layer matters: &#8220;When the vote is sent to the voting service, the vote is in the wild, on the internet. That environment cannot be controlled by the election administrator, so it is important to provide a way to make sure the vote is not tampered with while it is being sent.&#8221;</span></p><p><span>The verification app addresses one kind of risk: whether the vote was altered in transit. Revoting addresses another: whether the voter was pressured while casting it. Voters can vote online as many times as they want, but only their last i-vote is counted. In addition, a later paper vote can override an earlier online vote and thus alleviate certain challenges associated with remote voting, such as coercion at home by family and friends. </span></p><p><span>Polling booths, ballot boxes, and physical custody still exist for paper voters, while online voting performs comparable functions through software, cryptographic design, digital identity, and oversight.</span></p><p><span>In the digital system, a vote that was otherwise cast via a traditional paper ballot becomes a file, and that file has to be traceable enough for the system to verify, but not traceable in a way that exposes a voter&#8217;s private choice. It has to be secure enough to count, but anonymous enough to remain democratic. </span></p><p><span>Koitm&#228;e also describes the counting-stage separation in practical terms: &#8220;Before decryption, the cryptograms are taken out of the digital signature container. From that point, they are anonymous. They are just cryptograms.&#8221;</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h4><strong><span>Trust as a Designed Output</span></strong></h4><p><span>We might tend to approach the trustworthiness of internet voting through the lens of cybersecurity, but security is only part of a larger picture. The main issue, at least from the perspective of trust, is legitimacy. </span></p><p><span>A secure system that doesn&#8217;t earn the trust of its citizens can&#8217;t possibly do democratic work, and a trusted system that&#8217;s not secure is even worse. Estonia&#8217;s voting system needs to produce trust indirectly, and it does so through layers of procedure. However, most citizens can&#8217;t inspect the software in any meaningful way; they can&#8217;t follow the cryptographic path of their respective votes, and they can&#8217;t personally verify the stages that separate identity from ballot content. </span></p><p><span>Instead, citizens must rely on the country&#8217;s national digital identity program and previously implemented digital infrastructures, election laws, cryptographic design, audits, observers, verification tools, source code reviewers, courts, and election officials.</span></p><p><span>Admittedly, this isn&#8217;t anything new, because paper elections also required trust in officials, storage rules, ballot designs, recount procedures, chain of custody, and legal enforcement. Most voters never inspected any of those things either. What actually changes with i-voting is the kind of expertise needed to independently assess implemented safeguards. Understanding the physical chain of custody is one thing, but evaluating cryptographic protocols, source code, or server security requires a much narrower form of technical literacy.</span></p><p><span>The issue here is that most voters don&#8217;t actually have such expertise, so voters are compensated for that gap largely through an appeal to trust in institutions.</span></p><p><span>The reliance on institutions isn&#8217;t merely theoretical. </span><a href="https://dspace.ut.ee/items/d731a5a4-21fc-4e62-8707-7a37b47b2baa"><span>A study</span></a><span> </span>published in <em>Government Information Quarterly </em>found that institutional trust was a stronger predictor of both confidence in i-voting and its actual use than technological trust. In practical terms, voters appear to care less about whether they trust digital technology in the abstract than whether they trust the institutions responsible for designing, operating, and overseeing a particular voting system.</p><p><span>The same study found that higher digital literacy increased the likelihood of using i-voting, while age and education themselves showed no significant effect. That makes the divide between i-voters and those who vote traditionally less clearly generational than it might first appear, assuming a tendency for younger generations to be more digitally literate.</span></p><p><span>From the voter&#8217;s perspective, then, the question is not simply whether to trust the software, but whether to trust the institutions and experts responsible for designing, operating, and overseeing it. That kind of trust is not unusual, even if the technology makes it more visible. In written comments provided for this article, </span><a href="https://www.bangor.ac.uk/staff/shlss/byron-hyde-714459/en"><span>Byron Hyde</span></a><span>, Honorary Research Associate at Bangor University, notes, &#8220;Trust in almost anything works through proxies because we rarely have access to the things itself to arrive at our own assessment.&#8221;</span></p><p><span>Ballots in traditional voting went into a box, and boxes are tangible, and their contents are, in theory, legible to anyone. The ballot in i-voting, on the other hand, becomes an encrypted digital object that moves through different systems that aren&#8217;t as easily accessible to the public. In this case, the public has to place its trust in procedures and safeguards that govern both the people and the machines handling their votes. </span></p><div><hr></div><h4><strong><span>Transparency Without Direct Visibility</span></strong></h4><p><span>Internet voting changes the significance of transparency because full visibility isn&#8217;t possible, understandable, nor, in some cases, even desirable (from a privacy perspective). If anyone could access and see anything and everything, voter secrecy would be compromised, and the system would become potentially easier to attack and exploit. The solution is to divide the transparency and the responsibilities. </span></p><p><span>Voters receive one kind of access, while auditors receive another. The same applies to election officials, software reviewers, courts, cryptographers, observers, and political actors. Each of these groups sees different parts of the process under different rules, which creates narrower forms of transparency, in which voters aren&#8217;t permitted to inspect every layer directly. Instead, they&#8217;re asked to trust that the right segments of the system can be inspected by the right people under the right conditions. </span></p><p><span>Koitm&#228;e describes this kind of observation as more technical, but not hidden: &#8220;Observing is more complicated than paper voting. We have a training program for observers so they can know what happens from the beginning until the votes are opened and we have the results.&#8221;</span></p><p><span>Though this might sound undemocratic, as the process can&#8217;t be reviewed by just about anyone, the reality is that it&#8217;s far from it. Modern societies already rely on expert-mediated systems, such as air traffic control or central banking operations, that ordinary citizens can&#8217;t independently inspect. Instead, they rely on certification, professional standards, independent oversight, legal accountability, and the possibility of public scrutiny when something goes wrong.</span></p><p><span>That last part is really important, because different institutions can review disputes, investigate failures, challenge procedures, and explain different decisions publicly. None of those mechanisms allows ordinary people to inspect cryptography personally, so ordinary people have to rely on different experts and specialist authorities. And since elections represent the procedure through which democratic authority renews itself, the burden of explanation and accountability also rises. </span></p><div><hr></div><h4><strong><span>Edge Cases in the Republic</span></strong></h4><p><span>The Estonian protocol is easy to trust when everything works as designed. The voters authenticate successfully, the application runs without issues, the ballot is cast, and the verification tools confirm that the votes were received. The results are published, institutions accept the outcome, and everyone involved moves on. But what happens if the system is challenged?</span></p><p><span>What if cybersecurity researchers question the assumptions built into the system, or election officials and independent experts disagree about the seriousness of a particular vulnerability? What happens if a political party claims the system is rigged or exploited, and can&#8217;t be trusted?</span></p><p><span>For Koitm&#228;e, that political layer matters because legitimacy cannot be repaired by technical safeguards alone: &#8220;Frankly, I don&#8217;t see that there are any technological measures that will change this narrative. It certainly affects legitimacy in the end.&#8221;</span></p><p><span>This is where the asymmetry between traditional and i-voting becomes important. Most irregularities in a physical election can be described in terms an ordinary voter understands, like missing ballots, broken seals, improper handling, or discrepancies in the count. However, vulnerabilities in i-voting systems are much harder to evaluate without expert knowledge, because they move disputes into technical language that not everyone can speak. </span></p><p><span>Sure, the public can judge how institutions respond to possible tampering or exploits, and whether courts, auditors, officials, and political actors treat the system as accountable, but most people can&#8217;t personally resolve a cryptographic dispute. This creates a shift in public judgment, which no longer examines the legitimacy of the ballot count, but the institutions that claim that the ballot count is factual and not tampered with. </span></p><p><span>Hyde warns that this kind of trust can remain stable until a visible failure or political crisis forces people to reassess it: &#8220;When everything appears fine from the public perspective, trust tends to remain stable regardless of trustworthiness. But that&#8217;s a vulnerable situation that&#8217;s easily disturbed by a crisis.&#8221;</span></p><div><hr></div><h4><strong><span>Convenience and Authority</span></strong></h4><p><span>Estonia&#8217;s internet voting system works because of its sheer convenience. A vote that takes minutes to cast, remotely, and that fits into an already digitized civic life has obvious appeal compared to traditional voting. It also helps people abroad, people with mobility constraints, and people whose work or family schedules make physical voting difficult. It makes participation much more accessible, which adheres to democratic values.</span></p><p><span>That accessibility, however, shouldn&#8217;t be confused with universal digital competence. It might seem reasonable to assume that younger voters would be more comfortable with i-voting than older ones, but the aforementioned research suggests that age alone is a poor explanation and not a significant predictor of online voting, especially when other factors, such as technical knowledge, are taken into consideration.</span></p><p><span>However, convenience also changes expectations, because the ease of digital voting makes traditional polling stations feel inefficient. The importance of a polling station in the electoral process diminishes, and in-person voting becomes just one among a number of ways to vote. With the widespread acceptance of i-voting, paper voting becomes a fallback, or a safeguard, rather than the obvious center of the electoral process. Authority gradually moves towards the system most citizens actually use.</span></p><p><span>That shift isn&#8217;t driven by convenience alone. </span><a href="https://academic.oup.com/iwc/advance-article/doi/10.1093/iwc/iwaf055/8407037"><span>Research based on post-election surveys</span></a><span> from Estonia&#8217;s 2021 local and 2023 parliamentary elections examined how technical knowledge, trust, confidence, and perceptions of the system&#8217;s performance influenced the decision to vote online. The findings suggest that not all voters approach i-voting in the same way: their willingness to use it depends partly on how much they understand, how confident they feel in that understanding, and whether they believe the system has worked reliably.</span></p><p><span>When the use of one system becomes prevalent and shows results, the procedural trust associated with the system and its processes becomes self-reinforcing. People trust the system because they use it, and they use it because it works. It works because it&#8217;s maintained, and it&#8217;s maintained because its efficiency has become a part of the democratic settlement. Over time, the question shifts from whether internet voting should exist to what kind of legitimacy its continued existence requires.</span></p><p><span>This is a rather important shift, because democratic infrastructure becomes harder to remove once it becomes ordinary, and that&#8217;s exactly what&#8217;s happening in Estonia. If a majority of voters vote online, turning off the internet voting would likely have adverse effects on the relationship between voters and the state. </span></p><div><hr></div><h4><strong><span>The Distributed Ballot Box</span></strong></h4><p><span>Though it&#8217;s tempting to say that Estonia replaced the ballot box with software, the truth is that the ballot box hasn&#8217;t been replaced, nor has it disappeared. It&#8217;s only been reformatted. Paper voting still exists, and even the traditional ballot box was never an independent source of legitimacy because, as previously explained, it depends on election officials, printing and distribution systems, secure storage, observers, rules, etc.</span></p><p><span>Part of the ballot box now resides in the voter&#8217;s personal electronics, and other parts of it live in different systems, like encryption, election law, audit procedures, revoting rules, verification tools, public documentation, etc. In other words, internet voting added new layers of dependencies.</span></p><p><span>In that sense, the ballot box didn&#8217;t simply become digital; the authority surrounding it became more distributed. Sure, traditional institutions remain important, but they increasingly share the task of legitimizing the result with software developers, cryptographers, CS researchers, and other tech specialists. Their expertise now becomes part of the chain through which voters are asked to trust the result.</span></p><p><span>More importantly, this doesn&#8217;t weaken the authority of the state, but it does affect its role. The state still establishes election law and administers the voting, but it can&#8217;t make cryptographic claims credible merely by declaring them to be true. Those claims have to survive technical scrutiny, independent reviews, and public challenge, making electoral legitimacy dependent partly on legal institutions, and partly on expertise of different specialists.</span></p><p><span>These distinctions make legitimacy a maintenance problem. Sure, paper voting needed maintenance as well, in the form of poll workers, storage rules, recount procedures, chain-of-custody protections, and public confidence. Internet voting requires the same democratic seriousness, but in a different form. It requires secure identity, software assurance, operational discipline, independent review, legal clarity, and the willingness to respond seriously to technical criticism. </span></p><div><hr></div><h4><strong><span>Final Thoughts</span></strong></h4><p><span>The introduction of Estonia&#8217;s internet voting system is not a story about democracy being replaced by code. It is a story about how democratic legitimacy changes when the procedures behind elections become more technical, less visible, and more dependent on institutional interpretation. Elections have always relied on protocols. The question is how citizens are persuaded to accept these newer protocols as democratic, and what institutions must exist around them for that acceptance to be justified.</span></p><p><span>Estonia&#8217;s answer is both practical and unusually coherent, as the state invested in building the digital identity infrastructure first and normalized its use. Make voting one civic act within that trusted system, surround it with cryptographic safeguards, legal rules, revoting options, verification tools, audits, and public explanation, and let repeated use reinforce the public trust.</span></p>]]></content:encoded></item><item><title><![CDATA[Protocol Symposium 2026 Registration Open]]></title><description><![CDATA[Free and fully online, September 21-25.]]></description><link>https://protocolized.summerofprotocols.com/p/protocol-symposium-2026-registration</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/protocol-symposium-2026-registration</guid><dc:creator><![CDATA[Venkatesh Rao]]></dc:creator><pubDate>Fri, 21 Aug 2026 22:48:45 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!P5Kr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Registration is now open for the <strong>2026 Protocol Symposium, Sept 21-25</strong>. The event will be fully virtual. Registration is free but capped at 100 for the main event. There are also 5 workshops (separate registration), with capacities set by the respective organizers. As in previous years, this will be a small, intimate, mostly single-track event with lots of opportunity for connecting and talking with other protocol nerds (and becoming one if you aren&#8217;t already).</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!P5Kr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!P5Kr!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 424w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 848w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 1272w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!P5Kr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp" width="330" height="247.5" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1080,&quot;width&quot;:1440,&quot;resizeWidth&quot;:330,&quot;bytes&quot;:512248,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/212053517?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!P5Kr!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 424w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 848w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 1272w, https://substackcdn.com/image/fetch/$s_!P5Kr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2853585e-a38a-442f-9c64-5a54e7476b14_1440x1080.webp 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>The theme for the 2026 edition is </span><em><strong>New Nature</strong><span> &#8211; </span></em><span>the rapidly evolving planet-scale technological layer governed by laws with a hardness and inviolability approaching those of nature. New Nature is </span>our overarching frame<span> for the technological future, shaped by </span><strong>the intersection of AI and protocols</strong>, perhaps the most exciting portion of the emerging technologies frontier<span>. </span></p><p><span>The goal of this symposium is to get you to this frontier, and prepared to engage at all levels from hands-on tactical to doctrinal. </span></p><ul><li><p>Main Event Registration link (luma) (full)</p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/workshops">Workshops page (individual registration forms)</a></strong></p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/">Event home page with full agenda and details</a></strong></p></li></ul><p><strong>Register early, since space is limited for both the main event and the workshops!</strong></p><p>We&#8217;ll be livestreaming significant portions of the symposium and recording most of it, but based on our experience with previous events, being part of the live conversation and interactive portions on the Zoom call really changes the experience significantly.</p><h2>The AI Angle</h2><p>Protocols for working with AI are going to be a core theme of the Symposium, and as a conversation starter, we have <strong>an AI postures personality test</strong> for you, developed by community member <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Robert Peake&quot;,&quot;id&quot;:2411023,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/93176f1e-51fc-45dc-812e-cf2e0777065a_2048x2048.jpeg&quot;,&quot;uuid&quot;:&quot;29ff5a09-0e50-4504-90a0-8dd47a4dd6ba&quot;}" data-component-name="MentionToDOM"></span>.</p><p>How do you actually work with AI, and what is it costing you cognitively? The AI Co-Working Effectiveness Survey is a brief research instrument that maps you onto one of four postures (<strong>Partnership, Hypervigilance, Overreliance, Compliance</strong>) and scores the cognitive load, debt, and sovereignty underneath. Take it, get your posture profile immediately, and help build the Protocol Institute community&#8217;s aggregate picture, to be presented at the symposium.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.robertpeake.com/ai/partnership-survey?gid=f416e3efe843&quot;,&quot;text&quot;:&quot;AI postures survey&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.robertpeake.com/ai/partnership-survey?gid=f416e3efe843"><span>AI postures survey</span></a></p><p>You&#8217;ll have opportunities during the symposium to compare and chat about your results with other attendees. Of course, you can also take the test even if you aren&#8217;t able to make the seminar.</p><h2>Symposium Preview</h2><p>The first 2 days, Monday 21 and Tuesday 22, will be devoted to hands-on workshops, and the remaining 3 days, Wednesday 23 to Friday 25, will be devoted to talks. <mark data-color="#ffff00" style="background-color: rgb(255, 255, 0); color: rgb(0, 0, 0);">You can register for either or both, and we highly recommend both.</mark> <strong>We have 5 workshops and 50+ talks lined up.</strong> </p><p>Any of the workshops will give you a deep, hands-on sense of why protocols are so important to the emerging technological future, and the talks in the main event will give you a taste of the incredibly broad and varied scope of the field.</p><p><strong>We highly recommend you attend one of the five workshops.</strong> Each exposes you to a different frontier area of AI x protocols. No special expertise is needed for any of them. </p><h2>The Workshops</h2><p>The workshops require separate registrations (also free). Each comprises 4-5 virtual sessions with asynchronous activities in between. Here are the links and brief descriptions. </p><p>Note that these workshops run in parallel, so you will only be able to attend one properly. </p><ol><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/workshop-robots-as-protocol-citizens-assembling/">Robots as Protocol Citizens: Assembling One Into the YakRobot Protocol Stack</a>:</strong> Explore the exciting emerging frontier of decentralized onchain robotics. In this workshop, you&#8217;ll learn about teleoperation protocols, control actual live robots on the other side of the world with an AI agent, and learn about the rapidly maturing technology stack for onchain robotic economies. Optionally, those interested will also be able to assemble their own robots and put it onchain (you&#8217;ll need to purchase a suitable kit for that component). <em>Ideal for hands-on techies interested in protocols</em>.</p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/protocolize-your-book-running-real-manuscripts-through-a-book-production-factory/">Protocolize Your Book: Run your manuscript through a book production factory</a>:</strong> In this workshop, you&#8217;ll learn how you can use an AI-native book production workflow to take a book project from draft manuscript to print-ready and get a deep dive into how AI can accelerate and automate traditional workflows. <em>Ideal for self-publishers and workflow mavens.</em></p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/workshop-protocol-hackathon-securing-stigmergic/">Protocol Hackathon: Securing Stigmergic Systems</a>:</strong> In this workshop, you will learn about stigmergic systems engineering, the science of coordination inspired by insect swarm behaviors, which is turning out to be remarkably relevant to AI systems (think: markdown files as pheromones). We will focus in particular on the security aspects of stigmergic systems. You will participate in a war-game style tournament using a stigmergy simulator (no coding needed). <em>Ideal for people interested in the formal protocol theory and modeling, conflict, security, and AI safety.</em></p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/beyond-the-artwork-designing-protocols-as-art/">Beyond the Artwork: Designing Protocols as Art</a>:</strong> In this workshop, you will learn all about the theory and practice of the wonderful and rapidly evolving world of protocol art, which debuted in the mainstream art world via the Strange Rules pavillion at the Venice Bienalle this year. You will learn about a conceptual framework and make your own protocol artwork. <em>Ideal for practicing artists, theorists, curators, and researchers working at the intersection of art, protocols, and emerging media.</em></p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/program/workshops/workshop-ai-kitcraft-a-hands-on-ai-tooling-works/">AI Kitcraft: A Hands-On AI Tooling Workshop</a>:</strong> In this workshop, you will learn a unique and field-tested protocols-based approach to AI adoption for organizations, based on understanding it as a technology going through a composable &#8220;kit&#8221; phase. You will learn the the history and concepts of how major technologies evolve through their kit phases, understand the capability maturity model, and apply the ideas by developing your own kit of AI workflows for your organization. <em>Ideal for non-technical analysts and managers from all backgrounds &#8212; project managers, operations and deployment leads, as well as AI-curious newcomers.</em></p></li></ol><h2><span>The Talks</span></h2><p><span>We have </span><a href="https://protocol-institute.org/events/protocol-symposium-2026/talks"><span>~50 talks,</span></a><span> ranging from technical to non-technical, and theoretical to practical. </span>There is a dizzying array of topics on the agenda &#8212; <strong>trust, institution-building, political economy, governance, geopolitics, technical systems, temporality</strong>, and of course, <strong>AI, AI, and more AI.</strong> All the content should be accessible to a general audience (though a few may require you to consult your LLMs as you listen).</p><p><span>We have 4 special sessions worth highlighting.</span></p><ul><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/sessions/psychohistory/">Inventing Psychohistory</a></strong>: A special session hosted by the Special Interest Group in Psychohistory, exploring how we might use AI to develop systematic long-range prophecy protocols, oracles, and divination technologies. </p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/sessions/southeast-asia/">Southeast Asia x Protocols</a>:</strong> A special session devoted to protocol-themed activities and thinking going on in Southeast Asia, where we&#8217;ve been nurturing a track of research, design, and study for the last two years.</p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/sessions/memory/">The Art of Memory</a></strong>: A special session hosted on one of our longest running research themes, memory protocols, hosted by the the Memory Research Group. If you&#8217;re interested in the critical ways in which memory and AI are entangled, and how the current era fits into the long history of memory technologies, this session is for you.</p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/sessions/protocol-fiction/">Worldbuilding in New Nature</a></strong>: A special session devoted to protocol fiction and world-building, hosted by the Protocol Fiction Special Interest Group. This session will draw on more than a year of experience developing this genre through multiple contests, dozens of short stories, and an ambitious extended universe project. This session will include a special event: The launch of a new, dedicated, protocol fiction magazine. </p></li></ul><p>We are really excited about this year&#8217;s edition. It&#8217;s the third symposium, but the first being organized under the aegis of the Protocol Institute, and in many ways this is our debut as an organization, and our first effort to explore our own future agenda systematically.</p><h2>Key Links</h2><p>Here are the key links once again:</p><ul><li><p>Main Event Registration link (full)</p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/workshops">Workshops page (individual registration forms)</a></strong></p></li><li><p><strong><a href="https://protocol-institute.org/events/protocol-symposium-2026/">Event home page with full agenda and details</a></strong></p></li><li><p><strong><a href="https://www.robertpeake.com/ai/partnership-survey?gid=f416e3efe843">AI postures survey link</a></strong></p></li></ul>]]></content:encoded></item><item><title><![CDATA[Durable AI Adoption]]></title><description><![CDATA[Introducing the Durable AI Adoption guide, developed in our Special Interest Group for Business]]></description><link>https://protocolized.summerofprotocols.com/p/durable-ai-adoption</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/durable-ai-adoption</guid><dc:creator><![CDATA[Sachin]]></dc:creator><pubDate>Thu, 25 Jun 2026 20:55:09 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!XLPa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>This post gives some context to an extensive new guide to Durable AI Adoption, developed by the Protocol Institute&#8217;s Special Interest Group for Business. In this practical guide you will learn how to adopt AI across your organization, with case studies and lessons from the PI and other organizations. Read the guide at the <a href="https://ai.protocolized.dev">Durable AI Adoption microsite</a>, and join two of its authors, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;rafa&quot;,&quot;id&quot;:2227765,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/477725d7-0c1b-48c8-9d66-bbd3ec3fbb6e_907x907.jpeg&quot;,&quot;uuid&quot;:&quot;643237a9-1f0f-44a3-8bfe-024b116184aa&quot;}" data-component-name="MentionToDOM"></span> and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Sachin&quot;,&quot;id&quot;:933715,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a128e670-9ce7-4619-860e-7da7b31069ed_836x836.jpeg&quot;,&quot;uuid&quot;:&quot;41ea6eb5-8e50-4a8e-9141-bd1b3280cef2&quot;}" data-component-name="MentionToDOM"></span> on our <em>New Nature</em> podcast series, tomorrow, June 26, at 9am Pacific.</p><div id="youtube2-a4wCvM-rrqo" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;a4wCvM-rrqo&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/a4wCvM-rrqo?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><h3>Shafts to Wires</h3><p><span>For 15 years after electric power became commercially available, the typical American factory used it to do almost nothing new. A manufacturer would pull out the steam engine, set an electric motor in its place, and leave everything else untouched. Factories of the time distributed power through a long vertical iron shaft that ran up through the center of a multi-story building. The shaft was connected to the machines on each floor, and because power was delivered centrally, every machine had to run whenever the shaft turned or it would sit completely idle. Even though the power source had changed, the operation of the factory remained practically bound to the rhythms of its predecessor.</span></p><p><span>Economic historian Warren Devine, who traces this transition in a paper titled </span><em><span>From Shafts to Wires,</span></em><span> calls this phenomenon the &#8220;usual juxtaposition of a new technology upon the framework of an old one.&#8221;</span></p><p><span>Things changed eventually. After another quarter century, manufacturers adopted unit drives. That meant each machine in a factory was powered by its own electric motor. The new arrangement allowed each machine to be controlled independently and run asynchronously from the rest. Unit drives unshackled machines from the geometry of the central shaft, letting them be placed according to the flow of work along the production line.</span></p><p><span>The old factory layout had been arrived at incrementally, through a chain of decisions that each followed from the one before, beginning with the constraint of the central shaft. With that foundational piece removed, the layout of factory floors could begin, gradually, to optimize for electric power.</span></p><p><span>The rearchitecting of the factory around electric power was complete when the multi-story building &#8211; tall, because steam had to be delivered through a vertical shaft &#8211; gave way to the horizontal factory, which was far less expensive to build and maintain.</span></p><p><span>The lesson of Devine&#8217;s account is that the productivity gains came from the slow, accretive repurposing of machine tools, fixtures, and floor plans around the new power source &#8211; work that no one could have specified in advance, because the new layout had to be discovered. Output per man-hour in manufacturing rose at an average annual rate of 1.3 percent before 1919 and at 3.1 percent after &#8211; roughly a 2.4&#215; jump in the rate of labor-productivity growth. Capital and labor had remained in relative proportion to one another during the shaft era, but became uncoupled after the unit drive arrived. In the years that followed, less capital was needed to make labor more productive.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!XLPa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!XLPa!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!XLPa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1858945,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203600288?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!XLPa!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!XLPa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1b14d22-6a12-460a-9080-3d68f75c0ecb_1024x1024.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3><span>Rearchitecting the Digital Environment</span></h3><p><span>What electric power did to the vertical, steam-powered factory, artificial intelligence is doing to our digital work environments. AI provides a new power source for knowledge work &#8211; a unit drive of surplus tokenized intelligence available to every person in an organization. In the canonical 20th-century factory, the object being rearchitected was a building: a large, shared work environment. The object being reshaped now is the individual work environment of every person contributing to an organization. Each knowledge worker is, in effect, a small factory whose machine tools must be repurposed around the new power source.</span></p><p><span>This cannot happen by decree alone. A knowledge worker&#8217;s tooling is the residue of years of tacit decisions, each indebted to technical dependencies and arcane software, like the position of a lathe relative to a line shaft. The only way the repurposing actually happens is through the same process that relaid the factory floor: people must combine their domain expertise with the new power source &#8211; try things, build small fixtures for themselves, share the ones that work, and discard the ones that don&#8217;t.</span></p><p><span>AI adoption is the combination of deep domain expertise with the new power source, and this new arrangement has to be allowed a period of productive experiment before anyone tries to draw the new floor plan. Play has to precede planning. Desire lines must form before they can be paved.</span></p><p><span>This is what makes durable AI adoption a two-track initiative, without exception. The experimental phase cannot be skipped, because the patterns worth standardizing have not emerged yet. But chaos alone is lossy &#8211; patterns form and dissolve without ever consolidating into infrastructure the organization can rely on. The work is to read the chaos, reinforcing the traces that prove themselves and releasing the ones that don&#8217;t.</span></p><div><hr></div><h3><span>Governed and Cultivated</span></h3><p><span>In an </span><a href="https://protocolized.summerofprotocols.com/p/inventing-new-nature"><span>editorial</span></a><span> introducing the research mission of the Protocol Institute, </span><span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Venkatesh Rao&quot;,&quot;id&quot;:2264734,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!MJ9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F562e590a-9494-4f66-87f0-330c1be204c2_500x500.jpeg&quot;,&quot;uuid&quot;:&quot;676438e0-6272-4e7d-9320-a1d66b55537d&quot;}" data-component-name="MentionToDOM"></span> <span>wrote that the task of our times is to invent New Nature &#8211; &#8220;regimes of reality governed by technologically mediated laws that are nearly as inviolable, immutable, and persistent as those of nature.&#8221; While electricity introduced a new power source, the regime of reality that finished forming during the second industrial revolution was time discipline. Workers and employers alike began to treat future clock time as a natural resource to be managed and protected. Both the workers&#8217; right to a five-day workweek and the efficiency of the assembly line were written into the reality created by clock time. We take this for granted now, but the adjustment took nearly 100 years &#8211; from the introduction of time clocks in the workplace, which in some extraordinary cases led to the lynching of line managers, to the characters in Virginia Woolf&#8217;s novels, who navigate their days by staying attuned to the town clock and Big Ben.</span></p><p><span>For companies to be successful in adopting AI, they need to consider both the rearchitecting of the work environment and the change in subjective reality of members of the organization. To achieve this, any AI adoption initiative needs two tracks: governed and cultivated. The governed track is focused on architecting new environments, while the cultivated track is focused on the psychological and ergonomic effects of the new environment.</span></p><p><span>The cultivated track is bottom-up: individual play, experimentation, the personal workflows people build and share. This track is comparable to the amateur kit stage in the deployment of a technology. Technologies such as computers and cars went through </span><a href="https://read.technically.dev/p/the-ai-productivity-paradox"><span>a stage where amateurs tinkered and experimented with them on their own terms.</span></a><span> In the case of radio, amateurs were the ones keeping the entire industry alive before standardization was even considered. Kit stages are characterized by rapid experimentation and formation of a field around a particular technology. The focus is on gaining tacit knowledge and being subjectively accustomed to the effects of the technology, and less on archiving knowledge for the longer term. A cultivated stage of adoption is important for AI because it is a technology that has significant effects both at the organizational and at the individual level. In many of the previous eras of technology, such as desktop computers and the early internet, cultivation of a field was left to artists and hackers who were early adopters of the technology. But today, the effects of AI are at once wide and solipsistic, which means that the cultivation stage is something that should be diffused through the entire organization, not just the early adopters and the 10&#215; engineers.</span></p><p><span>The role of the governed track is to create new protocols from the outcomes of the experiments in the cultivated track. The governed track should set protocols at points where AI&#8217;s outputs become consequential: how an output gets verified, escalated, and owned as it crosses from machine to human or from one team to another. A traffic light is a protocol; a blockade is not. Both are rules, but one keeps the system moving while managing the underlying tension; the other just stops it.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!JBBa!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!JBBa!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 424w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 848w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 1272w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!JBBa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png" width="1456" height="1051" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1051,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:584572,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203600288?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!JBBa!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 424w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 848w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 1272w, https://substackcdn.com/image/fetch/$s_!JBBa!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F60791161-4225-4d10-8d1e-6044c809435b_1799x1299.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>The cultivated track is trace-making &#8211; how an organization produces the patterns of coordination that a new medium makes possible, the equivalent of the desire lines worn across a park, the kits and practices that no central planner could have specified in advance. The governed track is trace-selection &#8211; how an organization reads those emerging patterns and decides which to reinforce into shared infrastructure and which to let fade.</span></p><p><span>A governed track with nothing underneath it standardizes too early. It freezes a layout before new traces have formed, the way laggard manufacturers kept the line shaft. A cultivated track with no governance generates patterns endlessly but never consolidates them, accumulating risk it cannot see. It is frontier territory with no ecosystem to sustain and learn from it. The maturity ladder is really a measure of how well an organization coordinates these two tracks as the ground keeps shifting.</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3><span>Keeping the Medium Honest</span></h3><p><span>Adoption of a domain technology such as AI requires us to:</span></p><ol><li><p><span>Think from first principles about the traces and paths generated by the previous technological paradigm.</span></p></li><li><p><span>Generate new traces and paths based on the new technological paradigm.</span></p></li></ol><p><span>Failure to do the first leads to the persistence of shaft-like thinking. Continuously doing the second without stable governance produces an organization that works without remembering or accreting its gains.</span></p><p><span>The factory took 50 years to implement the unit drive and reap the benefits of electrification. But there were journals published as early as 1896 in which the unit drive was proposed as a method to increase productivity. The race to transform the factory lasted roughly 25 years because its new form had to be discovered. Now the race is on to transform the organization with artificial intelligence. Knowing that a reorganization is needed is cheap; becoming the organization that finds and sets the standard is hard.</span></p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3x-Q!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3x-Q!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 424w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 848w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 1272w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3x-Q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png" width="1200" height="400" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/df67eb96-391e-4d35-964f-60d3939acec9_1200x400.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:400,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:544074,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203600288?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!3x-Q!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 424w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 848w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 1272w, https://substackcdn.com/image/fetch/$s_!3x-Q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf67eb96-391e-4d35-964f-60d3939acec9_1200x400.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3>Enter our Jamverse Jam</h3><p><em>Protocolized</em> recently announced our fourth open submission contest: we&#8217;re looking for artists and writers to extend and connect the Jamverse, a network of interoperable worlds that we are incubating in our Special Interest Group for Protocol Fiction. </p><p><strong>We have a $1,000 grand prize, with at least 10 other entries receiving $200 prizes. Deadline for entries is July 31.</strong> <strong>Read more and enter at the <a href="https://jamverse.protocolized.io/contest">Jamverse microsite</a>.</strong> </p>]]></content:encoded></item><item><title><![CDATA[The Character of Public Transit Systems]]></title><description><![CDATA[Kannen leads a tour of the world's public transit systems, revealing what they tell us about the cultures and trust dynamics of the cities they serve]]></description><link>https://protocolized.summerofprotocols.com/p/the-character-of-public-transit-systems</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/the-character-of-public-transit-systems</guid><dc:creator><![CDATA[Kannen]]></dc:creator><pubDate>Mon, 22 Jun 2026 20:53:35 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3fGJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><span>We often characterize the cities that we visit or live in by reference points like cuisine, history and fashion. But a lot can also be learned about a city by paying attention to its public transit systems. While perhaps not as enticing as national dishes or traditional dress, these too have a prominent role in our perception of place. </span></p><p><span>You&#8217;d be hard-pressed to find travelers in London who do not associate their visit with the underground train network. Likewise, Japan&#8217;s bullet trains and Hong Kong&#8217;s automated MTR system are iconic. This isn&#8217;t surprising considering that public transit systems are foundational infrastructure, acting as a first point of contact for tourists and an essential service for city-dwellers. These systems are, naturally, replete with protocols. Who pays and how compliance is governed, how space is controlled and who yields it, what safety measures are in place, what social interactions are condoned, to name a few.</span></p><p><span>Public transit systems have therefore been a useful lens for understanding the &#8220;national protocol characters&#8221; of the countries I&#8217;ve visited over the years. In Medellin, Colombia, I was told by many residents of the city that they treated their metro system with sanctity. Sure enough, my experience on the Medellin Metro reflected this. The trains were impeccably clean and everyone using them did so with a great deal of care and pride. Even during busy rush hours, there was a sense of composure as people boarded and took their places. And while the stations themselves were regularly policed, the trains during the day had only occasional police presence.</span></p><p><span>The Medellin Metro was established in 1995, constituting a significant step-change in transport provision for the region. Its launch also came two years after Pablo Escobar&#8217;s death &#8211; a time when the city was seeing a gradual decline in the notorious violence that had reached an unprecedented level through the 1980s and early 90s. There was a feeling of change in the country at large, with Colombia having adopted a renewed constitution in 1991, shoring up its institutional strength. This was the first major revision to Colombia&#8217;s constitution since its drafting over a century earlier. The Medellin Metro emerged in this context as a visible and shared symbol of Medellin&#8217;s transformation, following the period of deep social and political instability that had plagued the city for many years. This symbolism, coupled with the tangible benefits of increased connectivity, led to a form of popular reverence for the metro service. A survey in 2012 showed that the organization behind the Medellin Metro was consistently voted the most </span><a href="https://www.metrodemedellin.gov.co/al-dia/noticias/el-metro-de-medell%C3%ADn-contin%C3%BAa-como-la-m%C3%A1s-admirada-en-la-encuesta-de-percepci%C3%B3n-ciudadana-del-programa-medell%C3%ADn-c%C3%B3mo-vamos?utm_source=chatgpt.com"><span>appreciated public body</span></a><span> by the city&#8217;s population. The complementary Metrocables in Medellin, too, have </span><a href="https://thecityfix.com/blog/urban-transformations-medellin-metrocable-connects-people-ways-one-madeleine-galvin-anne-maassen/"><span>generated a sense of pride</span></a><span> &#8211; especially since they extend coverage to many of the city&#8217;s poorest neighborhoods.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3fGJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3fGJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3fGJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1200,&quot;width&quot;:1200,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:685871,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203101190?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!3fGJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!3fGJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff0eb44f9-18c0-4022-a19e-bd222ad4d6e1_1200x1200.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><span>Trust dynamics are also interesting to observe on public transit systems. Medellin isn&#8217;t exactly an oasis of safety, with crime across the city still being relatively high. But both the metro and the cable car systems are very safe and provide genuinely comfortable, enjoyable journeys. Perceived safety is, of course, heavily driven by expectations of law enforcement by public authorities and the state &#8211; through effective ticket barriers (which are plentiful across stations) or visible police presence. However Medellin&#8217;s new-found sense of shared pride also creates a flavor of trust unique to the region. As one young man born and bred in the city explained to me, &#8220;A man might rob you out on the streets, but he won&#8217;t leave a scratch on the metro.&#8221; The city&#8217;s painful recent past is still felt across all classes and social groups, leading to a widespread perception of the public transit systems as important symbols of hope and progress, promoting good behavior even where one might not expect it.</span></p><p><span>While overcoming instability and strife can inspire infrastructural reverence in a city&#8217;s population, the foundation of an effective transit system remains its capacity to make significant material improvements in the connectivity of a region. I saw this when I traveled on the Metro Express in Mauritius, which is often touted as the safest and most stable country in Africa. A light railway service &#8211; the first of its kind &#8211; opened very recently in 2019, connecting the capital of Port Louis to various locations across the country. Notwithstanding some consternation around the funding for the project, this infrastructural development was massively welcomed on the small island. Tens of thousands of passengers use the train daily, representing a significant portion of the population. Although I didn&#8217;t get the sense that the Metro Express had imbued quite the level of resounding affection in the population as the Medellin Metro, it was commonplace to hear people on the train openly lauding its air-conditioned escape from the tropical heat, and its avoidance of traffic in the capital. It&#8217;s not typical to hear conversational praise of public transit while actually on it &#8211; but clearly the novelty of Mauritius&#8217;s increased transport capability hadn&#8217;t worn off when I was last on the Metro Express in 2024. Having myself traveled between Port Louis and the town Rose Hill many times, either on the sweltering bus or by car, I also felt swept up by the comparatively enjoyable experience of meandering along a railway with beautiful views of luscious greenery.</span></p><p><span>So what of the British, who can be found tussling for a spot on the tube at Oxford Circus Station every weekday after work, or littering on trains at weekends? Are they to be characterized by something like apathy in their regard for their longstanding networks of public transit? There may well be an element of this. Both the London tube system and the national train network were established in the nineteenth century &#8211; a marked contrast to the recent developments in Colombia and Mauritius. And, if we needed any proof of a lack of appreciation for these old stalwarts, look no further than the puerile injustice that Londoners feel anytime they have to wait longer than two minutes for a tube train. Only the other day I heard a chorus of profanities across the platform, in addition to a few hands raised in exasperation, as a Northern Line train from Camden was delayed by approximately six minutes. I&#8217;d taken delayed trains in both Medellin and Port Louis, neither of which provoked such grumpiness!</span></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><p><span>As with most major cities, generalized trust in London is pretty low compared to less urbanized regions. This trust dynamic is reflected in the relationship between transport authorities and transport users. On the tube there is a heavy reliance on ticket gates, station staff, and the British Transport Police to ensure everyone has coughed up the right amount. Trust dynamics are also reflected in modes of behavior </span><em><span>between</span></em><span> transport users. For example, in London, traditional customs such as offering seats to the elderly or disabled have declined. It&#8217;s not uncommon to see elderly people having to rush toward empty seats, for fear that other travelers will not offer to give up a seat for them. This has become so problematic that the Mayor of London has launched advertising campaigns to encourage Londoners to be a little more civic-minded. New York is similar, with tightly-monitored payment systems and aggressive competition for seats being the norm. Obviously, apathy and distrust are not so widespread that the millions of people who use and benefit hugely from London or New York&#8217;s public transit systems are seriously dissuaded from doing so. But they certainly color the experiences and behaviors by which those millions use the public transit systems.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!MBc2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!MBc2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 424w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 848w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!MBc2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg" width="1456" height="1092" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1092,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:716376,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203101190?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!MBc2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 424w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 848w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!MBc2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F219b8da4-45f8-400d-a37d-dc880cd1c675_2048x1536.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">London tube message promoting more civic-minded behavior</figcaption></figure></div><p><span>We shouldn&#8217;t assume that these dynamics are uniform across all highly-developed urban centers though. I have traveled through many of Germany&#8217;s major cities, including Berlin, without ever coming into contact with barriers or ticketing personnel. This is often described as an &#8220;honor system,&#8221; where riders can walk on and off trains without restriction, and must validate tickets themselves. This method is a progressive state-led effort to shift the relationship of trust between authorities and users, in a way that you don&#8217;t often find in the UK or the US. When traveling through Norway I noticed that Oslo&#8217;s transit agency Ruter had adopted a similar approach to Germany&#8217;s, doing away with turnstiles and gates and, </span><a href="https://transitcenter.org/weve-seen-the-future-of-transit-fares/"><span>in the words of Ruter&#8217;s payments lead Christian Fjaer</span></a><span>, making a choice &#8220;to focus on customers who want to pay instead of keeping out the people who don&#8217;t.&#8221;</span></p><p><span>It&#8217;s fascinating that public transit systems are able to operate with such apparently lax fare collecting systems. There are </span><a href="https://www.thelocal.de/20180803/berlins-public-transport-system-might-just-be-more-modern-than-londons-and-more-efficient"><span>accounts suggesting</span></a><span> that the progressive approach works in Norway and Germany. Those who can pay generally do and it </span><a href="https://www.wired.com/2016/12/ignoring-fare-evaders-can-make-mass-transit-faster-richer/"><span>tends to benefit the agencies</span></a><span>, which are able to cut compliance-related costs and don&#8217;t tend to see any significant spikes in fare evasion. Pricing in these countries has remained reasonably manageable, all things considered. Train pricing in the UK by contrast is notoriously high &#8211; a</span><a href="https://www.transportenvironment.org/articles/rail-ranking"><span> study in 2024 found that the UK train fares were the highest in Europe</span></a><span>, without any corresponding increase in quality. While cities like Oslo, Berlin, and Frankfurt share the social trust dynamics typical of major globalized urban centers, their public transportation systems reflect a notably higher degree of generalized trust between authorities and users. Taking public transit in Oslo and German cities feels more like using a system that matches the quasi-anarchic flow of city life &#8211; it feels like these provisions are working with you and for you. Meanwhile, in London and New York, the flow of the crowd is literally blocked by physical barriers. While both permissive and restrictive models of public transit systems are functional, Norwegian and German passengers are tangibly more at ease when traveling.</span></p><p><span>Another element of experiential quality worth mentioning is the aesthetic experience of public transit systems. Underground networks are suboptimal in this respect. Most people generally prefer not to be holed up without sunlight. Aside from perceived safety issues, I think this was the reason why, on a trip to LA, so many people were visibly horrified when I told them I had been using the subway. How could I not be in a car, with shades on, moving at a snail&#8217;s pace through the West Coast traffic in the sun? Naples, with its Metr&#242; dell&#8217;Arte initiative, found a classically Italian way of resolving this aesthetic problem by turning part of its underground metro line into what essentially functions as an art museum. You might be missing the lovely southern Italian sun, but at least </span><a href="https://www.italynotes.com/stories/metro-dell-arte"><span>you get to see sculpture and contemporary light displays</span></a><span>.</span></p><p><span>Above ground, there are transit systems that offer unique and otherwise inaccessible perspectives on the regions they serve. Bangkok&#8217;s BTS Skytrain offers an elevated and air-conditioned means of travel, above the city&#8217;s intense traffic. Aside from its convenience, a striking element of taking the Skytrain is the views of the city that it affords &#8211; panoramic scenes of Siam&#8217;s malls, sky bridges and glimpses of temple rooftops. And while it was mainly tourists that I saw enthralled by these views on my visit, it also wasn&#8217;t uncommon to see locals take a few snaps when the sun was setting over the city. The BTS Skytrain was inspired by Vancouver&#8217;s Skytrain, which itself hosts a very different but equally stunning aesthetic experience of winding through the city set against the North Shore mountains. I think such experiences also create a form of reverence for infrastructure, distinct from that which is afforded by civic pride in developmental progress.</span></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!TZCz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TZCz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 424w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 848w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TZCz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg" width="1456" height="1056" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1056,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1117343,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203101190?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!TZCz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 424w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 848w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!TZCz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fed152615-76e7-4e35-b8ab-771cda062137_1600x1160.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">View from the Bangkok BTS Skytrain</figcaption></figure></div><p><span>These observations run contrary to theorist Marc </span><span>Aug&#233;&#8217;s </span><a href="https://www.versobooks.com/en-gb/products/1496-non-places?srsltid=AfmBOorlnIlsUSCSgkorWoc76eJ6wvusIZVl70OxYDGD6GPtEs2RC1KJ"><span>critique of &#8220;supermodernity</span><span>&#8221;</span></a><span>, in particular a kind of generic urban space &#8211; exemplified by airports and highways &#8211; which Aug&#233; characterizes as &#8220;non-places.&#8221; Non-places are dissociative spaces in which there can be no sense of belonging. Aug&#233; doesn&#8217;t claim that public transit is a totally meaningless experience, but argues that such spaces produce limited and private experiences, which are neither deeply embedded nor socially-binding. Indeed, traveling and commuting in areas with significant public transit infrastructure is often a solitary experience as, by their very nature, such systems function as means of &#8220;getting from A to B,&#8221; rather than offering an opportunity to build a sense of belonging specific to any one place. But, in a city such as Medellin, there are circumstances in which public transit can provide a genuine, shared sense of belonging, and encourage positive, socially cohesive behavior in its passengers. I also suspect there is at least a loose form of social-bind that comes from honor systems of travel, especially for those with an awareness that authorities in other similar countries often don&#8217;t adopt such trusting approaches to manage passenger behavior. Passengers who choose to validate their tickets &#8211; aware that authorities elsewhere rely on enforcement rather than trust &#8211; develop a kind of investment in the system&#8217;s legitimacy. This can manifest in informal self-policing, where fellow travelers feel genuinely motivated to behave the &#8220;right&#8221; way and to potentially challenge those who transgress, a dynamic that itself reinforces the communal character of the public transit system.</span></p><p><span>Bosnia is another place I&#8217;ve visited where the public-transit character seemed beyond the scope of Aug&#233;&#8217;s analysis. Its train systems trace their roots to Yugoslav Railways, a state-owned organization through which Yugoslavia carried out a significant expansion of the network following World War I, when the Austro-Hungarian Empire lost control of the region. Unfortunately, a significant amount of the system was destroyed during the Bosnian War in the 90s. During my time traveling through the region, I was warned by some locals in Mostar (famed for its &#8220;Stari Most&#8221;, an Ottoman old bridge) that while the trains heading north were decent, flooding from the previous year had created ongoing problems with the railways. As I traveled from Mostar up to Konjic by train, taking in the fantastic views of the deep blue Neretva river, these warnings slipped from my mind. Until the train suddenly came to a halt. Eventually the train driver announced that there was a technical issue with the wheels which would detain us for some time.</span></p><p><span>After a lengthy wait, the driver reported that the issue couldn&#8217;t be fixed and so we&#8217;d need to get onto another train. All passengers were escorted off onto the tracks, being guided towards a nearby platform. Before we reached the platform, the conductor (who I think played the dual role of mechanic) came running along, out of breath. Waving his arms, he told us that everything was fixed and we should quickly get back on. The frustrations that had built up amongst the passengers quickly dissipated at this comical scenario. When we reboarded, a group of Bosnian women who had met and started chatting during the delay were riotously laughing. One of the ladies humored us curious tourists by saying, &#8220;Welcome to Bosnia, where things break but we can fix them up eventually.&#8221;</span></p><p><span>I later learned, at a museum in Sarajevo, about &#8220;snadi se,&#8221; a commonly used phrase from the former Yugoslav times which describes the practice of making do and improvising. The archetypal example of this mindset is found in the Yugo, a type of car which was widely used in the region but broke down so often that a subculture of repair developed around it, with many families having their own versions of a repaired Yugo car. I think those ladies found traces of this sentiment in our train journey. So while Aug</span><span data-color="rgb(31, 31, 31)" style="color: rgb(31, 31, 31);">&#233;</span><span>&#8217;s analysis is, in many respects, difficult to argue with, perhaps we needn&#8217;t decry public transit systems as non-spaces. With a little &#8220;snadi se&#8221; we can most certainly find a bit of regional character in them.</span></p><div><hr></div><h3>The New Nature Thesis</h3><p>Presented as an easily digestible summary of a recent talk, read <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Venkatesh Rao&quot;,&quot;id&quot;:2264734,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!MJ9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F562e590a-9494-4f66-87f0-330c1be204c2_500x500.jpeg&quot;,&quot;uuid&quot;:&quot;b28334ed-3510-42c9-bb6f-ad2031c5eac9&quot;}" data-component-name="MentionToDOM"></span> <a href="https://protocolized.io/features/new-nature">unpacking the big idea</a> shaping the Protocol Institute&#8217;s research mission &#8211; AI and protocols, entangled at planetary scale.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://protocolized.io/features/new-nature" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Ucmq!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 424w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 848w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 1272w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Ucmq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png" width="1208" height="278" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:278,&quot;width&quot;:1208,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:836890,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://protocolized.io/features/new-nature&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/203101190?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Ucmq!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 424w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 848w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 1272w, https://substackcdn.com/image/fetch/$s_!Ucmq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd80af9f2-e330-45bf-a405-cce55f672fe4_1208x278.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div>]]></content:encoded></item><item><title><![CDATA[Maintaining Everything That Matters]]></title><description><![CDATA[Matthew McDowell-Sweet and Mike Travers discuss Stewart Brand&#8217;s recently-published book &#8216;Maintenance: Of Everything&#8217;]]></description><link>https://protocolized.summerofprotocols.com/p/maintaining-everything-that-matters</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/maintaining-everything-that-matters</guid><dc:creator><![CDATA[Matthew McDowell-Sweet]]></dc:creator><pubDate>Wed, 03 Jun 2026 19:41:16 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ye0W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Two new Special Interest Groups are spinning up in our Protocol Institute Discord. SIGPSY, the <a href="https://discord.com/channels/1082444651946049567/1508205168661893180">Special Interest Group in Psychohistory</a>, will meet every other Thursday at 1600 UTC, starting tomorrow, June 4, and the <a href="https://discord.com/channels/1082444651946049567/1508175637020676259">Distributed Robotics Group</a> will meet every other Thursday at 1630 UTC, starting June 11. Details on all six of our active groups can be found in the Special Interest Groups category at the <a href="https://discord.gg/GcSNprExGE">Protocol Institute Discord</a>.</strong></p><div><hr></div><h3>Maintaining Everything That Matters</h3><p>Stewart Brand is the founder of the <a href="https://wholeearth.info/">Whole Earth Catalog</a>, a &#8220;proto-Google,&#8221; large-format printed compendium of tools, texts, and ideas that appeared between 1968 and 1972 and served as a declaration that anyone could have access to the tools to build something better. Shaped by Buckminster Fuller&#8217;s systems thinking, Gregory Bateson&#8217;s cybernetics, and Marshall McLuhan&#8217;s media theory, Brand&#8217;s message to the communes and hackers and back-to-the-landers was: think at scale and take responsibility for outcomes. The revolution, if there was to be one, would be built out of care and competency. The question of how systems evolve and are kept going has animated everything he has done since, as co-founder of the<a href="https://longnow.org/"> Long Now Foundation</a>, and author of influential books such as<a href="https://en.wikipedia.org/wiki/How_Buildings_Learn"> </a><em><a href="https://en.wikipedia.org/wiki/How_Buildings_Learn">How Buildings Learn</a>.</em></p><p><em><a href="https://press.stripe.com/maintenance-part-one">Maintenance: Of Everything</a></em> (2025) comes from the perspective of someone who has watched enough cycles of creation and decay to understand entropy not as a problem to be solved but as the fundamental condition to be worked with. Prompted by the book, the following conversation between UK-based product manager and builder <a href="https://msweet.net/">Matthew McDowell-Sweet</a> and software developer, researcher, and writer <a href="https://hyperphor.com/">Mike Travers</a>, based in the Bay Area, emerged from the Protocol Institute Discord in April 2026 and was produced through a mix of live and asynchronous conversation.</p><div><hr></div><h3>Backgrounds</h3><p><strong>MT</strong><br>I&#8217;ve been a Stewart Brand fan for a really long time, actually &#8211; I kind of latched onto the <em>Whole Earth Catalog</em> in my childhood, which was a long time ago! I&#8217;m actually quoted in one of his books, because he wrote a book on the Media Lab, where I worked for a time. When I did <a href="https://hyperphor.com/refactor/sb-pres/sb-slides-final.html">a presentation</a> at Refactor Camp, maybe seven years ago, introducing Brand to that new audience, I tried to sum up his career by calling him a &#8220;civilization hacker.&#8221;</p><p>So the thing I admired &#8211; and it shows in the maintenance book &#8211; is that he&#8217;s trying to think on a large scale and take responsibility for these large-scale systems, in a way which is both ambitious and pretentious.</p><p><strong>MMS</strong><br>Given that you were exposed to the <em>Whole Earth Catalog</em> when its contents were current, do you feel like the maintenance book is similarly ambitious?</p><p><strong>MT</strong><br>Yeh, I think it is, at least in its goals. It&#8217;s very consistent &#8211; same level of ambition, same focus on the world&#8217;s systems. He&#8217;s found a new theme, but it&#8217;s the same general goal. Impressively consistent, actually. Also in form and style &#8211; he brings in some <em>Whole Earth Catalog</em>-type layout elements, and I thought that worked very well. I might have some issues with the politics and some of the details, but my overall reaction is positive. What got you interested in this? And what&#8217;s your top-level reaction?</p><p><strong>MMS</strong><br>I&#8217;ve been tracking the protocols dialogue since it started to emerge, and the topic of maintenance appealed to me because I&#8217;ve had a long-running interest in different paradigms for computing and intelligence. I take the position that current approaches to advanced intelligence and computation aren&#8217;t sufficiently embodied to get us to human-level intelligence, and that&#8217;s driven a lot of my explorations. When you look at the maintenance of civilizational infrastructure, it&#8217;s a very interesting topic.</p><p>I spent three or four years working in manufacturing, at a place producing technical fabrics. Stuff that was too high-spec and bespoke to easily outsource: aerospace fabrics, that kind of thing. So I&#8217;ve seen maintenance in that context. The previous startup I worked at was focused on software with a lot of maintenance capabilities involved. And now, by day I&#8217;m in product management at an enterprise-scale government body in the UK, dealing with technical debt and maintenance across a massive, sprawling software footprint.</p><p>When I finished the book, it landed as a manifesto for me, rather than a playbook.</p><p><strong>MT</strong><br>I&#8217;m glad you have some manufacturing experience. I work in scientific software and don&#8217;t have much contact with the physical world.</p><p><strong>MMS</strong><br>One thing I was wondering: would you say that this is an instance of that Silicon Valley stereotype, where someone at a high level &#8211; and we&#8217;ve said that Brand operates at civilization-scale &#8211; comes at a concept from first principles, rediscovers a lot of distributed and diffuse wisdom, packages it up nicely and brings it out in the form of a manifesto?</p><p><strong>MT</strong><br>I think Brand definitely does that. He&#8217;s not exactly a Silicon Valley type &#8211; he&#8217;s more like a prototype for them in some ways. The <em>Whole Earth Catalog</em> was similarly a mix of grand ideas about systems alongside a real emphasis on very concrete, physical tools and skills for dealing with the real world. He put those together. I was impressed by that 50 years ago, and I think he&#8217;s doing a version of that in this book too.</p><p><strong>MMS</strong><br>The book apparently started as a series of blog posts, which Stripe Press compiled. Given that you have a good sense of his trajectory, do you think it&#8217;s a surprise that someone like Brand is thinking about maintenance?</p><p><strong>MT</strong><br>I don&#8217;t think it&#8217;s a surprise at all. It&#8217;s very consistent with everything else he&#8217;s done. He has a sense of, and has always been concerned with, taking responsibility at a very abstract level, and he has a very pragmatic view of that. He tries to convey a sense of responsibility and induce it in others. Part of the <em>Whole Earth Catalog</em> was to empower all these hippies who wanted to go back to the land to actually do it. Whether that worked or not, who knows, but the idea was: here are the tools, here are the skills.</p><p><strong>MMS</strong><br>Is there something similar in the air right now? Given we&#8217;re on the precipice of huge capability jumps, the explosion of software-building ability, but also a real bottleneck in building big things in hardware. Is there something similar provoking a kind of &#8220;call to tools&#8221;?</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ye0W!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ye0W!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 424w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 848w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 1272w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ye0W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1456,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1406173,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/199590632?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ye0W!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 424w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 848w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 1272w, https://substackcdn.com/image/fetch/$s_!ye0W!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff36c81d8-384f-41d5-81d4-f88dd00fcf51_1536x1536.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3>A 21st Century &#8216;Call to Tools&#8217;</h3><p><strong>MT</strong><br>That&#8217;s an interesting question. We are at a very critical moment with a lot going on. But I don&#8217;t think his position is quite the same &#8211; he&#8217;s 87, and while he worked on the early internet and personal computer revolutions, he&#8217;s not involved in building AI or supplying tools for that. He&#8217;s focused less on how to do new things and more on how to maintain the old things, which is kind of age-appropriate. And the current moment doesn&#8217;t seem very equivalent to the 60s &#8211; I don&#8217;t think there&#8217;s quite the same sense of hope that people felt then, when they genuinely believed they could just drop out and build an alternative lifestyle in the woods.</p><p><strong>MMS</strong><br>If there is some similarity between that time and ours, the balance is certainly different. The idea of disconnecting and building your own thing or looking after yourself in your own way is still something that is lurking.</p><p>Brand has been adept at surfing these cultural surges, and some of those waves feel like they&#8217;re recurring again in a very different context. There&#8217;s talk of a permanent underclass, things going on with longevity, the calculus around building software is changing because you can almost treat software like single-use plastic &#8211; all these big themes are forming some kind of wave. And if someone like Brand is noticing it and picking it up, there&#8217;s presumably some through-line, but I can&#8217;t quite put my finger on how to frame it.</p><p><strong>MT</strong><br>I don&#8217;t see it myself &#8211; partly because I&#8217;m on the older side, I suppose. Do you know Brand&#8217;s theory of &#8220;pace layers&#8221;? He&#8217;s thought a lot about time and change, but I think because of his age and position, he&#8217;s thinking at the grander scale rather than the current cultural moment. The Long Now has given a lot of thought to climate change and ways to ameliorate that &#8211; that&#8217;s the closest he comes to dealing with current events. The maintenance book doesn&#8217;t seem particularly of the moment to me; most of his examples are from the 20th century or earlier.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>Maintenance Maturity</h3><p><strong>MMS</strong><br>On a more personal level, I&#8217;m 34, so I probably think about maintenance a little differently than someone like yourself.</p><p>MT<br>I&#8217;m 68, and not particularly good at maintenance of body or physical systems &#8211; so the book partly made me feel guilty, like Brand is giving moral instruction which I should try to listen to. One reason I liked the <em>Whole Earth Catalog</em> was that it showed: here are ways to engage with the physical world, here are all the tools and things you can do. That&#8217;s always been aspirational for me &#8211; I&#8217;m a live-in-my-head type, and engaging with the body and physical world is always a bit of a struggle. I was at MIT for many years doing computing, AI, and math, and I always had a slight envy of the people doing materials science who got to actually break things. </p><p><strong>MMS</strong><br>I found it interesting that he used examples from four industries that have quite strong maintenance cultures: aerospace, defense, manufacturing, and software, I believe. I was trying to think about why, but I don&#8217;t know if software really belongs in that frame.</p><p><strong>MT</strong><br>I read one review of the book that made an interesting political critique. All the examples are very male-coded fields: war and fast cars. If you&#8217;re looking at maintenance on a broad scale, women do a lot of the maintenance work of culture and civilization, but they aren&#8217;t part of the story here. Maybe he&#8217;ll get to that in later volumes.</p><p><strong>MMS</strong><br>Yes. In aerospace, defense, and manufacturing there&#8217;s a very direct connection between downtime from bad maintenance protocols and cost. Half a percentage point of downtime on a high-throughput manufacturing line has a very direct connection to missed unit counts; in defense, canceling a mission sets off a chain of operations that&#8217;s really costly to accommodate. That&#8217;s perhaps why Brand focuses on those industries in the book &#8211; they&#8217;re easier to relate to direct, tangible dollar costs. I suppose that&#8217;s how you get to maintenance maturity.</p><p><strong>MT</strong><br>Was maintenance maturity a concept in the book, or is that something you&#8217;re bringing in?</p><p><strong>MMS<br></strong>It wasn&#8217;t, but that idea is key to my reaction to the book. If you think about maintenance maturity on a spectrum, starting with reactive maintenance &#8211; fix it when it&#8217;s broken. Then planned maintenance &#8211; do some maintenance work every week or every ten thousand hours. Then preventative, which is more condition-based: once the car has accumulated 100,000 miles, do these tasks &#8211; usage-based rather than time-coded. Then once you move to the more sophisticated side you get truly condition-based: hook up sensors, and if those sensors exceed defined thresholds for a defined period, do XYZ. And then the most advanced cases, which I think are really only in operation for things like energy grids &#8211; continuous monitoring combined with machine learning approaches to project out the load a connected system is going to endure and what maintenance needs to be done as a result.</p><p><strong>MT</strong><br>Is maintenance maturity an industry term, with those canonical levels &#8211; reactive, planned, preventative, predictive?</p><p><strong>MMS</strong><br>Yes, it is. And Brand is definitely coming at this as an outsider, so he may be missing that existing framework. To get to those more advanced maintenance models you need an institution that can make and enforce the rules &#8211; and a lot of these things are protocolish, right? The question is: who makes, executes, and enforces such protocols?</p><p><strong>MT</strong><br>That&#8217;s interesting. Where would you say Brand&#8217;s book stands in relation to actual industry maintenance practices &#8211; is it a familiar discourse, or giving a new view?</p><p><strong>MMS</strong><br>It&#8217;s more like popularizing the criticality of maintenance on sufficiently advanced systems. Almost like the inverse of the Whiteheadian idea about civilization advancing in proportion to the operations it can perform without thinking, Brand is saying: we have to start thinking about some of those things again, at least periodically, so that we can all have a nice life.</p><div><hr></div><h3>Whitehead Advances and Brandian Returns</h3><p><strong>MT</strong><br><a href="https://protocolized.io/resources/protocol-lexicon/#letter-W">Whitehead advances</a> are abstractions which let people ignore the underlying machinery. Brand is reminding us that we &#8211; or someone &#8211; actually does have to pay attention to the machinery, to take care of it. The whole 60s counterculture was a rejection of &#8216;straight&#8217; abstractions &#8211; job, family, etc. Going to live on a commune in the country means giving up a set of abstractions. Brand was giving people tools to create new ones. Mostly these efforts failed; but it wasn&#8217;t his fault. He was urging people to take responsibility for their lives.</p><p>I&#8217;d agree that the book makes a popularizing move &#8211; in a positive way. He has a compelling writing style, very good at telling a concise, interesting story that illustrates a point. </p><p>Can you say more about how you see the relation between Whiteheadian advances and maintenance?</p><p><strong>MMS</strong><br>We could cut by decade, or by technological era &#8211; mainframe, personal computer, early internet, internet boom, mobile, cloud, social media. At each stage there are advances at the protocol level &#8211; in hardware, software, and socioculturally &#8211; that flavor the development of history. And then there is the payoff: maintenance isn&#8217;t just a thing <em>now</em>; it&#8217;s something that keeps coming back to the surface. I&#8217;m led to the idea of a Brandian return. There&#8217;s actually a line in the book, something like &#8220;every civilization has to choose to care.&#8221; You advance, you get all the benefits, but at a certain point you realize that something which was made invisible still matters &#8211; community, face-to-face relationships, whatever was abstracted away. You don&#8217;t throw away the advance; you correct course, return to what was lost, and position for the next jump.</p><p><strong>MT</strong><br>By &#8220;Brandian return&#8221; you mean a return to a maintenance mindset, or a coming back to something which has been made invisible or taken for granted?</p><p><strong>MMS</strong><br>Exactly. Like hyper-individualization from algorithmic feeds &#8211; you get that advance and all its benefits, but after a certain point you realize community matters, face-to-face relationships matter. You don&#8217;t reject the advance; you return to what you&#8217;d discarded, correct the balance. And crucially, this return isn&#8217;t a woo-woo thing &#8211; it has to happen in a protocolish fashion. You&#8217;re not going back to the land; you&#8217;re asking how to systematically revitalize or sustain something.</p><p><strong>MT</strong><br>I&#8217;m not sure about the term Brandian return, but I like the abstract idea. It connects to what I&#8217;ve been arguing outside the context of Brand&#8217;s book &#8211; a Whiteheadian advance is an abstraction, it hides lower-level details, but those details are still somebody&#8217;s job. Somebody has to do the maintenance. Which is important from the protocol perspective too: you can be a user of a protocol, but there&#8217;s also the underlying layer. And it connects to the maintenance maturity point &#8211; the return, or choosing to care again has to happen in a structured, protocolish way.</p><p>Amazon is a good example: as a consumer you have this seamless protocol &#8211; think of what you want, click a few buttons, it arrives on your doorstep the next morning. But there&#8217;s all this machinery, people, effort, and money underneath it, which you&#8217;re not actively discouraged from seeing, but you&#8217;re certainly not encouraged to think about. Present-tense capitalism is very good at creating these abstraction layers. Every Starbucks is another one &#8211; convenient, mediocre, invisible machinery.</p><p><strong>MMS</strong><br>Have you heard of the concept of exocapitalism? That&#8217;s the title of a <a href="https://becoming.press/exocapitalism">recent book</a> by Marek Poliks and Roberto Alonso Trillo.</p><p><strong>MT</strong><br>I don&#8217;t think so.</p><p><strong>MMS</strong><br>I&#8217;ve only seen a discussion of it, haven&#8217;t read the book, but I think the thesis is that the endgame of capitalism is a system that recursively generates value for itself regardless of where the value comes from, as long as it&#8217;s recognized as value within the system &#8211; just extracting and abstracting until the human-labor element is completely worn away, leaving a self-sufficient self-referential system.</p><p>It&#8217;s like financial engineering at the mergers and acquisitions level &#8211; one company paying another that&#8217;s only utilizing a credit note, but on a civilizational scale.</p><div><hr></div><h3>Maintenance, Reskilling, Class</h3><p><strong>MT</strong><br>Right. Though what I find interesting about Brand&#8217;s approach &#8211; in the maintenance book but also in the early hippie moment &#8211; is the attempt to de-abstract some of that. Rather than accepting a packaged consumer lifestyle, you go out and grow your own food, compost, build alternate systems. It&#8217;s a human-focused political orientation I find appealing. It&#8217;s not exactly humanist in the philosophical sense, but it&#8217;s centered on human agency and human scale.</p><p>Brand also pointed out, in a recent <a href="https://www.nytimes.com/2026/04/24/opinion/ezra-klein-podcast-stewart-brand.html">interview with Ezra Klein</a>, that working-class kids didn&#8217;t need to buy books on how to manage a ranch &#8211; they were already doing it. The <em>Whole Earth Catalog</em> was for middle-class college dropouts trying to get down to that layer of practical knowledge and needing instruction. There are weird class dynamics running through all of this.</p><p><strong>MMS</strong><br>That rhymes with something I heard recently &#8211; a podcast with a founder of one of these organizations trying to build space data centers. He had felt disconnected from building things, so he attempted to build a Shelby sports car by hand. It showed up in a box; he had to get all the manuals and bring in professional mechanics to check his work. Very similar to what you&#8217;re describing: buying a textbook on composting. The class dynamics are strange &#8211; this high-achievement person performing manual labor as a kind of re-grounding.</p><p><strong>MT</strong><br>There&#8217;s another thing from my long study of Brand&#8217;s output that might be worth including: after the <em>Whole Earth Catalog</em> he published <em>Co-Evolution Quarterly</em>, a continuation of the same sensibility &#8211; composting, ecosystems, tools. But at one point he devoted an issue to space colonies, specifically Gerard O&#8217;Neill&#8217;s proposal for orbital habitats. I was about 18 at the time and thought it was wonderful that you could have composting and space colonies in the same journal. But it enraged a lot of his audience &#8211; the ecohippies who were serious about going back to the land. Wendell Berry in particular, the American poet, wrote a furious letter saying Brand was betraying the cause and the two things were incompatible. <a href="https://archive.org/details/coevolutionquart00unse_7/page/8/mode/2up">Brand published the letter and his response</a> &#8211; I was impressed that he was willing to include that divergent opinion. But it&#8217;s interesting: 50 years later, Brand is getting involved with Musk, the space colonizer of today, and the same tension seems to be re-emerging.</p><p><strong>MMS</strong><br>That&#8217;s what I was thinking about with the rhyming of historical moments &#8211; just from how you describe it, some of those tensions and structures feel like history rhyming with itself.</p><p><strong>MT</strong><br>It&#8217;s the class dimension again &#8211; maintenance work is in general lower-status, less sexy than other kinds of work. Computer technology actively encourages ignoring the lower layers. One of the things I valued about the MIT education at the time was that it pushed back against that and encouraged you to look a level below. I remember very vividly: I was writing software for years, and then I got involved in debugging some hardware, and suddenly all the machinery behind the software popped into view where I&#8217;d been ignoring it. That was a bit of a revelation.</p><p><strong>MMS</strong><br>A friend of mine, John Romkey, was at MIT as well, and he described something similar: a scarcity mindset that made you think more deliberately and elegantly about how you deployed resources. Now it&#8217;s an era of abundance and there&#8217;s a tendency to just waste, waste, waste. Brand&#8217;s book is certainly a good counter to that.</p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://protocol-institute.org/events/protocol-symposium-2026/" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!dmhV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 424w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 848w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 1272w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!dmhV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png" width="1208" height="278" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b69212ab-c99e-4442-913c-710d601b4083_1208x278.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:278,&quot;width&quot;:1208,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:836890,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:&quot;https://protocol-institute.org/events/protocol-symposium-2026/&quot;,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/199590632?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!dmhV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 424w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 848w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 1272w, https://substackcdn.com/image/fetch/$s_!dmhV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb69212ab-c99e-4442-913c-710d601b4083_1208x278.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><h3>2026 Protocol Symposium</h3><p>The theme for the 2026 Protocol Symposium is <em><strong>New Nature</strong> &#8211; </em>the rapidly evolving planet-scale technological layer governed by laws with a hardness and inviolability approaching those of nature. <em>New Nature</em> is <a href="https://protocolized.summerofprotocols.com/p/inventing-new-nature">our overarching frame</a> for the technological future, shaped by <strong>the intersection of AI and protocols</strong>.</p><p>The symposium will be held fully online, <strong>September 21&#8211;25 (Monday&#8211;Friday)</strong>, and comprises two workshop days and three days of talks.</p><p><strong>Abstracts for talk and workshop proposals are due by Sunday, June 14, midnight Pacific Time</strong>. You can find details and the submission form <strong><a href="https://protocol-institute.org/symposium-2026/">here</a>.</strong></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;48c683e1-9dab-45ed-9da9-2cd12c34dabc&quot;,&quot;caption&quot;:&quot;We are excited to announce the 2026 Protocol Symposium, the third edition of our flagship research and education event, devoted to the nascent discipline of protocol studies and the broader scene emerging around it.&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;2026 Protocol Symposium: New Nature&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:2264734,&quot;name&quot;:&quot;Venkatesh Rao&quot;,&quot;bio&quot;:&quot;Delving. Writing the Contraptions newsletter. &quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!MJ9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F562e590a-9494-4f66-87f0-330c1be204c2_500x500.jpeg&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:100},{&quot;id&quot;:309790256,&quot;name&quot;:&quot;Protocolized&quot;,&quot;bio&quot;:&quot;Protocolized is a new digital magazine that publishes sci-fi, articles, and thought-provoking essays about the world's (mostly) invisible infrastructure.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bf119387-50ad-46d8-b84a-8576e8b71f7f_256x256.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-06-01T21:51:09.731Z&quot;,&quot;cover_image&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/061fa34f-8736-499f-86d7-afab79d334f4_1200x630.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://protocolized.summerofprotocols.com/p/2026-protocol-symposium-new-nature&quot;,&quot;section_name&quot;:&quot;Obliquities&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:200161670,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:9,&quot;comment_count&quot;:0,&quot;publication_id&quot;:3984064,&quot;publication_name&quot;:&quot;Protocolized&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!0rRt!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F23d8cda5-bd39-4836-b875-285a92b8aab6_256x256.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div>]]></content:encoded></item><item><title><![CDATA[Irrigation by Protocol: When Vineyards Delegate Decisions to Networks]]></title><description><![CDATA[When vineyards can speak through data, the question isn&#8217;t whether to listen but whether we still know how to read what the vines themselves are saying]]></description><link>https://protocolized.summerofprotocols.com/p/irrigation-by-protocol-when-vineyards</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/irrigation-by-protocol-when-vineyards</guid><dc:creator><![CDATA[Jason Collins]]></dc:creator><pubDate>Sat, 30 May 2026 18:13:35 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!pEoC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Applications to <a href="https://protocolized.substack.com/p/protocols-for-the-long-now">Protocols for the Long Now</a>, our participatory cross-disciplinary labs organised in collaboration with the Long Now Foundation, are closing on June 5. Apply now at <a href="https://longnow.org/labs/001/">Long Now Labs</a>.</p><div><hr></div><p>There&#8217;s an old Eastern European saying that a home and a vineyard don&#8217;t need a master, but a steward. There&#8217;s some truth to it, because houses and vineyards don&#8217;t operate according to simple ownership logic, but according to a logic of constant care. They teach that ownership isn&#8217;t power, but an obligation. If you don&#8217;t tend to your home, it will quickly begin to deteriorate until eventually it comes crashing down on your head.</p><p>The same applies to vineyards. Vineyards demand constant care, such as pruning, tying, protection and understanding the soil, the weather, and the timing to water the vines. The last is particularly important because vines don&#8217;t show their thirst clearly. Wilting is a reliable sign of thirst, but by then, the message has arrived too late. The first signals of thirst in a vineyard are much more subtle.</p><p>A thirsty vine might change the angle of its leaves or slow its growth. Stress, caused by a lack of water, appears as a pattern distributed across soil, root depth, grape variety, and a plethora of other things. Truly, to <em>read</em> a vineyard is to read a slow, uneven, living surface. All the signs of thirst are there, but they don&#8217;t appear in a way that&#8217;s easily legible. That&#8217;s why, more than anything else, vineyards need experienced growers.</p><p>An experienced grower usually walks the rows, looks at the leaves, touches the soil, and looks at the weather. The decision to water a vineyard is based on the timing, risk, terrain, plant stress, water availability, and crop quality. It&#8217;s not based on a few simple, quantifiable measurements, but on many subtle signals passed through the filter of the grower&#8217;s experience and their ability to read the vineyard, a type of literacy that has passed through generations for most of our agricultural history.</p><p>Irrigation is one of the oldest agricultural protocols. As seen in the vineyard example, it&#8217;s not just taking water from a source and dumping it where it is needed. No, water has to be released under certain conditions, following specific schedules, pipes, pumps, valves, habits, and rules of thumb. This means that vineyards are protocolized environments, and have been long before any sensor-driven automation was in charge of irrigation.</p><p>So, what happens when the stewards of vineyards delegate watering decisions to sensors, network architectures, and low-power, long-range communication protocols, such as LoRaWAN?</p><div><hr></div><h3>The Old Water Protocol</h3><p>We&#8217;ve established that before the introduction of sensor-fed dashboards, viticulturists (people who cultivate grapevines) relied heavily on their experience in reading environmental signals. However, ancient irrigation protocols weren&#8217;t, and still aren&#8217;t, primitive. Quite the opposite; they&#8217;re actually highly sophisticated.</p><p>But, being mostly based on experience, much of these protocols can be very difficult to formalize, because you can&#8217;t put a numerical value on intuitions. Most growers know their vineyards and realize that they&#8217;re complex, living ecosystems. Most vineyards have that one terrace that dries faster than the rest, or that looks absolutely horrible in the afternoon, but quite vibrant in the morning. Growers also know that weather forecasts don&#8217;t always hold true.</p><p>Gaetano &#8220;Guy&#8221; Virone, founder of Environmental Designers Irrigation, makes a similar point from the perspective of irrigation system design and field performance: </p><blockquote><p>The best operators use threshold-based protocols as a decision framework, not a blind rulebook. The strongest results come when smart controls are paired with regular audits, monthly checks, and field verification, because intuition without data can overwater, but data without field context can miss what the plants are telling you.</p></blockquote><p>The main difference between modern irrigation protocols and those based on viticultural experience is that the latter are often embodied and local. This is where LoRaWAN comes into play, as a means of rendering informal, intuitive protocols formal and measurable.</p><div><hr></div><h3>When Vineyards Speak</h3><p>For those who aren&#8217;t in the know, LoRaWAN (Long Range Wide Area Network) is a networking protocol designed to connect battery-operated devices to the internet or local networks over distances greater than your typical home WiFi. It allows small low-power devices, such as sensors, to send small data packets (readings) to an application that can store and process said data, and display it in a way that is easily legible to humans.</p><p>The fact that it&#8217;s low-powered and able to cover a wide area makes LoRaWAN perfect for monitoring the environment, plants, and soil in vineyards, which might occupy 50 or even 100 hectares (about the area of 140 soccer fields). A team of <a href="http://www.mdpi.com/2077-0472/12/10/1695">researchers</a> installed environmental, plant, and soil sensors in a vineyard located at Quinta dos Aciprestes in Douro, Portugal, and connected them through LoRaWan for data transmission.</p><p>The main goal of the project was to solve the practical problem of monitoring vine water in remote or difficult-to-access areas where WiFi, Bluetooth, and cellular coverage might be limited. And it worked. The system provided a superior range at a fraction of the cost, which has allowed growers to manage their vineyards and water resources more efficiently.</p><p>It has also introduced a cultural shift, because the vineyard isn&#8217;t simply being monitored by the grower post-implementation. Through sensor readings, the vineyard itself becomes an active participant in the decision loop that controls its irrigation, because the conditions in the field become data points, which then turn into dashboard patterns that could suggest, or even trigger, action.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!pEoC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!pEoC!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!pEoC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1840027,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/199381132?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!pEoC!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!pEoC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa5342a9d-f26e-4a48-a901-aa61d3f1cd2c_1024x1024.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3>Adequacy as a Superpower</h3><p>Compared to Bluetooth, WiFi, and cellular, the LoRaWAN communication protocol is actually quite limited in terms of data size and two-way communications. However, those limitations aren&#8217;t incidental. They&#8217;re by design, and that&#8217;s what makes LoRaWAN great for vineyards. Sensors that operate using LoRa (Long Range) can send small data packets over several kilometers, while maintaining high energy efficiency.</p><p>Many of these sensors and probes are usually powered by an integrated battery, which may or may not be recharged using solar panels. This eliminates the need for excessive wiring while keeping the communications working. Additionally, many agricultural signals are small, slow, periodic, and spatially distributed. For example, a soil moisture measurement sensor doesn&#8217;t need a millisecond response time and water status doesn&#8217;t need to be live-streamed.</p><p>Agriculture is a gradual, dusty, uneven, and weather-beaten context in which sensors have to survive the elements and battery constraints. LoRaWAN is perfect for this; it&#8217;s not a super-sophisticated technology, and it doesn&#8217;t need to be.</p><p>Systems that rely on sparse communication have to develop a theory of importance in terms of which metrics should be measured, how often, at what depth, and what tolerances. What&#8217;s the threshold for alerts, and at what point does an alert demand action? These are all important questions.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>Cultural Shift</h3><p>Protocolized environments have a tendency to induce subtle shifts in culture and responsibility. Before the implementation of autonomous monitoring, growers had to have a good reason to irrigate a vineyard, but after the implementation of data-driven dashboards, it usually becomes difficult to find a reason not to irrigate. This is because default values and thresholds have weight.</p><p>Following implementation, growers initially remain clearly in charge, with the dashboard in an advisory role. The recommendation based on the data remains just that, a recommendation from a system that&#8217;s only supposed to support decision-making.</p><p>However, a dashboard checked every morning becomes part of the work rhythm, and thresholds that usually work become hard to ignore. A recommendation that saves time becomes trusted, used, and proven to work. This leads to the burden of explanation becoming reversed.</p><p>Dario Ferrai, co-founder of OpenClawVPS, describes this as a broader problem in sensor-driven systems: </p><blockquote><p>In sensor-driven systems, the tension often appears when data signals authority even though operational reality is challenging that data. Conditions can change outside the parameters that sensors are able to sample, and that is when human judgment becomes essential rather than optional.</p></blockquote><p>Once a system produces a legible recommendation, ignoring such a recommendation in favor of knowledge and experience becomes an accountable act. A grower who follows the dashboard is complying with the evidentiary protocol, but one who overrules isn&#8217;t, despite the fact that overruling might lead to better outcomes and a higher-quality product.</p><p>In these cases, experience becomes an override layer, and despite potentially better outcomes, not complying with recommendations creates conditions for later accountability. This is particularly true in areas where water is scarce, expensive, regulated, or tied to sustainability quotas. In such systems, the question of why a recommendation was followed or ignored becomes a managerial, financial, environmental, or even a legal matter.</p><p>But even then, a signal that the moisture level has dropped under a certain threshold doesn&#8217;t mean that the field is thirsty. It simply indicates that irrigation <em>may</em> be warranted, provided the surrounding field conditions support that decision.</p><p>It&#8217;s a capital mistake to initiate irrigation based on sensor data alone. A grower still has to compare sensor data against localized weather conditions, sensor placement, and depth, before making a decision. Doing otherwise and triggering an irrigation based on sensor data alone could, and often does, lead to sub-optimal outcomes.</p><p>Virone puts the same warning more practically: </p><blockquote><p>Sensor data should start the conversation, but it should not end it. When a grower&#8217;s observation conflicts with a controller threshold, the first question should not be &#8216;who is right?&#8217; but &#8216;what is missing?&#8217; In the field, the issue may not be the sensor reading itself. It may be a leak, poor coverage, a setting error, an outdated zone, or a calibration assumption that no longer matches real conditions.</p><div><hr></div></blockquote><h3>Edge Cases in the Rows</h3><p>Ordinary cases where everything goes according to the established routine are never good for testing protocol.</p><p>There&#8217;s no great philosophical dilemma when the soil is dry, the vines look stressed, the forecast is clear, and the dashboard recommends irrigation. The system and the grower agree, and the water moves. In an ideal world, this works every time. However, we&#8217;re not living in an ideal world, and interesting things happen when the signs and data diverge.</p><p>In the real world, sensors may disagree, a probe might be poorly placed, one row might be shaded differently, the sensor&#8217;s battery might be out of juice, and a gateway might have missed a packet. Perhaps the weather forecast suggests waiting, while the soil threshold suggests watering immediately.</p><p>A good example of this would be sensor A saying that the soil is dry, while sensor B says that the moisture is adequate. So, what&#8217;s the protocol here? Average them out? Trust a deeper probe? Trigger a human inspection? Or simply wait for the next reading? Herein lies the hidden culture of precision agriculture. It&#8217;s not that LoRaWAN increases precision. It&#8217;s actually about deciding what kind of imprecision is acceptable.</p><p>Harrison Jordan, founder and managing lawyer of Substance Law, frames such conflict as a matter of limits rather than failure:</p><blockquote><p>These are not moments of sensor failure as much as moments that reveal a grower&#8217;s understanding of sensor limitations. The best growers use precision irrigation data as a second opinion, not a final judgment. The mistake is forgetting that an algorithm is built around averages, while each vineyard is unique.</p></blockquote><p>Older agricultural judgment was full of imprecision throughout history, but much of it was interpreted completely by humans, using unscientific methods. As previously discussed, these are not meaningless judgments based on imaginary things. These are compressed expressions of live pattern recognition based on years, even decades of experience.</p><div><hr></div><h3>The Dashboard Is Not the Field</h3><p>Labeling humans as unreliable parts of the system is an age-old temptation in automation, because humans forget, misread, delay, over- and under-water, follow habits, and make decisions based on incomplete information. And while all of that is true, networks are unreliable in different ways. They only measure what they&#8217;re designed to at the locations in which they&#8217;re placed.</p><p>Jordan makes the same point in more human terms: </p><blockquote><p>When a soil moisture sensor tells a grower to wait, but the plants show signs of stress, the experienced grower will often trust the plant. Sensors provide data for one measured element at one location, while a skilled professional is reading the whole plant, the weather, the soil, and the history of that specific block.</p></blockquote><p>A good example of a common fault is when a dry vine and a dead sensor both appear as a normal reading. That&#8217;s why the best version of irrigation by protocol isn&#8217;t vineyards without farmers, but vineyards with farmers who use protocols to see more, waste less, and intervene more intelligently.</p><p>A well-designed irrigation protocol doesn&#8217;t just automate watering. It&#8217;s based on the difference between measurement and judgment, and makes uncertainties more visible. In a well-designed LoRaWAN irrigation system, this would imply allowing growers to annotate anomalies, reject suggestions, mark sensor distrust, and teach the system what they&#8217;ve known from experience.</p><div><hr></div><h3>Final Thoughts</h3><p>While irrigation protocols relying on LoRaWAN might enable vineyards and fields to talk, it&#8217;s important to remember that what they&#8217;re saying often isn&#8217;t the whole truth. The point of protocolized irrigation isn&#8217;t to take in data points and present them as truth.</p><p>The point is to make some forms of agricultural knowledge more durable, visible, and actionable. But this visibility should never be mistaken for completeness, and when a field reports its thirst with greater precision, we must question the thresholds and consider the surrounding conditions as well.</p>]]></content:encoded></item><item><title><![CDATA[A Government Guide to Open Protocols]]></title><description><![CDATA[Public sector teams must go beyond the in-house or off-the-shelf dichotomy to take advantage of open protocols, which offer a unique way to manage both software costs and geopolitical exposure]]></description><link>https://protocolized.summerofprotocols.com/p/a-government-guide-to-open-protocols</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/a-government-guide-to-open-protocols</guid><dc:creator><![CDATA[Kelly Roegies]]></dc:creator><pubDate>Thu, 19 Mar 2026 20:17:02 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/6ea17520-ef13-4eba-9bf4-61f3ec7ec79f_1200x630.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3><strong>From Vendor Dependency to Coordination Systems</strong></h3><p style="text-align: justify;">For most of the history of digital infrastructure provision, public institutions faced two uncomfortable options: deep dependency on large proprietary vendors such as Microsoft or Oracle, with all the lock-in and geopolitical exposure that entails; or the enormous difficulty and expense of building and maintaining systems in-house.</p><p style="text-align: justify;">Open protocols offer a third path. Infrastructure that no single actor owns, that evolves through distributed processes, and that can be implemented by anyone with the technical capacity to do so. The sovereignty offered by this approach is not about ownership, but about institutions understanding how their systems work, being able to participate in them, and retaining the option to move or adapt if needed.</p><p style="text-align: justify;">Public institutions across Europe and beyond are increasingly taking this third option. Public digital infrastructure is becoming dependent on systems that no single actor controls. Messaging platforms, digital ID systems, and cross-border government digital services increasingly rely on open protocol ecosystems. In Europe, this acceleration is shaped by two pressures: the call for digital sovereignty and legally mandated interoperability. The French government&#8217;s digital directorate, DINUM, for example, runs Tchap &#8211; a secure messaging platform for the French public administration &#8211; on Matrix, an open protocol maintained by a distributed global community rather than any single vendor.</p><p style="text-align: justify;">Overdependence on dominant corporate vendors or external jurisdictions is increasingly seen in Europe as a real political and strategic risk. The European Commission has put digital sovereignty and open strategic autonomy high on the agenda because control over digital infrastructure now touches everything from economic security to democratic resilience and Europe&#8217;s geopolitical standing. In that context, open protocols have advantages. They allow governments to reduce dependency on individual vendors without cutting themselves off from global technology ecosystems.</p><p style="text-align: justify;">At the same time, interoperability is no longer aspirational. With the adoption of the Interoperable Europe Act, cross-border compatibility and the reuse of public sector digital tools, standards, and components have become regulatory requirements rather than best practices. Public administrations are expected to build digital services that can function across Member States and integrate into shared European infrastructures. That legal shift creates pressure toward open standards and protocol-based systems, because interoperability at scale is difficult to sustain if the underlying evolution of systems is controlled unilaterally.</p><p style="text-align: justify;">As a result, many major public digital infrastructure projects over the next decade will involve protocol deployments. Realising the potential of this change, however, requires something most public institutions have not yet done: treating protocol engagement as a first-class infrastructure responsibility rather than a background technical detail.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!-2tI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!-2tI!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!-2tI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1200,&quot;width&quot;:1200,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:884026,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/191397545?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!-2tI!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!-2tI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F227e962e-f749-4ac3-a044-083838d34c6e_1200x1200.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3 style="text-align: justify;"><strong>The Problem with How Institutions Procure</strong></h3><p style="text-align: justify;">The problem starts with how institutions think about procurement. Servers can be audited. Vendors can be contracted. Systems can be upgraded through planned lifecycle management. When something breaks, there is someone to call. The governance of these third-party relationships is externalised into contract law, and the institution can, at least in principle, hold the counterparty to account. Even open source has historically been absorbed into this logic. Vendors and consultancies package open source software into products and services that institutions can procure, with clear accountability structures.</p><p style="text-align: justify;">Open protocols do not fit that model. They define how systems communicate and evolve, but they are not owned or governed through formal authority. Maintained by distributed communities, they operate through proposal processes, informal norms and voluntary adoption rather than contractual obligation.</p><p style="text-align: justify;">When an institution procures a system built on an open protocol, it is not simply acquiring software. It is entering a coordination ecosystem governed by rules that will continue to evolve long after any contract is signed, through processes that the procurement office did not assess and toward outcomes that no single party controls.</p><p style="text-align: justify;">The protocol that makes a system interoperable today will be revised. The security practices embedded in it will need to change as threats evolve. The compatibility assumptions that allow it to federate with other deployments will be renegotiated by a community of contributors who have no formal obligation to an operational timeline or compliance requirements.</p><p style="text-align: justify;">This arrangement is still poorly understood in the public sector, particularly in procurement systems designed around vendors and deliverables rather than shared governance.</p><div id="datawrapper-iframe" class="datawrapper-wrap outer" data-attrs="{&quot;url&quot;:&quot;https://datawrapper.dwcdn.net/Xmci7/4/&quot;,&quot;thumbnail_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/da054170-5109-4087-bd67-0ec1b78677ba_1220x2380.png&quot;,&quot;thumbnail_url_full&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4bce9052-def5-4585-911f-fc59e45ec19c_1220x2450.png&quot;,&quot;height&quot;:1215,&quot;title&quot;:&quot;Institutional Engagement Models for Digital Infrastructure&quot;,&quot;description&quot;:&quot;&quot;,&quot;belowTheFold&quot;:true}" data-component-name="DatawrapperToDOM"><iframe id="iframe-datawrapper" class="datawrapper-iframe" src="https://datawrapper.dwcdn.net/Xmci7/4/" width="730" height="1215" frameborder="0" scrolling="no" loading="lazy"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(e){if(void 0!==e.data["datawrapper-height"]){var t=document.querySelectorAll("iframe");for(var a in e.data["datawrapper-height"])for(var r=0;r<t.length;r++){if(t[r].contentWindow===e.source)t[r].style.height=e.data["datawrapper-height"][a]+"px"}}}))}();</script></div><div><hr></div><h3 style="text-align: justify;"><strong>The Risks of Unmanaged Dependency</strong></h3><p style="text-align: justify;">The case for open protocol infrastructure is strong, but adoption introduces its own risks. Technical robustness does not automatically translate into institutional readiness.</p><p style="text-align: justify;">Exit options can narrow quickly. If the protocol evolves in a direction that no longer fits institutional requirements, the practical alternatives are limited. Forking a protocol that is already widely deployed means taking on long-term maintenance and gradually drifting away from the wider ecosystem. Walking away usually means returning to vendor-based solutions, bringing back the same dependencies digital sovereignty policies were meant to reduce.</p><p style="text-align: justify;">Change can also arrive as operational surprise rather than managed evolution. Protocol governance is continuous. Security updates, specification revisions, and coordination shifts are normal features of healthy ecosystems. But if institutions are not following those processes, they might only notice the consequence of a particular direction when it urgently impacts them. What could have been handled through normal lifecycle planning turns into incident response.</p><p style="text-align: justify;">Governance influence is rarely evenly distributed, though to exactly what degree varies significantly by protocol. Some have governance structures with strong safeguards against capture by any single actor. In protocols with weaker safeguards, development tends to be shaped by those who can afford to fund full-time engineering participation. A public institution entering such a governance ecosystem may find it already dominated by a small group of well-funded private actors.</p><p style="text-align: justify;">Maintenance capacity can also be more limited than it appears. Key functions, particularly security response, may depend on a very small number of individuals. If those individuals move on or are unavailable during an incident, institutions have no contractual safeguards and may face response timelines that are incompatible with their operational requirements.</p><p style="text-align: justify;">In essence, open protocols replace vendor dependency with ecosystem dependency. That dependency is structurally healthier because the governance processes shaping these systems are visible and participatory, but it still requires institutional competence, monitoring and strategic engagement. Public institutions are not limited to acting as customers with influence tied to purchasing power. They can observe, engage and, where appropriate, contribute to how the infrastructure they depend on evolves.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3><strong>Building Institutional Capacity for Protocol Governance</strong></h3><p style="text-align: justify;">The most productive response is to develop genuine institutional capacity to understand and track how protocol governance works, and to participate in it on the protocol&#8217;s own terms.</p><p style="text-align: justify;">Participation is not control. It would be a mistake to treat engagement in protocol governance as a route to directing how a global technical community decides things. Governance is distributed by design, and the value of that distribution is precisely that no single actor can capture the infrastructure.</p><p style="text-align: justify;">An institution that attends governance discussions, comments on proposals and tracks specification changes is not governing the protocol. It is informing its own planning and, where it has something useful to contribute, improving the quality of the collective decision.</p><p style="text-align: justify;">When protocol foundations offer formal participation structures, such as Governmental Advisory Councils, public institutions should make use of them. These forums allow governments running large deployments to raise operational needs early while still respecting the distributed governance model most protocols rely on. In some cases, institutions may also second engineers or technical staff to protocol foundations or working groups, a practice already common in standardisation bodies such as ETSI and W3C.</p><p style="text-align: justify;">Developing internal protocol literacy also changes how institutions manage their infrastructure. Teams that follow specification changes and community discussions gain early insight into how the systems they depend on are likely to evolve. Over time, a consistent presence also builds credibility within the ecosystem, increasing the likelihood that the needs of large public deployments are taken into account.</p><p style="text-align: justify;">A procurement team with real protocol literacy can also assess the governance health of a protocol before committing to it. Not just the quality of the current specification, but the community&#8217;s track record on backwards compatibility, the concentration of influence among contributors, the quality of security coordination and the overall health of the maintenance work.</p><p style="text-align: justify;">Making protocol risk visible at the moment dependency is created does not require complex new bureaucracy. It requires better questions during procurement and infrastructure planning. Where are decisions actually made? How does a proposal move from draft to adoption? How are breaking changes communicated, and with what notice? What happens if institutional requirements diverge from community direction?</p><p style="text-align: justify;">Procurement criteria can then reflect that understanding. Vendors who actively contribute to protocol specifications, participate in security coordination and maintain implementations are better positioned to keep deployments aligned with protocol evolution over time. Procurement frameworks that treat upstream contribution as a resilience signal do not just favour better suppliers. They shift incentives across the whole ecosystem, rewarding vendors embedded in the health of the protocol rather than those treating it as a static dependency.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!PGho!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PGho!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 424w, https://substackcdn.com/image/fetch/$s_!PGho!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 848w, https://substackcdn.com/image/fetch/$s_!PGho!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 1272w, https://substackcdn.com/image/fetch/$s_!PGho!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PGho!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png" width="400" height="802.4439918533604" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1970,&quot;width&quot;:982,&quot;resizeWidth&quot;:400,&quot;bytes&quot;:749601,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/191397545?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PGho!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 424w, https://substackcdn.com/image/fetch/$s_!PGho!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 848w, https://substackcdn.com/image/fetch/$s_!PGho!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 1272w, https://substackcdn.com/image/fetch/$s_!PGho!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F169786e8-b56c-4e56-b1b0-e7fa2d30552a_982x1970.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3 style="text-align: justify;"><strong>Institutionalising Participation: The Matrix Example</strong></h3><p style="text-align: justify;">One of the clearest examples of an institution making this shift is the Direction interminist&#233;rielle du num&#233;rique (DINUM), the French government&#8217;s digital directorate, which in 2025 became the first government in the world to join the Matrix.org Foundation as a formal member.</p><p style="text-align: justify;">DINUM already operated the largest government deployment of Matrix through Tchap, the secure messaging platform used across the French public administration by hundreds of thousands of civil servants.</p><p style="text-align: justify;">Joining the foundation did not grant DINUM control over Matrix, nor did it create a privileged position within the protocol&#8217;s governance structure. What it did was formalise France&#8217;s presence in the ecosystem behind the infrastructure it already depended on. French engineers and security teams had already been tracking Matrix Spec Changes, coordinating on security advisories and planning upgrades in line with upstream development. Membership made that engagement structural rather than personal. Reliance on a small number of individuals was reduced by embedding governance awareness within the institution itself.</p><p style="text-align: justify;">Not every public institution will have the resources to sustain individual participation in protocol governance. Collective participation models offer a practical alternative. The Matrix for Public Sector forum, launched in October 2025 alongside DINUM&#8217;s foundation membership, brings together representatives from six EU Member States, the European Commission and other institutions to share knowledge, coordinate deployments and feed operational requirements into governance collectively. This lowers the threshold for meaningful participation.</p><p style="text-align: justify;">France is not alone. Across Europe and beyond, governments are building at scale on open protocol infrastructure, with varying degrees of governance engagement. Germany operates a large public sector deployment of Matrix through BwMessenger, the secure messaging platform developed for the Bundeswehr. Several EU Member States, including Sweden, Luxembourg and the Netherlands, are piloting or deploying similar open protocol-based messaging and collaboration infrastructures.</p><div><hr></div><h3><strong>Participation Is the Strategy</strong></h3><p style="text-align: justify;">Open protocol adoption by governments will continue. The pressures behind it are structural: the political will to reduce dependency on digital infrastructure controlled by big tech companies outside their jurisdiction, legal requirements for cross-border interoperability, and the economic advantages of building infrastructure on open protocols rather than each institution developing its own proprietary stacks.</p><p style="text-align: justify;">The question is whether the institutions involved understand the nature of that commitment. They are not simply buying a product. They are stepping into a<strong> </strong>governance process that existed before their deployment and will continue long after their contract ends.</p><p style="text-align: justify;">The institutions that invest in that relationship &#8211; that send someone to the working group, contribute to the specification and treat the protocol community as a constituency rather than a supplier &#8211; will end up with something no procurement process can deliver: infrastructure that grows with them, not against them.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><p style="text-align: justify;"></p>]]></content:encoded></item><item><title><![CDATA[Theorizing Protocolization II: Atomic Protocol Questions]]></title><description><![CDATA[Solving real coordination problems to discover the formal laws of protocols.]]></description><link>https://protocolized.summerofprotocols.com/p/theorizing-protocolization-ii-atomic</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/theorizing-protocolization-ii-atomic</guid><dc:creator><![CDATA[Venkatesh Rao]]></dc:creator><pubDate>Wed, 04 Mar 2026 22:41:11 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/3cd212b7-cc96-4504-a750-824f409e8f30_1200x630.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In the <a href="https://protocolized.summerofprotocols.com/p/theorizing-protocolization-i-new">first installment</a> of <em>Theorizing Protocolization, </em>we introduced <em>protocolization </em>as a progressively developing planetary transformation, that is, the metabolization of technologically-mediated behaviors into reliable coordination infrastructure at every social scale. From the highly cost effective and beneficial promotion of hand hygiene, to the simple yet powerful standardization of shipping containers, to the heady mixture of institutions, laws, and norms that form rules-based international order, protocols grow, rhizomatically, into what <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Venkatesh Rao&quot;,&quot;id&quot;:2264734,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!MJ9A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F562e590a-9494-4f66-87f0-330c1be204c2_500x500.jpeg&quot;,&quot;uuid&quot;:&quot;2c7e2418-459a-4a49-98d7-092a6f96e56f&quot;}" data-component-name="MentionToDOM"></span> coined as <em>New Nature</em> &#8211; a pervasive yet nearly imperceptible artificial lawfulness.</p><p>This combination of ubiquity and invisibility creates a peculiar methodological quandary. Protocols permeate a multitude of technical substrates, institutional arrangements, and social realities, operating simultaneously at hyperlocal and global scales. Even so, it can prove difficult to locate protocolization precisely. What does it look like to <em>theorize </em>such a thing? How can we identify formal models that describe the common, generalizable features of protocols which can be reliably applied across contexts? If we manage this at all, how can we tell if we&#8217;re doing it well?</p><p>This time, we&#8217;ll explore one of our early responses to the challenge of conducting a generative collective research program for protocol formalization. In particular, we will introduce a new top-level research track built around specific, well-posed problems that we call <strong>Atomic Protocol Questions</strong>. We&#8217;ll explain what they are, why we think they&#8217;re a promising approach, and how you can contribute.</p><div><hr></div><p><em><strong>Join us at the next <a href="https://discord.com/channels/1082444651946049567/1327337414175490160">Special Interest Group in Formal Protocol Theory</a> (SIGFPT) call in Discord on March 6 if this idea interests you.</strong></em></p><div><hr></div><h3>Birds, Frogs, and Atoms</h3><p>The physicist Freeman Dyson, in his 2009 Einstein Lecture given to the American Mathematical Society, divided mathematicians into two species: <em>birds </em>and <em>frogs</em>.</p><p><em>&#8220;<strong>Birds</strong> fly high in the air and survey broad vistas of mathematics out to the far horizon. They delight in concepts that unify our thinking and bring together diverse problems from different parts of the landscape. <strong>Frogs</strong> live in the mud below and see only the flowers that grow nearby. They delight in the details of particular objects, and they solve problems one at a time.&#8221;</em></p><p>Fields Medalist Timothy Gowers, riffing on the famous &#8220;Two Cultures&#8221; divide between academics in science and the humanities, similarly drew a distinction among mathematicians between <em>theory-builders </em>and <em>problem-solvers.</em></p><p>Setting aside the apparently common impulse to bisect mathematicians, both reached the rather common-sense conclusion that a healthy intellectual climate requires individuals of both temperaments, for each complements and builds on the other. In Dyson&#8217;s words:</p><p><em>&#8220;Mathematics is rich and beautiful because birds give it broad visions and frogs give it intricate details. Mathematics is both great art and important science, because it combines generality of concepts with depth of structures.&#8221;</em></p><p>It seems quite natural to think that <em>theorizing protocolization</em> would entail primarily a <em>theory-building</em> approach. One might envision, for example, articulating an abstract general notion of a Protocol, audition or invent various formal systems in search of one that best captures it, and then set about applying that framework to protocols out in the real world. In fact, this has been the character of most of SIGFPT&#8217;s pathfinding investigations thus far, and will likely always form a major track of study; there is immense value in creatively bringing diverse domain knowledge to bear on shared formal questions.</p><p>But it also comes with several challenges, largely due to the difficulty of enumerating in advance a set of <em>necessary and sufficient</em> features of a successful formal modeling framework to this domain. Protocols are unusually resistant to analysis through any single descriptive lens. Even when a formalism is expressive enough in principle, it is often unclear how to apply it across domains without either flattening the phenomena that matter or rebuilding large amounts of domain knowledge inside the model itself. Several of the SIG&#8217;s early discussions revolved around issues of this nature.</p><p>Therefore, as a complement to the top-down, avian theory-building, we&#8217;ve introduced a research track for bottom-up, froggish theorization: enumerating small, well-scoped research questions about specific protocolized contexts: Atomic Protocol Questions (APQ).</p><p>The spiritual forebear of the APQ is David Hilbert&#8217;s famous list of 23 unsolved problems presented at the 1900 International Congress of Mathematicians in Paris. Hilbert&#8217;s problems ranged across the foundations of mathematics, number theory, algebra, and geometry, and came to define much of the research agenda for twentieth-century mathematics. In several cases, individual problems motivated new branches of mathematics entirely: his second problem, on the consistency of arithmetic, led to G&#246;del&#8217;s incompleteness theorems and the field of proof theory; his tenth, on solving Diophantine equations algorithmically, was eventually resolved through computability theory. In this vein, our ultimate goal is to pose and then attack a set of open questions that captures protocol studies in both conceptual and disciplinary breadth.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>Subatomic Particles</h3><p>&#8220;Atomic&#8221; is meant in several senses:</p><ul><li><p><strong>Self-Contained</strong>: Each problem is intelligible and evaluable on its own, without requiring deep background in other APQs or specialized disciplines.</p></li><li><p><strong>Indivisible</strong>: Each problem is framed at the lowest level of abstraction needed for its bearing on protocol studies &#8211; not decomposable into simpler protocol questions.</p></li><li><p><strong>Heterogeneous: </strong>The problems collectively span a wide variety of subject matters, disciplines, and scales to avoid overfitting to a small set of favored contexts.</p></li><li><p><strong>Representative</strong>: The problems collectively cover as many dimensions of protocolization as we can identify&#8212; learnability, evolvability, <a href="https://protocolized.summerofprotocols.com/p/one-tension-to-rule-them-all">tensions</a>, coordination costs, and many more.</p></li></ul><p>The first two properties make each APQ tractable in isolation. The second two ensure the collection functions as more than a grab-bag of puzzles &#8211; it becomes a map of the protocol landscape.</p><p>Each APQ has three essential constituents: an <strong>empirical context</strong> (a real-life, observable protocolized system), a<strong> key dimension</strong> of protocolization (a theoretically significant concept or aspect of protocolized systems), and a sufficiently precise <strong>research question</strong> (crisp enough to admit evaluable answers). Moreover, answering it should require one not simply to lean on the prior research of the particular field in which it originated, but to say something new about it <em>qua</em> protocol, and thereby demonstrate the value of this unique perspective.</p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NZQw!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NZQw!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NZQw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:302032,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/189904608?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NZQw!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!NZQw!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1127e4a-5a70-4c51-b542-581dbfcfef71_1024x1024.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3>Keeping Apart</h3><p>Consider a familiar urban frustration: bus bunching. Buses, of course, are meant to adhere to a consistent schedule with a regular interval between arrivals (ideally both at once). In real life, buses tend to cluster together because of compounding delays: a delayed bus will arrive at a stop with more passengers waiting to board, who then take more time to board, delaying the arrival at the next stop, and so on. The trailing bus, meanwhile, will be in the opposite situation, picking up fewer passengers until eventually it catches up to the first. This problem, called &#8220;bus bunching&#8221; is a well-studied positive feedback loop.</p><p>It&#8217;s also a protocol problem. The issue isn&#8217;t what technology buses should use, but what <em>rules</em> should govern their coordination behavior. There are a number of common approaches to the overall problem, but the most basic interventions are to disrupt the feedback loop by making buses that are &#8220;ahead&#8221; wait at stops longer, have delayed buses skip stops, or have trailing buses overtake leading buses. The optimization objective is not necessarily a given &#8211; one can prioritize <em>schedule adherence</em>, for example, which tends to work best in lower-frequency routes where travelers plan based on the timetable, or optimize for <em>headway</em> between adjacent buses which tends to produce better outcomes on high-frequency routes where passengers arrive randomly. In practice, it is likely that a system in a realistic urban context would need to combine several strategies to flexibly manage the various causes of bunching.</p><p>Recent work has focused on dynamic control designs that integrate real-time information on various contributors to bunching and make adjustments automatically. For example, reinforcement learning systems trained in simulation can develop policies that dynamically adjust, such as holding times based on traffic conditions and demand, outperforming more conventional analytical or optimization-based methods. Separate lines of research approach the issue from the <em>demand </em>side, providing information to passengers about current wait times and bus congestion, in the hope that some passengers will make the decision to wait for a less crowded bus. Perhaps more drastically, real-time data can be used to update the <em>bus schedule itself</em> dynamically, with the obvious drawback of making the system less legible to would-be passengers.</p><p>The progressive integration of dynamic information and automation raises several interrelated issues with the relationship between these systems and the humans who participate in them &#8211; as drivers, dispatchers, or passengers. It turns out that deployment of real-time systems are hindered by various meatspace practicalities that are not typically modeled in simulation. One factor is variation among drivers, who each drive a bit differently, and in particular have different propensities to comply with the holding control guidance. This is double-edged: naive non-compliance tends to degrade the effectiveness of the overall fleet control, but human operators might also be able to react to conditions that are not easily observed through the data pipeline, due to cost or difficulty. Similarly, exposing information to passengers indeed allows them to make informed decisions about which bus to board, but there is a reflexivity problem; passengers may end up inadvertently coordinating so as to cause crowding on the previously-empty trailing buses!</p><p>The APQ approach attempts to sharpen such concerns into more tractable research questions about protocols:</p><ul><li><p><em>What operational discretion should a dynamic bus dispatch protocol preserve for human agents? When does human judgment improve versus degrade the protocol&#8217;s coordination performance?</em></p></li><li><p><em>What non-invasive data sources can capture sources of user heterogeneity that influence demand?</em></p></li><li><p><em>What ludic elements for drivers and passengers encourage aligned participation in the protocol?</em></p></li></ul><p>Each of these examples is meant to conform to the APQ specification. The <strong>empirical context </strong>and <strong>research question </strong>aspects are obvious, but more subtly each question is targeted towards the intersection of current research on bus bunching and ideas of interest in protocol studies (<strong>key dimensions)</strong>. The first question bears on concepts such as <em>stewardability, invisibility, and legibility. </em>How much can and should participants steer a protocol? In what ways must it be limited? When is active awareness of, and intervention into, protocols helpful or hindering? The second is a question of <em>constraint</em> and <em>observability</em>, from the system&#8217;s perspective. Can we improve the responsiveness and dynamism of protocols without overreaching or creating protocol failure surfaces and vulnerabilities? The third is <em>ludicity</em>, that is, how to support the protocol&#8217;s functioning and legitimacy via game-like and strategic elements.</p><p>The questions are also deliberately posed at a moderate level of abstraction. Protocol Studies is not, at present, suited to admit capital-P Problems that are well-posed in the sense that is typically expected in formal mathematics or other formally rigorous disciplines. On the other hand, it is not so broad (&#8220;What&#8217;s the best bus system?&#8221;) as to render any attempt at an answer indeterminate. It is also agnostic to the specific academic lineage or technical tools that one may use in subsequent research. Bus bunching itself ties together research in, at a minimum, control theory, urban planning, operations research, economics, and machine learning. A good APQ should invite a variety of possible approaches from a variety of possible perspectives. This diversity both within and between questions is in fact a load-bearing feature of APQs envisioned as an overarching research program.</p><div><hr></div><h3>Jumping Together</h3><p>The key wager behind the FPT effort is that &#8220;protocols,&#8221; over and above a striking set of terminological convergences, are something like what the philosophy of science calls a &#8220;<a href="https://plato.stanford.edu/archives/spr2018/entries/natural-kinds/">kind</a>&#8221;, or at the very least, exhibit the sort of structural unity that licenses productive cross-domain theorizing. We are not merely asserting that protocols are important but conjecturing something formally unified beneath the surface diversity. The APQ project operationalizes this with a sort of wisdom-of-the-crowds logic applied to <em><a href="https://en.wikipedia.org/wiki/Consilience">consilience</a> </em>&#8211; a &#8220;jumping together&#8221; of independent streams of evidence to a unified explanatory framework across disciplines. APQs are an attempt to enable such convergence in protocol studies.</p><p>Individually, questions are designed to encourage concrete, independent investigations into pressing practical issues in technology and society. An APQ is falsifiable in the sense that it shifts debate from abstract questions about which formalism(s) might comprise the &#8220;right&#8221; foundation to empirical and technical questions about fit: what traction does each provide on this concrete question, and what are its limitations?</p><p>In aggregate, the APQs must be sufficiently diverse to span the conceptual space of protocol studies across their constituent contexts and dimensions. The hope is that though approaches to different problems may initially appear disparate, the character of their solutions will reveal similarities and differences that interfere constructively or destructively. When multiple formalisms attack the same underlying phenomena, their idiosyncratic commitments tend to wash out, while shared structure is reinforced.</p><p>APQs, then, enable comparison at two levels. Within a single problem, multiple formalisms can be evaluated adversarially. Across problems, the more telling comparison emerges: do solutions to different APQs sharing a protocol dimension reveal common structure? If &#8220;evolvability&#8221; means something formally similar whether we&#8217;re studying bus networks or robot swarms &#8211; despite different researchers, methods, and vocabularies &#8211; that&#8217;s evidence the dimension names something real.</p><p>The history of science is rich with examples of consilience, when it works. One such example is the notion of computability<strong>. </strong>In the 1930s, mathematicians from around the world invented precise, independent definitions of what it means to be computable. Alan Turing developed abstract machines. Alonzo Church created the lambda calculus. Stephen Kleene formalized recursive functions. Emil Post devised production systems. They each worked from different starting points with different motivations, often unaware of each other&#8217;s efforts. All four formalisms turned out to define exactly the same class of functions. This striking convergence &#8211; proven rapidly once the systems were compared &#8211; is substantial evidence that &#8220;computable&#8221; captures something true about the underlying nature of reality.</p><p>Or consider entropy. Carnot&#8217;s 1824 question about engine efficiency was purely practical &#8211; &#8220;What&#8217;s the best a heat engine can do?&#8221; This led to Clausius&#8217;s thermodynamic formulation, then Boltzmann&#8217;s statistical interpretation decades later. Yet they proved mathematically equivalent for macroscopic systems at equilibrium &#8211; evidence that entropy named something real.</p><p>In both examples, specific problems came first and the unifying concept emerged from comparison. Neither Carnot nor Turing were attempting to architect entropy or computability from first principles. Carnot was trying to understand engines. Turing was trying to answer the Entscheidungsproblem. The generality emerged from specificity. This is one aspect of the symbiotic dance between frog and bird.</p><p>In these cases, of course, this convergence was also uncoordinated &#8211; researchers weren&#8217;t necessarily comparing notes. APQs are a bit different: a deliberate invitation for multiple formalisms to attack shared problems. Convergence here wouldn&#8217;t inherently prove that protocol as a concept &#8220;carves nature at its joints&#8221;, but it would demonstrate something nearly as valuable: that the abstraction does productive, non-redundant work across domains that previously had no common vocabulary.</p><div><hr></div><h3>Convergence Not Guaranteed</h3><p>Of course, this all assumes that there is some sort of <em>kind</em> upon which methods can converge in the first place. The history of science also shows that that is not necessarily the case, either. Cybernetics and the complexity science of the Santa Fe Institute, for example, are two intellectual movements that share affinities with protocol studies. The cyberneticists generated fundamental insights into what would become control theory, information theory, and artificial intelligence, but did not achieve their goal of unifying the behavior of all goal-oriented systems. Complexity science has made enormously productive contributions through agent-based modeling, network analysis, and related methods, yet cannot really be said to have converged on a formally precise definition of complexity itself.</p><p>This is not a particular criticism of those programs&#8217; approach or, say, bird-to-frog ratio. We can&#8217;t know whether different approaches would have or will someday yet yield some more unified frame. They&#8217;re simply reminders that convergence isn&#8217;t guaranteed, even with world-class talent, real research traction, and genuinely promising phenomena. Importantly, even without achieving some kind of &#8220;grand unification,&#8221; both lines of research produced lasting value, impact, and influence on later technical thinkers.</p><p>Perhaps, after all, &#8220;protocol&#8221; is more useful for pointing at phenomena than predicting or engineering them. We should find that out too. APQs are designed so that even if convergence doesn&#8217;t come, we&#8217;ll have produced something worthwhile: well-posed problems, cross-disciplinary vocabulary, and concrete progress on specific systems. But we believe that if there is indeed a fruitful underlying logic of protocols waiting to be unearthed, this direction will bring us closer to doing so.</p><div><hr></div><h3>Join Us in the Mud</h3><p>That&#8217;s all well and good, but how does one actually create an Atomic Protocol Question? A great place to start is Protocol Watching. Once you learn to see protocols, you will find them in every corner of our modern world: your airplane boarding group? Your daughter&#8217;s LEGO set? Your laptop&#8217;s charging cable? Each offers a myriad of protocol puzzles waiting to be honed into an APQ. <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Timber Stinson-Schroff&quot;,&quot;id&quot;:17195021,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/de5b15ba-b05d-4c8b-99f4-82f4268c69e9_1179x1179.jpeg&quot;,&quot;uuid&quot;:&quot;2ce3647c-6186-4428-8349-1b1d1c499c89&quot;}" data-component-name="MentionToDOM"></span> offers <a href="https://protocolized.summerofprotocols.com/p/how-to-protocol-watch">a handy guide</a>, complete with tools and tips to help you get started.</p><p>You might also seek the guidance of the LLMs. In addition to the human audience, this essay also functions as a piece of <em><a href="https://protocolized.summerofprotocols.com/p/from-destination-ai-to-intelligence">intelligence media</a></em> to provide a specification of Atomic Protocol Questions for ingestion into your model of choice. Armed thusly with your <a href="https://medlab.host/bicorder/">protocol bicorder</a>, you&#8217;ll have the elements to contribute to our project well in hand, no matter your technical background.</p><p>David Hilbert perceived clearly that the articulation of a problem itself is a generative act of taste. More than a list, his problems were a challenge and invitation to a global network of talented researchers to participate in an ambitious collective research program. As Dyson observed,</p><p><em> &#8220;Hilbert himself was a bird, flying high over the whole territory of mathematics, but he addressed his problems to the frogs who would solve them one at a time.&#8221;</em></p><p>In this spirit, be you bird, frog, hedgehog, or fox, we encourage you to join SIGFPT and help expand, refine, and prune the APQ set. Bring a problem you know well &#8211; from your domain, your city, your organization, your frustrations &#8211; sharpen it into an atomic question, and let it enter the comparative surface. Problems shape the future of research programs, and, eventually, entire fields. In helping to pose and attack APQs, you can help set the agenda for ours &#8211; perhaps for years to come.</p>]]></content:encoded></item><item><title><![CDATA[Casio: Adequate Enough to Rule the World]]></title><description><![CDATA[How a cheap plastic watch became a landmark in the world of sci-fi, geopolitics and terror &#8211; and what it might mean for contemporary consumer gadgets.]]></description><link>https://protocolized.summerofprotocols.com/p/black-resin-mirrors-and-the-adequacy</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/black-resin-mirrors-and-the-adequacy</guid><dc:creator><![CDATA[Timber Stinson-Schroff]]></dc:creator><pubDate>Wed, 28 Jan 2026 18:12:13 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/7cbea981-d55a-483e-b820-666792cd8f34_1200x801.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;m wearing a Casio F-91W right now. It cost me about $14 CAD and has brought me immeasurable joy. My aussiedoodle uses it as a part-time chew toy. It&#8217;s frozen down to -40&#186; on an expedition and cooked at over 200&#186; in a sauna. It looks even better since I repaired it with a zip tie.</p><p>Recently, I discovered the deep lore of this watch. And I&#8217;m now convinced that it holds its own against wrists sporting Rolexes, Audemars Piguets, and Patek Philippes. What it lacks in sophistication, the Casio F-91W makes up for in its <em>unreasonable adequacy</em>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!t-2m!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!t-2m!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!t-2m!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1200,&quot;width&quot;:1200,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1700753,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/186086220?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!t-2m!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!t-2m!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d24098e-a20c-49ce-8123-27e4bc41c6fb_1200x1200.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>What do I mean by that? Obviously, the thing is quasi-indestructible. It&#8217;s also cheap, reliable and ubiquitous. As far as a timepiece goes, it&#8217;s a Maslowian choice. The F-91W meets all of one&#8217;s basic timekeeping needs. For that reason, it&#8217;s been worn by precocious schoolkids and global figures alike: Barack Obama, Captain Ripley in the movie <em>Alien</em> and, notoriously, Osama bin Laden.</p><p>One of the reasons that this watch became so widely associated with terrorism is that it has indeed been used as a timer in improvised explosive devices. A leaked document showed that U.S. government interrogators regarded the F-91W as a telltale sign that a detainee was associated with terrorist operations. Ironically, many American servicepeople rely on the same watch.</p><p>But why is it such a common choice among militant groups?</p><ol><li><p>It&#8217;s adequate. Utility (alarm, stopwatch, waterproof robustness) at minimal price.</p></li><li><p>It&#8217;s ubiquitous. Global popularity means it&#8217;s easy to replace.</p></li><li><p>It&#8217;s uniform. The watch&#8217;s design has remained virtually unchanged for decades.</p></li></ol><p>One of the big ideas that emerged from the Summer of Protocols research program is that protocols are <em><a href="https://summerofprotocols.com/research/module-two/the-unreasonable-sufficiency-of-protocols">unreasonably sufficient</a></em>. The story of the F-91W is a curious one. A single watch isn&#8217;t a protocol, but it <em>is</em> unreasonably sufficient. That made it the world&#8217;s most popular watch, transforming a quintessential consumer gadget into a piece of the planetary landscape, neutral and equally available for use by good and bad actors.</p><h2>The Adequacy Thesis</h2><p>Through the popularity of this watch, Casio created a global supply chain of time. It&#8217;s a system that anyone can tap into from virtually anywhere in the world. </p><p>It&#8217;s also a clear embodiment of Gall&#8217;s Law: &#8220;A complex system that works is invariably found to have evolved from a simple system that worked&#8221;. </p><p>In spirit, that&#8217;s a great quote. But if I could tweak it slightly, I&#8217;d replace the second &#8216;system&#8217; for &#8216;thing&#8217; because the initial kernel is usually not best understood as a system. Sorry, systems thinkers&#8212;a watch is a watch.</p><p>There&#8217;s something rather interesting about how many of the most consequential technologies (shipping containers, email, the Toyota Hilux, vaccines, etc.) tend to be the adequate ones, not the sophisticated ones. I have a thesis that Gall&#8217;s Law exists because popularity provides one of the rare, legitimate excuses to complicate things. And because sophistication has such high opportunity costs, it&#8217;s antithetical to popularity, especially in the long run.</p><p>Occasionally, those opportunity costs are worth paying. In the context of navigation or aerospace, precision timekeeping is a must. The Artemis III space mission aims to be the first crewed lunar landing since Apollo 17 in 1972. Such a complicated operation cannot afford to run on the stainless steel caseback of a F-91W, which can gain +/-1 second per month. That&#8217;s easily enough to make a very expensive&#8212;if not deadly&#8212;miscalculation.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BfyG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BfyG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 424w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 848w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BfyG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg" width="1456" height="619" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:619,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!BfyG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 424w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 848w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!BfyG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F399fc4ef-fd25-4980-88ce-d174caa74dae_4696x1998.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Designed by Ry&#363;suke Moriai &#8211; his first project at Casio &#8211; the F-91W was conceived to be small, flat and simple.</figcaption></figure></div><p>Many of civilization&#8217;s most important operations depend on clocks. Swiss watches, famously, emerged to meet the demand for precise train timetables in Europe. But there are wide variety of clocks, all created to enable the reliable repetition of critical activities&#8230; like averting disaster.</p><h2>Protocol-as-Clock</h2><p>This week, the Doomsday Clock has ticked its way to 85 seconds from midnight and I&#8217;ve been thinking a lot about clocks &#8211; from my tough little Casio to the ability of blockchains to introduce good friction into the world. Because protocols sequence events, they impose specific temporal orders, whether through clocks or rhythms.</p><p>When two friends attempt to call each other at the same time, sometimes the line will appear as busy. They&#8217;ll both (probably) wait a few seconds or minutes before trying again. There isn&#8217;t a widely agreed upon amount of time to wait, and that&#8217;s why it works. </p><p>TCP/IP, the protocol suite that makes the internet possible, shapes time through rhythm. That makes it a clock in its own right, since it&#8217;s not relying on an external timekeeping device. TCP/IP forces computers to &#8220;shake hands&#8221; in a certain sequence, otherwise information won&#8217;t make it from device to device. </p><p>During last year&#8217;s <a href="https://summerofprotocols.com/protocol-school-open-access">Protocol School</a>, composer Ben Zucker taught a course titled <a href="https://www.youtube.com/watch?v=ve0oe09LhI0&amp;list=PLIk0EtKZjVlv8VMGoIrENsV_LP-bdr_28&amp;index=5">Musicalization not Music</a>. Because protocols sequence how we do things and communicate, there is an inherent musicality to their design. </p><p>I&#8217;ve repeatedly joked with Ben that the TSA should hire him as a consultant to improve the choreography of their security lines. (Seriously, though.)</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><h2>Time to Think</h2><p>New technologies promise to affect how we think about time. Some also share the unreasonable adequacy of the Casio F-91W and promise to become a planetary landmark. </p><p>LLMs and AI tools are powerful. They&#8217;re used everywhere, all the time, by everyone, all at once. Just like the world&#8217;s most popular watch, the availability and affordability of these tools is accelerating their diffusion. Not all actors, obviously, will use them in prosocial ways. Policing use will be difficult because of the ubiquity of AI tools; certain versions, like LLMs that can run locally on a device and can&#8217;t be nerfed with a cloud update, might become associated with bad actors as a result of negative events.</p><p>However, there are differences. The capabilities of LLMs are far more complicated than any wristwatch. Many software tools can be patched or updated live, regardless of where their users are. The underlying information architectures are still evolving. </p><p>Working with AI gives one a sense that time is accelerating, whereas wearing a Casio (or working with blockchains) makes one feel like life is simply marching along. </p><p>AI-assisted teams and AI agents can rapidly become out of sync with supply chains. Blockchains are inexorable clocks that provide a foundation for coordination problems like establishing contracts or rules for marketplaces. </p><p><strong>New technologies are creating a battle over time.</strong> </p><p>The Summer of Protocols <a href="https://summerofprotocols.com/">research program</a> and its community have published some great work on time that you might enjoy:</p><ul><li><p><a href="https://protocolized.summerofprotocols.com/p/finding-fault-lines-within-the-firm">Finding Fault Lines Within the Firm</a> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;rafa&quot;,&quot;id&quot;:2227765,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/477725d7-0c1b-48c8-9d66-bbd3ec3fbb6e_907x907.jpeg&quot;,&quot;uuid&quot;:&quot;96086633-1fe1-4abf-ba10-7f78ffc57c85&quot;}" data-component-name="MentionToDOM"></span> </p></li><li><p><a href="https://summerofprotocols.com/research/control-and-consciousness-of-time">Control and Consciousness of Time</a> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;saffron huang&quot;,&quot;id&quot;:3624433,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3c9af1ab-0122-4457-8321-f90da0c74fef_1120x1122.jpeg&quot;,&quot;uuid&quot;:&quot;3a70eb60-6b6d-4432-be60-f82c9607c2da&quot;}" data-component-name="MentionToDOM"></span> </p></li><li><p><a href="https://summerofprotocols.com/research/protocols-in-emergency-time">Protocols in Emergency Time</a> by Olivia Steiert</p></li><li><p><a href="https://summerofprotocols.com/research/new-time-machines">New Time Machines</a> by Aaron Lewis, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Kei Kreutler&quot;,&quot;id&quot;:111565805,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/07ba8ce1-9c72-4f42-8279-1abc7c38cb63_1100x1100.png&quot;,&quot;uuid&quot;:&quot;47744436-f798-4f4a-a0da-2821dcad0d9b&quot;}" data-component-name="MentionToDOM"></span>, Alice Noujaim, Nahee Kim, and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Spencer Chang&quot;,&quot;id&quot;:3363406,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/f03fdd99-399f-41da-ae8b-5664287133d7_2973x3236.jpeg&quot;,&quot;uuid&quot;:&quot;ad05c791-1f0b-47ed-bd1a-ace0224f1cd0&quot;}" data-component-name="MentionToDOM"></span> </p></li><li><p><a href="https://www.youtube.com/watch?v=ZcnI_ErQoV8&amp;list=PLIk0EtKZjVlsZ2BQDzA0-TIOMulYoVuC8&amp;index=7">Fire Protocols &amp; Attention as Autopoietic Space</a> by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Nathalia Scherer&quot;,&quot;id&quot;:3889179,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fede27cd9-c71f-4bc7-82d1-5ceec26c0f67_681x681.jpeg&quot;,&quot;uuid&quot;:&quot;9372eabc-58d4-4cd5-94ca-bd951e27c5c6&quot;}" data-component-name="MentionToDOM"></span> and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Jiordi Rosales&quot;,&quot;id&quot;:12621776,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6b1f3a68-9808-4827-b178-33041edc74ce_1179x786.jpeg&quot;,&quot;uuid&quot;:&quot;0d595bc1-428f-4562-b98d-ed1881dcab51&quot;}" data-component-name="MentionToDOM"></span> </p></li></ul>]]></content:encoded></item><item><title><![CDATA[The Color of Safety]]></title><description><![CDATA[From Birren to OSHA, in reality and on-screen, how does pigment play a role in protecting workers from harm and making mistakes?]]></description><link>https://protocolized.summerofprotocols.com/p/the-color-of-safety</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/the-color-of-safety</guid><dc:creator><![CDATA[Venkatesh Rao]]></dc:creator><pubDate>Mon, 19 Jan 2026 19:40:14 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Qb2F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A few weeks ago, I got nerdsniped by a <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Beth Mathews&quot;,&quot;id&quot;:75472863,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b1be69bd-c1d5-4f69-8425-ad9b1ffdd982_1310x1310.png&quot;,&quot;uuid&quot;:&quot;3709ba8a-ab06-4ef3-9ab6-6b441daf9817&quot;}" data-component-name="MentionToDOM"></span> essay, <a href="https://bethmathews.substack.com/p/why-so-many-control-rooms-were-seafoam">Why So Many Control Rooms Were Seafoam Green</a>. It introduced me to <a href="https://mag.uchicago.edu/arts-humanities/shades-meaning">the story of Faber Birren</a>, responsible for the characteristic color schemes we associate with mid-century industrial interiors. More generally, Birren pioneered the use of color as a design and control variable shaping everything from consumer buying behaviors to emergency response behaviors. </p><p>Color is especially interesting as an element of Protocol Experience (PX) design, since humans are especially sensitive to color. And color, especially in the form of paint, is a cheap design variable, ideal for persistent, configurational uses. You don&#8217;t need electricity to generate a default color scheme. Ambient broad-spectrum illumination (natural or artificial) is enough. And when you <em>do</em> use powered color for dynamic signaling, it is still robust and inexpensive to generate, especially today, with the rise of low-power LED lighting and screens.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>Color and Control</h3><p>Reading Mathews&#8217; article, as a sometime practicing control engineer, I was struck by the realization that though I&#8217;ve spent a lot of time thinking about command and control architectures, systems, and protocols, including control rooms, I&#8217;ve never thought about <em>color </em>as a particularly important consideration in control engineering, either in theory, or practice. </p><p>I&#8217;d never noticed that mid-century control rooms have a characteristic sea-foam green color.</p><p>When I&#8217;ve designed things like dashboards, color has been an afterthought, and I&#8217;ve usually done something lazy like code &#8220;significant&#8221; as &#8220;red.&#8221;</p><p>Yet, color is obviously one of the most powerful design elements available to control system engineers and protocol architects, especially when it comes to human-in-the-loop environments. But engineers don&#8217;t study it. Textbooks don&#8217;t teach color science. Even history books like David Mindell&#8217;s excellent <em><a href="https://sts-program.mit.edu/book/human-machine-feedback-control-computing-cybernetics/">Between Human and Machine: Feedback, Control, and Computing</a>, </em>don&#8217;t cover the role of color in command and control.</p><p>One reason of course is that color is not easy to use in automated feedback loops, and other kinds of signals are much easier to work with. Detecting and reacting to color-coded signals typically takes cameras attached to significant computing power. In control design, it is much easier to work with electrical or mechanical signals from more specialized sensors. </p><p>But when there are humans in the loop, color is a natural and cheap signaling variable. It still doesn&#8217;t play a big role though.</p><p>The reason is that the <em>human</em>-centeredness of color leads to its neglect in control engineering. Humans, unlike op-amps or microcontrollers, are flaky, temperamental, and unreliable engineering components. Components of last resort when architecting for reliability. </p><p>When humans <em>must</em> be integrated into a protocol that generates reliably repeatable behavior, it takes significant investment in training to get them to behave in sufficiently machinic ways. We had to invent an entire subculture of &#8220;professionalism&#8221;<em> </em>to teach and sustain reliable human behavior. And even then, color is never <em>just </em>functional for humans. It is invariably also an element of aesthetic experience, psychological comfort, and narrative commitment. In control engineering terms, color is an exceptionally noisy signal when processed by human brains.</p><p>So it makes sense that control engineers and protocol architects largely washed their hands of color, and learned to work around it. It became the preserve of designers and psychologists.</p><div><hr></div><h3>Palettes and Protocols</h3><p>The Birren palette was designed to be a functional color-coding language for safety-first interiors, and meant to be comfortable to inhabit for extended working hours. It was the 1950s visual equivalent of elevator music plus the dings/bells/alarm sounds an elevator is capable of producing. </p><p>In 2025 though, Birren-colored interiors evoke mid-century nostalgia. The Birren palette has unavoidable aesthetic-narrative connotations today that were likely never intended. It is the palette of Golden Age science fiction. Of Competent Men doing Professional Things.</p><p>This is <em>not </em>what industrial interiors of more recent construction look like though (hence the nostalgic appeal of the Birren palette). And it turns out there&#8217;s a fascinating story there about how the relationship between color and industrial safety has evolved, which I was able to unpack with help from ChatGPT. </p><p>That&#8217;s not what I set out to do though. I started out simply wanting to make some nostalgia-aesthetic digital art using the Birren color palette, with a view to possibly training an image model on it with <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;TITLES&quot;,&quot;id&quot;:379184269,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1688349e-814b-4746-86ca-7595e54bd5e3_6249x6249.png&quot;,&quot;uuid&quot;:&quot;c499af79-d1ca-4082-9324-32f303231771&quot;}" data-component-name="MentionToDOM"></span>. Here is my first attempt. I aim to make about 30 such paintings, and then train a model I&#8217;ll name Birren. This one is a sort of abstract industrial interior where a Birren-palette foreground partially masks lurking fire risks.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Qb2F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Qb2F!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 424w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 848w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Qb2F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png" width="600" height="400.1373626373626" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:600,&quot;bytes&quot;:296170,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/183273887?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Qb2F!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 424w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 848w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!Qb2F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F81fb652a-14cc-4635-bef6-4fdcbe3a418f_1800x1200.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I wanted a stable swatch of colors to make such paintings. So just for fun, and partly to flatter my own conceits about possessing some rusty Color Science 101 knowledge from when I started my first job at Xerox two decades ago, I began by asking ChatGPT to transform the old magazine scan from Mathews&#8217; article into an approximate color-corrected swatch for me to use in my painting program, taking into account the gamut distortions in scanning a faded old magazine article. </p><p>Here, if you&#8217;re curious, are the palette as shared by Mathews (leftmost) and the one reconstructed by ChatGPT (middle and right).</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3pQx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3pQx!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 424w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 848w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 1272w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3pQx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png" width="1456" height="822" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:822,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:462400,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/183273887?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!3pQx!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 424w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 848w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 1272w, https://substackcdn.com/image/fetch/$s_!3pQx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6f06e5c-6840-47f9-a689-a6a918a27680_1796x1014.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Birren palette, reconstructed from scan by ChatGPT based on historical information and assumptions. Credit Beth Mathews for the scanned image on the left.</figcaption></figure></div><p>The practical reasons for doing this are to have a uniform patch of color to sample with the dropper tool in painting programs, and to attempt to undo the color-shifting effects of scanning, printing, and aging in the scan. </p><p>As it turns out, Birren color schemes are pretty forgiving. They&#8217;re not defined with the precision of Pantone spot colors, but in terms of ranges that respect a particular visual logic and grammar. They are also designed to work within the capabilities of paints available in Birren&#8217;s era (the 1950s). For instance, fluoroscent paints, which play a big role today in the color of safety, were not available then.</p><p>In the process of making these swatches, thanks to some passing comments by ChatGPT, I discovered that there&#8217;s a lot more to the story. The entire philosophy of how to use color as part of a safety strategy has changed. The Birren-style philosophy of safety protocols has been replaced by a different one, best represented in the US by color-coding practices associated with the Occupational Safety and Health Administration (OSHA).</p><p>I had ChatGPT explain this evolution to me, and then write an essay summarizing our conversation. The next few sections were primarily written by ChatGPT, with light edits and additions by me. Comments and corrections from better-informed color scientists and industrial interior designers welcome.</p><div><hr></div><h3>The Origins of Industrial Colors</h3><p>Color in industrial and architectural space has never been merely aesthetic. It organizes attention, encodes danger, regulates bodily comfort, and quietly trains perception over time. Yet, contemporary designers rarely get an opportunity to think about these matters. They most often encounter industrial color schemes through regulatory tables and compliance charts &#8211; reds, yellows, greens assigned to predefined meanings and applied late in the design process. </p><p>This way of thinking about color is historically recent. In the mid-twentieth century, figures such as Faber Birren approached color not as a signaling layer but as a fundamental component of environmental design. The evolution from Birren&#8217;s approach to the standardized safety regimes later enforced by OSHA reflects deeper changes in psychology, materials, labor assumptions, and philosophies of risk.</p><p>Birren worked at a moment when industrial modernity had reached a form of equilibrium. Factories, offices, schools, and hospitals were places where people expected to spend years, often entire careers. His foundational assumption was that color must support sustained human presence. Color planning, in his view, was neither decorative nor symbolic in isolation. It was infrastructural. Interiors were visual systems whose brightness, contrast, and chromatic intensity had to be regulated as carefully as acoustics or lighting. A well-designed color environment would quietly reduce fatigue, increase accuracy, and make moments of danger perceptually unmistakable without constant visual noise.</p><p>Central to Birren&#8217;s thinking was the primacy of <em>value</em>, or <em>lightness</em>. He believed that the eye organizes space first by brightness before it attends to hue or saturation. As a result, Birren-style interiors followed a strict value hierarchy. Ceilings were lightest, maximizing reflected light and reducing glare. Walls were slightly darker, providing a calm, continuous field. Floors and machinery occupied middle values that grounded the space visually. Crucially, the most serious hazards and stop conditions were rendered darker still. Fire equipment, for example, was often painted in deep, low-value reds rather than bright scarlets. Darkness carried weight. It signaled seriousness and finality in a way that brightness could not.</p><p>This hierarchy was not meant to be consciously decoded. Over time, workers learned it implicitly. The environment trained perception. A glance was enough to tell what mattered, not because the colors were loud, but because they were rare and carefully positioned within an ordered field.</p><p>Birren was equally deliberate about chroma. He treated saturation as a physiological variable rather than an expressive one. Large areas of high chroma were avoided because they increased visual fatigue and rapidly lost their signaling power through habituation. Most continuously viewed surfaces were kept at low to moderate chroma, allowing the eye to rest. Higher chroma was permitted only in small, localized areas where interruption was genuinely required. In this sense, Birren&#8217;s environments relied on restraint. Color worked because it was not constantly demanding attention.</p><p>Neutral grays played an especially important role in this system. Far from being generic leftovers, grays functioned as active regulators of brightness and contrast. They reduced glare from machinery, stabilized visual fields, and framed colored elements so that those elements retained meaning. </p><p>Without gray, Birren&#8217;s system would collapse. It was the quiet scaffolding that allowed color to function precisely.</p><p>Birren&#8217;s philosophy was shaped not only by psychology but by material reality. The paints available during his career were chemically and optically limited. Fluorescent pigments did not yet exist, chroma ceilings were lower, and saturation stability over time was imperfect. Color thinking was grounded in reflectance rather than emission. The Munsell color system, with its explicit separation of hue, value, and chroma, aligned naturally with this worldview. Designers thought in terms of perceptual relationships rather than device outputs or symbolic codes. These technical constraints reinforced Birren&#8217;s emphasis on value hierarchy and chroma restraint.</p><div><hr></div><h3>From Contexts to Signals</h3><p>By the late 1960s and early 1970s, however, the social and industrial context that supported Birren&#8217;s approach began to dissolve. Workforces became more transient, automation increased, and regulatory and legal pressures intensified. Spaces were no longer designed primarily for long-term inhabitation by stable populations. Instead, they had to function for visitors, contractors, inspectors, and emergency responders who might encounter them only briefly and under stress. In this new context, color systems based on gradual perceptual learning appeared inadequate. </p><p>Additionally, the rise of automation meant color was no longer as critical, since fewer humans were persistently present in industrial interiors, and automated systems typically used signals other than color to run themselves. The retreat of color foreshadows, in some ways, the modern rise of dark industrial interiors, ranging from dark data centers to metaphorical dark kitchens. </p><p>The rise of OSHA-style safety color reflects this shift. Modern safety color treats color not as part of an environmental context but as a discrete and <em>exceptional </em>signaling system. The goal is immediate recognition rather than long-term coherence. Red means fire or stop, yellow means caution, green means safety, and blue means notice. These meanings are fixed, explicit, and standardized across industries. The system assumes distraction, cognitive load, and urgency. It is designed to function even when the surrounding environment is chaotic.</p><p>This philosophical shift is visible most clearly in how value is treated. OSHA does not define a value hierarchy. In practice, safety colors are often high in both value and chroma. Bright yellow hazard markings, vivid red fire equipment, and intense green safety signs frequently sit against white or very light walls. Multiple elements compete at similar brightness levels, flattening perceptual ranking. Where Birren used darkness to convey seriousness, OSHA uses brightness to demand attention.</p><p>Here is an example of OSHA style colors, in the form of a catalog of safety tapes of various sorts. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fp55!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fp55!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 424w, https://substackcdn.com/image/fetch/$s_!fp55!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 848w, https://substackcdn.com/image/fetch/$s_!fp55!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 1272w, https://substackcdn.com/image/fetch/$s_!fp55!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fp55!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png" width="1400" height="901" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:901,&quot;width&quot;:1400,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1003002,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/183273887?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7f266667-6d0c-43ef-90a1-f087191726c8_1400x901.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!fp55!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 424w, https://substackcdn.com/image/fetch/$s_!fp55!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 848w, https://substackcdn.com/image/fetch/$s_!fp55!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 1272w, https://substackcdn.com/image/fetch/$s_!fp55!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4bf973f0-93c4-4d51-8aa7-bd3d66bc406e_1400x901.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Modern OSHA-style safety color philosophy. Note the use of fluorescent colors and high-gloss reflectivity, and a more explicitly &#8220;signaling&#8221; oriented foreground grammar rather than an ambient attunement grammar. Credit: <a href="https://mightylinetape.com/">mightylinetape.com</a></figcaption></figure></div><p>The widespread availability of fluorescent pigments intensified this trend. Fluorescent paints emit light as well as reflect it, making them highly visible in poor lighting and at long distances. From a signaling perspective, this is a clear advantage. From an environmental perspective, it is destabilizing. Fluorescent colors dominate surrounding surfaces, erode subtle value relationships, and accelerate visual fatigue. As more signals become bright, designers add still brighter signals, producing a cycle of escalation. The result is environments that are visually loud even when nothing is happening.</p><div><hr></div><h3>Two Philosophies of Safety (and Color)</h3><p>At a deeper level, Birren and OSHA embody two distinct theories of safety. Birren&#8217;s approach assumes that safety emerges from order. A calm, legible environment makes danger perceptually obvious because danger is rare and visually distinct. OSHA&#8217;s approach assumes that danger must be unmistakable even in disorder. Safety is achieved through explicit alarms that override context. One system relies on learned visual grammar; the other relies on categorical symbols.</p><p>Birren is about <em>high context </em>environments. OSHA is about <em>verbose signaling </em>environments.</p><p>These approaches produce markedly different experiences. Birren-style environments tend to feel coherent and calm, supporting long periods of focused work with relatively low fatigue. They work best where people have time to learn the space and internalize its logic. OSHA-dominant environments, by contrast, are optimized for immediacy. They function well for short-term occupants and emergencies but often produce visual clutter and desensitization over time. When everything is bright and urgent, urgency loses meaning.</p><p>Most contemporary industrial and institutional spaces are hybrids of these two systems. Birren-like backgrounds coexist with OSHA-style overlays. The result is often perceptual tension rather than balance. Value hierarchies are partially established and then violated. The eye receives conflicting instructions about what matters. This is why many modern interiors feel subtly exhausting even when they are technically compliant.</p><p>For design students, the lesson is not to choose Birren over OSHA or vice versa. The lesson is to recognize that color systems encode assumptions about people, time, risk, and responsibility. Before choosing colors, one must ask whether a space is meant for dwelling or for passage, whether safety is learned or instantaneous, whether fatigue or distraction is the dominant risk. Birren&#8217;s approach fails if applied uncritically today, just as OSHA&#8217;s approach fails when spread indiscriminately across entire environments.</p><p>Color is philosophy made visible. The transition from Birren&#8217;s visual ecology to OSHA&#8217;s signal saturation mirrors a broader cultural shift from spaces designed for inhabitation to systems designed for risk management. Understanding this history allows designers to use color deliberately rather than inherit it accidentally. The palette is never neutral. It expresses a theory of how people relate to space, danger, and each other.</p><div><hr></div><h3>Cameras, AI and the Return of Color</h3><p><em>Thank you ChatGPT, back to me.</em></p><p>The retreat of color that started in the 1970s has now reached its nadir in the form of dark industrial interiors, where visible-spectrum elements are largely irrelevant (<em>infrared </em>though still matters).</p><p>But there&#8217;s a counter-trend underway: the rise of AI and robotics have created a strong drive towards camera-based infrastructures, and even <em>camera-only </em>infrastructures. In robotics, for example, one school of thought holds that <em>cameras are all you need</em>. That you can even dispense with things like angle sensors or rotary encoders if you have enough cameras. In the self-driving car industry, Tesla famously holds that lidars (which rely on infrared) are unnecessary. If biological organisms can self-drive using vision alone, so can cars.</p><p>Of course, you cannot entirely eliminate all other sensors. Sound is clearly almost as important as vision even for us highly visual primates. And all mammals have the equivalent of accelerometers in their ears. So it is no surprise that phones and robots typically feature microphones and accelerometers as well. But, to a first approximation, cameras are eating the world&#8217;s sensors, and will demand a return to a more colorful world.</p><p>Cameras are surprisingly powerful sensors because almost everything that might matter for feedback in a controlled environment either <em>has</em> a natural visual component, or can be rendered visible at low cost (for example, introducing a colorant in invisible dangerous gases or clear liquids). Just as the smartphone has replaced many personal devices, the camera can replace dozens of different sensors.</p><p>The cost though, is the need for intelligence. You need an AI, or ideally, a robot to interpret and react to color (and visual fields in general).</p><p>And when color communicates <em>safety, </em>and is linked to behaviors that must unfold extremely rapidly, you have a major challenge for future designers and architects. </p><p>What should the color of safety be in the age of AI? How will be paint industrial interiors when the primary inhabitants are camera-driven intelligent machines, ranging from robots to appliance-like machines, to background smart-environment features?</p><p>The designer &#8211; or AI &#8211; who figures out the answers will enter the history books alongside Birren and his late-industrial successors.</p><div><hr></div><h3>Coda: The Color of Safety On Screen</h3><p>Since the color of safety is rarely fully visible unless there is an active emergency unfolding, and because industrial interiors are not particularly accessible anyway, it is not an easy observation target for protocol watching<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a> enthusiasts.</p><p>Fortunately, it also happens to be a favored topic in screen media. It is fascinating to pay attention to the color of safety in movies and television, especially over time (obviously, this is only possible past the black and white era). </p><p>The wave of disaster movies from the early 1970s, including such cult classics as <em>The Towering Inferno </em>and <em>The Poseidon Adventure, </em>showcase Birren-like safety environments at their peak. The build-up of tension has an uneasy background-dominant vibe of terror to it. The characters seem to inhabit their environments much more mindfully. Plots seem much more atmospheric and suspenseful.</p><p>By contrast, modern disaster thrillers are much more likely to feature bright flashing lights and loud alarms &#8211; and characters who don&#8217;t really attend to their environments until things start going wrong. Thrilling foreground excitement tends to replace ominous background build-up of terror. Plots are action-packed rather than suspenseful.</p><p>As storytellers adapt to the age of AI, we can expect to see the color of safety reshape human narratives yet again. And us protocol-watchers will have a whole new crop of movies and TV shows to watch, and a new color-of-safety language to decipher.</p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>Protocol Watching is a hobby we are trying to foster here at <em>Protocolized. </em>If you&#8217;re interested in joining other protocol-watching enthusiasts, <a href="https://discord.gg/tUfsTU8jZP">join our Discord and check out the #protocol-watch channel.</a></p></div></div>]]></content:encoded></item><item><title><![CDATA[Finding Fault Lines within the Firm]]></title><description><![CDATA[Disruptive AI tools present an opportunity to observe business protocols that usually remain hidden. This article shares what has been revealed so far about tensions between production and authority.]]></description><link>https://protocolized.summerofprotocols.com/p/finding-fault-lines-within-the-firm</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/finding-fault-lines-within-the-firm</guid><dc:creator><![CDATA[rafa]]></dc:creator><pubDate>Sun, 11 Jan 2026 19:27:13 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!TyUv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><p><em><a href="https://substack.com/@rafathebuilder">Rafa Fern&#225;ndez</a> is the host of the Protocols for Business SIG, which meets every two weeks on Discord to discuss protocols in business settings, and you&#8217;re welcome to join the next session. Link to join at the end of the article.</em></p></blockquote><h3><strong>Seeing Business Protocols</strong></h3><p>If you ask a typical manager how their company works, they will usually begin with familiar answers. They describe the business model, sketch an organizational chart, or point to operational policies. Often they use these to explain how decisions are approved, how risks are reviewed, and how work is supposed to move from idea to execution. These descriptions are usually sufficient &#8211; until something goes repeatedly wrong or keeps going stubbornly right.</p><p>When coordination continues to break down or when performance remains unexpectedly stable despite adverse conditions, those accounts begin to feel lacking. Deadlines slip week after week. Review cycles stretch without resolution. Or a team continues to hit targets year after year in an unfavorable market. Managers reach for partial explanations: tooling issues, unusually strong execution, &#8220;good ops.&#8221;</p><p>Individually, these accounts are accurate. But they rarely explain <strong>why the </strong><em><strong>same</strong></em><strong> deviations &#8211; positive or negative &#8211; recur in the </strong><em><strong>same</strong></em><strong> places.</strong></p><p>Recurrence is the clue to protocols, which provide a more precise explanation. Protocols do not solve problems or guarantee success. They lock in commitments that stabilize how variation is absorbed over time. In doing so, protocols keep friction within tolerable bounds, allowing organizations to continue operating &#8211; and in some cases, to build momentum &#8211; despite persistent strain. This is their quiet achievement: <strong>protocols hold recurrent tensions within ranges the organization can live with.</strong></p><p>For this reason, protocols rarely appear as foregrounded processes. Once established, they recede into habit, embedding themselves in infrastructure, workflows, and expectations. They become &#8220;how things are done,&#8221; rather than objects of reflection or redesign. As <a href="https://summerofprotocols.com/intro-to-the-protocol-reader">Venkatesh Rao, Program Director of Summer of Protocols, observes</a>:</p><div class="pullquote"><p><em>&#8220;Though they arrive slowly, protocols typically install themselves in extraordinarily persistent ways, often turning into seemingly immortal and unconscious parts of our built environment. Their relative invisibility is a second major tell.&#8221;</em></p></div><p>Protocols do not announce themselves. They constrain motion quietly, with little conscious effort, shaping what can happen without drawing attention to themselves. This creates a methodological problem. <strong>If protocols are most effective when they are least visible, how should they be studied?</strong></p><p>Our group, the Protocols for Business Special Interest Group (SIGP4B), has taken an oblique approach. Rather than attempting to inspect protocols through documentation or formal analysis, we have found success by studying moments when habituation fails in business contexts. Operational reinvention and technological shifts interrupt routine behavior and make protocols visible.</p><p>These moments of disruption show up as unresolved approvals, delivery delays, or persistent strategic confusion. In parallel, they appear as periods of sustained advantage: new categories forming, firms holding position through volatility, or business models that continue to function when others falter. Without attention to the underlying pattern, these episodes are often treated as isolated failures or market-cycle anomalies. When viewed through the lens of protocol studies,<strong> recurring business challenges in moments of volatility temporarily illuminate how an organization is actually structured.</strong></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!TyUv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TyUv!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TyUv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png" width="500" height="625" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1120,&quot;width&quot;:896,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1774133,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/184060017?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!TyUv!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!TyUv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5655c5e3-650d-43fe-9ff1-b6d850bb9b43_896x1120.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Art by <a href="https://titles.xyz/collect/base/0x00d4fe70d93528eacf8be369e21857d26c8f7caa/21">selection</a>, made using a <em>Protocolized</em> model at <a href="https://www.titles.xyz">titles.xyz</a></figcaption></figure></div><p>In geology, <a href="http://civilwares.free.fr/The%20Seismic%20Design%20Handbook/Chapter%2001-The%20nature%20of%20earthquake%20ground%20motion.pdf">fault lines</a> are not identified by close surface inspection. They are discovered when accumulated stress forces the underlying structure to express itself. Our discussions highlighted how protocols behave similarly. Persistent problems and persistent point less to local error or exceptional talent than to the protocols through which pressure concentrates and trade-offs are stabilized. The artifacts left behind by this work &#8211; extra reviews, HR policies, new roles, software controls, even new business models &#8211; offer a useful vantage point. <strong>Still,</strong> <strong>it is sustained strain and disruption that make the boundaries of protocol structures unmistakable.</strong></p><p>Over the past year, our group has been watching one such disruption unfold across many organizations at once. <a href="https://fortune.com/2025/08/19/shadow-ai-economy-mit-study-genai-divide-llm-chatbots/">AI software solutions, such as large language models and autonomous agents, are diffusing, often in the shadows, into everyday business operations</a>. How work is generated, evaluated, and sequenced in time is changing rapidly. As a result, <strong>protocols that once operated in the background have become visible</strong>, creating an opportunity to examine what business protocols are actually doing when placed under pressure.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://docs.google.com/forms/d/e/1FAIpQLSe1e_uUiMcSXyreT_qNdbn8lHFk4cu1lk7bWqZbfMoxsBd2Aw/viewform?usp=preview&quot;,&quot;text&quot;:&quot;Join Protocols for Business&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://docs.google.com/forms/d/e/1FAIpQLSe1e_uUiMcSXyreT_qNdbn8lHFk4cu1lk7bWqZbfMoxsBd2Aw/viewform?usp=preview"><span>Join Protocols for Business</span></a></p><div><hr></div><h3><strong>Protocols under Pressure</strong></h3><p>The dominant technologies of the past two decades &#8211; networked software, mobile devices, cloud infrastructure, remote collaboration &#8211; are entering a period of relative maturity. Their organizational effects are well understood, if not fully resolved, especially in today&#8217;s top enterprises. AI software, by contrast, has just arrived in the past few years. <strong>LLMs, copilots, and early autonomous agents are being adopted unevenly across functions, spawning new markets, but often <a href="https://fortune.com/2025/08/18/mit-report-95-percent-generative-ai-pilots-at-companies-failing-cfo/">failing at enterprise-level deployment</a>.</strong></p><p>AI is usually discussed in terms of automation or productivity. Those framings are not wrong, but they miss what makes AI adoption particularly revealing from a protocol perspective. While much of the public discussion frames AI in terms of cost-savings or new markets, our SIG has been focusing on the pressure it places on current coordination systems by changing the speed and scale at which work is produced: AI lowers the marginal cost of many forms of knowledge work while dramatically increasing total output. Drafts, analyses, summaries, and proposals can be <a href="https://substack.com/home/post/p-171953226">generated continuously</a>. AI&#8217;s production acceleration shows up everywhere at once; tools are being adopted simultaneously in product, marketing, legal, operations, and management functions. <strong>Work that once arrived in bounded increments now arrives as a flood, often carrying significant amounts of low-signal algorithmic output (&#8220;slop&#8221;) mixed in with it.</strong></p><p>Many organizational protocols evolved under production paradigms which assumed a specific level of scale. Documentation, like other forms of knowledge work, <em>took time</em>. Decisions moved through sequential approval gates. These constraints shaped how firms organized authority, pacing, and oversight.</p><p>Our group repeatedly returned to version control as a protocol case study. Today&#8217;s default workflow assumes that meaningful code change is mediated through human reviewers, which stabilizes quality and accountability by gating &#8220;merges.&#8221; This implicitly capped how much change a codebase can absorb over time, limiting it to the skill and capacity of reviewers. Large refactors &#8211; such as migrating a core codebase to a new language &#8211; have historically been slow because review, coordination, and rollback had to proceed at human pace.</p><p>Now, LLMs challenge these assumptions and workflows. The resulting strain mirrors an earlier protocol transition from centralized to distributed version control, which supported continuous deployment at scale. <strong>New protocol paradigms are necessary to address AI-enabled speed and scale.</strong></p><p>Production constraints become easier to understand when protocols are treated as technologies in their own right. In &#8220;<a href="https://protocolized.summerofprotocols.com/p/constructing-the-evil-twin-of-ai">Constructing the Evil Twin of AI,</a>&#8221; Venkatesh Rao describes protocols as deliberately anti-intelligent systems: </p><div class="pullquote"><p>&#8220;<em>What happens when you try to deliberately construct something both anti-intelligent and anti-agentic? You get protocols! Protocols lock in commitments, rigidly constrain behavior, and implacably resist the oozy qualities of intelligence&#8230;&#8221;</em> </p></div><p><strong>Protocols are designed to limit, to configure trade-offs, and to make actions repeatable under uncertainty.</strong> They create leverage through <a href="https://paragraph.com/@josh-stark/atoms-institutions-blockchains">hardness</a>, yet often can be brittle under certain strains.</p><p>It&#8217;s worthwhile to note that AI compresses some constraints while bypassing others. Output multiplies while, at least for now, reviews and escalations are sometimes sidestepped. Production gains from AI adoption do not lead to smooth acceleration, but uneven load and jerky momentum.</p><p>Seen this way, <strong>the friction and failures accompanying AI adoption are not primarily symptoms of resistance to change or poor product quality. They are signs of protocol integrity under load.</strong> AI introduces fluidity where rigidity previously performed a stabilizing function. Existing coordination systems are being asked to absorb more output, faster, without having been designed for that operating range.</p><p><strong>Similar to fault lines, coordination pressure accumulates along established paths.</strong> What has been routine begins to feel strained. What has been tolerable begins to feel tight. To understand the consequences of that pressure, it helps to look at where it concentrates first.</p><div><hr></div><h3><strong>Tensions in Business Time</strong></h3><p>Across the SIG&#8217;s discussions, interviews, and readings, a consistent pattern has emerged. <strong>Under AI adoption, the first thing that stops working smoothly seemed unintuitive: time.</strong></p><p>This became clear when our group reviewed <a href="https://bscholl.substack.com/p/slacker-index-why-vertical-integration">Blake Scholl&#8217;s writing on Boom Supersonic</a>. Here, Scholl distinguishes between at least two clocks operating inside the same organization. The first is the calendar: project timelines, milestones, and delivery dates. The second is what he calls the <em>Slacker Index</em>: the amount of time engineers spend waiting &#8211; on inputs, approvals, dependencies, or external constraints &#8211; rather than building. Even in well-run, safety-critical organizations, these clocks coexist.</p><p>Under stable conditions and in mature industries, this alignment is usually implicit. Engineering velocity, supplier lead times, regulatory review cycles, and internal decision-making rhythms evolve together. At Boom, hardware design, simulation, testing, and supplier manufacturing are paced to one another. Slower clocks constrain faster ones in predictable ways. Waiting is visible, expected, and priced into the system.</p><p>As Scholl points out, AI-enabled production changes the speed and scale of production. Certain forms of work &#8211; design iteration, analysis, documentation, internal review &#8211; can suddenly accelerate by orders of magnitude. From the perspective of the Slacker Index, local waiting collapses. Yet the calendar will not automatically follow. Supplier lead times remain fixed. Certification processes still unfold at human and institutional speeds. External partners continue to operate on contractual and regulatory time.</p><p><strong>The consequence of AI-enabled opportunity is </strong><em><strong>temporal divergence </strong></em><strong><a href="https://summerlightning.substack.com/p/knowledge-chronotopes">(a topic explored in depth by SIG member Sachin</a>).</strong> Some clocks speed up sharply while others remain unchanged. At Boom, this would mean design teams outrunning suppliers, simulations outrunning manufacturing feedback, or internal decision cycles outrunning the capacity of external partners to respond. The Slacker Index may improve locally &#8211; less waiting to produce &#8211; but worsen systemically as downstream dependencies fall behind.</p><p>AI systems further amplify this effect in two ways. One, because they generate outputs without passing through the durations that normally situate work, creating a dizzying orientation. Large language models produce analysis and proposals instantly. Work arrives early in excess of the organization&#8217;s ability to absorb it. Knowledge accumulates faster than it can be evaluated, integrated, or acted upon.</p><p>Second, AI software using LLMs can be contextually misaligned. They draw on data that&#8217;s often years apart (a model trained up to 2024, used in 2026) and produced outside the local business context. From this lens, the recent focus on improving AI product memory seems intuitive. Efforts such as RAG, MCP, skills, and even &#8220;undo&#8221; prompt features become attempts to realign probabilistic software into business context, tempo, and authority.</p><p>Safety-critical organizations like Boom make these dynamics visible precisely because they cannot simply collapse time. Hardware, suppliers, and regulators enforce non-negotiable rhythms. When AI accelerates internal work without moving those external clocks, coordination strain surfaces quickly. Slack accumulates in unfamiliar places, with no protocols available to redistribute it.</p><p>When time regimes fall out of alignment, coordination problems<em> and opportunities </em>change form. Delays no longer appear as isolated errors that can be corrected locally. Instead, organizations experience escalating tensions: pressure to act without corresponding capacity to review, decide, or remember.</p><p><strong>As with other systems under strain, previously hidden structures become easier to observe once alignment fails. AI adoption exposes how dependent coordination was on the quiet temporal alignment &#8211; rhythm &#8211; of existing protocols.</strong></p><p>Yet work does not stop. Systems do not fail outright. Instead, protocols drift out of phase. Understanding how firms respond requires looking at how they attempt to restore coherence &#8211; often without redesigning the underlying structures that produced it.</p><div><hr></div><h3><strong>Enterprise Management, Built to Last</strong></h3><p><strong>When shared assumptions about time lose coherence, organizations first adapt within current structures.</strong> Work continues by absorbing friction rather than resolving its source.</p><p>One visible form of this absorption is Boom&#8217;s solution: integrate vertically. The critical move was purchasing their own large-scale manufacturing equipment rather than continuing to rely on external suppliers whose lead times dominated the schedule. Supplier queues and fabrication delays had become the governing clock for the entire program, producing a high Slacker Index: engineers were ready to iterate, but progress stalled while waiting on parts. By acquiring the machine, Boom internalized that bottleneck and converted supplier wait time into an internal, controllable process. This collapsed a multi-month external dependency into a shorter, iterable internal cycle, allowing design, testing, and manufacturing to co-evolve rather than queue sequentially.</p><p>Another response was novel <a href="https://aparnacd.substack.com/p/most-work-is-translation">translation work</a>. The SIG discussed the <a href="https://medium.com/fonzi-ai/forward-deployed-engineers-the-800-growth-role-redefining-ai-hiring-69e19d800047">fast growing</a> <a href="https://a16z.com/what-are-forward-deployed-engineers/">Forward Deployed Engineer</a> role, emerging to help mediate between fast-moving demands and slower-moving infrastructure. Their task is not to eliminate mismatch, but to work across it and leverage it &#8211; adjusting scope, translating intent, and negotiating constraints as they appear. This work allows organizations to keep operating even as tempos diverge, and gain a competitive advantage in the process. At its best, the work defines the operating model. This is the case for Palantir and large AI labs like OpenAI and Anthropic.</p><p>Other adaptations the SIG encountered took the form of operational formalization: <a href="https://genai.owasp.org/resource/llm-and-gen-ai-data-security-best-practices/">AI usage guidelines</a>, governance documents, digitized <a href="https://www.palantir.com/docs/foundry/ontology/overview">ontologies</a>. These measures make previously tacit constraints visible without altering the structures that produced the misalignment. They stabilize behavior at the margin while leaving underlying coordination regimes intact.</p><p><strong>As adaptive load to the new pressures increases, authority structures reassert themselves. Approval gates and prohibitions harden. </strong>Data confidentiality clauses are expanded. Hierarchies become more visible. These protocols surface because they are firm fault lines that stabilize liability, escalation, and accountability when temporal coherence weakens.</p><p>Some of these protocols absorb the load effectively. But others begin to strain. In geological systems, stress redistributed after an initial shift often produces secondary movements elsewhere. Organizational responses to temporal misalignment follow a similar pattern. Processes adapt where they can, while pressure seeks relief where they can&#8217;t.</p><p>This adaptive pattern becomes more consequential as management itself is increasingly parameterized within software, paving a path to programmatic enforcement.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Keep an eye on the horizon with science fiction and iconoclastic essays.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>Warning: Brittle Software</strong></h3><p>Before returning to our initial question on business protocols, it is worth taking a brief detour. Alongside the recent diffusion of AI, the SIG has been considering a quieter shift: <a href="https://npcmemo.substack.com/p/management-as-protocol-the-subsumption">management controls themselves have been moving into software.</a></p><p>Approval flows, access rights, version control rules, and incident response procedures are increasingly encoded directly into business software systems. Authority becomes a software admin configuration setting. Expenses are automatically rejected when outside policy. These changes predate AI, but they shape how AI is experienced inside organizations.</p><p>This matters because <strong>management subsumed in software behaves differently from practiced management. Protocols, when encoded in software, limit discretion in what is authorized and auditable. </strong>In contrast, management practice as a whole consists of what is necessary and effective in context. Under stable conditions, the gap between the two &#8211; protocol and practice &#8211; is manageable. A manager can override an expense request, or call a system administrator to update the software configuration.</p><p>AI changes the scale and speed at which this gap becomes visible. On one hand, employees and customers bypass formal systems using personal tools, custom scripts, or unregistered agents operating through employee accounts. On the other, software-encoded controls enforce protocol broadly and uniformly, at relatively low cost. A single configuration change can propagate across an organization instantly.</p><p>This shift produces a recognizable organizational pattern. Practices that once relied on informal judgment or situational flexibility are increasingly forced into deterministic software-defined pathways. Work that used to be resolved through conversation &#8211; such as asking legal for a quick review or exercising discretion under time pressure &#8211; is now mediated through systems that require explicit inputs, permissions, and logs. These systems work especially well in mature and slow-changing businesses, and can be brittle under volatile situations like a new technological disruption such as AI software.</p><p>A recent example is from an airline: <a href="https://www.bbc.com/travel/article/20240222-air-canada-chatbot-misinformation-what-travellers-should-know">A customer relied on an airline&#8217;s AI chatbot for information about bereavement fare rules.</a> The chatbot incorrectly stated that refunds could be claimed retroactively, advice that contradicted the airline&#8217;s formal policy. When the customer followed the guidance and was denied the refund, the airline argued in court that the chatbot was a separate tool and that customers were responsible for verifying information elsewhere on the site.</p><p>The court rejected this argument. It ruled that the chatbot was part of the airline&#8217;s customer-facing system and that the company was responsible for the commitments it made, regardless of whether those commitments were generated by an AI system. It is tempting to shape the story to focus on LLM shortcomings: <em>&#8220;This type of mistake, in which generative AI tools present inaccurate or nonsensical information, is known as AI hallucination.&#8221;</em></p><p>What&#8217;s more important is that the failure occurred because a time-tested operations efficiency strategy (delegating frontline explanation to an automated system) collided with protocolized legitimacy (formal fare rules, auditability, liability). The business made an assumption that explanatory labor could be delegated to probabilistic software, decoupling it from the protocols that confer legitimacy and liability. The chatbot accelerated response and reduced staffing load, but it was not strictly aligned to the same review, approval, and accountability protocols that governed pricing policy. At sufficient scale, that gap became visible.</p><p>Understanding this trend increases the diagnostic value of the current moment. <strong>AI adoption, like many previous &#8220;digital transformations&#8221; since the advent of the internet and before, highlights where management has already been formalized, where practice has been carrying hidden load, and where current protocols are breaking.</strong></p><p>With that context in view, it becomes easier to return to the original methodological question: how AI, not framed as a solution but as a protocol disturbance, makes the underlying structure of coordination inside firms visible.</p><div><hr></div><h3><strong>Strange New Business</strong></h3><p>Since the summer, our group has treated AI adoption and similar business disruptions as an observational lens rather than an optimization target. This lens supports our SIG&#8217;s goal of researching, evaluating, and finding opportunities to improve business protocols under pressure. AI is useful here because it is widespread, fast-moving, and poorly aligned with existing organizational rhythms.</p><p>This approach reflects a broader pattern in protocol studies. As Venkatesh Rao notes in <a href="https://protocolized.summerofprotocols.com/p/strange-new-rules">Strange New Rules</a>, new coordination regimes often feel unfamiliar at first, and then they are banal. Over time, they stabilize. Eventually, they disappear into habit. What becomes difficult is not living with protocols, but noticing and refactoring them.</p><p>AI has interrupted that disappearance. It has surfaced assumptions about time, authority, and review that were previously implicit. In short, it has made visible where management is already encoded, where practice has been carrying unacknowledged load, and where coordination depends on alignments that no longer hold reliably.</p><p>Although our recent work has focused on business management protocols &#8211; multisigs, version control, incident response &#8211; similar dynamics appear in transaction and production protocols as well, including market auctions and inventory management. Across cases, recurrent confusion, friction, and governance anxiety function serve as signals of protocol stress; they point to coordination systems doing more work than they were designed to absorb.</p><p>The conditions described here are not temporary. As AI software continues to diffuse unevenly into business operations, the protocols that manage coordination trade-offs will remain under strain &#8211; and increasingly visible. Our group treats this moment as an opportunity to observe, compare, and refine how business protocols actually function under load. If you are interested in these topics, or are encountering protocol changes yourself, share your email here and join our next meeting!</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://docs.google.com/forms/d/e/1FAIpQLSe1e_uUiMcSXyreT_qNdbn8lHFk4cu1lk7bWqZbfMoxsBd2Aw/viewform?usp=preview&quot;,&quot;text&quot;:&quot;Join Protocols for Business&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://docs.google.com/forms/d/e/1FAIpQLSe1e_uUiMcSXyreT_qNdbn8lHFk4cu1lk7bWqZbfMoxsBd2Aw/viewform?usp=preview"><span>Join Protocols for Business</span></a></p>]]></content:encoded></item><item><title><![CDATA[Theorizing Protocolization I: New Nature ]]></title><description><![CDATA[Progress through Invisibility and the Planetary Computational Tangle]]></description><link>https://protocolized.summerofprotocols.com/p/theorizing-protocolization-i-new</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/theorizing-protocolization-i-new</guid><dc:creator><![CDATA[Venkatesh Rao]]></dc:creator><pubDate>Thu, 08 Jan 2026 18:51:54 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/616e982c-403e-4399-a9c1-6285182084dd_1024x547.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In this essay, we want to introduce you to a profoundly important planetary phenomenon that you probably intuitively recognize, but have likely never paused to think about: <em>Protocolization. </em>Besides naming the phenomenon, we want to<em> </em>offer you a set of pre-theoretical frames for thinking about it, and invite you to join us in our ongoing efforts to theorize it.</p><p>The goal of this two-part essay is to introduce the work of the Special Interest Group in Formal Protocol Theory (SIGFPT) over the last six months, and invite you to join us as we begin our second year of explorations. In this first part, we will establish some broad qualitative background and overarching frames and concepts. In Part II, to be published in a few weeks, we will introduce you to the specific theoretical apparatuses and technical attacks we are exploring, for developing formal protocol theory. </p><div><hr></div><p><em><strong>Join us on our <a href="https://discord.gg/SfY7UzCS">Discord</a> for the 2026 kickoff meeting of SIGFPT on Friday, January 9, 10am Pacific. <a href="https://calendar.google.com/calendar/u/0/r/eventedit/copy/MWoxaXZ0NWc3MDgzNTNibWNiMzNpcWQ0bWhfMjAyNjAxMDlUMTgwMDAwWiBoZWxsb0BzdW1tZXJvZnByb3RvY29scy5jb20">Calendar invite for series.</a></strong></em></p><div><hr></div><p>So what is protocolization? In what follows, we will explore this question, with a view to setting up a canvas for formal and mathematical attempts to theorize it in <em>general </em>ways.</p><p>Protocolization is an unfolding long-term planetary transformation that is at least as old as modernity itself. That is to say, it is at least several centuries old, and has unfolded through multiple distinct chapters, in loose synchronization with major technological revolutions. Protocolization is the overarching story of how humanity has cashed out and orchestrated the capabilities of every wave of new technologies to make our world ever more comfortable and hospitable for humans. </p><p>One side of protocolization is arguably an ongoing <em>terraforming. </em>The <em>first</em> terraforming in fact<em>; </em>that of <em>Terra </em>itself, preceding any science-fictional terraformings of other planets.</p><p>The other side of protocolization is changes in human behavior in <em>response </em>to this terraforming. Relative to our ancestors, we have become more predictable and orderly on some fronts, and more unpredictable and generative on others. Protocolization is simultaneously a <em>civilizing</em> process, and a <em>rewilding</em> process. </p><p>Protocolization is reducible neither to its technological drivers, nor to the changes in human nature triggered by them. Protocolization is the <em>co-evolution </em>of both into what we might call a <em>new nature. </em>A planetary condition powerfully determined by the l<em>aws of the artificial</em>, which can increasingly be engineered to be nearly as immutable and indefinitely persistent as those of nature itself. </p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>New Nature</h3><p>Protocolization proper has received almost no attention, either popular or scholarly. It has merely been partially glimpsed in peripheral vision in attempts to understand more visible and dramatic planetary processes (such as <em>modernization</em>, <em>industrialization</em>, <em>globalization</em>, <em>urbanization</em>, and <em>digitalization)</em>, which offer readier, more legible approaches to analysis and synthesis. </p><p>These more dramatic processes typically also feature charismatic technological megafauna at their cores &#8211; printing presses, steam engines, automobiles, ocean liners, skyscrapers, bridges, superhighways, rockets, airplanes, nuclear reactors, supercomputers, AI systems, miracle medicines, robots. These &#8220;hero&#8221; technologies lend themselves to anthropomorphic projection, and encourage a view of human-technological co-evolution as a kind of augmented hero&#8217;s journey. Our default notions of &#8220;progress&#8221; are of this heroic variety.</p><p>By contrast, the technological elements of protocols &#8211; interoperability standards, kits, standardized fasteners, electrical connectors, plumbing regulations, safety codes, sewage pipes, modularity grammars &#8211; typically gently diffuse and deflect anthropomorphic impulses. Rather than serving our heroic individualist impulses, they quietly orchestrate and shape our mutualist and cooperative energies. Protocolization looks like <em>ecological emergence</em> rather than a technological hero&#8217;s journey. It encourages a very different narrative of progress.</p><p>We hope to convince you that &#8220;protocolization&#8221; elegantly subsumes some of the most salient features of the more dramatic and &#8220;heroic technology&#8221; process frames you might be used to, while also apprehending (if not yet quite <em>comprehending</em>) a great deal that those frames remain systematically blind to.</p><p>It may help to keep a pair of pictures in mind. One is the familiar image of the African savannah, with its tableau of charismatic megafauna. The other is the near-pitch darkness of the mesopelagic zone of the oceans, beyond the reach and attention of both fishing fleets and the cameras of shark documentaries. This zone is densely populated by a family of bioluminescent fish that you may have never heard of or seen pictures of &#8211; Bristlemouths (<a href="https://en.wikipedia.org/wiki/Gonostomatidae">Gonostomatidae</a>) &#8211; which number in the <em>trillions</em> to <em>quadrillions</em>, constituting nearly 90% of fish biomass on the planet by some estimates. These fish anchor not just oceanic ecologies, but the entire <em>planetary </em>ecology.</p><p>Dramatic planetary processes are stories about the first kind of image. Protocolization on the other hand, is the story about the second kind of image. </p><p>The first kind of image requires no particular skills to see and appreciate, and anchors most visions of technological progress and change. The second kind of image is much harder to see, and takes cultivated protocol-watching skills, but is also much more useful for understanding how ecologies actually work; how <em>new nature </em>works. </p><p>Since our goal is to build powerful and useful theories of new nature, we navigate by the second kind of vision of technology; we try to search for formal theories and tools that can help us see, model, predict, and shape the &#8220;mesopelagic zone&#8221; aspect of new nature, rather than the &#8220;African savannah&#8221; aspect.</p><p>The most recent chapter of protocolization, triggered a half-century ago by the affordances of early computer networks, has been transforming the world in profound and accelerating ways. But arguably, it has barely been theorized at all, largely because when you try to look closely, it looks like the mesopelagic ocean depths rather than the African savannah.</p><div><hr></div><h3>Protocolization Defined </h3><p>For the purposes of this essay, we will loosely define <em>protocolization</em> as follows:</p><blockquote><p>Protocolization is the progressive metabolization of reliably repeatable technologically mediated human behaviors at all scales into reliable planetary infrastructures for coordination. </p></blockquote><p>Here, we mean technological mediation in a broad sense, encompassing conceptual and cultural technologies such as the decimal system (instrumental in the development of modern book-keeping) or hygiene or nutritional practices that first took shape as religious observances.</p><p>It is worth noting that though we only mention human behavior in the definition, these behaviors shape the fates of all other life on the planet as well. Not just the major domesticated species of plants and animals, but through the shaping of &#8220;wilderness&#8221; regimes of the planet, all <em>other </em>life as well.</p><p>Protocolization is driven by some mix of <em>knowledge discovery and diffusion,</em> <em>technology enablement</em>, and <em>human behavior change, </em>resulting in a slow accumulation of new nature ecologies across the planet.</p><p>An example we use frequently in SIGFPT meetings is <em>hand-washing.</em></p><p>The global ubiquity of hand-washing protocols was driven by the discovery and diffusion of <em>knowledge </em>about infectious diseases, coupled with ubiquitous technological infrastructure that has made clean water and soap available everywhere in modern built environments. The protocolization of hand-washing behaviors transformed a planetary landscape of previously uncoordinated and high-variance local cultural practices into an infrastructural behavior with much lower variance. As a <em>direct result</em>, public health improved everywhere. The planet became more comfortable and hospitable for humanity.</p><p>Thousands of similar examples can be listed across every area of human behavior, and in every corner of the built environment, at all scales from individual to international, and from trash cans to continental supergrids. </p><p>An entertaining cross-section view of protocolization can be found simply by listening for <a href="https://www.youtube.com/watch?v=HiUcxUC9Z2c">the word </a><em><a href="https://www.youtube.com/watch?v=HiUcxUC9Z2c">protocol</a></em><a href="https://www.youtube.com/watch?v=HiUcxUC9Z2c"> in movies</a> and television. Such usage has exploded in the last half-century. One of our favorite specific illustrations comes from long-running television franchises. In <em>Star Trek </em>for example<em>, </em>the word <em>protocol </em>was not used at all in the original series, but is used <em>hundreds </em>of times in more recent shows within the franchise. </p><p>This already extant cultural footprint, by the way, is why we expect you to find the term <em>protocolization </em>intuitive, and experience an immediate sense of recognition of what we&#8217;re pointing to with the term, even if you&#8217;ve never stopped to think about it before.</p><p>Domains like climate, traffic, networked computing, and healthcare make particular (and domain-specific) use of protocol-based understandings of the human and machine behaviors they design and translate into infrastructures. In other domains, protocols might not be the direct result of conscious design, but manifest as unexpected systematicity, orderliness, and <em>serendipity</em> in how things happen, which goes unnoticed and un-theorized. </p><p>But we <em>do</em> sometimes notice &#8211; when we travel to a city or country with more reliable subway services than our own, for example, we are struck by a sense of serendipity suffusing our transit experiences; a sense that the world is unusually hospitable in ways precisely attuned to our needs. </p><p><em>That </em>is<em> </em>protocolization; steadily accumulating ecological transformations of the planet, each of which makes us feel surprisingly, magically lucky when we first encounter them, but which rapidly turn into tuned-out backgrounds and unconscious expectations of <em>artificial</em> <em>lawfulness </em>in our environmental contexts. </p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7Y5u!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7Y5u!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7Y5u!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:266634,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/183714868?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!7Y5u!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!7Y5u!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F988afe46-2839-4c55-8ede-3487c60c7387_1024x1024.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3>Progress through Invisibility</h3><p>Even though protocolization has been as momentous as more dramatic planetary transformations like computerization and globalization, as well as earlier ones such as urbanization, consumerization, and industrialization, it remains hidden. </p><p>This is because, by their very nature, protocols in their evolved forms tend towards invisibility, and protocolization<em> </em>as the evolutionary process that creates them <em>seeks out </em>invisibility. This feature, arguably, is central to how and why protocolization constitutes <em>progress. </em>Protocolization is <em><strong>progress through invisibility</strong>.</em></p><p>Here, we mean <em>invisibility</em> in a broad, multi-dimensional and textured sense, beyond merely literal visual invisibility. The invisibility of protocols has multiple aspects:</p><ol><li><p><strong>Operational invisibility</strong> &#8211; We don&#8217;t <em>think</em> about the protocol while using it, acting through muscle memory.</p></li><li><p><strong>Infrastructural invisibility</strong> &#8211; The machinery is literally hidden/backgrounded, like the ecologically critical mesopelagic zones we alluded to earlier. For example, cables and sewage lines are buried, and are generally as ubiquitous and invisible as bristlemouth fish.</p></li><li><p><strong>Social/cognitive invisibility</strong> &#8211; People don&#8217;t recognize protocolization is happening because by definition, behavioral habituation is not only part of the essence of the process, it is functionally load-bearing. Traffic protocols would be much less effective if we were constantly aware of them. We &#8220;stay in our lanes,&#8221; without thinking about it, and reflexively signal turns and stop at stop signs.</p></li><li><p><strong>Anti-memetic qualities</strong> &#8211; Protocols rarely feature in headlines, titles, or public discourse, because the unremarkable &#8220;boring&#8221; quality, with one experience being largely indistinguishable from another, is essential to their functioning.</p></li><li><p><strong>Marginality </strong>&#8211;<strong> </strong>Protocols often organize and scaffold the technological space <em>around </em>other, more charismatic technologies that are intrinsically more visible, and more directly support foreground goals. They perform prophylactic functions, enforce constraints, and structure core behaviors for coordination and synchronization. For instance, the safety protocols of airline travel &#8211; airport security checks, seatbelts &#8211; are on the margins of the foreground retail experience of air travel. We do not think much about them when making travel plans.</p></li><li><p><strong>Default quietness</strong> &#8211; Protocols are quiet and unobtrusive by default, and make themselves visible primarily when they fail. An ordinary hand-washing episode is not memorable among the tens of thousands that happen over an individual lifetime. An episode involving an empty soap-dispenser or malfunctioning faucet is memorable.</p></li><li><p><strong>Obliquity of action</strong> &#8211; Protocols rarely directly act on consciously controlled human behaviors in pursuit of explicitly held intentions or goals. Rather, they act through secondary pathways of supporting causation, contingency triggers, and automated follow-through. For every conscious action in a technologically advanced environment, dozens of supporting actions may unfold unnoticed, rendering the conscious behavior preternaturally frictionless and seemingly &#8220;free.&#8221; The scope of protocolization is often <em>everything else that must happen</em> in order for actions you consciously and freely <em>intend </em>and <em>do </em>to succeed.</p></li></ol><p>Aspects of protocols are of course highly visible in specific contexts. For example, everyone knows what USB is at a lay level, and what is meant by &#8220;containerization.&#8221; Standards bodies debate specs publicly (though it is worth noting that such debates are rarely newsworthy unless they fail in dramatic ways). But we hardly ever think about the USB protocol, even as we routinely plug and unplug connectors several times everyday. Or about the mechanics of containerization driving the endless torrent of package deliveries at our doorsteps.</p><p>So to a first approximation, and across multiple domains, protocols are <em>invisible technological phenomenology</em>. They could be considered technological dark matter; evading study by retreating to the margins of our attention, ceding the spotlight to the &#8220;main characters&#8221; of the technological environment &#8211; striking buildings, beautiful bridges, impressive airplanes and rockets, awe-inspiring AI systems.</p><p>Protocol designers in nearly every field rightly view such invisibility as a feature rather than a bug. Protocol designers intuitively tend to <em>design for invisibility.</em> Invisibility of some sort &#8211; from literal visual invisibility to the reflexive automaticity in our own responses to subconsciously registered cues &#8211; is either a strong functional requirement, or at least highly desirable. Often, the very reliability of a protocol rests on its invisibility, and visibility can lead to fragility and unreliability. </p><p>Keep a protocol in peripheral vision, and it works. Look too directly at it, or attend to your behaviors within it too deliberately, and it starts to falter.</p><p>In our emerging field of Protocol Studies, this widespread design intuition has been elevated to the level of a philosophical principle, captured by Whitehead&#8217;s famous observation that &#8220;civilization advances by the number of operations we can perform without thinking about them.&#8221; </p><p>Within our young field, it is now a convention to refer to a valuable advance in protocolization, marked by a transition of an important behavior to invisibility and collective unconsciousness, as a &#8220;Whitehead advance.&#8221;</p><div><hr></div><h3>The Price of Progress</h3><p>Protocolization can be understood as a centuries-old macro-trend of progress through invisibility, but this progress does not come for free. There is a clear <em>cost </em>associated with it, in the form of a new class of problems induced by invisibility.</p><p>This is most apparent in governance at larger social scales. In the most extraordinary cases, such as the effect of vaccines (inarguably one of the greatest Whitehead advances), protocolization becomes invisible to the point of even erasing its own historical <em>raison d&#8217;&#234;tre</em>, and undermining the broader literacies required to sustain itself. We might perhaps call this pathology <em>overprotocolization</em>.</p><p>Modern vaccine denialism is possible precisely <em>because </em>vaccination protocols have made their own logic largely invisible through their extraordinary success. Something similar can be said of nuclear non-proliferation &#8211; the perception of risks of nuclear-armed conflict have diminished in proportion to the success of nuclear weapons protocols, and the attendant retreat of nuclear weapons into background invisibility.</p><p>Invisibility also creates peculiar difficulties in the <em>study </em>of protocols, since we are forced to talk of them through the fragmentary and mutually inconsistent languages of other fields, making the search for universal principles and general theories particularly difficult.</p><p>This, however, is a problem that we can begin to address in many ways. And one of the best ways to make protocols visible in positive ways, at least to scholarly and professional scrutiny, is to develop expressive formalisms and mathematical models to undergird a language for <em>talking</em> about them in general terms.</p><p>The work of SIGFPT encompasses both <em>formalization</em> as such (the development of ontologies and precise terminology that allow us to talk consistently about phenomenology across many domains) and <em>mathematization</em> (the development of suitable technical methods to investigate the phenomenology through the formalism).</p><p>Our explorations and activities should interest researchers and practitioners across a wide variety of existing fields &#8211; computer science, control theory, operations research, economics, sociology, anthropology, and political science among them.</p><p>Regardless of what background you are coming from, the <em>value </em>of FPT for you is mitigation of the theoretical fragmentation that you likely encounter whenever your interests lead you to protocols and protocolization. </p><div><hr></div><h3>Tackling Theoretical Fragmentation</h3><p>Protocolization is a multi-scale planetary phenomenon that couples the <em>local</em> to the <em>global</em>, and entangles <em>micro-level dynamics</em> and <em>macro-level dynamics, </em>via technological media. This broad footprint across spatiotemporal scales and regimes of dynamics, exacerbated by general invisibility, tends to create fragmented theorization of hugely important phenomena. </p><p>An example will illustrate what we mean here, and motivate the approaches we are developing to mitigate theoretical fragmentation and construct more integrated understandings.</p><p><em>Containerization</em>, the protocolization of global commerce, is generally analyzed through the lens of <em>globalization</em>, understood as a primarily political and economic phenomenon, even though it obviously involves a great deal more. At the micro-scale it is simply a mature standards process that stewards definitions of a set of relatively low-tech box form-factors. At the macro-scale it is an emergent intermodal network-of-networks for materials transport. At the local level, it is a tangle of logistics problems, such as regional staging, port operations, last-mile operations, border transit operations, and security procedures. At the global level, it is a climate-like hyperobject comprising a constantly shifting set of flows and stocks, and featuring weather-like phenomena.</p><p>To enable theoretical study of containerization, a sufficiently expressive formalism (or more likely, a harmonized assemblage of such formalisms) for protocols must be able to articulate concepts and propositions ranging from the &#8220;box&#8221; level to &#8220;planetary climate&#8221; level. It must comprehend dynamics ranging from an earthquake affecting a particular port, to a slow accumulation of empty containers on one continent due to unbalanced trade (the backhaul problem).</p><p>And this is merely the <em>simplest </em>sort of protocolization, where we can name and point to a relatively coherent single &#8220;protocol,&#8221; with relatively intelligible structural and behavioral phenomenology to roughly isolate, model, and study.</p><p>Such intelligibility, however, is an illusion. Any fragile, non-fragmentary picture we might build of a phenomenon like &#8220;containerization&#8221; shatters the moment we situate it in the real world, and bring it into contact with <em>other </em>protocols of comparable richness that occupy some of the same spaces it does.</p><div><hr></div><h3>Protocol Tangles</h3><p>Even within the seemingly isolatable domain of containerization, formal protocol theory faces tough tradeoffs between generality and specificity, resolution and scope, and so forth. </p><p>But the need for formal protocol theory becomes even clearer when we attempt to investigate <em>multiple </em>protocol infrastructures at once, motivated by provocative similarities, seductive resonances, and most importantly, <em>consequential real-world convergences</em> (such as many physical networks sharing right-of-way corridors).</p><p>When many protocols co-evolve in convergent ways and get materially entangled, constituting a single protocolization process spanning multiple <em>partially visible</em> and <em>operationally coupled</em> infrastructures, they tend to become <em>especially</em> invisible. This is because a view corresponding to <em>one</em> component protocol and associated set of interests misses all the others. </p><p>Since the early days of protocol studies, we have thought of this as the &#8220;three blind men and an elephant&#8221; problem in studying protocols, especially large and complex ones.</p><p>Such circumstances present as <em>especially</em> acute fragmentation of attempts to study them theoretically. We refer to such circumstances as <em>protocol tangles. </em>Here are some examples:</p><ul><li><p><strong>Factory automation </strong>emerged at the intersection of computerization <em>within</em> factories, and globalization <em>between </em>(globally distributed) factories. It is a tangle that cannot be adequately studied by any of the obviously relevant disciplines, such as industrial engineering, operations research, computer science, economics, or trade policy.</p></li><li><p><strong>Global public health regimes</strong>, a response to planetary-scale contagion phenomena, are tangles comprising protocols at the intersection of municipal public health infrastructures, global pharmaceutical research and disease surveillance protocols, and international relations.</p></li><li><p>The presently unraveling <strong>Rules-Based Order</strong> of international relations is a tangle of planetary scale coordination problems factored into impoverished sets of nation-centric problems. Even though massive international cooperation undertakings (such as the UN Food Program, the UNHCR, and the WWF), operate as exceptionally invisible protocol infrastructures, they are <em>understood </em>and <em>governed </em>through highly impoverished and fragmented theoretical frames.</p></li></ul><p>The worst protocol tangles are so invisible, they even lack <em>names</em> with which to point to them. Attempts to think systematically about them run aground immediately at the level of language.</p><p>For example, we lack even a name<em> </em>for the particular protocol tangle comprising containerization infrastructure, the internet infrastructure used to govern it, and the multinational corporations that manage the entanglement. We are reduced to thinking in terms of <em>sui generis </em>historical episodes, such as the &#8220;2017 Maersk ransomware attack,&#8221; rather than powerful theoretical frames attached to particular units of analysis, and usefully general operating principles.</p><p>In this instance, despite the similarity of the two networks (both are packet-switched networks of sorts), it is awkward to talk about the converged tangle in the language of either containerization or the internet. For example, a key difference between the core protocols of the two networks is that internet packets can be &#8220;dropped&#8221; and re-transmitted but lost containers cannot trivially be &#8220;re-shipped.&#8221; Another is that the container network has a &#8220;backhaul&#8221; problem, but the internet does not. </p><p>How does one theorize the implications of these differences to shed light on a shared phenomenon like &#8220;buffer bloat&#8221;? Could we talk formally of reversibly vs. irreversibly lossy protocols? How does one use such theorizing to deal with problems where the two networks converge or collide in the real world, such as in the case of the Maersk ransomware attack? Could we invent a converged &#8220;internet of containers&#8221; that is robust to such attacks?</p><p>So while both might be considered part of a broader class of packet-switched networks, it is not immediately obvious how to construct a formal theory encompassing both that is <em>not</em> uselessly over-general (like the famed &#8220;spherical cow&#8221; problem), and useful in engineering application. </p><p>As a result, discourse on the beguiling similarities between these two protocol infrastructures tend to remain in the realm of poetry and metaphor. Consequential encounters between the two, like the Maersk attack, never gravitate out of history books and into engineering or management textbooks.</p><p>Where the impoverishment caused by fragmented and incompatible frames becomes too severe, as in the case of climate action, planetary AI, and blockchains, coordination fails almost entirely, and the failure of sufficiently ambitious and powerful theorization is most acutely felt.</p><p>So as protocols become ever more complex, ever more mutually entangled, and non-reducible to non-protocol infrastructures or technological islands, they become increasingly difficult to deal with and govern.</p><p>And perhaps no protocol tangle is more devilishly difficult to comprehend and investigate than the planet-scale one caused in the last half-century by computation.</p><div><hr></div><h3>The Planetary Computational Tangle</h3><p>In developing formalisms and mathematical approaches, it is worth paying special attention to a particularly consequential tangle of protocols<em>,</em> involving the varied modern interacting infrastructures that rest on computing capabilities. This tangle includes, but is not limited to: the existing internet, AI, blockchains, AR/VR, robotics, the &#8220;internet of things,&#8221; and planetary sensing/monitoring infrastructures, at all scales from microscopic to orbital.</p><p>This is the civilizational-level boss of protocol tangles, the <em>planetary computational tangle, </em>or <em>PCT. </em></p><p>As the Maersk ransomware attack episode showed, it is already clear that the default mental model of the PCT as some sort of &#8220;extended internet&#8221; has been severely strained, to the point of collapse. While pleasing new formulations like &#8220;planetary intelligence&#8221; help us at least <em>point</em> to the PCT, they typically pre-commit to an overly legible and panoramic theorization heavily shaped by a unitary perspective, aesthetic leanings, and focal interests shaped by their most charismatic elements. They miss the essential messy plurality of the PCT, and the inextricability of human experiences and agencies within it. They serve our appreciative needs, but not the instrumental needs of practically useful theorization. </p><p>To develop powerful mental models of the PCT, especially given that thinking of the internet itself as merely a &#8220;network of computers&#8221; has already proved to be highly limiting, we need a radically different approach to theorizing. One that privileges a worm&#8217;s-eye view of the tangled messiness over pleasing panoramic views and grand narratives.</p><p>For formal protocol theory, the PCT might be viewed as the &#8220;one ring&#8221; modeling and governance challenge. </p><p>To the extent we are able to build theories and practical techniques for grappling with it, we will be able to make sense of <em>all </em>dimensions of protocolization, and deal more elegantly with more bite-sized protocol problems that can be meaningfully isolated and tackled. It is already clear that existing ontologies will not do when it comes to &#8220;carving the reality of the PCT at the joints,&#8221; so to speak, to isolate problems worth tackling. New ontologies are required. </p><p>To the extent we fail, our increasingly technologically terraformed planet will become invisible not just to our senses, but also to our minds.</p><p>The irruption of AI into the world, currently the most dramatic and attention-attracting world process, is worth some additional thought. Currently, the role of AI in the PCT is being understood and constructed through the lenses of corporate product development and nation-state-based &#8220;sovereign AI&#8221; frames. This approach is inherited from previous experiences like dealing with fissile materials or climate change. These frames miss much of what is important, interesting, valuable, and risky about AI, especially when dealing with its rising &#8220;agentic&#8221; usage at planetary-infrastructure scales. Such usage is unlikely to remain limited to the traditional boundaries and capabilities of products, corporations, or nations, and human actors who identify with them.</p><p>Similarly, the role of blockchain-based infrastructures in the PCT is being reduced to rigid and relatively unimaginative nation-based identity and monetary infrastructures. This again misses much of what is important, interesting, valuable, and risky about them. The flexible programmability of infrastructures like the Ethereum &#8220;world computer,&#8221; with its capacity for expressing and articulating novel and fluid regimes of law and governance, and disciplining the myriad wildernesses of the PCT with striations of orderly hardness, remains largely unexplored. Again in part due to the limiting theoretical frames through which it is viewed.</p><p>Our mental models of the PCT are perhaps most severely compromised when it comes to the raw <em>materiality </em>of it.</p><p>There are already <a href="https://iot-analytics.com/number-connected-iot-devices/">over 17 </a><em><a href="https://iot-analytics.com/number-connected-iot-devices/">billion</a> </em>connected Internet of Things (IoT) devices in the world. We are currently on the cusp of a robotics boom. Planet-scale sensor-networks and environmental monitoring systems are beginning to take shape all around us. Warfare has already been irreversibly transformed by autonomous vehicles on air, sea, and land, and civilian life is poised to follow.</p><p>The picture is similar at the micro-scale as well. From home automation and self-driving cars, to robots on sidewalks, we are drowning in a chaotic sea of &#8220;globally local&#8221; small-scale protocols everywhere. Conventional frames, such as traditional urbanism for sidewalk governance, or home construction practices that clumsily attempt to integrate ideas like &#8220;smart keys&#8221; for package delivery and &#8220;smart thermostats&#8221; for energy management, struggle to rein in the chaos. The result is proliferating localized Darwinian &#8220;technological tangled banks&#8221; of hyperlocal infrastructure ecologies that are invisibly connected to the planetary-scale PCT.</p><p>Even apparently small, simple, and isolatable examples of protocols, such as hand-washing, become complex to theorize when they are embedded into the PCT. </p><p>What happens to handwashing, for instance, when all soap dispensers turn into small internet-connected robots that can order refills for themselves online? What changes in our behaviors when smart faucets start singing <em>happy birthday </em>at us to ensure we spend the mandated twenty seconds washing our hands in controlled environments?</p><div><hr></div><h3>Why Theorize?</h3><p>Mathematization and formalization have not always been part of human governance responses to major planetary transformations. Computerization was partially theorized early and powerfully, through the development of frameworks such as Turing machines and the lambda calculus. Globalization was accompanied by the rise of fields like operations research and supply chain management that formalized and mathematized critical aspects of it.</p><p>Economics, a field that offers many precedents, cues and clues for Protocol Studies, mathematized in fits and starts in the process growing beyond mere description and analysis to become the operating system of the global economy (as Donald Mackenzie powerfully argued in his classic, <em>An Engine, Not a Camera</em>). Along the way, thanks to the methodological demands of economics, rigorous and formal statistical sciences emerged from unsystematic beginnings in gamblers&#8217; intuitions and superstitions.</p><p>But other planetary transformation forces have resisted formalization and mathematization. Protocolization lies somewhere between phenomena like computerization and financialization on the one hand, which lend themselves very well to formalization, and phenomena like urbanization and consumerization on the other, which resist paradigmatic treatments more cohesive than ethnographic and sociological analysis.</p><p>Some mathematization and formalization is clearly possible, especially because so much of the substance of protocolization is technological. But trying to formalize <em>too </em>much is misguided.</p><p>In the second part of this essay we will lay out the particular approach the SIGFPT is taking to this challenge.</p><div><hr></div><h2>FPT Within Protocol Studies</h2><p>Formal Protocol Theory (FPT) is one of a handful of disciplinary areas within the broader emerging field of Protocol Studies, and in our activities and explorations, we maintain collegial ongoing dialogues with several peer areas, devoted to shared concerns and intellectual foundations. </p><p>The current list of areas, and associated Special Interest Groups, can be found <a href="https://summerofprotocols.com/special-interest-groups">here</a>, along with participation information. Below, we briefly describe these adjacent areas in relation to FPT (each meets once every other week).</p><h3>Memory Protocols</h3><p>The Memory Research Group (MRG), led by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Kei Kreutler&quot;,&quot;id&quot;:111565805,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://bucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com/public/images/07ba8ce1-9c72-4f42-8279-1abc7c38cb63_1100x1100.png&quot;,&quot;uuid&quot;:&quot;5ad41dff-113d-4157-8fe1-9c7b2976d62d&quot;}" data-component-name="MentionToDOM"></span> , studies the role of <em>memory </em>in protocols, protocol technologies, and protocolization processes.</p><p>Perhaps one of the major contributing factors to the invisibility of protocols is their close relationship to memory and forgetting. The most successful protocols don&#8217;t involve user manuals during their operation, but produce and propagate the necessary, operable memory through their performance. In the spirit of the &#8220;medium is the message,&#8221; we might say that &#8220;the protocol is the memory.&#8221; For example, blockchains produce a record of their actions as part of their actions themselves, and this record is actually one of their primary utilities. The contemporary era of protocolization is marked by the ever-closer coincidence of procedures and their memory traces.</p><p>The MRG studies memory in all its manifestations, and in 2026, SIGFPT will take cues from MRG to look for ways in which we might formalize and theorize the memory features of protocols.</p><h3>Protocols for Business</h3><p>The Special Interest Group in Protocols for Business (SIGP4B), led by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;rafa&quot;,&quot;id&quot;:2227765,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/477725d7-0c1b-48c8-9d66-bbd3ec3fbb6e_907x907.jpeg&quot;,&quot;uuid&quot;:&quot;330874d9-f11d-4b1b-a65d-acd878d027eb&quot;}" data-component-name="MentionToDOM"></span>, studies protocols within organizations, approaching the domains of existing fields like management science, organizational behavior, and organizational psychology, through the lens of protocol theory.</p><p>Specialized organizations and sectors that fulfill various societal functions have historically been the locus of a great deal of protocol development and evolution. Technological specialization is another major contributing factor to the invisibility of protocols. Not only are many protocol infrastructures hidden behind the boundaries of organizations devoted to developing and using them, <em>knowledge </em>of such protocols is also hidden behind sector-specific jargon. Even protocols that enjoy a degree of universal presence across sectors and industries and some lay familiarity &#8211; such as those involved in managing supply chains, or staff functions such as human resources and facilities management &#8211; tend to become invisible behind the boundaries of functional specialization.</p><p>Currently SIGP4B is undertaking a protocol-theoretic exploration of perhaps the most important organizational technology in a century: AI. Effective adoption and use of AI technologies is a <em>protocolization </em>problem that is being simultaneously tackled by all organizations across the world in near-crisis mode. There is much to see and learn.</p><p>In 2026, SIGFPT will take cues from SIGP4B to help theorize the injection of AI into traditional organizational environments.</p><h3>Protocol Fiction</h3><p>Building on a year of publishing dozens of protocol fiction stories here on <em>Protocolized, </em>the Protocol Fiction SIG, led by <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Spencer Nitkey - Writer&quot;,&quot;id&quot;:309697450,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/133957fe-5971-4c5c-9f00-0bde2613e43d_1170x1170.jpeg&quot;,&quot;uuid&quot;:&quot;196f5dbe-3f29-434d-aff0-a92e88face38&quot;}" data-component-name="MentionToDOM"></span> and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Sachin&quot;,&quot;id&quot;:933715,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ce504ddb-8d64-4324-bc9f-b82a74139a54_3024x3024.jpeg&quot;,&quot;uuid&quot;:&quot;899f505f-7290-4bc2-9ee8-ade517a90c0b&quot;}" data-component-name="MentionToDOM"></span>, studies the rules and principles of this emerging genre, and explores how to look at our protocolizing world more effectively through stories.</p><p>For us in SIGFPT, we hope to find both stimulation and entertainment in the work of this SIG, as well as inspiration and motivation. Fiction can often point to subtle phenomena and generative contradictions and paradoxes that can power theoretical investigations. The notion of &#8220;protocol tangles&#8221; developed in this essay, for example, was largely inspired by the many tangled plots and premises that have been explored through protocol fiction in the last year. </p><p>Besides these three peer SIGs, other SIGs may be spun up this year.</p><h2>Further Reading</h2><p>In the second part of this essay we will dive deeper into our early ideas. In the meantime, if you&#8217;re interested in participating in SIGFPT, you may want to read these older updates based on our work in 2025.</p><p><a href="https://protocolized.summerofprotocols.com/p/what-is-formal-protocol-theory">What is Formal Protocol Theory</a></p><p><a href="https://protocolized.summerofprotocols.com/p/constructing-the-evil-twin-of-ai">Constructing the Evil Twin of AI</a></p><p>We hope to see you this Friday for our 2026 kickoff.</p><p><em><strong>Join us on our <a href="https://discord.gg/SfY7UzCS">Discord</a> for the 2026 kickoff meeting of SIGFPT on Friday, January 9, 10am Pacific. <a href="https://calendar.google.com/calendar/u/0/r/eventedit/copy/MWoxaXZ0NWc3MDgzNTNibWNiMzNpcWQ0bWhfMjAyNjAxMDlUMTgwMDAwWiBoZWxsb0BzdW1tZXJvZnByb3RvY29scy5jb20">Calendar invite for series.</a></strong></em></p><div><hr></div><p><strong>Acknowledgements</strong> <br>Thanks to Giovanni Merlino, Mike Travers, Patrick Atwater, Seth Killian, Jonathan Moreg&#229;rd, Joseph Michela, and Kei Kreutler for comments and contributions to this essay in draft stage.</p>]]></content:encoded></item><item><title><![CDATA[How to Protocol Watch]]></title><description><![CDATA[Issue #84: A miniature hobby for the New Year, suitable for the aspiring intellectual adventurer and without the extravagant overhead of a seafaring voyage.]]></description><link>https://protocolized.summerofprotocols.com/p/how-to-protocol-watch</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/how-to-protocol-watch</guid><dc:creator><![CDATA[Timber Stinson-Schroff]]></dc:creator><pubDate>Wed, 31 Dec 2025 11:01:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!2-29!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The story of Charles Darwin&#8217;s finches would sound strange if Darwin was, himself, a finch.</p><p>But that <em>is</em> the strange story of Bronis&#322;aw Malinowski, who after a childhood of illness became a pioneer of anthropology. In 1914, Malinowski accidentally began an expedition to Melanesia &#8211; documenting social systems in New Guinea, Fiji, New Caledonia &#8211; that would return him to Europe five years later, in 1919. You might think that you were born too late for such an adventure, but you were not.</p><p>Malinowski was an influential and contentious researcher. The 2018 edition of the International Encyclopedia of Ethnography <a href="https://onlinelibrary.wiley.com/doi/book/10.1002/9781118924396">credited</a> him with shaping the field of ethnography. He was <a href="https://en.wikipedia.org/wiki/Off_the_verandah">known for</a> stressing the importance of getting &#8220;off the verandah&#8221; and exploring everyday life. Not all of his colleagues approved of his methodology and it&#8217;s unlikely that his opinions have aged well.</p><p>What did last, however, were Malinowski&#8217;s innovations to the art of people watching.</p><p>Fei Xiaotong was among Malinowski&#8217;s students at the London School of Economics and went on to have an adventurous, difficult career as an anthropologist in China. Fei embraced Malinowski&#8217;s anti-armchair sensibility but disagreed with his claim that social institutions exist to satisfy <em>universal</em> human needs &#8211; arguing that social order is more about relational positioning and that Chinese society cannot be reduced to problem-solution pairs.</p><p>Today, such intellectual adventures don&#8217;t require the overhead of an expedition. You needn&#8217;t go far to find strange rules; you might not realize how much you live in your own world. Every day we interface with a tangled bank of technologies, laws, and cultural norms. Paying attention to the world <em>around us</em> is enriching; I would argue that we have far more interesting things to observe than Malinowski did.</p><p>Scholarship and profitable application can be an afterthought. Before Darwin was Darwin, he was Charles, a birdwatcher from England. His naturalistic theories emerged from thorough documentation. He was collecting data <em>without</em> a hypothesis!</p><p>If you&#8217;re unfamiliar, <em>protocol watching</em> can be grokked as a cousin to birdwatching or people watching. Its closest sibling might be <em>umarelling</em>; loitering around construction sites to check out works in progress. It has a simple definition: watch the protocols &#8211; from TCP/IP to traffic lights &#8211; as they happen around you.</p><p>Ethnographic practices might help us all to be more observant in and around our professional spaces. </p><p>Software UI/UX designers, bike lane planners, and football coaches alike must study how people interact with each other and with their environments. People in these jobs, however, start with goals in mind. They have an objective: improve user retention, reduce accidents, win more trophies, etc. Protocol watchers are also rigorous, but don&#8217;t have the disadvantage of time pressure. They can collect, collect, and collect and let patterns &#8211; and profit &#8211; emerge naturally.</p><p>It&#8217;s a potent, if nerdy, hobby. I wrote a <a href="https://summerofprotocols.com/wp-content/uploads/2024/06/SCHROFF-Protocol-Watching-HANDOUT.pdf">first version of this guide</a> last year. Since then, I&#8217;ve gotten a much better feel for patterns in how we coordinate, argue, and share information. No course registration required. No sailing ship overhead. From hiking trails and mechanic shops to airport tarmacs and financial transactions, there&#8217;s always something to learn or even replicate. It&#8217;s an adventure-in-a-lens.</p><p>My challenge to you: take up protocol watching as a miniature hobby for the new year. It&#8217;s perfect for transforming dead time in airports, traffic jams, and boarding queues into a tad more interesting downtime. It&#8217;s also a sneaky way to get off your phone a bit more, if that&#8217;s on your list of resolutions.</p><p>Some examples to orient your eyeballs:</p><ul><li><p><strong>Queueing protocols at airports, bus stations, and ferry ports. </strong>Who gets to skip the line? Are there different types of lanes?</p></li><li><p><strong>Gift-giving protocols at parties.</strong> Are you expected to bring something for the host? What purpose do gifts serve? Is the expectation stated or implicit? When do people open gifts?</p></li><li><p><strong>Out-of-office messages. </strong>What information do people provide? How standardized is it? Is the medium automated emails, their main publication, or their website?</p></li><li><p><strong>Hardware standards.</strong> Charging outlets, bolt sizes, countertop heights &#8211; they afford interoperability in the long run, but is it worth the inconvenience? Who <em>makes</em> standards?</p></li><li><p><strong>Transactions</strong><em><strong>. </strong></em>How do you establish trust with vendors? When people get stuck on the side of the road in a snowbank, why is it that others help without expectation of compensation?</p></li></ul><p>It&#8217;s important to follow your own interests when protocol watching. Otherwise it will be less of a hobby and more work. Enthusiasm is the bottleneck &#8211; Darwin and Malinowski both entertained a deep-seated interest. Treat the examples above, and the tools and tips of the trade below as a starter pack of suggestions. Once you&#8217;ve spotted a couple of easy-to-recognize protocols, keep looking and take note of everything <em>you</em> find interesting and potentially useful.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2-29!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2-29!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!2-29!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!2-29!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!2-29!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2-29!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1200,&quot;width&quot;:1200,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:396023,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/182784312?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2-29!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!2-29!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!2-29!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!2-29!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc624a762-18a5-4abd-83ae-2ea59abedad1_1200x1200.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h2>Tools</h2><p>Since everyone likes tools, we&#8217;ll start with those. These will help you build a sharper eye, faster. They&#8217;re also the backbone of a compounding hobby. The thoroughness of your notes or working memory will determine how easily you can spot patterns in your observations later. These tools will help you record, detect, inspect, and taxonomize the protocols you observe.</p><h4>NOTES</h4><p>At a minimum you should keep notes, whether on paper or digitally. Minimalists and flaneurs can start with just a notebook or mobile notes app &#8211; aim to fill up your first notebook <strong>as fast as possible</strong>.</p><p>To level up your game, the best off-the-shelf tool for this is the <a href="https://medlab.host/bicorder/">Protocol Bicorder</a>, developed by University of Colorado professor Nathan Schneider, who also maintains the <a href="https://protocol.ecologies.info/">Protocol Oral History Project</a>. The recently-created Bicorder will help you understand and catalogue protocols via some scoring scales, based on research from the Summer of Protocols program. I recommend you enable the <strong>Short Form</strong> mode.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!TmWP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!TmWP!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 424w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 848w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 1272w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!TmWP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png" width="510" height="389.8557692307692" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1113,&quot;width&quot;:1456,&quot;resizeWidth&quot;:510,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!TmWP!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 424w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 848w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 1272w, https://substackcdn.com/image/fetch/$s_!TmWP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8c895cf2-5034-43f9-ab8a-5a487d55f996_1600x1223.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Sketching is another nice way to take notes. Whether it&#8217;s a physical thing you draw or a choreography at a TSA security checkpoint, we&#8217;d love to see what you come up with.</p><h4>COMMUNITY</h4><p>When kickstarting a hobby, it&#8217;s helpful to chat with fellow hobbyists. Documenting and sharing protocols is also just fun. Our Discord has a <a href="https://discord.gg/sjgA9nh9g9">dedicated #protocol-watch channel</a> for exactly that. Posting there is low stakes and even lurking will give you a sense for how other people treat this as a hobby. Send a photo, video, sketch, or the JSON file generated from your bicorder entry anytime.</p><p>Protocol watching is also more fun with a buddy, kind of like people watching. Provided you have a sufficiently nerdy friend or anthropologist family member nearby, this could make for a good way to kill time.</p><h4>TENSION DIAGRAMS</h4><p>Every protocol is an <em>engineered argument</em> and exists to manage an underlying <em>tension</em>. Part of the game of protocol watching is trying to identify that tension. A common one is convenience vs. safety (hello again, TSA). At a minimum, you should seek to name the tension. If you want to level up your intuitions, make a diagram with the following template.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!AQRB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!AQRB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 424w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 848w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 1272w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!AQRB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png" width="648" height="403.55357142857144" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:558,&quot;width&quot;:896,&quot;resizeWidth&quot;:648,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!AQRB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 424w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 848w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 1272w, https://substackcdn.com/image/fetch/$s_!AQRB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9dc34414-559a-4508-9825-d7f20a5f0cd9_896x558.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Label the axes with your factors. Draw a trade-off curve. Where does the protocol land? Is it on the frontier? Or can you easily imagine a tweak that would improve, say, convenience AND safety at the same time? Which actors prefer a safer version? Who prefers a more convenient version?</p><p>For a detailed example, check out <a href="https://protocolized.summerofprotocols.com/p/one-tension-to-rule-them-all">One Tension to Rule Them All.</a></p><h4>TRANSLATORS AND TRACKERS</h4><p>A translator is a must-have tool. For example, the maintenance tags on fire extinguishers and defibrillators are full of jargon, codes, and acronyms. Using an LLM can help you translate those really quickly. You might also see protocol artifacts written in other languages &#8211; are there subtle differences not explained by translation?</p><p>Trackers are another fun augmentation. They are the telescope of protocol watching. Tools like <a href="https://www.flightaware.com/">FlightAware</a>, <a href="https://firms.modaps.eosdis.nasa.gov/usfs/map/#d:24hrs;@-100.0,40.0,4.0z">FIRMS</a>, <a href="https://www.vesselfinder.com/">VesselFinder</a>, <a href="https://www.iso.org/popular-standards.html">ISO</a> standards, and <a href="https://www.iqair.com/ca/world-air-quality">IQ</a><em><a href="https://www.iqair.com/ca/world-air-quality">Air</a></em> all provide a unique look at the world. You can track flights, wildfires, cargo ships, food classification standards, and global air quality all from your phone browser.</p><p>You can also use LLMs to generate professional briefs and histories of protocols you observe, as <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;rafa&quot;,&quot;id&quot;:2227765,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/477725d7-0c1b-48c8-9d66-bbd3ec3fbb6e_907x907.jpeg&quot;,&quot;uuid&quot;:&quot;8df7106c-078e-4075-8202-1f5b5195cb9b&quot;}" data-component-name="MentionToDOM"></span> and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Sachin&quot;,&quot;id&quot;:933715,&quot;type&quot;:&quot;user&quot;,&quot;url&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ce504ddb-8d64-4324-bc9f-b82a74139a54_3024x3024.jpeg&quot;,&quot;uuid&quot;:&quot;78166606-ced0-4b22-92ff-6d13430c986b&quot;}" data-component-name="MentionToDOM"></span> sometimes do with their writing projects, <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;NPC Inc.&quot;,&quot;id&quot;:56856,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/npcmemo&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9ec19412-b31c-4ec8-8f13-97dee50e9aae_1024x1024.png&quot;,&quot;uuid&quot;:&quot;081d46e7-aded-4977-93ee-2dd8751aa735&quot;}" data-component-name="MentionToDOM"></span> and <span class="mention-wrap" data-attrs="{&quot;name&quot;:&quot;Summer Lightning &quot;,&quot;id&quot;:2936,&quot;type&quot;:&quot;pub&quot;,&quot;url&quot;:&quot;https://open.substack.com/pub/summerlightning&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/394ce0b5-9d46-4aec-8ae1-1599fa63b399_1280x1280.png&quot;,&quot;uuid&quot;:&quot;aa7bba22-9f98-491b-bafe-1c0f05991e6a&quot;}" data-component-name="MentionToDOM"></span>, respectively. </p><div><hr></div><h2>Tips</h2><p>Your toolkit should also include some principles and heuristics. These three tips will help you improve over time and might enable your protocol watching to compound from hobby to competency.</p><p>First, go for the hotspots. Places with a mix of hardcore engineering and human factors, like airports, libraries, kitchens, universities, factories, mines, farms, legislative assemblies, and so forth.</p><p>Second, go through, around, and behind the protocols. Get a feel for what they&#8217;re like as a participant. Try to hack them &#8211; skip lines, find workarounds. Talk to the people who design and enforce them. By exploring multiple perspectives you&#8217;ll develop a much richer perspective or, at least, not become as jaded towards a protocol&#8217;s apparent dysfunction.</p><p>On a related note, the third thing you should pay attention to: protocols are most visible when they&#8217;re <em>not </em>working. As much as it&#8217;s fun to catch one breaking down, it&#8217;s even more satisfying to spot a protocol that&#8217;s doing its job invisibly well.</p><div><hr></div><p>Congrats, you&#8217;re now initiated to the protocol watching club! Beyond the benefits mentioned above (and general aura enhancement), this certification will improve your odds of acceptance into next year&#8217;s <a href="https://summerofprotocols.com/protocol-school-open-access">Protocol School</a>.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME &amp;name=Certified%20Protocol%20Watcher &amp;organizationName=Summer%20of%20Protocols &amp;issueYear=2025 &amp;issueMonth=1 &amp;credentialUrl=https%3A%2F%2Fprotocolized.substack.com%2Fp%2Fhow-to-protocol-watch&quot;,&quot;text&quot;:&quot;Add to LinkedIn&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME &amp;name=Certified%20Protocol%20Watcher &amp;organizationName=Summer%20of%20Protocols &amp;issueYear=2025 &amp;issueMonth=1 &amp;credentialUrl=https%3A%2F%2Fprotocolized.substack.com%2Fp%2Fhow-to-protocol-watch"><span>Add to LinkedIn</span></a></p><p>The editorial team at <em>Protocolized</em> is thrilled about all of the stories and studies we published this year. We encourage anyone who wants to write with us to try protocol watching. It will help sharpen your imagination for futures that might logically unfold from new technologies. It will also help you add another dimension to you worldview.</p><p>Happy protocol watching and thanks for reading <em>Protocolized</em>. All 84(!) issues from this year are available in <strong><a href="https://protocolized.summerofprotocols.com/archive">archive</a></strong>. See you in 2026 for more stories about strange rules and essays about protocols &#8211; the world&#8217;s (mostly) invisible infrastructure.</p><p>The <em>Protocolized</em> team - <a href="https://substack.com/@timberstinsonschroff?">Timber</a>, <a href="https://substack.com/@contraptions">Venkat</a>, <a href="https://substack.com/@timbeiko">Tim</a>, <a href="https://substack.com/@typohypergraphicobject">James</a>, <a href="https://substack.com/@j0xhd?utm_source=global-search">Josh</a>, and <a href="https://substack.com/@jdbbb">Jenna</a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p>]]></content:encoded></item><item><title><![CDATA[Memory Research Group: Six Months of Reading Backward Through Time]]></title><description><![CDATA[Issue #83: Sometimes What is Remembered Most is What is Most Dynamically Changing]]></description><link>https://protocolized.summerofprotocols.com/p/memory-research-group-six-months</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/memory-research-group-six-months</guid><dc:creator><![CDATA[Kei Kreutler]]></dc:creator><pubDate>Sat, 27 Dec 2025 22:22:20 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1fc04526-3ca7-4bc6-a65b-cc6f93cdc091_1200x630.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>This is an archive-driven summary of the Memory Research Group during its first six months. By the end of January, we&#8217;ll send an email update on how the group plans to renew and resume in the new year.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!04fE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!04fE!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!04fE!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!04fE!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!04fE!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!04fE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1000,&quot;width&quot;:1000,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:143361,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181987879?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!04fE!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!04fE!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!04fE!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!04fE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd2fc4ecc-56db-4b06-a0b6-3f549876000e_1000x1000.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><p>Between June and December 2025, the Memory Research Group met every two weeks to read texts about memory. The readings played with juxtaposing different historical approaches to memory. We began with classical techniques, then embarked on a digital memory architectures module with contemporary AI systems before moving onto older physical memory substrates again. This allowed us to trace the present&#8217;s confusions backward to see which problems are genuinely new and which keep recurring under different names.</p><p>The group convened via the Summer of Protocols Discord, with participants from neuroscience, computer science, philosophy, architecture, and design reading texts together in real time before discussing them. We weren&#8217;t trying to arrive at a unified theory of memory, but instead trying to distinguish how memory operates in different contexts.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3><strong>June: Early Memory Techniques</strong></h3><p><strong>Reading: Frances A. Yates, </strong><em><strong>The Art of Memory</strong></em><strong> (1966).</strong></p><p>The group started with Frances Yates&#8217;s <em>The Art of Memory</em>. Yates discusses the method of loci &#8211; placing memorable images in imagined architectural spaces &#8211; exemplifying memory as active practice rather than passive storage. The ancient Hellenic poet Simonides realized after a building collapse that he could remember where everyone had been seated among the ruins. This became a protocol: associate information with locations in space, and you can retrieve it reliably.</p><p>What stood out was how these ancient techniques didn&#8217;t oppose knowing with memorizing. Memory was described as the faculty enabling &#8220;firm perception of things,&#8221; not just the stockpiling of facts. Some 15th century practitioners picked up on this lineage, developing elaborate systems for organizing ways of thinking, not just information. The group noted tensions around trusting external representations versus cultivating internal capacity, a concern that would keep reappearing when we discussed digital systems.</p><p>Related to this month&#8217;s topics, read the post <a href="https://protocolized.summerofprotocols.com/p/a-very-short-introduction-to-memory">A Very Short Introduction to Memory and Technology</a>.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!x6X2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!x6X2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!x6X2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png" width="300" height="300" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1000,&quot;width&quot;:1000,&quot;resizeWidth&quot;:300,&quot;bytes&quot;:14395,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181987879?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!x6X2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!x6X2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F21099f49-e1bc-499c-8e6d-cc7e81f754d3_1000x1000.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>July: Distributed Cognition</strong></h3><p><strong>Reading: Edwin Hutchins, </strong><em><strong>Cognition in the Wild</strong></em><strong> (1995); Michael Levin, &#8216;The Space Of Possible Minds&#8217; (Noema); Michael Levin et al., &#8216;Endogenous Bioelectric Networks Store Non-Genetic Patterning Information During Regeneration and Development&#8217; (2021).</strong></p><p>Edwin Hutchins&#8217;s <em>Cognition in the Wild</em> documented techniques of naval navigation, arguing that memory and cognition distribute across people, tools, and environments. In this context, a ship&#8217;s navigation team doesn&#8217;t allow crucial information to exist only in one member&#8217;s memory. Instead, practices spread across coordinated action and material artifacts. This raised questions about whether memory requires a specific substrate at all, or whether it is better understood as patterns of coordination.</p><p>We followed this by reading Michael Levin&#8217;s work on bioelectric networks, which proposed that a kind of memory exists in the electrical patterns of cells, not just neural systems. His research on how organisms store non-genetic information during development and pass it on to future generations expanded the working definition of memory beyond neural substrates entirely. The group wrestled with what it means to call something &#8220;memory&#8221; when it operates without anything resembling conscious recall.</p><div><hr></div><h3><strong>August: Spatial Memory and Medieval Neuropsychology</strong></h3><p><strong>Reading: O&#8217;Keefe and Nadel, </strong><em><strong>The Hippocampus as a Cognitive Map</strong></em><strong> (1978); Mary Carruthers, </strong><em><strong>The Craft of Thought</strong></em><strong> (1998).</strong></p><p>O&#8217;Keefe and Nadel&#8217;s <em>The Hippocampus as a Cognitive Map</em> distinguished between cognitive maps and stimulus-response learning. The hippocampus doesn&#8217;t store information about locations alone, but rather builds associative models of spatial relationships. This connected back to ancient memory palaces: spatial organization seems fundamental to how we recall knowledge.</p><p>Mary Carruthers&#8217;s <em>The Craft of Thought</em> examined how medieval Europeans conceived of memory as residing in physical locations within the body. Memorial landscapes were imagined architectural spaces for organizing theological and philosophical knowledge. This session was guest hosted by Aaron Z. Lewis, who wrote the text &#8216;<a href="https://summerofprotocols.com/research/four-doors">Four Doors &#8211; A Portal to Sacred Memory Protocols</a>&#8217; for the Summer of Protocols 2023 cohort.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Izmq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Izmq!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 424w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 848w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 1272w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Izmq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png" width="300" height="300" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:300,&quot;width&quot;:300,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:16903,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181987879?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Izmq!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 424w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 848w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 1272w, https://substackcdn.com/image/fetch/$s_!Izmq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7c46be3-ef3a-4313-a4e8-5fe8010d23b7_300x300.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>September: Where Memory Lives</strong></h3><p><strong>Reading: Contemporary neuroscience research speedrun; Mary Carruthers, </strong><em><strong>The Book of Memory</strong></em><strong> (2008).</strong></p><p>A research speedrun on contemporary neuroscience was followed by Carruthers&#8217;s <em>The Book of Memory</em>, on medieval neuropsychology. Reading about memory stored in the heart, regulated by bodily humors, organized through visual imagery, participants reflected on where they personally experience memory. Most noted that they don&#8217;t experience memories as stored anywhere in particular; memories arise in response to contexts and triggers, rather than being retrieved from a location, at least in some of today&#8217;s cultures.</p><p>Related to this month&#8217;s topics, read the post <a href="https://protocolized.summerofprotocols.com/p/reflections-from-memoria">Reflections from Memoria</a>.</p><div><hr></div><h3><strong>October: Digital Memory Architectures</strong></h3><p><strong>Reading: Amit Bahree, &#8216;What is KV Cache in LLMs and How Does It Help?&#8217; (2025); Alan J. Smith, &#8216;Cache Memory Design: An Evolving Art&#8217; (1987).</strong></p><p>The turn toward digital systems began with understanding KV (key-value) caches in large language models. These caches allow transformer models to remember previous tokens without recomputing everything from scratch. It&#8217;s a computational efficiency trick, but it raises questions about what distinguishes &#8220;remembering&#8221; from simply having information available. The group discussed parallels to human working memory constraints.</p><p>Cache memory systems in 1980s computer architecture followed. Alan Jay Smith&#8217;s 1987 overview explained how cache memory bridges performance gaps between the relative speeds of processors and main storage through predictions about which data will be needed next. The principle of locality &#8211; recently accessed information is likely to be accessed again &#8211; operates across both biological and technological systems.</p><p>Related to this month&#8217;s topics, read the post <a href="https://protocolized.summerofprotocols.com/p/images-of-memory">Images of Memory</a>.</p><div><hr></div><h3><strong>November: Magnetic Core Memory</strong></h3><p><strong>Reading: Paul E. Ceruzzi, </strong><em><strong>A History of Modern Computing</strong></em><strong> (excerpts); &#8216;Magnetic Core Memory,&#8217; Computer History Museum.</strong></p><p>Magnetic core memory, an early form of computer memory storage, brought the group into direct contact with memory&#8217;s materiality. Reading Paul Ceruzzi&#8217;s history, the group examined how early computers stored data in tiny ferrite rings magnetized in different directions. Each bit was literally woven by hand into arrays of wire and magnetic cores. After months discussing more abstract cognitive processes, this tangibility was striking. Software woven into hardware collapsed distinctions between code and physical object in ways that contemporary solid-state memory obscures.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7nav!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7nav!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 424w, https://substackcdn.com/image/fetch/$s_!7nav!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 848w, https://substackcdn.com/image/fetch/$s_!7nav!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 1272w, https://substackcdn.com/image/fetch/$s_!7nav!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7nav!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png" width="300" height="300" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:814,&quot;width&quot;:814,&quot;resizeWidth&quot;:300,&quot;bytes&quot;:74798,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181987879?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!7nav!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 424w, https://substackcdn.com/image/fetch/$s_!7nav!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 848w, https://substackcdn.com/image/fetch/$s_!7nav!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 1272w, https://substackcdn.com/image/fetch/$s_!7nav!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F541dcc9f-719d-4682-bdd0-2c0dcf38fba5_814x814.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>December: Virtual Memory and Metaphor</strong></h3><p><strong>Reading: Matthew G. Kirschenbaum, &#8216;Extreme Inscription: Towards a Grammatology of the Hard Drive&#8217;; Italo Calvino, </strong><em><strong>Invisible Cities.</strong></em></p><p>The advent of virtual memory marked the shift from physical to abstract storage. Learning about how memory became virtualized in computers &#8211; no longer tied to specific physical locations but dynamically mapped and remapped by operating systems &#8211; introduced a new layer of ambiguity in our concept of memory. In this context, the illusion of continuous memory space maintained through constant background processes revealed memory more as performance than substance.</p><p>The final session turned to Italo Calvino&#8217;s <em>Invisible Cities</em> and the question: what core metaphors do each of us use to relate to memory? After months of technical readings, this offered space to share more personal reflections.</p><div><hr></div><h3><strong>What Keeps Recurring</strong></h3><p>Jumping around chronologically in our readings revealed that contemporary technical systems have rediscovered some of the tradeoffs and ambiguities of memory through different means. The tensions between capacity and retrieval speed, between compression and fidelity, between what to keep and what to discard appear whether discussing core memory in the 1950s, the hippocampus, or transformer attention mechanisms. Sometimes even fundamental mechanics resurface across substrates: magnetic core memory&#8217;s destructive reading &#8211; where retrieving a state requires overwriting it, before subsequently restoring the original &#8211; mirrors how human memory recall performs a recontextualizing function, potentially altering what remains in memory. Still, critical differences remain. Importantly, memory doesn&#8217;t oppose human knowing when it&#8217;s externalized into tools, because, ultimately, it never operated purely internally to begin with.</p><p>Memory operates as a biological process, technological substrate, cultural practice, and phenomenological experience simultaneously. No single framework dominated our discussions, perhaps because of our interdisciplinary composition as a group. Technical explanations of cache hierarchies sat alongside reflections on where memory feels like it resides in the body. Medieval mental diagrams found resonance with neural network architectures. The classical method of loci proved conceptually similar to how operating systems manage address spaces.</p><p><strong>Amidst reflections during the last session of the year, our group surfaced a strange irony: </strong><em><strong>sometimes what is remembered most is what is most dynamically changing</strong></em><strong>, through attention, interaction, and reinforcement from its world. </strong></p><p>In the medium term at least, fossilization ensures forgetting, whether for cities or neural patterns. That is, until the longer term, in which their presence might be uncovered millennia later, requiring us to map contemporary memories onto their molded matter.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://discord.com/channels/1082444651946049567/1379992696114122832&quot;,&quot;text&quot;:&quot;MRG @ Summer of Protocols Discord&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://discord.com/channels/1082444651946049567/1379992696114122832"><span>MRG @ Summer of Protocols Discord</span></a></p>]]></content:encoded></item><item><title><![CDATA[Curate Your Own Pipeline]]></title><description><![CDATA[Issue #80: How to use LLMs and write like a centaur]]></description><link>https://protocolized.summerofprotocols.com/p/curate-your-own-pipeline</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/curate-your-own-pipeline</guid><dc:creator><![CDATA[Amita]]></dc:creator><pubDate>Sun, 14 Dec 2025 19:42:57 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!CzAG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Stanley Chen rewrites every line that LLMs generate for him. He believes current models are neither sufficient as writers nor as judges of literary merit. And yet, long before the public had heard of ChatGPT, he made LLMs an essential part of his fiction writing process. He&#8217;s enough of a power user to have opinions about which model best handles Chinese punctuation marks (Gemini), and whether it&#8217;s worth running models locally for novel-length text (no).</p><p>Few science fiction authors have been as involved at the frontier of technological innovation as Stanley has. In 2019 he co-wrote a book, <a href="https://www.goodreads.com/book/show/56377201-ai-2041">AI 2041</a>, with the CEO of Google China, Kai-Fu Lee. That same year, the World Economic Forum <a href="https://www.weforum.org/stories/authors/chen-qiufan/">tapped</a> him to help imagine possible futures. I had the opportunity <a href="https://www.youtube.com/live/QZwciILmsx8?si=Ra-d7UyasqJe5Axw">to ask Stanley about his process</a> and his work. What follows are some highlights and you can find the full transcript <a href="https://protocolized.summerofprotocols.com/p/centaur-fiction-with-stanley-chan">here</a>. The text is lightly edited for clarity. All quotes are marked with timestamps [min:sec].</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!CzAG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!CzAG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!CzAG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png" width="500" height="625" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1120,&quot;width&quot;:896,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1775670,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181406543?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!CzAG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!CzAG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe62b242d-aab9-47d9-8087-e68aa93fb3ed_896x1120.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Art by <a href="https://www.titles.xyz/collect/base/0xcad3b33c98c46f07f8611df712fb36ad936c277f/182">hulabitasmitasmita</a>, made using a <em>Protocolized</em> model at <a href="https://www.titles.xyz">titles.xyz</a></figcaption></figure></div><p><em>Protocolized</em> encourages its writers to use LLMs and other AI tools. I&#8217;ve been trying to use LLMs in my writing, but just haven&#8217;t been satisfied with the results recently. At the same time, I feel an ongoing tension about that &#8211; how could I <em>not</em> be finding it useful to draw upon the entire combined archives that were scraped from the open web?</p><p>Stanley touched on this feeling early in our conversation:</p><blockquote><p>[10:20] I think it&#8217;s not there yet. So you feel like always there&#8217;s something missing here, or this character might not seem to be 100% aligned and this dialogue could be a little bit cheesy. There&#8217;s always something there &#8211; so you will not be satisfied at all.</p></blockquote><p>Despite that, he&#8217;s designed a custom workflow that he feels <em>does</em> enhance both his fiction writing and his fiction translation outputs. As a longtime teacher of fiction writing, he&#8217;s also able to provide some direction for what to focus on to create actual improvement. Indeed, our conversation did frequently return to the <em>taste</em> that needs to underlie successful LLM use, and his suggestions for how to develop it. Be deliberate, Stanley says, about how <em>they</em> are prompting <em>you</em>:</p><blockquote><p>[03:56] It&#8217;s not just you prompting the LLM, but also the LLM as a prompt reversibly triggers your imagination and creativity.</p></blockquote><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><h3>Where LLMs fit into Stanley&#8217;s writing process</h3><p>Given the amount of time Stanley has spent tuning his use of LLMs for writing, I asked:</p><blockquote><p>[3:02] Where within your writing process do you see there being a use case for LLMs? Do you see it as more relevant during the writing process or editing process? What&#8217;s your philosophy there?</p></blockquote><p>His response:</p><blockquote><p>I thought it was just for collecting the data and information and trying to build the structure. But now I think it&#8217;s it&#8217;s both &#8211; it&#8217;s when you&#8217;re conjuring ideas, when you use it for world building, character building, and structure building. But also you can use it for rendering your style in a way and trying to find a correspondence between different disciplines. For example, when you try to use a very comprehensive metaphor to describe some super complex science theory. An LLM can usually give you some options that you can choose from&#8230; </p><p>I will use different models for different purposes, and I will separate different tasks. Maybe one big task, you can break it down to different small parts and you give it to this model or give it to that model, or you might want to rerun an output in a different model<a href="https://amitashukla.substack.com/p/8edd0c8a-99e6-48ad-9301-433329f6acb7#footnote-1-176963963"><sup>1</sup></a> And you try to find the best outcome. But you have to, I mean, you have to train yourself with some kind of good taste.</p></blockquote><p>This question of taste reappeared throughout the process, craft, and philosophy sections of our conversation. <em>Taste</em> and <em>agency</em> have been two buzzwords of 2025, for anyone tech-adjacent and terminally online.</p><p>My question to Stanley, then, was: Can you <em>improve</em> your craft as a fiction writer using LLMs? If so, how? This was a question that was particularly on my mind as someone relatively new to fiction writing. It seems like a skill issue not to have found a good workflow for this. Stanley agreed &#8211; <em>improving</em> your craft happens beyond the actual writing practice. An LLM can give you options, and your job as the writer is to have a consistent taste to discern which among them serves your vision.</p><p>That means no copy-pasting.</p><blockquote><p>[10:04] I always rewrite. I couldn&#8217;t use even a single line it gave me directly. I think in a way there&#8217;s some legal issues. But through time and through your career, you raise the bar. You have a higher understanding, you have a deeper understanding of writing as a craft. You have to redo it over and over again. When you find your touch, you find the right feeling. I think that&#8217;s the most important thing.</p></blockquote><p>This really reminded me of a college professor I had who swore by manually retyping code snippets from Stack Overflow. &#8220;You&#8217;ll see what&#8217;s wrong with it and change it when you rewrite it,&#8221; he said.</p><p>My former Spanish teacher said something similar. His rule was that when using Google Translate, even if you <em>know</em> the translation it gives you is correct, you still have to re-type it yourself. And then when you do, you often notice ways in which it was subtly wrong.</p><p>Oh, and speaking of translation &#8211;</p><h3>Translating fiction with AI</h3><p>Stanley and Ken Liu have had a multi-year, two-way partnership in translation &#8211; Ken Liu translated Stanley&#8217;s<em> Waste Tide</em> into English. Stanley translated some of Ken Liu&#8217;s work into Chinese.</p><blockquote><p>[11:46] When I translated some of Ken Liu&#8217;s work into Chinese I used an LLM to find the tongue. I think it&#8217;s very difficult to capture the style, the tongue. It&#8217;s at the inter-linguistic level. You have to find the right slang, for example, or the right metaphor. Sometimes there are some cultural references that might not be able to directly attach with something in Chinese, or the other way around. So I think it&#8217;s always useful to use LLMs to help you to find something you know as a counterpart of the the language and the culture. Again, this is about <em>taste</em><strong>.</strong> If you are bilingual you can feel the nuance and you can feel the subtlety of the language and the literature and you you might feel, &#8220;oh this is not exactly what the author tried to do in the original version.&#8221;</p><p>So sometimes they do experiments as well. The previous work can be referenced, but it&#8217;s not exactly the same, right? So we have to... dive deeper and we try to understand what the author really tried to do. And we come up with this idea, or maybe we could create this kind of style in Chinese to fully capture what the author tried to do. And we try to have the LLM represent what we think might be correct or close enough. But again, it&#8217;s not easy. So maybeit&#8217;ll give you the mediocre, or an average level of translation.</p><p>So I think this is like back and forth. I don&#8217;t think you can fully rely on LLM to do the translation, especially on literature.</p></blockquote><p>Again, the role of the LLM here, in Stanley&#8217;s view, is largely to present you with a palette of options.</p><p>So what&#8217;s happening in between, then? What&#8217;s happening while you&#8217;re redoing it over and over again, prompting the LLMs and letting them prompt you back?</p><blockquote><p>[28:48] As with every tool, you can use it in a dumb way, or in a smart way. You can use it to be lazy, or you can use it to challenge yourself. You think firstly and you see what the AI gives you and you try to compare the two. And you can see, okay, maybe this is what I&#8217;m missing here. These are my blind spots and there&#8217;s something nice, nicely done there. So maybe this is the focus area I should look into next time. So I think it&#8217;s a very good practice for your brain, for your imagination, for your narrative... </p></blockquote><p>This was the thread I was really trying to pull on throughout our entire conversation. What does it look like, to Stanley, to use LLMs in a smart way?</p><p>It means being in dialogue with them, and being fluid about their role in your process. I asked Stanley what his mental model is when he uses AI in his fiction process &#8211; tool, palette, partner? Something else?</p><blockquote><p>[4:52] It&#8217;s inter-subjectivity, so it&#8217;s something in between. You can see this subjectivity shifting or flowing between me and the machine in a distributed way. So I think all the magic happens in between. During the process, you know, think about electricity, think about the energy flows.</p></blockquote><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Hm7Q!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png" width="500" height="625" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1120,&quot;width&quot;:896,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1343221,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181406543?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!Hm7Q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffd8047c8-b463-4382-9076-a67876fc3e36_896x1120.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Art by <a href="https://www.titles.xyz/collect/base/0x8233248311cb009f809f3fd9e7220efd9eac97e0/161">milarosa1705</a>, made using a <em>Protocolized</em> model at <a href="https://www.titles.xyz/">titles.xyz</a></figcaption></figure></div><h3>Interacting with your characters</h3><p>Generative technologies offer new opportunities to interact with your characters and to <em>discover</em> them, even as the author.</p><blockquote><p>[15:05] I&#8217;ve been playing with Midjourney and, recently, with Sora 2. It&#8217;s very interesting because when you have a character in your imagination there&#8217;s a distance, right. It&#8217;s kind of vague, kind of abstract. But when you transform it into a very vivid and and visually stunning image, even an animation, you give it more information. You might be triggered with a sense of how the character acts, or talks, or responds to certain scenarios. </p></blockquote><p>What does it look like, though, to flesh out those characters, and to visualize them within the space of Sora or similar tools? Stanley experimented with assigning characters into the 16 Meyers-Briggs personality types.</p><blockquote><p>[16:49] Now you can divide yourself. You can role play with different personalities. Each type could be attached to specific characters. You can interact and this becomes a role-playing game, like LARP. But also I think in the future, we might use Midjourney or Sora to do a real role-playing game. Everyone could create something like that. It&#8217;s not only writing a novel, but also creating something visually. I think that&#8217;s the future.</p></blockquote><p>He&#8217;s been involved in an immersive drama production in Hangzhou. The premise is that its eight characters are all reincarnated.</p><blockquote><p>[19:25] We have previous lives, we have this life, and the next life. When people buy the ticket, if they pay more they can see different lives. If they pay less they only see this life. So they can choose, just like in <em>Sleep No More</em> in New York. And you can follow different story lines to explore. I found it fascinating because there are some interactions between the characters and the audience. And it might trigger something that wasn&#8217;t in the script. Sometimes the character might have to improvise. But from the very beginning, we had like a big Bible defining the world building, and each character, like attached to the different lives. Part of their identity and part of their personality has been changed, like your job, your career, even your appearance, but part of it, like the soul, you know, like some addiction, like some fears, like some anxiety pattern has not. This is a very different way of creating and also a different way of storytelling.</p></blockquote><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><h3>Keeping the process separate from the product</h3><p>However, Stanley cautions, you still need to be deliberate about how much information you are providing to your readers.</p><p>Unveiling the process is helpful to a point, but the work needs to stand alone. The artist should clearly have a vision about where the work ends and what the reader needs to figure out on their own.</p><p>This is one of the aspects I admire most about Stanley&#8217;s fiction. As much as the process is important, and as much as he&#8217;s been willing to publicly share about it &#8211; including in this interview &#8211; the work itself is the thing.</p><blockquote><p>[21:07] Maybe there&#8217;s some fan fiction &#8211; readers can develop the character by themselves, they might have some alternative history, some subplots &#8211; like branches, storylines. So they can develop something like that. But I think to me what I should reveal to the readers is already written. You can interpret it by yourself, that&#8217;s your freedom. I always say, OK, just figure it out by yourself because what I want to say is already written there.</p><p>Even the endings. With a semi-open ending a lot of people ask me, &#8220;what does it mean?&#8221; </p><p>You have to fill in the blank with your own imagination. I think that&#8217;s the best part of it. You can keep guessing, you can keep thinking about it. That&#8217;s what I try to do.</p></blockquote><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!B4bl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!B4bl!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!B4bl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png" width="500" height="625" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1120,&quot;width&quot;:896,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:1445946,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/181406543?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!B4bl!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 424w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 848w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 1272w, https://substackcdn.com/image/fetch/$s_!B4bl!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c95d37-d36a-4938-9f53-925d8e33829c_896x1120.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Art by <a href="https://www.titles.xyz/collect/base/0x9725f22f428322f038ee0a4a42af602089e40f45/86">threerey</a>, made using a <em>Protocolized</em> model at <a href="https://www.titles.xyz/">titles.xyz</a></figcaption></figure></div><h3>Shaping the future with writing</h3><p>Part of shaping the future with writing is about experimenting with form and embracing the new. </p><p>I asked about the prospects for young, emerging authors:</p><blockquote><p>[48:59] They are suffering because there&#8217;s no platform at all. There&#8217;s no publication. There&#8217;s no opportunity for them. So I think this is very, very cruel. People feel angry. People feel that they&#8217;re outliers, that they&#8217;ve become irrelevant in a way, right. I don&#8217;t see an easy solution here.</p><p>But I always told my students, you have to create your own job in the market. Maybe it doesn&#8217;t exist yet, but you have to start to get down to work and start to build your own career, not just waiting there, waiting for some companies, you know, some bosses to give you one, to offer you one. I think this is the reality.</p><p>And with AI, I think, yes, they can do it, but they need to refresh their experience. They have to unlearn whatever they&#8217;ve been taught, you know, from the traditional schools or parents or educational institutions.</p></blockquote><p>In his own work, Stanley has been very proactive about forming partnerships with people directly making decisions that impact the future.</p><p>While he&#8217;s a sci-fi writer, he has been invited give guidance in technology and  economics discourses.</p><p>So what perspectives does he find it useful to share in those forums?</p><blockquote><p>[56:36} We&#8217;re so small, we&#8217;re so powerless. This is a structural asymmetry. I think punk, like solar punk, basically is what we need here. And how we should do that starts from creating new kinds of metaphors. Because metaphor is how we package and compress all this storytelling, emotion, ethics, values, mythology all together. It&#8217;s like a super efficient info pack. But it takes a very long time to form a metaphor. So that&#8217;s why we should start now. We need some time to build up new metaphors&#8230;</p><p>I try to shift the vision for these people because they are the one who spend the money, make the action and policy-making, etc. I think you should do something to change the narrative, change the metaphor and tell a new story and create a new myth for the future.</p></blockquote><div data-component-name="FragmentNodeToDOM"><p>Lastly, I couldn&#8217;t resist asking about some specific procedural steps:</p><blockquote><p>[7:40] I think Claude is good on the language level &#8211; it is more nuanced, is more human in a sense. But I found it couldn&#8217;t do full-width punctuation marks in Chinese. I&#8217;ve tried different ways to teach it how to use the right marks, but I fail all the time. Gemini has a longer context window so it allows us to have novel length materials. And you try to summarize something or you try to dig deeper in a very accurate place, even down to sentence level. Gemini helps a lot in doing this kind of long text task. So I think, of course, different models, they have different characters and they have their different styles.</p><p>You have to really dig deeper and try to find your own pipeline. I think this is very unique individually. Design and curate your own pipeline to better optimize your workflow. This is how I adapt myself to this new way of working, new way of writing.</p></blockquote><p><em><strong>Listen to the full conversation that I had with Stanley:</strong></em></p><div id="youtube2-QZwciILmsx8" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;QZwciILmsx8&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/QZwciILmsx8?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div></div>]]></content:encoded></item><item><title><![CDATA[Disentangling the State of Climate Protocols]]></title><description><![CDATA[Issue #78: A big little idea called durability]]></description><link>https://protocolized.summerofprotocols.com/p/disentangling-the-state-of-climate</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/disentangling-the-state-of-climate</guid><dc:creator><![CDATA[Cory Levinson]]></dc:creator><pubDate>Sat, 06 Dec 2025 18:54:22 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f5c2f401-eb81-43ae-9121-d2f56529224a_2000x1333.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em><strong>In this issue: </strong>Engineer, analyst, artist, and former <a href="https://summerofprotocols.com/">Summer of Protocols</a> visiting researcher <strong>Cory Levinson</strong> surveys current climate protocols.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!vv87!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!vv87!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!vv87!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!vv87!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!vv87!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!vv87!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1456,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:36148,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/180814633?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!vv87!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!vv87!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!vv87!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!vv87!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc817dc78-16e9-4778-8f5c-4ddedb1d4c40_1488x1488.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Art from one of our bespoke titles.xyz models. Have you <a href="https://www.titles.xyz/model/vVLFT9W9xFKOIGHguEfk">tried it</a> yet?</figcaption></figure></div><div><hr></div><p>A lot has changed in climate protocols in recent years. In 2023, when I <a href="https://www.youtube.com/watch?v=MUfqF_3fghE">first gave a talk</a> on this topic for Summer of Protocols&#8217; inaugural research cohort, the two previously disconnected worlds of traditional carbon markets and DeFi had only recently collided. The main character in that clash, KlimaDAO, had proclaimed itself as a &#8220;black hole for carbon&#8221; upon its launch and <a href="https://www.wsj.com/articles/cryptocurrency-traders-move-into-carbon-markets-11641826402?gaa_at=eafs&amp;gaa_n=ASWzDAiHA0U32wYHSANKLenj5LKmhFTwoqMnjpFbefCsFEe_--x_J1OlXNwpr7S3LHE%3D&amp;gaa_ts=68c24252&amp;gaa_sig=PjZA_aIDPwzhiwSSlucSxGxG4NegYzHLJ2eWL9wctXTBkSC9PLarUfV815wiwCehfUbUsQ2qsE-dn0S9bxIYRQ%3D%3D">sucked 17 million metric tons of CO2</a> from suit-and-tie carbon market registries like <a href="https://verra.org/">Verra</a> into its treasury, thus transforming millions of carbon credits into a new <a href="https://carbonplan.org/research/toucan-crypto-offsets">zombified</a> onchain form that neither the corporates nor the <a href="https://www.webopedia.com/crypto/learn/degen-meaning/">degens</a> knew what to do with. <a href="http://regen.network/">Regen Network</a>, perhaps the oldest player operating at the intersection of crypto and climate tech, was in the process of expanding beyond its focus on carbon, taking in other environmental markets such as biodiversity crediting.<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a> While it may seem strange to be designing markets for biodiversity when we still can&#8217;t seem to get carbon markets right, biodiversity crediting has managed to attract attention from international policy players such as the United Nations Development Programme and UN Environment Programme through efforts like the <a href="https://www.biodiversitycreditalliance.org/">Biodiversity Crediting Alliance</a>. Regen Network soon found itself partnering with some very promising groups working in this sector, from the Colombian habitat bank developer <a href="https://medium.com/regen-network/terrasos-and-regen-network-pioneering-transparent-scalable-markets-for-biodiversity-credits-7fb23b38979a">Terrasos</a> to indigenous leaders from the <a href="https://www.registry.regen.network/learning-center/urban-forestry-part-3-protecting-mature-forests-and-wildlife-habitat-corridors">Sharamentsa Achuar community</a> in the Ecuadorian Amazon.</p><p>Regen Network&#8217;s pivot to broaden beyond carbon stemmed both from a desire to resist <a href="https://www.bcg.com/publications/2023/beyond-carbon-tunnel-vision-in-food-ecosystem">carbon tunnel vision</a>, and a response to a failing voluntary carbon market. The more traditional subsector of the carbon markets &#8211; consisting mostly of <a href="https://verra.org/methodologies/vm0047-afforestation-reforestation-and-revegetation-v1-1/">reforestation</a> and <a href="https://verra.org/methodologies/vm0048-reducing-emissions-from-deforestation-and-forest-degradation-v1-0/">avoided deforestation</a> credits &#8211; had continued to face challenges, both from the plummeting corporate demand, which culminated in <a href="https://www.theguardian.com/environment/2023/jan/18/revealed-forest-carbon-offsets-biggest-provider-worthless-verra-aoe">the Guardian&#8217;s expos&#233; denouncing Verra&#8217;s REDD+ program</a> in early 2023; and from continued slow progress instrumentalizing Article 6 of the Paris Agreement &#8211; a key piece of the international climate treaty that aims to clarify how nation states can trade carbon credits against their NDCs (nationally determined contributions towards limiting CO2 emissions).</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">You&#8217;re reading <em>Protocolized</em>, a new digital magazine about Earth&#8217;s invisible infrastructure.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h3>Durability: A New Focus for Carbon Markets</h3><p>Despite the world&#8217;s complete failure to put a meaningful dent in greenhouse gas emissions, over this same period of time a new and more focused carbon market in durable carbon-dioxide removal started gaining traction in both the regulatory and corporate sustainability worlds. A significant marker of this shift was the launch of Frontier in 2022, a <a href="https://frontierclimate.com/writing/launch">$1B+ advanced market commitment for durable carbon removal</a> led by Stripe, Alphabet, Meta, Shopify and McKinsey. This renewed focus on more permanent carbon removal and storage technologies (often abbreviated as CDR) represents a rebranding of the legacy carbon markets away from greenwashing and questionable &#8220;counterfactual claims&#8221; of avoidance-based forest carbon credits, and toward scientifically verifiable removals where the CO2 sequestered can be safely assumed durably stored underground or in the depths of the ocean for hundreds or thousands of years. The approaches and technologies being researched and deployed in the CDR sector vary widely, from highly engineered <a href="https://www.energy.gov/oced/DACHubs">direct air capture facilities</a>, to <a href="https://ucanr.edu/blog/green-blog/article/rock-weathering">spreading pulverized volcanic rock dust over agricultural fields</a> so that it reacts with and absorbs CO2 under rainfall, to <a href="https://www.equatic.tech/articles/equatic-to-build-north-americas-first-commercial-scale-ocean-based-carbon-removal-facility">electrochemically removing CO2</a> from the surface level of the ocean or <a href="https://www.carbontosea.org/why-oae/">otherwise altering seawater chemistry</a> to enhance the ocean&#8217;s capacity to absorb CO2 from the atmosphere.</p><p>If this all seems bewildering and daunting, trust that it&#8217;s hard to keep track of existing and emergent CDR pathways even for those working in the industry. One could ask why we need so many different strategies for sequestering carbon out of the atmosphere. The answer to this question is, in principle, pretty simple. We don&#8217;t know which strategies will scale, and we need to scale very quickly. In 2023, the Intergovernmental Panel on Climate Change (IPCC) released its <a href="https://www.carbon-direct.com/insights/ipcc-report-carbon-removal-is-now-required-to-meet-climate-mitigation-targets">synthesis report</a>, stating that, even in best case scenarios for emissions reduction, an estimate of 5 to 13 gigatonnes (Gt) of carbon dioxide removal (CDR) will be needed annually by 2050 in order to limit global warming to 1.5&#176;C and achieve net-zero emissions. So, at this point in time, the industry consensus is that we need to be funding, researching, and exploring all feasible pathways, with humility and understanding that any potential solution may, at any time, be deemed uneconomical, unsafe, or otherwise unfeasible.</p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!uk1f!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!uk1f!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!uk1f!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1456,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:61800,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/180814633?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!uk1f!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!uk1f!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5b40cd-7195-43a3-8ecc-28bd59ffe844_1488x1488.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3>A Protocol with a Thousand Faces</h3><p>Protocols and carbon markets have had a complicated entanglement since the earliest days of international climate agreements. The predecessor to the Paris Agreement was explicitly titled the Kyoto Protocol, and prior to that was the Montreal Protocol (often touted as an early success of international environmental agreements). In contemporary carbon markets, the term <em>protocol</em> has evolved from being used to designate a singular stamp of overarching international consensus to instead operating like a Swiss Army knife of sorts. Whether in the corporate sustainability arena of voluntary carbon markets, or the nascent but rapidly evolving jurisdictional and international compliance markets, if there&#8217;s a problem with clearly defining something, or a lack of consensus regarding what exactly something means, slap the term protocol on it! The word itself becomes elastic, with varying focus and specificity that can stretch and shape to any context. In the context of today&#8217;s voluntary carbon market, the industry&#8217;s self-appointed governing bodies, known as &#8220;registries&#8221; (e.g. Verra, Gold Standard, Isometric, American Carbon Registry) publish protocols &#8211; programmatic rules which dictate what kinds of activities need to be undertaken to warrant issuing carbon credits, and how those activities must be monitored, reported and verified (a process which is abbreviated as MRV).</p><p>In this wild-west, funded predominantly by corporate do-goodism, competing registries beget competing protocols. Furthermore, with a seemingly boundless set of different sequestration pathways being explored, a key indicator of pathway maturity is how many registries have codified a protocol for a given pathway. Without any infrastructure in place to compare projects across different protocols, the market remains fractured. Prices vary across pathways and protocols and the industry has little consensus on which approach is right. Toss in the fact that we are still waiting on UN policy guidance detailing which <em>methodologies</em> (the UNFCCC&#8217;s term for MRV protocols) are to be approved for use in country-level trading of carbon balances under the Paris Agreement Crediting Mechanism, and it&#8217;s easy to see how neither the voluntary nor compliance markets can make up their mind about what&#8217;s good enough. The Article 6.4 Supervisory Body is <a href="https://www.sylvera.com/blog/cdm-article-6-pacm-transition-carbon-credit-quality-integrity">still working through this task nearly ten years after the Paris Agreement was signed</a>.</p><p>A core tension here is that despite failing to provide any concrete pathway to fungibility for carbon financiers (demand is still <a href="https://www.cdr.fyi/blog/2025-q1-durable-cdr-market-update-back-at-basecamp">concentrated in a handful of players</a>, and supply too heterogeneous), these protocols supposedly exist for the explicit purpose of making real-world carbon removal interventions legible for financial markets. In this way, to ask whether the MRV protocols of Verra, Gold Standard, Isometric or Puro function more as scientific protocols or financial protocols is a question of perspective. Scientific for sure, but their function as financial protocols remains aspirational at best.</p><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BRpX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BRpX!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BRpX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1456,&quot;width&quot;:1456,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:48968,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/180814633?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!BRpX!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 424w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 848w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 1272w, https://substackcdn.com/image/fetch/$s_!BRpX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F233b9219-12e1-4a85-a3ed-83a128d0b08a_1488x1488.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3>Data Protocols Behind the Curtain</h3><p>With the industry&#8217;s spotlight on durable CDR, the resulting diversity of pathways and technological approaches to carbon removal is likely the main culprit in our current protocol predicament. If carbon markets were still dealing only in forest carbon, the industry&#8217;s first attempt to solve inter-registry interoperability with the <a href="http://climateactiondata.org/">CAD Trust</a> might have delivered on its promise. That story begins in late 2022, with a group including IETA (International Emissions Trading Association) and The World Bank <a href="https://climateactiondata.org/cad-trust-officially-launched/">launching the Climate Action Data Trust</a> as an attempt to harmonize data schemas from the various carbon market registries. Key to their approach was developing a shared meta-registry: a new database for existing registries to report their own project and transaction data to that could prevent double counting and support interoperability between the various different carbon registries. As with many other double counting prevention initiatives in enterprise or business arenas, there was a blockchain component, and Chia Network was to serve as the blockchain technology partner in the project.</p><p>Fast forward to 2025 and CAD Trust still exists, but with the durable CDR market dealing in carbon credit offtake agreements the size of a Series C financing round (see Frontier&#8217;s <a href="https://www.esgtoday.com/mckinsey-jpmorgan-alphabet-others-sign-58-million-biomass-based-carbon-removal-deal-through-frontier/">$58M deal with BiCRS developer Vaulted Deep</a>), the CAD Trust approach of replicated harmonized meta-registry has done little to provide support in an area where much of the current market activity is in future-oriented offtake agreements. On top of that, CAD Trust&#8217;s focus on technical API integrations has made adoption slow among legacy registries like Verra and Gold Standard, and nonexistent among the younger durable CDR-focused registries like Isometric or Puro.</p><p>One thing CAD Trust did get right from the beginning was bringing data standards into the spotlight. In the years since, several other initiatives have followed their lead. The <a href="http://cdop.info/">Carbon Data Open Protocol</a> (CDOP) is likely the carbon market data standards initiative with the most industry traction today. Launched as a multi-stakeholder initiative, led by RMI, S&amp;P Global, and Sylvera (a prominent carbon credits rating agency) among others, CDOP focuses on harmonizing data schemas and vocabularies between the many different actors in today&#8217;s carbon market. Arguably more important than what CDOP is, is what it is not. By electing not to build any infrastructure or host project and transaction data themselves, CDOP sidesteps the risk of becoming another value-extracting intermediary in an already crowded market, leaving open the possibility that the project could get enough traction to serve as a genuine interoperability layer.</p><p>In carbon markets, where data isn&#8217;t at risk of disappearing and transactions are often built upon trust between known parties, interoperability initiatives don&#8217;t necessitate the fully-replicated data infrastructure that blockchains provide. With this in mind, any initiative claiming to enable interoperability in carbon markets should focus its energy on developing open standards, exchange formats, and governance frameworks rather than building its own infrastructure and risk becoming yet another silo to navigate. For CDOP this approach is more than an implementation detail, it&#8217;s deeply embedded in the initiative&#8217;s branding and overall strategy (see their July 2025 blog post <a href="https://www.cdop.info/blog/carbon-markets-need-berners-lee-moment-for-data-standardization">Carbon Markets Need a Berners-Lee Moment for Data Standardization</a>).</p><p>Will this latest attempt to protocolize the carbon markets improve our ability to meaningfully scale carbon removal? Early signs suggest momentum is building. Even ISO is paying attention now, having initiated, in October 2025, a working group to develop a standard <a href="https://www.iso.org/standard/77780.html">Data Model for Carbon Credit Markets</a>, in which <a href="https://climateactiondata.org/iso-standard-for-carbon-data-model-under-development/">both CDOP and CAD Trust will have membership</a> as nominated experts. If the scientific, financial, and data infrastructure continues to mature, the foundation will be there to support the gigaton scale CDR needed by 2050. Leaving one question remaining&#8230; Will the incentives and resources align fast enough to make it a reality?</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p><em>Cory Levinson is a software consultant working on data standards in the carbon removal industry, serving as technical lead for Carbon To Sea&#8217;s Ocean Alkalinity Enhancement Data Management Protocol, working with the ocean science consultancy Submarine Scientific. He is an active member of the Carbon Data Open Protocol&#8217;s Technical Working Group, and is currently pursuing an MSc in the Soils &amp; Biogeochemistry Graduate Group at UC Davis. Views expressed here are the author&#8217;s own and don&#8217;t necessarily reflect those of any affiliated organizations.</em></p><div><hr></div><p>This text is based on a talk which Cory gave for Summer of Protocols in July.</p><div id="youtube2-rYhAkVFRbjo" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;rYhAkVFRbjo&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/rYhAkVFRbjo?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p> Regen was founded in 2017, and I was working there from 2020 through most of 2024.</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[Coffee, Diplomacy, Contest News]]></title><description><![CDATA[Issue #76: A host of program updates from Summer of Protocols]]></description><link>https://protocolized.summerofprotocols.com/p/coffee-diplomacy-contest-news</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/coffee-diplomacy-contest-news</guid><dc:creator><![CDATA[Timber Stinson-Schroff]]></dc:creator><pubDate>Fri, 28 Nov 2025 19:01:03 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!HTz5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HTz5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HTz5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HTz5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1000,&quot;width&quot;:1000,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:105382,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/180132047?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!HTz5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 424w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 848w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 1272w, https://substackcdn.com/image/fetch/$s_!HTz5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7471e2a2-ad18-415b-846b-11d97a2e6230_1000x1000.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h3><strong>Update on our current writing contest</strong></h3><p>We&#8217;ve extended the deadline for <strong><a href="https://protocolized.summerofprotocols.com/p/building-and-burning-bridges">Building and Burning Bridges</a></strong>,<strong> </strong>our Bridge Atlas-inspired short story contest. The judging panel has now assembled and includes Nils Gilman, who appeared in episode 2 of the Bridge Atlas salon series, and previous <em>Protocolized </em>contest winner Spencer Nitkey, as guest judges.</p><p><em><strong>Your story of diplomacy, bridges, and espionage is now due December 8, 2025.</strong></em></p><p>This means that you&#8217;ll have one more opportunity to get some community feedback on your work. Join our Special Interest Group on Protocol Fiction for its next call, December 4 at 10am Pacific Time. More information in our public Discord server&#8217;s <a href="https://discord.gg/Y8nwfcMUWk">#protocol-fiction channel</a>. We&#8217;ve provided thorough contest instructions <a href="https://protocolized.summerofprotocols.com/p/building-and-burning-bridges">here</a>, and there are some bonus ideas hidden below to draw on.</p><p>After seeing the first three protocol fiction anthologies <strong>in print</strong><em><strong> </strong></em>last week, we&#8217;re particularly eager to see this next thematic collection come together. This contest is our most complicated yet. We can&#8217;t wait to read some tales about what the future of diplomacy might be like &#8211; and to assemble another <a href="https://protocolized.summerofprotocols.com/p/collections">collection</a>.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6d623bde-a46f-419c-bb71-d4e672cbdd9b_1280x990.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/33c3b0cc-a034-4f75-9e22-70636abe73cf_1280x990.jpeg&quot;},{&quot;type&quot;:&quot;image/jpeg&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d1003f69-2e85-4275-bbea-91b9dcea8b79_1280x990.jpeg&quot;}],&quot;caption&quot;:&quot;The flagship Protocolized anthologies.&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f52de02f-1f93-428d-afbc-bff1436690b7_1456x474.png&quot;}},&quot;isEditorNode&quot;:true}"></div><p>It&#8217;s time to lead the next renaissance in science fiction. We are on the cusp of so many new, interesting technologies that have not yet received thorough treatment in fiction. Cryptography, GLP-1&#8217;s, rapid vaccine development, glowing plants, cheaper-than-gas solar energy, universal translators, supersonic transport&#8230;</p><p>Protocol fiction, which focuses strictly on special rules over special people, is a good way to take a shot at telling stories about these strange new developments in science. </p><p>Plus there are tremendous prizes for the <strong>Building and Burning Bridges</strong> contest, which <strong>closes December 8</strong>, where you can tie in some of these technologies.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/p/building-and-burning-bridges&quot;,&quot;text&quot;:&quot;Enter a Story&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/p/building-and-burning-bridges"><span>Enter a Story</span></a></p><div><hr></div><h3><strong>Meeting with protocol thinkers</strong></h3><p>The cafes of Paris, Vienna, and the rest of Europe were lighthouses of intellectual activity. People would discuss economics, philosophy, and industry, and drink coffee in quantities inadvisable by modern health standards.</p><p>In a protocol-ish twist, we organized a meetup in a small, industrial coffee roastery. During our Bridge Atlas event at last week&#8217;s Devconnect, we invited a mix of participants from Buenos Aires and some visiting from abroad to share and discuss ideas. Of course, the first topic was coffee production &#8211; participants watched the roasters in action as they walked everyone through their protocols during a small batch. Like listening to someone explain protocols for <a href="https://www.youtube.com/watch?v=fKqNSE9NmGU">poetry</a> or <a href="https://www.youtube.com/watch?v=ve0oe09LhI0&amp;list=PLIk0EtKZjVlv8VMGoIrENsV_LP-bdr_28&amp;index=5">music</a>, it was surprisingly technical. The freshly roasted beans were then bagged and taken home by attendees.</p><p>The meetup included two panels that discussed how protocols could be used to bridge divides between technology and culture, then debated how the protocolization of migration and mobility will continue. Some key highlights:</p><ul><li><p>It&#8217;s hard to explain how the world works (or fails) and simultaneously tell a good story.</p></li><li><p>The work of translating technical features of a protocol into marketable features is an artistic practice.</p></li><li><p>Just as there are safety protocols in place for internet users, there must be safety protocols for AI users.</p></li><li><p>Citizenship has scaled from cities to states &#8211; rules for planetary citizenship are creating a future which we&#8217;re already seeing glimpses of.</p></li><li><p>Traditional diplomats are on the back foot. New side channels continue to open up and more non-state actors are getting involved in a permissionless fashion.</p></li></ul><p>We&#8217;re still working on making a distributed Vienna for protocol studies happen. If you do research as a hobby (and you should!) the <a href="https://discord.gg/Y8nwfcMUWk">Summer of Protocols Discord</a> is a unique place to hang out and share caffeine-powered ideas.</p><div class="image-gallery-embed" data-attrs="{&quot;gallery&quot;:{&quot;images&quot;:[{&quot;type&quot;:&quot;image/tiff&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/39d3553f-e964-4b5f-b06c-239e181ca018.tif&quot;},{&quot;type&quot;:&quot;image/tiff&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/25e671cc-ba7a-4000-ae48-45508dd8f5c3.tif&quot;},{&quot;type&quot;:&quot;image/tiff&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/91e8fbe5-c248-4bc8-b775-16cff1ff2f6e.tif&quot;},{&quot;type&quot;:&quot;image/tiff&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b8861536-31d4-4f10-b08f-4865bffb9b99.tif&quot;},{&quot;type&quot;:&quot;image/tiff&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a1461cb4-5268-4cac-91f8-a9a9b541c5b1.tif&quot;}],&quot;caption&quot;:&quot;Special thanks to SoP alumnus Nicol&#225;s Madoery for co-hosting this meetup.&quot;,&quot;alt&quot;:&quot;&quot;,&quot;staticGalleryImage&quot;:{&quot;type&quot;:&quot;image/png&quot;,&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3ff85099-0aeb-44f4-93d7-5608beb512ec_1456x1210.png&quot;}},&quot;isEditorNode&quot;:true}"></div><div><hr></div><h3><strong>Running a diplomacy workshop</strong></h3><p>Devconnect is a biannual conference for developers who work on the Ethereum protocol. We attended as well, to learn about frontier developments in programmable cryptography, and to facilitate a workshop on <em>ecosystem</em> <em>diplomacy</em>.</p><p>Governments, standards bodies, and corporations create critical infrastructure &#8211; often together &#8211; and must manage tensions. Technology ecosystems (especially those that maintain protocols like Ethereum, TCP/IP, Linux, or even how we decide when to wear medical masks) must also build bridges with the rest of the world. Unfortunately, technologies can&#8217;t hire or appoint diplomats. People instead <em>choose</em> to take on that job.</p><p>We put on a full-day workshop on ecosystem diplomacy. It was based on three years of research from Summer of Protocols and especially our recent Bridge Atlas series. Why diplomacy? Isn&#8217;t that just for governments?</p><blockquote><p>The workshop talks introduced some useful tools and are available on the Ethereum Foundation&#8217;s YouTube channel. Watch the talks <a href="https://www.youtube.com/watch?v=szklyKbIiuk">here</a>. Get the slides <a href="https://docs.google.com/presentation/d/1MxkBg_JJe5Oe6n6_P__cdKU5DbURBNqtjQjJkZ6FV6U/edit?usp=sharing">here</a>.</p></blockquote><p>No &#8211; even a technology like steel production needs diplomacy. For example: there are strong cultural and political factors at play when a company chooses a location for its next plant. People&#8217;s relationship with work and with employers varies a lot between cultures. That relationship can directly affect production schedules and planning processes. And that&#8217;s <em>just to make metal</em>, where causality flows mostly one way: from culture to the technology (and its implementation).</p><p>Protocol technologies like encrypted messaging have a deeper political element. The causality flows both ways, which means stakeholders have, well, more at stake. A tool like censor-resistant social media will affect culture in hard-to-predict ways. Making new markets and customers isn&#8217;t just about interfaces or features, but increasingly about diplomatic groundwork.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Get access to the ecosystem diplomacy workshop template when we publish it.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h3><strong>Summarizing the Bridge Atlas salons</strong></h3><p>If you haven&#8217;t already, be sure to listen to the <a href="https://www.youtube.com/playlist?list=PLIk0EtKZjVltdB39Tzin_NqRyDxsapYGG">series of salons</a> we recorded leading up to the ecosystem diplomacy workshop at Devconnect. There are five episodes, each featuring a bridge-building conversation between one member of the Ethereum ecosystem and an external counterparty.</p><ul><li><p><strong>Episode 1 - Intro:</strong> Tim Beiko and I discuss what this series is about, how Summer of Protocols approaches bridge building, and why protocol thinking is a good thing to get good at.</p></li><li><p><strong>Episode 2 - Paradigms:</strong> Josh Stark and Nils Gilman talk about <em>hardness</em> and <em>planetarity</em>, two extremely useful terms for anyone interested in protocols. Plus, they explore applications for programmable cryptography at unprecedented scales.</p></li><li><p><strong>Episode 3 - Commons:</strong> Trent Van Epps and Yancey Strickler go deep on how to protect and grow a commons so that everyone can win, by playing the long game. Between Van Epps&#8217; experience with Protocol Guild and Strickler&#8217;s experience having founded Kickstarter and Metalabel, there&#8217;s a lot to take away.</p></li><li><p><strong>Episode 4 - Alignment:</strong> Former CEO of Twitch and OpenAI &#8211; and current CEO of Softmax &#8211; Emmett Shear joins Alex Stokes of the Ethereum Foundation to talk about alignment and why most people get it wrong. Protocols are a more appropriately scaled approach to the problem.</p></li><li><p><strong>Episode 5 - Verifiability:</strong> Shreya Shankar, creator of DocETL, and cryptographer Justin Drake explore the importance of verifiability in both AI and blockchains. They use the underlying similarities they discover to build a bridge between these two important domains.</p></li></ul><div id="youtube2-6KpWypVFL2o" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;6KpWypVFL2o&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/6KpWypVFL2o?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div>]]></content:encoded></item><item><title><![CDATA[Bridge Atlas Episode 5: Verifiability]]></title><description><![CDATA[Issue #74: A conversation with Shreya Shankar and Justin Drake]]></description><link>https://protocolized.summerofprotocols.com/p/bridge-atlas-episode-5-verifiability</link><guid isPermaLink="false">https://protocolized.summerofprotocols.com/p/bridge-atlas-episode-5-verifiability</guid><dc:creator><![CDATA[Protocolized]]></dc:creator><pubDate>Sun, 23 Nov 2025 17:38:29 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!7_Cs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Welcome back to the final episode of the <strong>Bridge Atlas</strong> series, hosted by <strong>Christine D. Kim</strong>. We discuss Ethereum and AI systems through the lens of verifiability, with  guests <strong>Shreya Shankar</strong>, a PhD researcher at Berkeley, and <strong>Justin Drake</strong>, an Ethereum Foundation researcher working on the lean Ethereum project.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7_Cs!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7_Cs!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7_Cs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png" width="500" height="500" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1200,&quot;width&quot;:1200,&quot;resizeWidth&quot;:500,&quot;bytes&quot;:187355,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://protocolized.summerofprotocols.com/i/179367259?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!7_Cs!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 424w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 848w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 1272w, https://substackcdn.com/image/fetch/$s_!7_Cs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3fe1a542-d4ae-40e5-9f7e-c0430ebbeb81_1200x1200.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image buttonBase-GK1x3M"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" class="icon-noB79L"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image buttonBase-GK1x3M"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2 icon-noB79L"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><p><strong>Christine:</strong> Justin, can you start us off by introducing the lean Ethereum<br>project and what that entails?</p><p><strong>Justin:</strong> In lean Ethereum, we&#8217;re tackling verifiability in two ways. First, for deterministic blockchain computation, instead of re&#8208;executing transactions on thousands of nodes, we use cryptographic SNARKs &#8211; short proofs a single person produces and everyone else can verify in milliseconds. Second, for the non&#8208;deterministic consensus part, we aim to speed up voting to achieve finality in seconds instead of minutes.</p><p><strong>Christine: </strong>Shreya, I saw you smiling when Justin mentioned SNARKs. Is that something you are interested in as it relates to verifiability?</p><p><strong>Shreya:</strong> I smiled because I learned about zk-SNARKs early in my PhD &#8211; they&#8217;re very cool! My own work is on <a href="https://www.docetl.org/">DocETL</a>, a declarative system for unstructured data processing. For example, a public defender might mine court transcripts to find racially biased statements. This requires reasoning beyond traditional databases, so DocETL lets users write MapReduce-style pipelines with operators defined in natural language and executed by LLMs.</p><p>Verifiability for us means: how do we ensure AI outputs align with human expectations? We optimize pipelines for accuracy and cost, sometimes replacing LLM functions with deterministic code. We also expose statistical primitives so users can verify samples and estimate worst&#8208;case accuracy. Provenance &#8211; establishing where in the source particular data statements came from &#8211; and understanding AI reasoning are important too.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://protocolized.summerofprotocols.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://protocolized.summerofprotocols.com/subscribe?"><span>Subscribe now</span></a></p><p><strong>Justin:</strong> That reminds me of my &#8216;spectrum of trust&#8217; model. On one end you have math, physics, cryptography &#8211; things you trust completely. On the other, legal systems and reputation &#8211; mushy, subjective. Blockchains aim for trust minimization, pushing everything toward the &#8216;trustless&#8217; end. Dispute resolution in marketplaces remains hard; maybe your work could help build trustless marketplaces without escrow agents.</p><p><strong>Shreya:</strong> How are disputes handled now?</p><p><strong>Justin:</strong> In OpenBazaar, buyers and sellers agree on a trusted escrow agent. It&#8217;s reputation&#8208;based and can be ine&#64256;icient. Agents can also be tempted to collude for large transactions.</p><p><strong>Christine:</strong> Shreya, talk about AI evals in verifiability.</p><p><strong>Shreya:</strong> We annotate AI outputs to identify features correlated with human disagreement &#8211; missing definitions, odd prioritization, etc. &#8211; until the distribution of these &#8216;qualitative codes&#8217; stabilizes. Then we can train LLM judges to evaluate outputs at scale and measure misalignment.</p><p><strong>Justin:</strong> Decentralization in Ethereum is similarly hard to measure. The Nakamoto coe&#64256;icient &#8211; how many operators control 33% or 50% of stake &#8211; has limits. SNARKs lower barriers to entry so even small devices can verify. For non&#8208;deterministic aspects, economic penalties ensure that bad behavior would destroy large amounts of staked value. Shreya, how are adversarial actors handled in AI?</p><p><strong>Shreya:</strong> We see two threat models: malicious users crafting pipelines to prove biased points, and non&#8208;malicious users blindly trusting AI outputs without knowing counterfactuals. The latter worries me more.</p><p><strong>Justin:</strong> In SNARKs, we counter maliciousness with interactive proofs &#8211; multiple rounds where the verifier challenges the prover &#8211; and &#8216;hinting,&#8217; where the prover supplies extra information to make verification easier.</p><p><strong>Shreya:</strong> I can imagine combining those for DocETL: for example, AI showing users samples it didn&#8217;t find interesting and asking them to label them.</p><p><strong>Justin:</strong> Hinting parallels a teacher giving students clues.<br><br><strong>Shreya:</strong> In data science, negligent or biased analysis isn&#8217;t new &#8211; but AI&#8217;s agency over vast amounts of unstructured data makes the problem more urgent.</p><p><strong>Justin:</strong> We have recursive proof composition &#8211; combining fast but large proofs with slow but small proofs to get both speed and compactness. You could apply a recursive AI approach: one AI isolates snippets, another evaluates them.</p><p><strong>Shreya:</strong> We do something similar, decomposing problems into units different AIs handle well, and measuring accuracy after rewrites.</p><p><strong>Christine:</strong> Is there a tension between verifiability and e&#64256;iciency?</p><p><strong>Justin:</strong> In Ethereum rollups, each flavor trades off differently: optimistic rollups have long challenge periods; zk-rollups require heavy upfront proof building; TEE rollups trust hardware; committee rollups trust members. Energy limits mean we can&#8217;t snarkify all AI &#8211; so we must be selective.</p><p><strong>Shreya:</strong> In AI data systems, computation vs. resource cost trade&#8208;offs are constant. DocETL partitions tasks to minimize cost and maximize accuracy &#8211; using deterministic functions for simple tasks, reserving LLMs for reasoning.</p><p><strong>Justin:</strong> That&#8217;s like the co&#8208;processor and glue model: specialized processors for repetitive tasks, flexible &#8216;glue&#8217; for unstructured problems.</p><p><strong>Shreya:</strong> Yes, for example filtering transcripts deterministically to discard irrelevant text before using LLMs.</p><p><strong>Justin:</strong> In SNARKs, a team built auto pre&#8208;compiles &#8211; machine&#8208;generated specialized processors &#8211; which sometimes outperform human&#8208;written ones, even for hash functions. &#8230; Blockchains would seem to provide an ideal money for AI because AIs don&#8217;t have access to bank accounts, but they can have access to cryptocurrency. When you combine that with the presumption that AIs are going to be so much smarter than we are, it&#8217;s only natural to presume that AIs are going to be the richest entities in the world and they&#8217;re going to be storing almost all of their wealth in cryptocurrencies. What kind of emotions that does that invoke in you?</p><p><strong>Shreya:</strong> Giving AI currency could create alignment incentives we currently lack. But what happens if AIs hoard wealth? What can they spend it on? In data analysis, I&#8217;d pay more for better AI, but that could be costly.</p><p><strong>Christine:</strong> Could you hardcode AI to value a cryptocurrency as its ultimate goal, even without things to spend it on?</p><p><strong>Justin:</strong> Network effects could make such money valuable if other AIs accept it for tasks. I foresee a future where AIs pay humans to do things they can&#8217;t.</p><p><strong>Shreya:</strong> True &#8211; AIs will need compute, memory, and human labor for certain tasks.</p><p><strong>Justin:</strong> Some jurisdictions might grant AIs legal entity status, enabling bank accounts. We&#8217;ll see experiments on whether that leads to better or worse outcomes.</p><p><strong>Christine:</strong> What are some sibling concepts to verifiability?</p><p><strong>Justin:</strong> In blockchains, reproducibility is key: nodes re&#8208;execute to get the same result. Bugs are mitigated either through client diversity &#8211; independent teams producing matching results &#8211; or formal verification, proving software has zero bugs. Formal verification is hard for AI, but AIs can help formalize SNARKs by tackling sub&#8208;problems in parallel.</p><p><strong>Shreya:</strong> In AI, reproducibility is often misunderstood. Non&#8208;determinism isn&#8217;t bad &#8211; it&#8217;s a feature &#8211; but we may need statistical claim reproducibility rather than exact output reproducibility.</p><p><strong>Christine:</strong> Closing thoughts?</p><p><strong>Shreya:</strong> I&#8217;m excited about hints &#8211; using them to make verification easier has clear analogs in data processing.</p><p><strong>Justin:</strong> I&#8217;m encouraged by efforts to turn mushy realities into black&#8208;and&#8208;white outcomes. Maybe Shreya&#8217;s research could replace referees in sports or escrow agents in marketplaces, solving the last 20% where humans are still needed.</p><div id="youtube2-BPsgkqgTWos" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;BPsgkqgTWos&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/BPsgkqgTWos?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div>]]></content:encoded></item></channel></rss>