<?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[LeapNotes by Kader Diagne: LeapNotes (research notes)]]></title><description><![CDATA[Distilled, opinionated takeaways from papers and research I'm tracking]]></description><link>https://www.leapnotes.tech/s/leapnotes-research-notes</link><image><url>https://substackcdn.com/image/fetch/$s_!hy2c!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F16ce3919-10c1-4ed0-b46f-720759955c7f_147x140.png</url><title>LeapNotes by Kader Diagne: LeapNotes (research notes)</title><link>https://www.leapnotes.tech/s/leapnotes-research-notes</link></image><generator>Substack</generator><lastBuildDate>Thu, 18 Jun 2026 20:16:48 GMT</lastBuildDate><atom:link href="https://www.leapnotes.tech/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Kader Diagne]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[kaderdiagne@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[kaderdiagne@substack.com]]></itunes:email><itunes:name><![CDATA[Kader Diagne]]></itunes:name></itunes:owner><itunes:author><![CDATA[Kader Diagne]]></itunes:author><googleplay:owner><![CDATA[kaderdiagne@substack.com]]></googleplay:owner><googleplay:email><![CDATA[kaderdiagne@substack.com]]></googleplay:email><googleplay:author><![CDATA[Kader Diagne]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Coordination Without a Center]]></title><description><![CDATA[A LeapNote on Stanford's DeLM &#8212; and what it suggests about how to build.]]></description><link>https://www.leapnotes.tech/p/coordination-without-a-center</link><guid isPermaLink="false">https://www.leapnotes.tech/p/coordination-without-a-center</guid><dc:creator><![CDATA[Kader Diagne]]></dc:creator><pubDate>Thu, 18 Jun 2026 15:55:28 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hy2c!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F16ce3919-10c1-4ed0-b46f-720759955c7f_147x140.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Most multi-agent AI systems run on a &#8220;boss&#8221;: a central orchestrator that hands out subtasks, collects every result, decides what to merge, and rebroadcasts it. It works &#8212; until it doesn&#8217;t. As the number of subtasks grows, that controller becomes the bottleneck, and the cost piles up.</p><p>Stanford&#8217;s <a href="https://arxiv.org/pdf/2606.10662">DeLM</a> &#8212; <em>Decentralized Multi-Agent Systems with Shared Context</em> &#8212; tries the opposite. There is no central orchestrator. Parallel agents claim subtasks from a shared queue, read the accumulated <em>verified</em> progress, reason locally, and write back compact verified updates to a shared context that everyone builds on. Coordination happens through the shared substrate, not through a controller.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.leapnotes.tech/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"></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><p>And on the benchmarks, it holds up. According to the paper, DeLM beats the strongest baseline by up to 10.5 points on SWE-bench Verified &#8212; at roughly half the cost per task &#8212; and improves on LongBench-v2 Multi-Doc QA across four frontier model families.</p><p>I&#8217;m not reading this as &#8220;central control is bad.&#8221; The paper doesn&#8217;t claim that, and neither do I. But two things stay with me, and both sit at the center of what I write about here.</p><p>First: coordination doesn&#8217;t always need someone in charge. The reflex &#8212; in AI and in institutions alike &#8212; is that to align many actors you need a controller. DeLM is a clean reminder that a good shared, verified context plus simple rules can carry a lot of that load, and sometimes carry it better.</p><p>Second: the win here is efficiency, not a bigger model. Same models, coordinated better, at half the cost. That&#8217;s the applied layer &#8212; where durable value is migrating, and where builders who have <em>had</em> to be resource-efficient hold an edge.</p><p>And it rhymes with how I think the next ecosystems should be built: not one hub commanding everything, but a network of nodes building on a shared foundation, coordinating without a bottleneck. Decentralized coordination, done well, isn&#8217;t a compromise. On this evidence, it can be the better design.</p><p><em>Paper: <a href="https://arxiv.org/pdf/2606.10662">Decentralized Multi-Agent Systems with Shared Context</a> (Stanford, via arXiv).</em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.leapnotes.tech/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"></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>]]></content:encoded></item></channel></rss>