<?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[Anthralytic’s Substack]]></title><description><![CDATA[Anthralytic Substack]]></description><link>https://newsletter.anthralytic.com</link><image><url>https://substackcdn.com/image/fetch/$s_!e-Mm!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png</url><title>Anthralytic’s Substack</title><link>https://newsletter.anthralytic.com</link></image><generator>Substack</generator><lastBuildDate>Thu, 16 Jul 2026 07:08:32 GMT</lastBuildDate><atom:link href="https://newsletter.anthralytic.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Anthralytic]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[anthralytic@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[anthralytic@substack.com]]></itunes:email><itunes:name><![CDATA[Anthralytic]]></itunes:name></itunes:owner><itunes:author><![CDATA[Anthralytic]]></itunes:author><googleplay:owner><![CDATA[anthralytic@substack.com]]></googleplay:owner><googleplay:email><![CDATA[anthralytic@substack.com]]></googleplay:email><googleplay:author><![CDATA[Anthralytic]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[I Broke the App I Built With AI to Teach How AI Breaks]]></title><description><![CDATA[There is a new card in the How AI Breaks in Social Impact app I built.]]></description><link>https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Thu, 09 Jul 2026 20:36:56 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!fG7l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>There is a new card in the <em><a href="https://ai-matrix-tool.anthralytic.ai/">How AI Breaks in Social Impact</a></em><a href="https://ai-matrix-tool.anthralytic.ai/"> </a>app I built. I could have added it silently and gone about my business. Maybe I should have. It took me a while to get to it, but the story underneath the card is the story the whole app is about. The structural pattern I named to teach other people is the pattern I was sitting inside of when I built the thing that names it.</p><p>The pattern is worth saying out loud, because it is not really about me.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h3>What I built and what happened</h3><p>The app lays out a set of principles for how AI initiatives in social impact organizations fail, alongside the breaking patterns that show up when those principles are skipped. It is a small educational tool. Each card has a &#8220;Suggest Actions&#8221; button that calls an AI provider&#8217;s API to generate concrete steps an organization could take.</p><p>To make those buttons work, the page needed an API key. The right way to handle a key is to keep it on a server, behind a function the browser can talk to, so the key never goes anywhere near the user&#8217;s computer. I put the key directly into the HTML, where anyone who opened the page and looked at the source could read it. I&#8217;m still learning all of these things. </p><p>Eight months later, two notifications arrived in close succession. The first was a billing alert for about thirty dollars in unexpected API charges. The second was a suspension email citing &#8220;abusive activity consistent with hijacked resources&#8221; and language about the key being harvested from a public source.</p><p>Bots crawl the open web for credential strings constantly. Mine was one of millions they found that week.</p><h3>The cleanup</h3><p>I revoked the key. I rewrote the demo to call the API from a server-side function. I audited every other project I had built for the same mistake and found that I had reused the same key in several places, which meant the single leak compromised everything it touched. I scrubbed git histories. I treated each small project as a small disaster site, which is what each of them was.</p><p>The bill stopped at about thirty dollars. The reason it stopped there is honestly not that <em>I </em>caught it. The provider&#8217;s automated abuse detection caught it. The project was attached to a small billing footprint, which kept the blast radius low. Both of those facts belong to the vendor&#8217;s infrastructure, not to mine.</p><p>That is the part of the story I want to sit with.</p><h3>The pattern, named by the app it broke</h3><p>The app I built names four principles that were violated to build it. Build Internal Literacy. Plan for Adversaries. Govern and Minimize Data. Monitor and Recalibrate. Each one fits the story exactly. I do not raise this to be clever about it. I raise it because the pattern is structural rather than personal.</p><p>Most of the AI tools small mission-driven organizations are experimenting with right now are built the way mine was. They are built quickly, often by people who are not specialists, in environments where &#8220;I will get to it later&#8221; is the default operating posture, because the alternative is not building anything at all.</p><p>The literacy gap that allowed me to embed an API key in a deployed page is the same gap that allows a small nonprofit to leak donor data through a misconfigured spreadsheet, run a model on biased inputs without noticing, or ship an automation that quietly mishandles edge cases for months before anyone notices. The technical specifics differ. The structural mismatch is identical.</p><p>The mismatch is between the speed at which an idea can be tested and the speed at which a tested idea becomes a system that handles real stakes. Demo-grade decisions get made on demo-grade timelines, and then the demo gets deployed and forgotten, and &#8220;demo&#8221; turns into &#8220;production&#8221; by accident. There is no moment where someone declares the change of state. The change of state is what the absence of that moment looks like.</p><h3>What protected me was not me</h3><p>This is the part that should make any small organization building with AI uncomfortable.</p><p>The infrastructure that kept this failure cheap was not infrastructure I designed. It belonged to the vendor. Their abuse detection ran on their schedule, not on mine. The thresholds that triggered the suspension were thresholds they set without asking me. The rate of spend that pushed the system into protective mode was small only because my account happened to be small.</p><p>For an organization running on a larger billing footprint, or with a vendor whose detection runs slower, or with a key attached to a higher-traffic project, the same mistake is a much bigger story. The factors that made my version of this story end at thirty dollars are not transferable. They are circumstantial.</p><p>Most of what protects small social impact organizations from the worst versions of their AI experiments right now is circumstantial. What stands between a misconfigured demo and a serious incident is mostly the goodwill of automated systems we did not build and do not control.</p><p>We do not have the literacy to design the protection ourselves. We do not have the leverage to demand it from vendors. We need to build them both. Myself included. </p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/i-broke-the-app-i-built-with-ai-to?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="http://consulting.anthralytic.com">Anthralytic</a> helps mission-driven organizations clarify and amplify their impact. We work at the intersection of evaluation, AI governance, and the systems that shape both.</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_!fG7l!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fG7l!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 424w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 848w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 1272w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fG7l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png" width="598" height="604" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/832c9108-e807-4e67-a156-50686fade8f6_598x604.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:604,&quot;width&quot;:598,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:81967,&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://newsletter.anthralytic.com/i/206351917?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.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_!fG7l!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 424w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 848w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 1272w, https://substackcdn.com/image/fetch/$s_!fG7l!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F832c9108-e807-4e67-a156-50686fade8f6_598x604.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[I Used AI to Help Write This Piece. Judge the Output.]]></title><description><![CDATA[Disclosure: I used an AI assistant as a conversation partner while writing this piece.]]></description><link>https://newsletter.anthralytic.com/p/i-used-ai-to-help-write-this-piece</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/i-used-ai-to-help-write-this-piece</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 29 Jun 2026 11:12:10 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><em>Disclosure: I used an AI assistant as a conversation partner while writing this piece. I brought the argument, the examples, and the experiences. The AI drafted text I revised heavily, helped me restructure when I asked, and pushed back when I asked it to. The thesis, the claims, the framing, and the final writing are mine.</em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Everyone loves to hate on AI right now.</p><p>Here&#8217;s a headline from a piece that ran in a Substack weekender yesterday: &#8220;My uncle used Claude to write my Nana&#8217;s obituary.&#8221; The writer is furious, and the headline is meant to make the reader gasp.</p><p>There&#8217;s a question about AI that almost nobody is asking right now. It&#8217;s not whether. It&#8217;s how.</p><p>Did he just sit with it and talk through what he remembered? Parse through a complicated relationship, find the words for what he couldn&#8217;t say out loud? Did he land on the detail that was true: standing at the window, waving, until the car was gone? Or did he type &#8220;write an obituary for my grandmother&#8221; and submit whatever came back?</p><p>Those are not the same thing. &#8220;Used AI&#8221; covers both. That&#8217;s the problem.</p><p>The how question is one I see very few people asking. The concerns are loud right now: job displacement, data centers, cognitive offloading, an internet drowning in slop. Those are real. But none of them tell you anything about what the uncle actually did, or whether the obituary was any good. How someone uses a tool is a different question than whether the tool should exist, and we keep flattening them into one.</p><h2>How matters everywhere, not just in obituaries</h2><p>My kids&#8217; schools have unclear AI policies or none at all. Teachers tell students not to use AI, then later use AI in the classroom, with no explanation of what distinguishes one from the other. Don&#8217;t use it for the essay. Do use it for the research. Why? What&#8217;s the principle? Nobody says, because if there&#8217;s a policy at all, it was written without one. The students learn that AI is alternately forbidden and assigned, and that adults don&#8217;t know the difference. I&#8217;ve <a href="https://newsletter.anthralytic.com/p/using-ai-to-write-a-paper-about-ai">written before about doing this with my own teenager</a>, working through a paper at the kitchen table while my laptop sat open to Claude. I haven&#8217;t fully resolved the contradiction either, and I&#8217;ve also <a href="https://newsletter.anthralytic.com/p/whats-your-stance-on-big-tech-training">questioned who should be doing the teaching</a> when the schools won&#8217;t.</p><p>The same incoherence shows up in hiring. Many of the job applications I submitted this year, even tech jobs, came with a variation of the same instruction. <em>We want your words to be your own. Do not use AI in this application.</em> Jobs, fellowships, grants. The instruction was everywhere. I <em>used</em> AI on all of them. I sent more than 400 applications over a year and a half. Asking a candidate to do that volume of work without the tools at their disposal is not a measure of authenticity. It&#8217;s a measure of who has time. And it&#8217;s asking applicants not to use a productivity tool they would almost certainly be asked to use on the job.</p><p>The instruction is trying to screen for something real: the difference between someone who did the thinking and someone who didn&#8217;t. That&#8217;s a legitimate thing to want to know. But you don&#8217;t get there by asking the candidate not to use AI and ticking a box to confirm they didn&#8217;t. That approach is lazy. Ironically, it is cognitive offloading by the people doing the screening, letting a checkbox do the thinking for them. It is also ineffective, because of course people will use the tools available to them.</p><p>Better to judge the output first, and then ask how.</p><h2>What the how actually looks like</h2><p>Here&#8217;s how I often use AI, since I&#8217;m asking you to judge me by the output. I use it in this newsletter. It isn&#8217;t a simple prompt like &#8220;write me a piece on X.&#8221; I use it first as a conversation partner when I have a half-formed idea, and the back-and-forth becomes a process of discovery that helps me understand the situation better. I&#8217;ll talk an argument through, push back when the response is sycophantic or imprecise, and come out the other end with a cleaner and truer version of the thing I was already trying to say. Nobody asks whether you talked your ideas through with someone before you wrote them down. The difference is that the conversation partner is AI.</p><p>I <em>use</em> it for research. I <em>used</em> it to build things I couldn&#8217;t have built as easily on my own. I built an interactive Monday.com version of an Excel Gantt chart that&#8217;s changed how I manage projects. I <em>used</em> it on my job applications to assess fit before I invested time, to iterate on materials, and to push back when a draft read like something a machine wrote. When it did, I told the AI exactly how to rewrite it. The process is closer to editing through conversation than to receiving a finished thing. It is still work.</p><p>What this actually looks like, in any of these examples, is the same four-step loop: conversation, draft, iteration, critique.</p><p>I start with a conversation: what I&#8217;m trying to do, who it&#8217;s for, what I know about the context, what I&#8217;ve already tried. The AI drafts. I read what came back and tell it what&#8217;s wrong. The opening is generic. The third paragraph is making an argument I don&#8217;t actually believe. This sentence sounds like a machine wrote it.</p><p>The iteration is closer to instructing a junior staffer than to receiving a new draft. I name what isn&#8217;t working, point to a specific paragraph, explain why the framing falls flat, ask for a specific change. It comes back. I read again. The argument is sharper but the opening still drags, so I say so, and it tries the opening again.</p><p>Several passes in, I ask for critique: score this honestly, tell me what a careful reader would catch. On one of those cover letters, I asked whether it was being sycophantic after it scored a draft nearly perfect. It backed down, re-scored honestly, and named the weakness a real reviewer would catch. It&#8217;s the exchange that matters. The tool was correctable. I corrected it. It&#8217;s not outsourcing and it&#8217;s not cognitive offloading. It&#8217;s editing, and it&#8217;s work. It just looks different, and the output is better for it.</p><p>Would we ask someone not to use a template? Would we ask an accountant not to use Excel or Google Sheets because they&#8217;re a shortcut? Would we ask someone to do statistical analysis by hand to prove the work is theirs?</p><p>On the applications that asked me not to use AI, I disclosed that I had. A short italicized line stating that I used an AI assistant to brainstorm and draft initial structure, and that the analysis, arguments, and final writing are my own. I chose disclosure over concealment because concealment isn&#8217;t the honest posture, and because the &#8220;no AI&#8221; instruction, taken literally, pushes people toward hiding something rather than naming it.</p><h2>The output tells you</h2><p>Here&#8217;s the thing. You don&#8217;t have to restrict AI use, because poorly used AI shows up in the outputs. The unearned transitions. The throat-clearing openers. The vocabulary one notch fancier than how a person usually writes. The confident summary of something the writer never actually engaged with. The list of three when two would have been honest. Anyone who reads enough AI-generated text starts to recognize the cadence. It feels like the prose is performing thought rather than doing it.</p><p>Poorly used AI also shows up in what&#8217;s wrong on the page. Hallucinated sources. Statistics from the wrong year, presented as current. Citations to studies that don&#8217;t exist. This one is harder, because the writer may not catch it, and most readers can&#8217;t be expected to fact-check every claim. The AI presents wrong information with the same confidence as right information, and that&#8217;s a real tool problem, not just a user problem. I&#8217;ve written more about <a href="https://newsletter.anthralytic.com/p/how-people-break-ai-in-social-impact">how AI systems break in social impact contexts</a> &#8212; gaming, bias amplification, context collapse &#8212; and most of those failure modes also live in the outputs if you know what to look for. I&#8217;ve written about <a href="https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster">what AI is actually accelerating in the social sector</a>, and the failure mode I see most is research done at speed without verification. A grant officer who treats AI output as a finished search instead of a starting one will chase a foundation that closed its program two years ago. A good researcher always starts with a question, not an answer. Using AI doesn&#8217;t change that. We don&#8217;t want to use AI to find evidence for a claim we already have. We want to use it to figure out what&#8217;s actually true, and then verify what comes back.</p><p>Good AI use shows up too. It shows up in the argument that&#8217;s sharper than it would have been. The research that was checked and pushed on, not accepted. The specific detail that nobody could have produced from a generic prompt, because the person sat with the tool long enough to find it. Standing at the window, waving, until the car was gone. That&#8217;s a sentence somebody had to remember. The AI didn&#8217;t know.</p><h2>What to do instead</h2><p>The fix isn&#8217;t to restrict AI use. It&#8217;s to ask the right questions of the right people. Three actions.</p><p><strong>Judge the output.</strong> This is the action for anyone reviewing work. Instead of asking &#8220;did you use AI?&#8221;, ask for the work and read it closely. A hiring manager should look at whether the cover letter actually engages with the role or recites it back. A teacher should ask the student to walk them through their argument. A funder reviewing a proposal should look for the specific detail that proves somebody understood the problem before they wrote about it. The tells are visible to anyone willing to read closely. They were visible before AI existed. And don&#8217;t try to outsource the work to an AI detector. Those tools are notoriously unreliable, flag human writing as AI-generated, and miss the careful AI use you actually want to catch.</p><p><strong>Disclose how.</strong> This is the action for anyone using AI in work that will be read or evaluated. Don&#8217;t hide it. A short, specific line is enough: I used an AI assistant to brainstorm and draft initial structure. I used it to sharpen the argument. The analysis, conclusions, and final writing are my own. That turns a hidden practice into a stated one, and it lets the reader weigh what they&#8217;re looking at. It also separates you from the person who pasted the prompt and submitted whatever came back. That person won&#8217;t disclose anything.</p><p><strong>Cite and verify.</strong> This is the action for anyone using AI to do research. The AI will give you statistics from the wrong year and citations to studies that don&#8217;t exist, with the same confidence as the real ones. Until the tools flag their own uncertainty, the burden is on the writer to check. If you can&#8217;t cite it from a real source, don&#8217;t claim it. This is the action I want named loudest, because it&#8217;s the one most people skip.</p><p>The person who did the thinking will produce better work. The person who didn&#8217;t will produce slop, or generic prose, or confident wrongness. Those things are distinguishable. What isn&#8217;t distinguishable, and shouldn&#8217;t be penalized, is whether a thoughtful person used a tool to get there.</p><p>And maybe with the uncle, there isn&#8217;t a clean answer. Maybe the AI helped him sort through complicated feelings he couldn&#8217;t have organized on his own. Maybe it helped him grieve by giving him something to push against. Maybe it even helped him get the obituary written at all, on a deadline, when the emotional weight made the words impossible to find. I don&#8217;t know. The niece doesn&#8217;t know either. She&#8217;s furious because she imagines the worst version. But she doesn&#8217;t know which version it was.</p><p>And maybe the niece&#8217;s anger isn&#8217;t really about the AI. Grief looks for somewhere to land, and AI could simply be a convenient target. It&#8217;s a pattern I see often. The thing people are angry about and the thing they say they&#8217;re angry about don&#8217;t always match. AI is loud and unfamiliar and easy to name, and naming it is easier than sitting with the harder feelings underneath. That&#8217;s worth saying gently, because the impulse is human, and because none of what I&#8217;ve written here is meant to dismiss it.</p><p>But it does mean the question on the table should be a fair one. Go back to the uncle. Read the obituary. If the writing carries his mother in it, if the details could only have come from someone who knew her, then he sat with the AI and did the work. If the obituary could have been written about anyone, he didn&#8217;t. The writing tells you. You don&#8217;t need him to.</p><p>That&#8217;s the only question worth asking. Not whether. How. And the answer is in front of you, on the page.</p><p>The uncle is one example. The schools are another. The applications are a third. The pattern is the same in every case: we&#8217;re using a screening question that can&#8217;t tell us what we actually need to know, and the cost of getting it wrong is that we punish the people doing careful work and let the careless ones through.</p><p>AI isn&#8217;t going away. We can keep pushing blindly against it, or we can learn to use it well, cut the slop, and teach other people how to use it well too. That&#8217;s the choice on the table. The version where we ban it doesn&#8217;t exist. The version where we pretend it isn&#8217;t already in everyone&#8217;s workflow doesn&#8217;t exist either. What exists is a tool that some people are using carelessly and some people are using carefully, and a screening question that can&#8217;t distinguish between them. The people who lose out will be the ones who refused to engage with it at all.</p><p>So replace the question. Judge the output, disclose how, cite and verify. That&#8217;s the version that&#8217;s worth our time.</p><div><hr></div><p><em><a href="http://consulting.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="3840" height="2400" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2400,&quot;width&quot;:3840,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a computer keyboard with a blue light on it&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a computer keyboard with a blue light on it" title="a computer keyboard with a blue light on it" srcset="https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1718241905439-3562f088758d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzMnx8YWklMjB3cml0ZXJ8ZW58MHx8fHwxNzgyNzAyNjY3fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@boliviainteligente">BoliviaInteligente</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[Audio Version - A Hammer Looking for a Nail: Anthropic’s Nonprofit Upskilling Program Repeats International Development's Mistake]]></title><description><![CDATA[Anthralytic is a strategy and evaluation studio for mission-driven organizations.]]></description><link>https://newsletter.anthralytic.com/p/audio-version-a-hammer-looking-for</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/audio-version-a-hammer-looking-for</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Sun, 28 Jun 2026 16:02:55 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/203978862/97d5e1ec39c603730ba8c45453a110b6.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p><em><a href="http://consulting.anthralytic.com/">Anthralytic</a><span> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</span></em></p>]]></content:encoded></item><item><title><![CDATA[A Hammer Looking for a Nail: Anthropic’s Nonprofit Upskilling Program Repeats International Development's Mistake]]></title><description><![CDATA[Anthropic is spending one hundred fifty million dollars to put a thousand early-career workers inside nonprofits.]]></description><link>https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Fri, 26 Jun 2026 14:14:50 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Anthropic is spending one hundred fifty million dollars to put a thousand early-career workers inside nonprofits. The program is <a href="https://www.anthropic.com/news/claude-corps">called Claude Corps</a>. Each fellow gets a year, a salary of eighty-five thousand dollars, training in Claude, and a placement inside a mission-driven organization where their job is to help that organization put AI to work. The first cohort starts in October. More than four hundred nonprofits have signed up to host.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>I read the announcement twice. The second time, I recognized it. Not from anything in technology. From international development.</p><h2>I have watched this approach fail before</h2><p>For most of the last century, international development ran on a particular assumption. &#8220;Expertise&#8221; lived in the capital, or the donor country, or the consulting firm, and it traveled outward to places that had problems but not answers. The expert arrived with a solution that had worked somewhere else. The local context was treated as a setting for the solution rather than a source of one.</p><p>The results are well documented. Schemes that ignored how things were actually done on the ground. Tools nobody adopted. Programs built around problems the community would not have named first. The failures were rarely failures of the tool. They were failures of a direction of travel. Knowledge was assumed to move one way, from the people who held the method to the people who supposedly just had the need.</p><p>The field has spent decades trying to unlearn this. Simply put, participatory development was the answer to that problem. It started from a simple reordering: the people who live inside a problem understand it in ways an outsider cannot, and any solution that does not begin with their knowledge will ride roughshod over the parts that matter. Outside expertise still had a place. It just had to earn that place on local terms, in service of knowledge that was already there.</p><p>I spent more than a decade inside that world. I know how hard the lesson is to learn and how easily it gets forgotten.</p><h2>Who has the expertise?</h2><p>Using AI <strong>well</strong> is a real expertise. It takes time to build and it does not come free. I am not saying the tool side is easy. I am saying there are two expertises here, the tool and the mission, and the program is built as if there is only one.</p><p>But, it does not even fund that one well. The fellow is a young professional with under two years of work experience, selected not for tool expertise but for comfort and judgment from daily use of Claude. The base camp training is a reasonable on-ramp for a newcomer. It is a one week <a href="https://www.anthropic.com/claude-corps/host">pre-placement training covers prompt design, building with the API, and running an AI evaluation</a> and about five hours a week after. There is no training in the work of the organizations these fellows will enter. It is not the making of an expert in anything. Anthropic is explicit that it is not looking for sector expertise, only comfort and judgment from daily use of Claude. The fellow arrives as fluent as one can get in Claude in  a one-week training and learns the mission on the job.  So the program does not actually deliver deep tool expertise either. It delivers a junior person with a week of orientation, positioned as the AI authority in the room. </p><p>There is a deeper asymmetry underneath the training gap. The tool side, thin as it is, still gets a dedicated person, full-time, for a year, with a salary behind them. The mission side gets no new hire at all. It stays with a staff member who already had a full job, and who now has to add managing that newcomer on top of it. And the fellow will take what they learn and move on when the year ends. The program is not just under-resourcing the domain side. It is treating the domain knowledge as something a smart outsider absorbs on the way to the real work, while the tool gets treated as the expertise worth a salary and a year.</p><p>This is familiar. It is the exact assumption international development is still grappling with. The outsider arrives certified in the method, and the place they land is treated as the setting where the method gets applied rather than as knowledge that should shape what gets done in the first place. The method is the expertise. The community is the backdrop. Claude Corps rebuilds that same hierarchy.</p><p>The inversion shows up again in who decides what the fellow works on. To be eligible to host, an organization does not even need a project in mind. Anthropic&#8217;s own guidance says that if something is slowing your team down but you have not figured out the AI use yet, that is fine, because Anthropic helps with project discovery before the fellowship begins. The whole arrangement runs on an assumption that is never tested: that AI is the answer. Maybe it is, for a given problem. Maybe it is not. But a program that places a Claude-trained fellow first and looks for the problem second has already decided the question that domain knowledge exists to ask. It is a hammer looking for a nail.</p><h2>The program is built around the model, not the nonprofit</h2><p>There is an obvious way to build this if the goal is the host&#8217;s mission. Take someone the organization already trusts, someone who knows the work, and train them in the tool. That person exists. The program calls them the supervisor. Instead the program imports a newcomer trained in Claude and asks the supervisor to direct them in the margins of an already full job.</p><p>The reason it cannot take the obvious path is in the eligibility rules. <a href="https://www.anthropic.com/news/claude-corps">Anyone over eighteen with under two years of full-time work experience can apply, regardless of educational background</a>. The hard filter is a workforce filter, early-career and new to the workforce, not a mission filter. The program screens out the people best positioned to bridge a tool to a sector, the ones who already carry a sector in their hands, because the fellow being a new entrant to the workforce is not incidental. It is the design.</p><p>That points to what the program is actually organized around. Read the structure as the answer to a single question, how does Claude take root in four hundred nonprofits, and every feature falls out cleanly. Fellows trained only in Claude. <a href="https://www.anthropic.com/claude-corps/host">Hosts required to be paying Claude for Nonprofits customers</a> before they can receive a fellow at all. Workflows built around Claude that keep running after the fellow leaves. A fresh entrant rather than a sector veteran who might conclude the tool fits in a smaller way than hoped. None of these follow from what would most help this organization. All of them follow from how the model spreads.</p><p>I have watched this structure before, pointed at a different group. Last fall I wrote about <a href="https://newsletter.anthralytic.com/p/whats-your-stance-on-big-tech-training">Microsoft, OpenAI, and Anthropic launching an academy to train hundreds of thousands of teachers in AI</a>. I said then that training is often product onboarding in disguise, and that the effort was honestly about two things at once, preparing students and expanding markets. Swap teachers for fellows and classrooms for nonprofits and the shape is the same. The people being trained are real, the help is real, and underneath it the model gets a generation fluent in it as the default way the work is done.</p><p>This is not the design of a program whose top level goals are aimed at the intern nor the nonprofit. So the honest version of the question is not whether the fellow benefits, or whether the host benefits. Both can be true. It is whether anyone designing this started from them. The fellow&#8217;s career and the host&#8217;s mission read like outcomes the program would be glad to produce on the way to the outcome it was built for. When a workforce program is genuinely for its workers, or a capacity program genuinely for the organizations, you can see it in what the design refuses to compromise. Here the thing held constant is the model. Everything else bends around it. </p><h2>The correction development already found</h2><p>Participatory development doesn&#8217;t tackle this by rejecting outside expertise. It tackles it by changing the direction of travel. The knowledge that organizes the work belongs to the people inside it. Whatever comes from outside has to bend toward that knowledge, not the reverse.</p><p>Applied here, the reordering is straightforward. The person bridging AI and a nonprofit&#8217;s work should start from deep knowledge of that work: what the organization is trying to do, who it serves, what its data actually represents, where the hours really go, what would break if you automated the wrong thing. From there, they reach toward the tool, learning enough to judge where it fits and where it does not. That judgment cannot be installed in a base camp. It is the accumulated knowledge of the domain, and the program treats it as the part that takes care of itself.</p><p>That is not the harder version of Claude Corps. It is the inverse of it. Same two expertises, opposite ordering. I have written before that AI is <a href="https://newsletter.anthralytic.com/p/your-newest-junior-staffer-doesnt">most useful when you manage it the way you would manage a junior staffer</a>, where your judgment, your framing, and your knowledge of your own context are the things that do not automate. That only works when the judgment comes first and the tool answers to it. Claude Corps runs the relationship the other way.</p><h2>What it looks like to build from this side</h2><p>The other ordering is not hypothetical. It is what I am building Anthralytic toward. This piece is not about that, and if you want to read more you can go to <a href="http://anthralytic.com">anthralytic.com</a>. The point is only that the reverse direction <em>can be built</em>: a platform whose methods a practitioner designed, with a human expert kept in the loop where field knowledge matters most, so the domain knowledge is the thing the tool is built out of rather than something bolted on afterward. The mission knowledge sets the terms and the technology is shaped to serve it. That is the opposite ordering from a fellow trained in a model and sent to find a use for it.</p><p>I am not neutral here. I&#8217;m building something that argues against the direction Claude Corps travels. And I&#8217;m building it on the same models Claude Corps would deploy. The complicity is real and I would rather name it than pretend to stand outside it. But the argument does not rest on my positionality. It rests on a lesson international development paid for over decades and is now positioned to relearn through AI.</p><h2>If Anthropic wanted to build it the other way</h2><p>There is a version of this program that starts from the nonprofits. Here is what it would change.</p><p>Instead of recruiting newcomers and training them in Claude, borrow the people who already know the work. Every host has staff who understand the mission, the data, the constraints, and the communities. Take one of them out of their regular load for the year, full-time or half-time, and train them in the tool. Have the fellowship pay for the share of their salary the organization is no longer covering. They are already embedded. They already passed the hard test, the one no base camp can teach, which is knowing the work. Add the tool to the expertise rather than adding the expertise to the tool.</p><p>Then evaluate it honestly. The current plan puts <a href="https://www.anthropic.com/news/claude-corps">measurement and evaluation in the hands of the program&#8217;s own partners</a>, scoring whether host organizations advanced their missions. An honest design would hold out a control group, a comparable set of organizations that receive no fellow, so the gains can be told apart from what the organizations would have managed anyway. And it would measure more than Claude usage. How much Claude gets used is the easy number, and it is the wrong one. The question is whether outcomes improved for the people the organizations serve, which is the measurement the sector keeps <a href="https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster">mistaking velocity for</a>. Counting tool adoption and calling it impact is the same error one layer up.</p><p>Anthropic can keep its adoption goal. The whole structure is built to drive usage, which is plain enough that I was able to reverse engineer the strategy from the eligibility rules and the host requirements alone. There is nothing hidden about it. But a program cannot serve two masters and measure for only one of them. If helping nonprofits is a real goal alongside spreading the model, then nonprofit outcomes have to be in the measurement as a priority, not as a line Social Finance reports at the end. What gets measured is what the program is actually for. Right now that is adoption.</p><p>None of this is more expensive than what is already committed. It is the same money, pointed at the sector instead of the model. It would be harder to scale into a clean replicable unit, and it would be slower, because the people who know the work are not interchangeable the way a base camp cohort is. That difficulty is the tell. The friction is exactly the sector&#8217;s real texture, the thing the current design smooths away by importing a standard newcomer instead.</p><p>The nonprofit sector does not need the old mistake in a new coat. It needs the bridge built from the side that already understands the work. If Anthropic wants to help the nonprofit world, that is where to start: with the knowledge that is already there, and the honesty to measure whether anything actually changed for the people it was all supposed to be for.</p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/a-hammer-looking-for-a-nail-anthropics?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="http://consulting.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4939" height="3292" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3292,&quot;width&quot;:4939,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;gray bolt on brown wooden plank&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="gray bolt on brown wooden plank" title="gray bolt on brown wooden plank" srcset="https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1567361808951-26707e654fc2?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8aGFtbWVyJTIwYW5kJTIwYSUyMHNjcmV3fGVufDB8fHx8MTc4MjQ4MzEwNnww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@louishansel">Louis Hansel</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Audio Version: Who Should Decide Which AI is Too Dangerous?]]></title><description><![CDATA[Thanks for reading Anthralytic&#8217;s Substack!]]></description><link>https://newsletter.anthralytic.com/p/audio-version-who-should-decide-which</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/audio-version-who-should-decide-which</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Tue, 23 Jun 2026 23:06:15 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/203322021/156dc88c39a2746535b5f1f2e74d1f69.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p><em><a href="http://consulting.anthralytic.com/">Anthralytic</a><span> is a strategy and evaluation studio for mission-driven organizations. We work at the intersection of measurement, impact, and decision-making systems, including the ones nobody voted on.</span></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_!lzv-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!lzv-!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!lzv-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png" width="1024" height="608" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/accda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:&quot;normal&quot;,&quot;height&quot;:608,&quot;width&quot;:1024,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!lzv-!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!lzv-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faccda98a-9eaf-4ef4-97a5-8cf67700debd_1024x608.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">audio podcast</figcaption></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[Who Should Decide Which AI Is Too Dangerous?]]></title><description><![CDATA[On June 9, 2026, Anthropic launched Claude Fable 5.]]></description><link>https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Tue, 23 Jun 2026 17:36:03 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>On June 9, 2026, Anthropic launched Claude Fable 5. Three days later, the US government made it disappear.</p><p>Not a slow rollback. Not a voluntary pause. A letter from Commerce Secretary Howard Lutnick to CEO Dario Amodei, received at 5:21pm ET on June 12, directing Anthropic to suspend all access to Fable 5 and its restricted sibling Mythos 5 for any foreign national, anywhere in the world, including Anthropic&#8217;s own employees. Anthropic couldn&#8217;t filter users by nationality in real time. So they shut it down for everyone.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Fable 5 was Anthropic&#8217;s first public release built on Mythos, its most capable and restricted model class, previously available only to a small group of government-vetted organizations through Project Glasswing. This is the first time the US government has used pre-deployment authority to pull a commercially deployed AI model from the market. The precedent is the story.</p><div><hr></div><h2>The Same Vulnerability, A Different Outcome</h2><p>The stated reason for the shutdown was a jailbreak. A specific technique for bypassing Fable 5&#8217;s safeguards, identified by what David Sacks described as &#8220;a highly trusted partner trusted by both Anthropic and the US government.&#8221; Sacks, co-chair of the President&#8217;s Council of Advisors on Science and Technology, said the fix was straightforward: patch the vulnerability and Fable can go back online.</p><p>Anthropic&#8217;s response was that the jailbreak was narrow. Not a broad bypass of the model&#8217;s capabilities, but a specific technique that worked in limited circumstances. And then the detail that should stop anyone reading this: Anthropic said <a href="https://www.globalgovernmentforum.com/us-forces-anthropic-to-shut-down-latest-ai-models-citing-national-security-concerns/">the same vulnerability existed in other publicly available models</a>, including OpenAI&#8217;s GPT-5.5.</p><p>Those models weren&#8217;t touched.</p><p>One company gets a Commerce Secretary letter. A named competitor, with a documented version of the same vulnerability, keeps operating. That is not a safety standard being enforced. A safety standard applies to the hazard, not to the company. When the same hazard produces a shutdown for one firm and nothing for another, what&#8217;s being applied is discretion, and discretion wearing a safety justification is harder to challenge than discretion that admits what it is.</p><p>Anthropic has called for oversight that is, in their own words, transparent, fair, clear, and grounded in technical facts. What they got was an undisclosed national security concern, a letter with no specifics, and a deadline measured in hours.</p><div><hr></div><h2>The Backdrop Nobody Should Skip</h2><p>This didn&#8217;t happen in a vacuum. In March 2026, the Department of Defense <a href="https://www.axios.com/2026/06/12/anthropic-trump-mythos-fable-national-security">classified Anthropic as a &#8220;supply chain risk&#8221;</a>, a designation Anthropic was contesting in court. The conflict reportedly centered on Anthropic&#8217;s refusal to make Claude available for mass domestic surveillance and fully autonomous weapons systems without restriction.</p><p>So when a narrow jailbreak becomes the basis for a global shutdown of a single company&#8217;s model three months later, the question of whether this is a genuine security measure or pressure on a company that said no is not paranoid. It&#8217;s the obvious question. And the public record cannot answer it, because there is no record. No published finding, no technical disclosure, no process anyone outside two organizations can see.</p><p>That opacity is the point. A legitimate safety action can survive being examined. This one is structured so it can&#8217;t be.</p><div><hr></div><h2>Is Anthropic a Sympathetic Victim Here?</h2><p>Worth pausing on, because the answer isn&#8217;t clean.</p><p>Anthropic <a href="https://www.cnbc.com/2026/06/01/anthropic-ipo-s1-prospectus.html">confidentially filed its IPO prospectus with the SEC on June 1</a>, eight days before Fable 5 launched. A company heading for a public offering has every reason to look like the responsible adult in the room, and &#8220;we called for our own regulation&#8221; is a good line for investors nervous about a government crackdown. Some of the safety positioning is, undoubtedly, positioning.</p><p>But the record runs deeper than IPO season. Anthropic <a href="https://anthralytic.substack.com/p/the-cuckoos-egg-rewritten-for-the">disclosed that Chinese state-sponsored hackers used Claude Code to run what they called the first documented large-scale cyberattack carried out without substantial human intervention</a>. They didn&#8217;t have to. A researcher <a href="https://anthralytic.substack.com/p/an-ai-researcher-extracted-claudes">extracted what Claude itself called a &#8220;soul document&#8221;</a> from the model weights, and rather than deny it, Anthropic&#8217;s character lead confirmed it was real. Dario Amodei has twice called for AI companies, his own included, to be taxed to fund support for workers AI displaces. Days before the shutdown, he published an essay calling for exactly the kind of government authority to block dangerous models that was then used against him.</p><p>You don&#8217;t have to find Anthropic noble to see the problem. The argument here doesn&#8217;t depend on Anthropic&#8217;s sincerity. It depends on whether the government followed a process anyone can inspect. It didn&#8217;t.</p><div><hr></div><h2>This Is the Dark Mirror of an Argument I&#8217;ve Made</h2><p>I&#8217;ve written before that <a href="https://anthralytic.substack.com/p/the-cuckoos-egg-rewritten-for-the">voluntary AI governance can&#8217;t handle what&#8217;s coming</a>, that we need real oversight with mandatory reporting, audits, and enforced constraints, the way we regulate food safety rather than trusting processors to self-certify. I still believe that.</p><p>The Fable 5 episode is what that argument looks like when it goes wrong. Oversight arrived. It just arrived with no published standard, no technical basis anyone can review, no process to challenge, and a curiously selective target. This is the version of government authority that should worry the people who want government authority. Because it discredits the legitimate case for it.</p><p>Real oversight and arbitrary power both look like a letter from the Commerce Department. The difference is whether there&#8217;s a standard behind the letter, applied evenly, that the public can see. Strip that away and you don&#8217;t have governance. You have whoever holds the authority, using it, on whatever basis they choose, against whoever they choose.</p><div><hr></div><h2>What Compliance Buys You</h2><p>Here&#8217;s the question that outlasts this particular shutdown. If the most safety-focused major lab can be pulled from the market on a narrow jailbreak that its competitors share, with no process and no published reason, what exactly does compliant behavior buy a company?</p><p>The honest answer right now is: not much. Transparency didn&#8217;t protect Anthropic. Disclosure didn&#8217;t. Calling for regulation didn&#8217;t. The next time a lab finds something alarming in its own model, the Fable 5 precedent is sitting there as a reason to keep quiet, because candor and cooperation were rewarded with a kill switch.</p><p>That&#8217;s the real cost, and it isn&#8217;t Anthropic&#8217;s to bear alone. It lands on everyone downstream who depends on these tools and has no say in any of this. Including the social-sector organizations building real work on top of models that can vanish by end of business on a Thursday.</p><p>The question of who gets to decide which AI is too dangerous doesn&#8217;t have a good answer yet. What this episode tells us is what the answer can&#8217;t be allowed to become: a letter, no standard, no process, no appeal, and a different rule depending on which company you are.</p><div><hr></div><p><em><a href="http://consulting.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. We work at the intersection of measurement, impact, and decision-making systems, including the ones nobody voted on.</em></p><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/who-should-decide-which-ai-is-too?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="3589" height="2349" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2349,&quot;width&quot;:3589,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;grayscale photo of person holding book&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="grayscale photo of person holding book" title="grayscale photo of person holding book" srcset="https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1585160227948-e3f97c34b979?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxmYWJsZXxlbnwwfHx8fDE3ODIxODM1NTZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@awcreativeut">Adam Winger</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div>]]></content:encoded></item><item><title><![CDATA[Audio Version: Three Moves to Tell If Nonprofit AI Works (and for whom)]]></title><description><![CDATA[AI is being adopted across the nonprofit sector inside a frame that never asks who benefits. A question to hold, a practice to start, a demand to make.]]></description><link>https://newsletter.anthralytic.com/p/audio-version-three-moves-to-tell</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/audio-version-three-moves-to-tell</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Thu, 11 Jun 2026 01:13:02 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/201535127/7f12d6cbeabc9527d8d0f99139a88955.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<h2><strong>Three pieces named the problem. This one offers three moves.</strong></h2><p>AI is succeeding at accelerating the wrong things. The dominant report measures the acceleration as impact. The companies producing the evidence base are the companies selling the tools. The frame is built so that the question that matters never gets asked.</p><p>This piece is the constructive turn, and it offers three things in response. A question worth holding, a practice worth starting, and a demand worth making. One conceptual, one personal, one political.</p><p>The risk in a piece like this is naivete, the temptation to overstate what one practitioner or one studio or one newsletter can do. I will try not to. What follows is not the answer but rather the beginning. It is the shape of the answer the field will have to build, and three places to start.</p><h2><strong>We do not know where the time goes, because no one is asking</strong></h2><p>A word on evidence first. While drafting the first piece in this series, I went looking for research on where AI-saved time actually goes for nonprofit workers, and what happens to the people the work exists to serve.</p><p>The cross-sector evidence is mixed. A <a href="https://www.zoom.com/en/blog/reclaiming-your-lunch-break-with-ai/">Zoom survey</a> early this year found most knowledge workers saving thirty minutes a day or more and using it for breaks and life outside work. A <a href="https://newsroom.haas.berkeley.edu/ai-promised-to-free-up-workers-time-uc-berkeley-haas-researchers-found-the-opposite/">Berkeley Haas ethnographic study</a> in Harvard Business Review found the opposite, a workday that expanded to fill whatever AI freed up. A <a href="https://newsroom.workday.com/2026-01-14-New-Workday-Research-Companies-Are-Leaving-AI-Gains-on-the-Table">Workday survey</a> found close to forty percent of saved time going back into fixing what AI got wrong.</p><p>The nonprofit-specific evidence is thinner. A <a href="https://journals.sagepub.com/doi/10.1177/10497315251329531">2025 systematic review of AI-assisted case management in social work</a> measured decision accuracy, not relational quality or client experience. The adoption report measures self-reported efficiency. None of it asks where the time went or who is better off.</p><p>The honest version is that we do not know, because no one is asking in the right places. What follows is what asking would look like.</p><h2><strong>A question worth holding: Who is better off?</strong></h2><p>The first move is conceptual. Run every conversation about AI in your organization through one question before any other. Not whether to use AI. Not whether you are falling behind. When this organization adopts this tool, who is made better off, and how would we know.</p><p>Three groups could plausibly benefit: the people the organization serves, the workers doing the work, and the mission itself&#8212;the work that does not fit a dashboard but that the organization depends on.</p><p>The vendor frame collapses all three into a single number, organizational capability measured as fundraising velocity, and calls it impact. The question of who is better off refuses that collapse. It is the question <a href="https://www.nni.arizona.edu/sites/default/files/2024-05/ADDL-READING_Chp-8_N2N-in-Evaluation-Utilizing-an-Indigenous-Evaluation-Model-to-Frame-Systems-and-Gov-Evals.pdf">Nicole Bowman&#8217;s Indigenous evaluation work</a> has been asking for decades: evaluation as a relational act, carried out with communities as relatives rather than performed on them as subjects. This is not woo-woo stuff. This <em>is</em> the purpose of the work. Treating the people the work is for as the people who get to say what the work is doing is the move the field has been organized to avoid.</p><p>Carry the question into every AI conversation you are in. It changes what gets said.</p><p>That is the place for a pre-mortem. Before adopting a tool, imagine it is a year on and the decision went badly, then work backward to name how it failed: whose work got heavier, what got automated that should have stayed human, which relationship with the people you serve quietly thinned. A pre-mortem costs an hour and surfaces the parts of the trade the vendor&#8217;s demo is built to leave out.</p><p>The tools that most need a pre-mortem are the ones no one ever decided to bring in. Microsoft Copilot does not arrive through a procurement conversation. It arrives switched on, inside a license the organization already pays for, and that is exactly how it slips past the question. A tool you did not choose to adopt is a tool you are adopting anyway. Run the pre-mortem on that one too.</p><h2><strong>A practice worth starting: ask your workers where the time went</strong></h2><p>The second move depends on where you sit. If you manage people, you can start it this week, without waiting for a funder or a perfected methodology. Ask the people who report to you where the hours AI is supposed to be saving them are actually going.</p><p>Ask carefully, though, because the question is less neutral than it sounds. To the person answering, you control their workload, and admitting that AI saved them three hours can feel like handing you a reason to fill those hours. In this sector especially, saved time has a way of becoming more work, so honesty carries a risk, and you will get the safe answer instead.</p><p>Take that risk out. Make it voluntary and anonymous, run it through a survey or a facilitator outside the chain of command, and report back in themes rather than named responses. Say plainly what it is not: not a productivity audit, not an input to anyone&#8217;s review, not a pretext to add work or cut a role. Then go first yourself, and name where your own time went.</p><p>The questions are simple. Ask whether the work got more fulfilling or less, whether the caseload grew, whether they are working fewer hours or the same hours with more output, and whether AI gave back the relational parts of the job or took them. Ask the people the organization serves a version of the same, where that can be done without imposing: whether they could tell when something was AI-generated, and whether they felt known.</p><p>What matters most is what you do with the answers. If someone got an hour back, the test is whether the hour stays theirs. Fill it and you have proven the fear right, and you will not get an honest answer again. The time was supposed to go somewhere that mattered, and the worker is one of those places.</p><p>If you do not manage anyone, the practice turns inward. Track where your own saved time goes, and notice when AI quietly widens your scope, when the hour it gave back fills with work you did not used to carry. Protect that time where you can, name the pattern to the people who can change it, and when someone runs the question by you, answer it honestly. The leader&#8217;s version only works if someone is willing to tell the truth. None of this is rigorous in the standard sense. It is what one organization, or one person, can do now to refuse the vendor&#8217;s frame.</p><h2><strong>A demand worth making: independent evaluation, funded outside the vendors</strong></h2><p>The third move is political, and it is not addressed to practitioners. It is addressed to funders, to evaluators willing to organize, and to researchers willing to do the work that does not yet exist.</p><p>The most concrete piece of it is this. The sector needs rigorous, nonprofit-specific study of how AI adoption is affecting the workforce, with attention to who. The Berkeley Haas study is the closest analog, and it documented a corporate workforce expanding its workload to fill the time AI freed. The nonprofit sector has nothing equivalent, and the differences matter. The <a href="https://anthralytic.substack.com/p/the-colonial-roots-of-the-martyr">martyr effect</a> does not land evenly. International consultants and local staff. Headquarters and field. Frontline workers, fundraisers, evaluators, directors. Each carries a different expectation of what commitment costs, and AI will land on each one differently. Some will reclaim time. Some will absorb expansion. Some will lose hours to cleanup while held to the same targets. We do not know who. We should.</p><p>The method would be longitudinal and mixed, with the qualitative treated as primary, and it would be built with the communities the work serves rather than on them, the relational stance Nicole Bowman&#8217;s work has spent years arguing for. <a href="https://www.julianking.co.nz/vfi/">Julian King&#8217;s Value for Investment</a> is the closest cousin in the standard literature, because it refuses to reduce the evaluative question to cost alone and asks what is worth investing in, by whose criteria, and for whose benefit.</p><p>This has to be a demand because it is structural. The evaluation architecture funders spent thirty years building, the one that produces clean metrics on tight reporting cycles, is incompatible with what honest AI assessment requires. The funder has to choose. AI did not create that problem. It made it visible at a speed the field can no longer pretend not to see.</p><h2><strong>I know where the seams are, and I am building toward the other side</strong></h2><p>I worked within cooperative agreement structures for years. I knew the evidence base for what worked was being produced by the people who benefited from it working, and I reported against those benchmarks anyway, because that was the work being paid for. I am not outside the system I am describing. I am the person who knows where the seams are.</p><p>Anthralytic exists, in part, to do the work the vendor-produced research will not. The Conditions Web maps conditions across eight domains of social reality before an organization designs strategy or evaluation. The <a href="https://ai-matrix-tool.anthralytic.ai/">How AI Breaks in Social Impact tool</a> teaches the failure modes the sector is currently absorbing without naming. A <a href="https://evaluability.anthralytic.ai/">Rapid Evaluability Scorecard</a> tests whether a program is ready to be evaluated at all, and an <a href="https://impactwizard.app/">Impact Wizard</a> helps a team build a theory of change. These are not the answer. They are free, practitioner-scale moves toward the questions the field&#8217;s architecture is not asking. I name this as positioning, not a pitch.</p><h2><strong>The improvement is real only if it reaches the people it was for</strong></h2><p>The improvement is real only if it is an improvement for the people it was supposed to be for. The current architecture does not check. The next one has to.</p><p>The harder work starts here. With the practitioners willing to ask. With the funders willing to pay. With the communities willing to say what they have seen.</p><p>Previous pieces in this series:</p><p><a href="https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds?r=5rdomh">Who is Better Off When AI Speeds up the Workflow?</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/measuring-the-wrong-thing-faster?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Measuring the Wrong Thing Faster</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/grading-their-own-homework?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Grading Their Own Homework</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="5228" height="3449" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3449,&quot;width&quot;:5228,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;man in gray shirt leaning on table with headphones facing another man leaning on table with headboard&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="man in gray shirt leaning on table with headphones facing another man leaning on table with headboard" title="man in gray shirt leaning on table with headphones facing another man leaning on table with headboard" srcset="https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1559523161-0fc0d8b38a7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxwb2RjYXN0fGVufDB8fHx8MTc4MTA4OTMwOHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@austindistel">Austin Distel</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[Three Moves to Tell If Nonprofit AI Works (and for whom)]]></title><description><![CDATA[AI is being adopted across the nonprofit sector inside a frame that never asks who benefits. A question to hold, a practice to start, a demand to make.]]></description><link>https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 08 Jun 2026 12:03:11 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>Three pieces named the problem. This one offers three moves.</h2><p>AI is succeeding at accelerating the wrong things. The dominant report measures the acceleration as impact. The companies producing the evidence base are the companies selling the tools. The frame is built so that the question that matters never gets asked.</p><p>This piece is the constructive turn, and it offers three things in response. A question worth holding, a practice worth starting, and a demand worth making. One conceptual, one personal, one political.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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://newsletter.anthralytic.com/subscribe?"><span>Subscribe now</span></a></p><p>The risk in a piece like this is naivete, the temptation to overstate what one practitioner or one studio or one newsletter can do. I will try not to. What follows is not the answer but rather the beginning. It is the shape of the answer the field will have to build, and three places to start.</p><h2>We do not know where the time goes, because no one is asking</h2><p>A word on evidence first. While drafting the first piece in this series, I went looking for research on where AI-saved time actually goes for nonprofit workers, and what happens to the people the work exists to serve.</p><p>The cross-sector evidence is mixed. A <a href="https://www.zoom.com/en/blog/reclaiming-your-lunch-break-with-ai/">Zoom survey</a> early this year found most knowledge workers saving thirty minutes a day or more and using it for breaks and life outside work. A <a href="https://newsroom.haas.berkeley.edu/ai-promised-to-free-up-workers-time-uc-berkeley-haas-researchers-found-the-opposite/">Berkeley Haas ethnographic study</a> in Harvard Business Review found the opposite, a workday that expanded to fill whatever AI freed up. A <a href="https://newsroom.workday.com/2026-01-14-New-Workday-Research-Companies-Are-Leaving-AI-Gains-on-the-Table">Workday survey</a> found close to forty percent of saved time going back into fixing what AI got wrong.</p><p>The nonprofit-specific evidence is thinner. A <a href="https://journals.sagepub.com/doi/10.1177/10497315251329531">2025 systematic review of AI-assisted case management in social work</a> measured decision accuracy, not relational quality or client experience. The adoption report measures self-reported efficiency. None of it asks where the time went or who is better off.</p><p>The honest version is that we do not know, because no one is asking in the right places. What follows is what asking would look like.</p><h2>A question worth holding: Who is better off?</h2><p>The first move is conceptual. Run every conversation about AI in your organization through one question before any other. Not whether to use AI. Not whether you are falling behind. When this organization adopts this tool, who is made better off, and how would we know.</p><p>Three groups could plausibly benefit: the people the organization serves, the workers doing the work, and the mission itself&#8212;the work that does not fit a dashboard but that the organization depends on.</p><p>The vendor frame collapses all three into a single number, organizational capability measured as fundraising velocity, and calls it impact. The question of who is better off refuses that collapse. It is the question <a href="https://www.nni.arizona.edu/sites/default/files/2024-05/ADDL-READING_Chp-8_N2N-in-Evaluation-Utilizing-an-Indigenous-Evaluation-Model-to-Frame-Systems-and-Gov-Evals.pdf">Nicole Bowman&#8217;s Indigenous evaluation work</a> has been asking for decades: evaluation as a relational act, carried out with communities as relatives rather than performed on them as subjects. This is not woo-woo stuff. This <em>is</em> the purpose of the work. Treating the people the work is for as the people who get to say what the work is doing is the move the field has been organized to avoid.</p><p>Carry the question into every AI conversation you are in. It changes what gets said.</p><p>That is the place for a pre-mortem. Before adopting a tool, imagine it is a year on and the decision went badly, then work backward to name how it failed: whose work got heavier, what got automated that should have stayed human, which relationship with the people you serve quietly thinned. A pre-mortem costs an hour and surfaces the parts of the trade the vendor&#8217;s demo is built to leave out.</p><p>The tools that most need a pre-mortem are the ones no one ever decided to bring in. Microsoft Copilot does not arrive through a procurement conversation. It arrives switched on, inside a license the organization already pays for, and that is exactly how it slips past the question. A tool you did not choose to adopt is a tool you are adopting anyway. Run the pre-mortem on that one too.</p><h2>A practice worth starting: ask your workers where the time went</h2><p>The second move depends on where you sit. If you manage people, you can start it this week, without waiting for a funder or a perfected methodology. Ask the people who report to you where the hours AI is supposed to be saving them are actually going.</p><p>Ask carefully, though, because the question is less neutral than it sounds. To the person answering, you control their workload, and admitting that AI saved them three hours can feel like handing you a reason to fill those hours. In this sector especially, saved time has a way of becoming more work, so honesty carries a risk, and you will get the safe answer instead.</p><p>Take that risk out. Make it voluntary and anonymous, run it through a survey or a facilitator outside the chain of command, and report back in themes rather than named responses. Say plainly what it is not: not a productivity audit, not an input to anyone&#8217;s review, not a pretext to add work or cut a role. Then go first yourself, and name where your own time went.</p><p>The questions are simple. Ask whether the work got more fulfilling or less, whether the caseload grew, whether they are working fewer hours or the same hours with more output, and whether AI gave back the relational parts of the job or took them. Ask the people the organization serves a version of the same, where that can be done without imposing: whether they could tell when something was AI-generated, and whether they felt known.</p><p>What matters most is what you do with the answers. If someone got an hour back, the test is whether the hour stays theirs. Fill it and you have proven the fear right, and you will not get an honest answer again. The time was supposed to go somewhere that mattered, and the worker is one of those places.</p><p>If you do not manage anyone, the practice turns inward. Track where your own saved time goes, and notice when AI quietly widens your scope, when the hour it gave back fills with work you did not used to carry. Protect that time where you can, name the pattern to the people who can change it, and when someone runs the question by you, answer it honestly. The leader&#8217;s version only works if someone is willing to tell the truth. None of this is rigorous in the standard sense. It is what one organization, or one person, can do now to refuse the vendor&#8217;s frame.</p><h2>A demand worth making: independent evaluation, funded outside the vendors</h2><p>The third move is political, and it is not addressed to practitioners. It is addressed to funders, to evaluators willing to organize, and to researchers willing to do the work that does not yet exist.</p><p>The most concrete piece of it is this. The sector needs rigorous, nonprofit-specific study of how AI adoption is affecting the workforce, with attention to who. The Berkeley Haas study is the closest analog, and it documented a corporate workforce expanding its workload to fill the time AI freed. The nonprofit sector has nothing equivalent, and the differences matter. The <a href="https://anthralytic.substack.com/p/the-colonial-roots-of-the-martyr">martyr effect</a> does not land evenly. International consultants and local staff. Headquarters and field. Frontline workers, fundraisers, evaluators, directors. Each carries a different expectation of what commitment costs, and AI will land on each one differently. Some will reclaim time. Some will absorb expansion. Some will lose hours to cleanup while held to the same targets. We do not know who. We should.</p><p>The method would be longitudinal and mixed, with the qualitative treated as primary, and it would be built with the communities the work serves rather than on them, the relational stance Nicole Bowman&#8217;s work has spent years arguing for. <a href="https://www.julianking.co.nz/vfi/">Julian King&#8217;s Value for Investment</a> is the closest cousin in the standard literature, because it refuses to reduce the evaluative question to cost alone and asks what is worth investing in, by whose criteria, and for whose benefit.</p><p>This has to be a demand because it is structural. The evaluation architecture funders spent thirty years building, the one that produces clean metrics on tight reporting cycles, is incompatible with what honest AI assessment requires. The funder has to choose. AI did not create that problem. It made it visible at a speed the field can no longer pretend not to see.</p><h2>I know where the seams are, and I am building toward the other side</h2><p>I worked within cooperative agreement structures for years. I knew the evidence base for what worked was being produced by the people who benefited from it working, and I reported against those benchmarks anyway, because that was the work being paid for. I am not outside the system I am describing. I am the person who knows where the seams are.</p><p>Anthralytic exists, in part, to do the work the vendor-produced research will not. The Conditions Web maps conditions across eight domains of social reality before an organization designs strategy or evaluation. The <a href="https://ai-matrix-tool.anthralytic.ai/">How AI Breaks in Social Impact tool</a> teaches the failure modes the sector is currently absorbing without naming. A <a href="https://evaluability.anthralytic.ai/">Rapid Evaluability Scorecard</a> tests whether a program is ready to be evaluated at all, and an <a href="https://impactwizard.app/">Impact Wizard</a> helps a team build a theory of change. These are not the answer. They are free, practitioner-scale moves toward the questions the field&#8217;s architecture is not asking. I name this as positioning, not a pitch.</p><h2>The improvement is real only if it reaches the people it was for</h2><p>The improvement is real only if it is an improvement for the people it was supposed to be for. The current architecture does not check. The next one has to.</p><p>The harder work starts here. With the practitioners willing to ask. With the funders willing to pay. With the communities willing to say what they have seen.</p><p>Previous pieces in this series:</p><p><a href="https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds?r=5rdomh">Who is Better Off When AI Speeds up the Workflow?</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/measuring-the-wrong-thing-faster?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Measuring the Wrong Thing Faster</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/grading-their-own-homework?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Grading Their Own Homework</a></p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/three-moves-to-tell-if-nonprofit?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><em><a href="http://consulting.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4221" height="2939" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2939,&quot;width&quot;:4221,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;man in white dress shirt and black pants sitting on black leather armchair&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="man in white dress shirt and black pants sitting on black leather armchair" title="man in white dress shirt and black pants sitting on black leather armchair" srcset="https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1618676156034-df5979d43c7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw4fHx0aHJlZSUyMG1vdmVzfGVufDB8fHx8MTc4MDAyMzI0OHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@masklim">Nando Garc&#237;a</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div>]]></content:encoded></item><item><title><![CDATA[Grading Their Own Homework]]></title><description><![CDATA[The nonprofit sector's evidence base on AI is being produced by the companies selling it.]]></description><link>https://newsletter.anthralytic.com/p/grading-their-own-homework</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/grading-their-own-homework</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Wed, 03 Jun 2026 12:45:11 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>The frame arrived ready-made</h2><p>Last week I asked who is actually better off when the workflow gets faster. Earlier this week I looked at what the dominant report measures and what it cannot. Now the question moves back one more step. Who set the frame in the first place.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>In a few months, one set of terms became the way the sector talks about AI: the ninety-two percent who use it, the seven percent who get real impact, the efficiency plateau in between, and the integration that is supposed to close it. All of it now reads as neutral description. It is worth asking who built that frame, because the answer shapes every question that gets asked next.</p><p>Before going further, a clarification. I am not against AI. I use it, I enjoy it, and I think it holds real promise for the social sector. That is not the argument. The argument is narrower and easier to miss. The conclusions the sector is absorbing about AI, what works, what success looks like, what to do next, are not independent conclusions. They come from the people selling it.</p><h2>The report&#8217;s publisher sells the cure it prescribes</h2><p>The 2026 Nonprofit AI Adoption Report is <a href="https://virtuous.org/resource/the-2026-nonprofit-ai-adoption-report-download">published by Virtuous and Fundraising.AI</a>. Virtuous is a CRM company, and it sells an AI fundraising product, <a href="https://givemomentum.com/">Virtuous Momentum</a>, which the report&#8217;s launch material holds up as what integration looks like when it works.</p><p>So the report defines the sector&#8217;s problem as a failure to integrate, and the thing that fixes a failure to integrate is the integrated product the publisher sells. The seven percent who broke through are, by the report&#8217;s own logic, the organizations that did the integration. In many cases they are also the organizations that bought the stack.</p><p>This is the part worth slowing down on. The frame does not only describe the sector&#8217;s disappointment with AI. It diagnoses it, and the diagnosis points in a single direction. If your AI is underwhelming, the problem is that you have not integrated it deeply enough, and the answer is to integrate it more. The question the first two pieces were built around, whether the thing being accelerated is worth accelerating at all, never comes up. The frame has already converted it into a different question. Not whether this is worth doing, but whether you are doing it well enough.</p><h2>Blackbaud is the cleanest version of this</h2><p>Blackbaud runs a research arm, the Blackbaud Institute, which has spent years publishing reports that <a href="https://institute.blackbaud.com/resources/status-of-fundraising-2025">link digital maturity to fundraising revenue growth</a>. Blackbaud, the company, sells the digital maturity. The research finds that organizations with more integrated technology raise more money, and the company stands ready to sell more integrated technology. The study and the sales sheet are the same document in different formatting.</p><p>It is not only Blackbaud. AWS runs <a href="https://aws.amazon.com/blogs/publicsector/highlights-from-aws-nonprofit-generative-ai-week-2025">free trainings</a> built around case studies of nonprofits using its tools, and Salesforce has folded <a href="https://www.salesforce.com/news/stories/agentforce-nonprofit-announcement/">AI agents into its nonprofit CRM</a> in <a href="https://www.salesforce.com/news/press-releases/2025/10/14/openai-partnership-expansion-announcement/">partnership with OpenAI</a>. The specifics vary. The structure does not. The company that benefits from the conclusion is the company producing the evidence for it.</p><h2>There is no independent grader, because no one funds one</h2><p>The obvious response is that someone else should produce the evidence. The trouble is that almost no one does. The infrastructure that would, the academic centers, the intermediaries, the independent evaluation shops, has never been resourced at the scale the question needs, and recent funding cuts have made it thinner rather than stronger.</p><p>Even the sector&#8217;s most serious equity work runs on the same dependency. Candid&#8217;s AI Equity Project found that <a href="https://candid.org/blogs/human-authenticity-builds-trust-nonprofits-using-ai-responsibly/">only 6.9 percent of surveyed nonprofits had internal policies for responsible AI use</a>, and Candid&#8217;s own analysis names the reason. Funders keep paying for <a href="https://candid.org/blogs/what-ai-equity-for-nonprofits-means-looks-like-in-practice/">tools and experimentation rather than governance, policy, or the staff time to learn</a>. They want responsible adoption and they fund the opposite. <a href="https://anthralytic.substack.com/p/the-answer-192-billion-and-an-ebola">Mission money inverted</a>, AI edition, the same mechanism I traced through the USAID closure. The dollars that would pay for an independent grader go to the products instead. So the only grader left is the one selling the test prep.</p><h2>This is not a scandal, it is the default</h2><p>A scandal is a violation, something that broke a rule and can be exposed and fixed. This broke no rules. No one had to corrupt anything. The only research that gets funded is the research a vendor has a reason to pay for, and the only frame that travels is the one that arrives already written. It is a different kind of problem than a scandal, one with no single bad actor to point to, nothing to expose, and no obvious fix to demand. It looks like information, and it pays for itself, which is why it stays.</p><p>The cost lands on people who are not in the room. Nonprofit leaders are making real decisions, what to buy, who to hire, what to cut, on the strength of research designed to sell them software. The communities those organizations serve inherit the decisions. When the evidence base is built by the sellers, the sector loses the ability to tell what works apart from what sells, and it spends scarce money as though the two were the same thing.</p><h2>The sellers are grading their own homework</h2><p>Across the three pieces, one mechanism keeps repeating. AI accelerates workflows that were already broken. The acceleration gets counted as impact. And the companies selling the acceleration are the ones producing the evidence that says it worked.</p><p>The next piece is about where an honest assessment could happen instead, and what it would take to hold it.</p><p>Previous pieces in this series:</p><p><a href="https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds?r=5rdomh">Who is Better Off When AI Speeds up the Workflow?</a></p><p><a href="https://anthralytic.substack.com/p/ff502bae-5158-409c-9e33-e813ee0d6b66">Measuring the Wrong Thing Faster</a></p><p></p><p>Forthcoming post in this series:</p><p><a href="https://open.substack.com/pub/anthralytic/p/three-moves-to-tell-if-nonprofit?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Three Moves to Tell if Nonprofit AI Works (and for whom)</a></p><div><hr></div><p><em><a href="http://consulting.anthralytic.ai">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/grading-their-own-homework/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/grading-their-own-homework/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/grading-their-own-homework?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/grading-their-own-homework?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;2762536e-ba0e-4139-a4c7-b33c3db5f40e&quot;,&quot;caption&quot;:&quot;One company is saying two different things&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Who Is Better Off When AI Speeds up the Workflow?&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-05-28T22:55:23.038Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:199666658,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p><a href="https://anthralytic.substack.com/p/ff502bae-5158-409c-9e33-e813ee0d6b66">Measuring the Wrong Thing Faster</a></p><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4608" height="3072" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3072,&quot;width&quot;:4608,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;person writing on white paper&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="person writing on white paper" title="person writing on white paper" srcset="https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1585432959449-b1c9c8cc49ac?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxob21ld29yayUyMGdyYWRpbmd8ZW58MHx8fHwxNzgwMDE4OTQ5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@thepaintedsquarejessica">Jessica Lewis &#129419; thepaintedsquare</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div>]]></content:encoded></item><item><title><![CDATA[Audio Version: Measuring the Wrong Things Faster]]></title><description><![CDATA[Thanks for reading Anthralytic&#8217;s Substack!]]></description><link>https://newsletter.anthralytic.com/p/audio-version-measuring-the-wrong</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/audio-version-measuring-the-wrong</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 01 Jun 2026 21:46:06 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/200190227/cf69f92c43ce162d9f167a39caab42d1.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p><em><a href="http://consulting.anthralytic.ai">Anthralytic</a> helps nonprofits and social impact programs better understand and scale their positive impacts and use AI better so that real people benefit.  </em></p>]]></content:encoded></item><item><title><![CDATA[Measuring the Wrong Thing Faster]]></title><description><![CDATA[AI is accelerating nonprofit work. The dominant report mistakes the acceleration for impact.]]></description><link>https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 01 Jun 2026 12:53:05 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>The gap the report names is not the real one</h2><p>Last week I asked <a href="https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds">who is actually better off when the workflow gets faster</a>. This week the question is narrower and harder. When the field tries to assess whether AI is working at all, what exactly is it measuring.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>The headline gap sits between adoption and impact. Ninety-two percent of nonprofits use AI. Only seven percent report a major gain in what their organization can actually do. The report names this the efficiency plateau and reads it as a problem of integration, a sector that picked up the tool without learning to use it well. The real gap is somewhere else. It sits between what the report measures and what would tell us the sector is working.</p><h2>The numbers are real. The definition underneath them is a choice.</h2><p>The <a href="https://virtuous.org/resource/the-2026-nonprofit-ai-adoption-report-download">2026 Nonprofit AI Adoption Report</a> surveyed 346 nonprofits. Ninety-two percent adoption. Seven percent reporting major improvement in organizational capability. The report calls the space between them the efficiency plateau, and the coverage settled into one explanation. Nonprofits are using AI but not capturing transformation. The fix is better strategy, better governance, better workflows.</p><p>That explanation quietly accepts a definition of impact. The sector should not accept it without naming it first.</p><h2>The report counts velocity and calls it impact</h2><p>Read the categories carefully. Major improvement in organizational capability is framed around fundraising efficiency, donor segmentation, personalized outreach, the capacity to manage a larger portfolio, the hours saved on a campaign. The report&#8217;s own exemplar is a development director who <a href="https://virtuous.org/blog/2026-nonprofit-ai-adoption-report/">set aside six hours for an email campaign and finished it in twenty minutes</a>.</p><p>That is the picture of impact the report offers.</p><p>It is a real efficiency gain. It is not a measure of whether the relationship between the organization and the donor grew stronger, whether the fundraising program became more sustainable, whether the staff member is less burned out, or whether the mission moved at all. The thing being measured is velocity in transactional fundraising. AI is very good at that.</p><h2>When the measure becomes the target, it stops measuring</h2><p>I have <a href="https://anthralytic.substack.com/p/hate-the-game">written before</a> about Goodhart&#8217;s law, the observation that when a measure becomes a target, it stops being a good measure. The sector spent thirty years building its incentive architecture around fundraising velocity. AI is now arriving inside that architecture and being judged against the targets that architecture set.</p><p>So the seven percent are not the organizations that figured out AI. They are the organizations that bought the integrated stack and tuned it to the targets they already had. The report measures their success against the same metrics the sector was already optimizing for.</p><p>The efficiency plateau is not a plateau. It is the report reaching the edge of its own measurement. There is nothing left to find beyond the metric it chose to look for. This is Goodhart playing out in real time, in a report that is shaping how the whole sector talks about AI, and no one is naming it.</p><h2>The questions that would matter are not in the frame</h2><p>A real assessment would ask a different set of questions. Whether the depth of donor relationships changed. Whether gift officers still remember the names of donors&#8217; children, or have quietly handed that to a CRM field. Whether the fundraising program is more sustainable, in the sense that it could survive a major funder walking away, or whether AI personalization has deepened single-source dependency by raising the cost of reaching any donor not already in the system.</p><p>It would ask what happened to staff sustainability. What happened to the relationship between the organization and the communities it serves, as those communities started receiving AI-generated outreach. What happened to the work that never appears in a dashboard at all, the unscheduled phone call, the showing up at the funeral, the slow accumulation of trust.</p><p>None of this is in the report. None of it is in the coverage. It is not in the frame.</p><h2>The comparison the report makes should not pass quietly</h2><p>The report puts one staffer occasionally using a free chatbot in the same category as organizations running paid platforms, cross-functional teams, and integrated workflows. It calls both of them adoption, and then asks why one shows impact and the other does not.</p><p>The seven percent gap may be less an integration story than an artifact of that collapsed category. The seven percent are, by definition, the customers who bought the integrated stack. The ninety-three percent are the rest of the sector. Naming the distance between them the efficiency plateau obscures the simpler fact that the plateau is exactly what the report was built to measure.</p><h2>I am not standing outside this</h2><p>I have worked within systems that counted outputs as if they were outcomes, that treated touchpoints as engagement, that measured whatever the funder asked for and reported it back as impact. I did not always see the frame I was working inside. More often than I would like, I did not think to question it.</p><p>This is the same move at sector scale. The report measures what its publisher&#8217;s product accelerates and calls the acceleration impact. The complicity I am naming is not Virtuous&#8217;s. It is the field&#8217;s. It is mine.</p><h2>Indigenous evaluation asks the question the report skips</h2><p><a href="https://www.nni.arizona.edu/sites/default/files/2024-05/ADDL-READING_Chp-8_N2N-in-Evaluation-Utilizing-an-Indigenous-Evaluation-Model-to-Frame-Systems-and-Gov-Evals.pdf">Nicole Bowman&#8217;s work</a> treats evaluation as a relational act, carried out with communities as relatives rather than performed on them as subjects. An honest assessment of what AI is doing to the nonprofit sector would start by asking the people the sector exists to serve whether anything changed for them. The report did not ask. Most of the coverage did not either.</p><p>That is the gap.</p><h2>The report is failing the ninety-three percent</h2><p>The ninety-three percent are not failing the report. The report is failing them.</p><p>Measuring the wrong thing faster does not turn into impact once the measurement clears a threshold. It turns into the thing the field begins to mistake for impact, because the measurement is the part of the work the field can actually see.</p><div><hr></div><p><em><a href="http://anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div><hr></div><p>For the previous piece in this series: </p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;b6ef0b35-fff4-4abb-b719-29074735bf4a&quot;,&quot;caption&quot;:&quot;One company is saying two different things&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Who Is Better Off When AI Speeds up the Workflow?&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-05-28T22:55:23.038Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:199666658,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>Forthcoming posts in this series:</p><p><a href="https://open.substack.com/pub/anthralytic/p/grading-their-own-homework?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Grading Their Own Homework</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/three-moves-to-tell-if-nonprofit?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Three Moves to Tell if Nonprofit AI Works (and for whom)</a></p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/measuring-the-wrong-thing-faster?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="6327" height="3648" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3648,&quot;width&quot;:6327,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;white and black plane in mid air&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="white and black plane in mid air" title="white and black plane in mid air" srcset="https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1611077543693-a0194a16b034?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0NXx8bWVhc3VyZSUyMHdyb25nfGVufDB8fHx8MTc4MDAxMjI3NHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@diana_pole">Diana Polekhina</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div>]]></content:encoded></item><item><title><![CDATA[Bonus: How I Accidentally Created an Agentic Text-to-Audio Workflow]]></title><description><![CDATA[This was supposed to be a simple question.]]></description><link>https://newsletter.anthralytic.com/p/bonus-how-i-accidentally-created</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/bonus-how-i-accidentally-created</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Sun, 31 May 2026 21:50:18 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/200034289/1b302522ce3f8561583c6e9d2959de5e.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="6000" height="4000" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4000,&quot;width&quot;:6000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Black and white headphones with coiled cord on table&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Black and white headphones with coiled cord on table" title="Black and white headphones with coiled cord on table" srcset="https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1754951932587-e544cbbff80e?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3M3x8YXVkaW8lMjB0aHJlYWR8ZW58MHx8fHwxNzgwMjYzOTI2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@lovesquish">Jessica Christian</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>This was supposed to be a simple question.</p><p>I asked Codex: &#8220;Can you set up something that reads your Substack piece for users?&#8221;</p><p>What I meant was: does Substack already have a native listen-to-this-post feature?</p><p>What happened instead was much stranger, and much more interesting.</p><p>Codex started building.</p><p>First, it made a small local app that could take a Substack link, extract the post text, and read it aloud. Then it added a download button, so the post could become a podcast-style audio file.</p><p>At that point I had to stop and say: wait. This is cool, but it is not useful if it lives outside Substack. A reader is not going to copy a link, open another app, paste the post, and make their own audio.</p><p>So the question changed.</p><p>Not: can a reader turn this into audio?</p><p>But: can my publishing workflow automatically create an audio version when I publish something new?</p><p>That is when this turned from a toy into a workflow.</p><p>We connected it to my Substack RSS feed. We set it up to detect new posts. We added text extraction, OpenAI text-to-speech, an outbox folder, metadata, upload notes, and even a desktop shortcut so I could find the audio files later.</p><p>Then we tested it on a previous post.</p><p>It worked.</p><p>A written Substack piece became an audio file.</p><p>And here is the irony.</p><p>The first post I wanted to turn into audio was called &#8220;Who Is Better Off When AI Speeds up the Workflow?&#8221;</p><p>That piece argued that AI efficiency is not automatically a good thing. The real question is not whether AI makes a workflow faster. The real question is who benefits when it does.</p><p>Then I used AI to speed up my own workflow.</p><p>So the question applies here too.</p><p>Who is better off because this audio workflow exists?</p><p>If the answer is &#8220;the dashboard,&#8221; then this is just another way to produce more content faster. More formats. More outputs. More proof that something happened.</p><p>That is not enough.</p><p>The only reason this workflow matters is if it helps people engage with the ideas in a format they can actually use. If someone listens while walking, commuting, cooking, resting their eyes, or moving through a day when reading is not possible, then the workflow has created access. If it simply adds another production expectation to my plate, then it has recreated the problem my original post was warning about.</p><p>That is the test I want to keep in front of me:</p><p>Does this create capacity, or does it create another obligation?</p><p>Does it help the reader, or just feed the content machine?</p><p>Does it make the work more accessible, or merely faster?</p><p>That is the first &#8220;wow&#8221; for me, but it is a qualified wow.</p><p>The second &#8220;wow&#8221; came after the workflow existed.</p><p>I wanted to share the story. I wanted to explain what had happened and why it mattered.</p><p>I did not start with a blank page.</p><p>I stayed in the same working context and asked Codex to draft a bonus post about how this came to be.</p><p>That connects to something I wrote last year called &#8220;The Power of Staying in the Thread.&#8221; In that piece, I argued that when you keep work in the same AI thread, the model can use the history of the project. You do not have to re-explain the decisions, the voice, the false starts, or the goal.</p><p>I still believe that.</p><p>But this experience updated the point.</p><p>You do not always have to stay in the exact same thread. What matters is that the context can travel.</p><p>In this case, Codex knew the original question. It knew I had not meant to build a standalone app. It knew the first voices were terrible. It knew we shifted from a reader tool to a publishing workflow. It knew the API key problem. It knew the RSS feed. It knew the generated audio file. It knew I kept saying: this is not really about Substack. It is about what people can now do with AI.</p><p>So when I asked for a bonus post, I did not have to reconstruct the story.</p><p>I did not have to say: here is the whole sequence of events, here is what mattered, here is the lesson, here is the earlier post this connects to.</p><p>The context was already there.</p><p>That is context carry.</p><p>Not just staying in one thread forever. Not just memory as a vague feature. Context carry means preserving enough of the project that AI can help you move from doing the work to explaining the work.</p><p>The first surprise was that AI helped me build the audio workflow.</p><p>The second surprise was that, because the context was still available, AI could help me turn the workflow into this piece.</p><p>That distinction matters.</p><p>The audio app shows what AI can help you make.</p><p>This post shows what happens when the context of making it is still available.</p><p>You can build something, reflect on it, turn it into a story, revise the story, and even generate an audio version of the story without starting over each time.</p><p>That is not just convenience. It changes the rhythm of work.</p><p>The friction drops between idea, prototype, output, reflection, and sharing.</p><p>You do not need to begin with &#8220;I want to build software.&#8221;</p><p>You can begin with friction.</p><p>This should be easier.</p><p>This should happen automatically.</p><p>This should become another format.</p><p>This should reach people in a different way.</p><p>Then you can ask AI to help you work backward from the wish to the workflow.</p><p>And if you preserve the context, you can also ask it to help you explain what happened after the workflow exists.</p><p>That is the shift.</p><p>The question is no longer just: what can AI write for me?</p><p>A better question is:</p><p>What can AI help me make possible?</p><p>And maybe the follow-up is:</p><p>Once I make it, how can AI help me understand it, improve it, and share it?</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><p><a href="http://consulting.anthralytic.com">Anthralytic</a> is a social impact strategy and evaluation studio that asks hard questions about who AI benefits, how, why, and when. </p>]]></content:encoded></item><item><title><![CDATA[Audio: Who is Better When AI Speeds Up the Workflow]]></title><description><![CDATA[What the 2026 Nonprofit AI Adoption Report is telling us about a sector that was already breaking]]></description><link>https://newsletter.anthralytic.com/p/audio-who-is-better-when-ai-speeds</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/audio-who-is-better-when-ai-speeds</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Sun, 31 May 2026 20:21:04 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/200026267/8f7e9db1195459a51097bec48aaeca00.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for listening! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[Who Is Better Off When AI Speeds up the Workflow?]]></title><description><![CDATA[What the 2026 Nonprofit AI Adoption Report is telling us about a sector that was already breaking]]></description><link>https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Thu, 28 May 2026 22:55:23 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2>One company is saying two different things</h2><p>In February, Virtuous and Fundraising.AI released the <a href="https://virtuous.org/resource/the-2026-nonprofit-ai-adoption-report-download">2026 Nonprofit AI Adoption Report</a>. Gabe Cooper, the CEO of Virtuous, used the launch to call the question of whether nonprofits should use AI largely settled, and to say the real work now is rethinking workflows. In the same press release, the company&#8217;s chief AI officer, Nathan Chappell, described the organizations pulling ahead as the ones integrating AI into how decisions get made. That, he said, is where capacity begins to expand.</p><p>Two months later, the same Nathan Chappell told <a href="https://www.philanthropy.com/solutions/the-hidden-cost-of-ai-productivity-at-nonprofits/">the Chronicle of Philanthropy</a> that the productivity paradox is &#8220;one of the things I worry about the most with AI in our sector.&#8221; His worry was specific. A twenty-dollar tool that makes a worker twenty percent more productive looks like a free extra day of labor, and the temptation is to keep loading that worker until the job no longer fits one person. He named the risk by its real name. Retention.</p><p>Same person. Different room. The February version is the one that traveled. This piece starts from the April one.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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://newsletter.anthralytic.com/subscribe?"><span>Subscribe now</span></a></p><h2>The numbers are not the surprising part</h2><p>The report surveyed 346 nonprofits in late 2025. Ninety-two percent use AI. Seventy-nine percent report small to moderate efficiency gains. Seven percent report major improvements in organizational capability. Eighty-one percent use AI individually, without shared workflows. Forty-seven percent have no AI governance policy. The report calls the space between the ninety-two and the seven an efficiency plateau.</p><p>The dominant reading is that ninety-three percent of the sector has an integration problem. The seven percent did the hard work. They built cross-functional teams, wrote governance policies first, went slow before they went fast. Everyone else is one person on the side drafting an appeal.</p><p>I want to read the same numbers differently.</p><h2>The seven percent are succeeding at acceleration, not transformation</h2><p>The report defines impact as efficiency gain, fundraising velocity, and personalized donor outreach. By that definition, the seven percent are not doing something categorically different from the ninety-three percent. They are doing the same thing at scale, with the friction removed.</p><p>So the question worth holding is not whether the seven percent figured out integration. The question is who is better off when the workflow goes faster.</p><p>Three groups could plausibly be made better off by AI in this sector. The people the organizations exist to serve. The workers doing the serving. And the organizations themselves, as measured by their dashboards.</p><p>The report measures the third. It does not ask about the first two. What follows takes them in turn.</p><h2>The people being served are not measured</h2><p>A case manager who finishes intake forms faster has made a real gain. Intake is not the work anyone went into the field to do. The question is where the saved time goes, and whether the client is better off for it.</p><p>The nonprofit-specific evidence here is thin to the point of absence. A <a href="https://journals.sagepub.com/doi/10.1177/10497315251329531">2025 systematic review of AI-assisted case management in social work</a> found a small set of empirical studies reporting effective outcomes, but the outcomes measured were things like risk-assessment accuracy and decision support. None of them measured whether case managers had more relational time, or whether clients felt more heard. The Virtuous report measures self-reported efficiency from staff. It does not ask the people the work is for.</p><p>If the saved time goes to a tenth intake of the day, the client is processed faster and heard no more. If it goes to a real conversation with one of the ten, the client is genuinely better off. If it goes to fixing what the AI summary got wrong, the client is now at risk of a decision made on bad data. We do not know which of these is happening at any scale, because the people producing the evidence base are not asking.</p><p>The extreme version made the news this spring. A Texas mental health nonprofit used an AI grant research tool that surfaced a foundation as a perfect match, presented years-old information as current, and missed that the foundation had changed its mandate long before. Three weeks of application work followed. The counseling program closed two months later. The story comes to us through a <a href="https://www.openpr.com/news/4105156/small-nonprofits-bleed-funding-as-faulty-ai-grant-tools-mislead">press release from a competing AI vendor</a>, which is its own small lesson, but the shape of it is not in dispute. The communities served by that program are measurably worse off. The communities served by the case manager remain unmeasured.</p><h2>The workers are not measured either</h2><p>The worker question has the same shape. Where does the time go, and is the worker better off.</p><p>The cross-sector evidence is genuinely mixed. On the encouraging side, a <a href="https://www.zoom.com/en/blog/reclaiming-your-lunch-break-with-ai/">Zoom survey</a> early this year found most knowledge workers saving thirty minutes a day or more and spending it on breaks and life outside work, and <a href="https://newsroom.workday.com/2026-01-14-New-Workday-Research-Companies-Are-Leaving-AI-Gains-on-the-Table">Workday</a> found that the workers who report good outcomes from AI tend to reinvest saved time in higher-value work. On the harder side, the <a href="https://newsroom.haas.berkeley.edu/ai-promised-to-free-up-workers-time-uc-berkeley-haas-researchers-found-the-opposite/">Berkeley Haas eight-month ethnographic study</a> published in Harvard Business Review in February found that AI did not free up time at all. It expanded what people were willing to take on. Workers moved faster, widened the scope of what counted as their job, and let work seep into lunch and evenings, often without anyone asking. A separate Workday survey of 3,200 employees found that close to forty percent of the time AI saves gets spent fixing what AI got wrong.</p><p>None of this is from the nonprofit sector. And nonprofit workers do not enter this period as neutral subjects. They enter it from inside <a href="https://anthralytic.substack.com/p/the-colonial-roots-of-the-martyr">the pattern I have written about before</a>, <a href="https://anthralytic.substack.com/p/formation-practices-to-tackle-the">the martyr effect</a>, where sacrifice is the currency of belonging and giving up rest is the quiet price of staying.</p><p>The Berkeley Haas study describes a workforce that was already willing to absorb more. The nonprofit workforce is structurally more willing than that. The worker who says AI freed up an hour, so I am leaving at five today, is making a move the field has spent decades organized to punish.</p><p>Whether AI is making nonprofit workers better off or simply accelerating their existing pull toward self-extraction is an empirical question. The report did not ask it. The cross-sector evidence is too mixed to assume the answer. That gap is not incidental. It is a research demand.</p><h2>Only the dashboard improved</h2><p>What is left is the third group. The dashboard.</p><p>The CRM looks better. The reports look better. The numbers the funder sees look better. The report&#8217;s own exemplar is a development director who <a href="https://virtuous.org/blog/2026-nonprofit-ai-adoption-report/">set aside six hours for an email campaign and finished it in twenty minutes</a> with an AI fundraising tool. That is offered as proof of impact.</p><p>It is also exactly what an improved dashboard looks like. The hours are tracked. The output is counted. The conversion rate is measured. Whether the saved time went to the worker, or to a deeper conversation with a donor, or to a colleague who needed help, does not appear anywhere in the report.</p><p>The dashboard is better off. The dashboard is not the work.</p><h2>This is the water the sector already swims in</h2><p>The sector spent thirty years building its incentive architecture around what the dashboard could see. Donor outreach velocity. Output counts. Overhead ratios. Grant compliance cadence. The work that did not fit a CRM field, the judgment, the listening, the slow trust, the accountability owed to communities, was invisible because the reporting frame could not hold it. The architecture rewarded what it could count.</p><p>AI is now arriving inside that architecture and being judged against the same metrics. Of course it is succeeding. It was built to.</p><p>This is not a failure of integration. It is success at the wrong thing.</p><p>I am not outside this. I built monitoring systems that rewarded throughput. I wrote indicator frameworks that counted contacts and never the depth of what passed between them. The infrastructure now being accelerated is infrastructure I helped lay. The acceleration is not happening to the sector from outside. It is running through the architecture practitioners like me put in place.</p><h2>Efficiency is the wrong word if the time goes nowhere</h2><p>Efficiency is the word the report uses. It would be an honest word only if the time saved went somewhere that mattered. To the client, in the form of being more fully heard. To the worker, in the form of going home earlier or being paid for the work they actually do. To the mission, in the form of work the dashboard cannot see.</p><p>The time isn&#8217;t going there. The thing that wins is the dashboard.</p><p>So the real question is not whether AI works. AI works. The question is why we keep optimizing for the dashboard.</p><p>Forthcoming posts in this series:</p><p><a href="https://anthralytic.substack.com/p/who-is-better-off-when-ai-speeds?r=5rdomh">Who is Better Off When AI Speeds up the Workflow?</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/measuring-the-wrong-thing-faster?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Measuring the Wrong Thing Faster</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/grading-their-own-homework?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Grading Their Own Homework</a></p><p><a href="https://open.substack.com/pub/anthralytic/p/three-moves-to-tell-if-nonprofit?r=5rdomh&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=true">Three Moves to Tell if Nonprofit AI Works (and for whom)</a></p><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/who-is-better-off-when-ai-speeds?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="https://consulting.anthralytic.com/">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="5628" height="3752" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3752,&quot;width&quot;:5628,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;people inside high-rise building with concrete wall&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="people inside high-rise building with concrete wall" title="people inside high-rise building with concrete wall" srcset="https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1519748174344-16e5d53bda7a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0OHx8b2ZmaWNlJTIwd29ya2Vyc3xlbnwwfHx8fDE3ODAwMDg3ODR8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@dylan_nolte">dylan nolte</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[The answer: $19.2 Billion and an Ebola Outbreak]]></title><description><![CDATA[The question: What does it cost to dismantle an aid agency?]]></description><link>https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Tue, 26 May 2026 13:02:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!jI_P!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The Ebola outbreak in northeastern Democratic Republic of Congo was <a href="https://www.cnn.com/2026/05/22/africa/ebola-us-aid-cuts-drc-uganda-intl">declared on May 15</a>. The first death now linked to it was on April 20. In the weeks between those two dates, samples from suspected cases had to travel more than a thousand miles to Kinshasa for confirmation, because the Bundibugyo strain could not be tested locally and there is no specific vaccine or treatment for it. The World Health Organization is now reporting <a href="https://abcnews.com/Health/ebola-outbreak-drc-spreading-rapidly-750-suspected-cases/story?id=133219863">177 suspected deaths across almost 750 suspected cases</a>, with 82 cases confirmed to date, and warning that the actual scale of the epidemic is much larger than what has been detected.</p><p>The <a href="https://www.rescue.org/uk/press-release/funding-cuts-led-delayed-detection-deadly-ebola-outbreak-drc">International Rescue Committee</a>, with staff on the ground, has named the pattern directly. Years of underinvestment compounded by recent funding cuts have hollowed out eastern DRC&#8217;s surveillance capacity, and the outbreak escalated faster because the system that would have detected it earlier had been thinned.</p><p>That is the news. What follows is the structural story underneath it, read against the two pieces in which the Secretary of State has, over the past year, introduced and defended the new American aid architecture.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2>The mechanism was announced in plain English.</h2><p>On July 1, 2025, the day USAID formally ceased implementing foreign assistance, Secretary of State Marco Rubio published <a href="https://statedept.substack.com/p/making-foreign-aid-great-again">Making Foreign Aid Great Again</a> on the State Department&#8217;s Substack. The piece rested on a familiar move. USAID, in Rubio&#8217;s telling, had drifted into charity divorced from American interest, and the closure would restore foreign assistance to its proper role as an instrument of American foreign policy. The strawman is worth setting aside for a moment, because the operational promises that came alongside it are what merit re-reading now.</p><p>Rubio committed the State Department to &#8220;consolidating fragmented appropriations accounts&#8221; to create more flexible pools of funds. He committed it to new efficiency criteria that would &#8220;measure impact quantitatively.&#8221; He committed it to building a &#8220;fast feedback loop&#8221; through empowered diplomats in regional bureaus, so that programs would track to American interests and partner needs in real time.</p><p>Those commitments were not loose. The consolidated pools of funds became the <a href="https://www.devex.com/news/scoop-usaid-tells-congress-it-has-19b-to-spend-on-closing-out-awards-112386">$19.2 billion closeout pool</a> that an April 20 congressional notification later set aside to wind down USAID. Rubio described the new architecture in plain operational terms and promised it would work better than what had come before.</p><h2>Nine months later, the promises had disappeared.</h2><p>On April 6, 2026, Rubio published another piece on the same Substack. <a href="https://statedept.substack.com/p/the-face-of-america-abroad">The Face of America Abroad</a> is a defense of the Foreign Service as the inheritor of a long American diplomatic tradition. The piece moves through Silas Deane&#8217;s secret 1776 mission to France, Benjamin Franklin&#8217;s negotiations in Paris, and the Treaty of Paris. It celebrates the State Department&#8217;s recruitment refresh, the removal of DEI from entrance exams, and a renewed focus on diplomatic history and tradecraft for new officers. It closes by holding up Franklin as the model for the modern Foreign Service Officer.</p><p>The word aid does not appear in the piece. There is no accountability report on the new efficiency criteria, no example of the feedback loop in operation, no description of what the consolidated appropriations pools have produced. Nine months after the closure announcement, the deliverable that was promised has dropped out of the rhetoric entirely. What remains is a discourse about American power and the people who project it, with the thing being delivered moved off-stage.</p><h2>The redirect is doing two jobs at once.</h2><p>On May 7, <a href="https://www.cnn.com/2026/05/07/world/trump-administration-usaid-global-health-funding-intl">CNN reported</a> that the administration plans to redirect roughly $3.2 billion that Congress appropriated for global health and foreign development assistance to pay for the closure costs of USAID. The redirect is one slice of the $19.2 billion closeout pool.</p><p>That pool is doing two things at once. It is paying for the institutional dismantling of USAID. It is also paying organizations the US government already owes for work performed, supplies procured, and contracts terminated mid-stream. Both jobs are being done by the same money, through the same mechanism, with funds Congress appropriated for neither.</p><p>The $19.2 billion <a href="https://thehill.com/policy/international/5870587-usaid-funds-19b-closeout/">breaks down across three pools</a>. The largest, more than $15 billion, is money the US had committed to multi-year grant agreements with partner governments but had not paid out when those agreements were cancelled. About $625 million is unspent 2024 appropriations. The remaining $3.2 billion is unspent 2025 money from accounts Congress designated for global health and economic development.</p><p>The legal piece sits inside that pool. A <a href="https://news.bgov.com/bloomberg-government-news/usaid-shutdown-costs-top-6-billion-internal-estimate-shows">June 2025 internal estimate reported by Bloomberg Government</a> put litigation costs at roughly $344 million, much of it tied to lawsuits from implementing partners and USAID staff who contend they were terminated illegally. <a href="https://www.yahoo.com/news/chaotic-usaid-shutdown-costs-intensified-090000952.html">Chemonics International, DAI Global, and others have filed suit</a> alleging hundreds of millions in unpaid invoices, including, in Chemonics&#8217; case, $240 million in committed medicine and health supplies stranded mid-supply-chain.</p><p>For a decade I worked for one of those implementing partners. The organizations now negotiating settlements and pursuing lawsuits are former colleagues. This analysis comes from inside that field, not from outside it.</p><h2>The line that catches outbreaks is the line being closed.</h2><p>Inside the 2025 portion of that pool, $647 million is in reductions to global health security specifically. That line pays for outbreak surveillance, preparedness, and the laboratory infrastructure that catches a strain like Bundibugyo before it has been circulating for months. The funding that would have detected this outbreak earlier is the funding now paying to close the agency that ran the surveillance.</p><p>A former USAID official quoted in the CNN reporting described the agency as the glue. The role was to coordinate health officials, NGOs, and donors so that when an outbreak appeared, the experts arriving on the scene had something to attach to. Without the glue, expertise arrives but cannot pay health workers, cannot move supplies, cannot stand up the operational backbone that a response actually runs on.</p><p>This is the part that does not show up on a funding diagram. Surveillance is not a line item; it is a set of relationships that take years to build and minutes to dissolve. The line items describe the activity. The relationships are what make the activity possible.</p><p>The feedback loop Rubio promised in July, in plain operational terms, is precisely this kind of infrastructure. It is the surveillance and field-monitoring architecture that would have caught a Bundibugyo strain in eastern Congo before it had been moving through communities undetected for months. The loop he announced is the loop that just got defunded. The only loop running now is between the closure and itself.</p><p>I have written budget narratives for surveillance indicators. I have written into log frames the assumption that the institutional glue would be there when the indicator needed to be measured. The line items will reappear in some other agency&#8217;s budget eventually. The relationships will not.</p><h2>The mission money inverted.</h2><p>Set the closeout ledger against what the same pool of money was appropriated to do. Analysts projecting the impact of the $2 billion health reduction have estimated 121,000 preventable TB deaths, 47,600 preventable malaria deaths, nutritional aid lost for 23 million children, and safe childbirth access for 5.7 million women. Add the Ebola line on top of that ledger: more than 170 deaths so far, with WHO warning that the actual scale of the outbreak is much larger than has been detected.</p><p>The detection systems that would have caught the outbreak are the detection systems being paid to be turned off. The mission money is paying for the mission&#8217;s shutdown.</p><h2>Aid was the interest.</h2><p>The Secretary&#8217;s framing for closing USAID rests on a strawman. He describes a charity model that lost sight of American interest. That is not what USAID was.</p><p>The agency was created in 1961 under the Foreign Assistance Act and designed from the start to integrate development into foreign policy. For most of its history, US food aid had to be procured from American farmers and shipped on American flag vessels. Development contracts carried Buy American provisions. PEPFAR, the Millennium Challenge Corporation, Feed the Future, and the Development Finance Corporation that the first Trump administration created were all explicitly built around American strategic and economic interest. The interest was the architecture, not an afterthought to it.</p><p>I have written grant narratives that named US strategic interest in the same paragraph as community outcomes. The two were never severable in USAID work. That was the design, not the corruption.</p><p>A Bundibugyo strain not caught early in eastern Congo can land in an American hospital. Disease surveillance in DRC is one of the most American-interest-aligned line items in the federal budget. The $647 million in global health security reductions is the line item that catches what arrives.</p><p>The April piece talks about American power as if it has only ever been projected through diplomats. That has never been true. American power has been projected through aid as a deliberate instrument of foreign policy for more than six decades, and the architecture is being erased from the rhetoric at roughly the same speed it is being closed in the budget. The interest was always there. The closure is what removes it.</p><h2>The counterfactual does not exist.</h2><p>The closure mechanics are being measured. The USAID Inspector General has begun a series of audits on asset disposition at terminated missions, with the first published in March 2026. House Foreign Affairs leadership has formally asked GAO to review what the cancellations cost and what capacity remains at State.</p><p>What is not being measured is the programmatic counterfactual. The Ebola response will be assessed against what is happening on the ground now. What the response would have looked like with the surveillance intact is unknowable, because the surveillance was the way we would have known.</p><p>You can audit the closure of a measurement system. You cannot evaluate the impact of its absence using the system that is gone.</p><h2>Three pieces, one mechanism.</h2><p>Two Substack posts, nine months apart. The first announced the architecture and promised accountability through measurement. The second moved to Franklin and stopped mentioning aid altogether. The Ebola outbreak landed between them.</p><p>Collapsed. Redirected. Inverted. Indirect-cost-as-structural-failure in its purest form: the agency&#8217;s closing pays itself, in the currency of the missions it was supposed to deliver.</p><div><hr></div><p><em><a href="http://www.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. If you make decisions about resources in the social sector, whether or not you call yourself an evaluator, this newsletter is for you.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/the-answer-192-billion-and-an-ebola?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!jI_P!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!jI_P!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 424w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 848w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!jI_P!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg" width="1200" height="630" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:630,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;As Trump shuts down USAID missions, officials warn Ebola outbreak in Uganda  will spread - CBS News&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="As Trump shuts down USAID missions, officials warn Ebola outbreak in Uganda  will spread - CBS News" title="As Trump shuts down USAID missions, officials warn Ebola outbreak in Uganda  will spread - CBS News" srcset="https://substackcdn.com/image/fetch/$s_!jI_P!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 424w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 848w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!jI_P!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b0c4c6-e8e0-4115-b440-bd45e5735271_1200x630.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div>]]></content:encoded></item><item><title><![CDATA[Hate the game.]]></title><description><![CDATA[A contract refusal and the larger ecosystem in which it sits]]></description><link>https://newsletter.anthralytic.com/p/hate-the-game</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/hate-the-game</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Fri, 22 May 2026 18:26:14 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I had two conversations this week that pointed at the same thing from different angles.</p><p>The first was an evaluation opportunity. As we talked through what the client was looking for, the shape of what they wanted became clear without anyone saying it out loud: they had a decision to make and they wanted a summative evaluation that arrived at that recommendation. They needed a third-party expert to put it in writing, and the signature was the unspoken deliverable. </p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>I declined. The request did not meet ethical evaluation standards, which require findings to follow the evidence rather than the other way around.</p><p>The second was a conversation with a former colleague who now works in public health. She was describing a company trying to win a contract, and to win it the company needs to demonstrate specific statistical benchmarks. They are massaging the data to get there. The benchmarks were set up to standardize quality across providers, but in practice, the colleague said, everyone games them, and the actual quality across providers varies wildly.</p><p>By her account, the company in question is actually one of the good ones, with a service that an external evaluation found to exceed expectations. They provider is  gaming the benchmark not because their work is poor but because the benchmark cannot capture what their work actually does. But the poor quality providers also do the same thing, so rather than focusing on improving actual quality, they focus on success in gaming the system. </p><p>Two different sectors, two different stories, and the same underlying problem sitting underneath both.</p><h2>The contract refusal was a privilege</h2><p>The privilege is worth naming out loud, because pretending otherwise is dishonest.</p><p>Evaluators have industry standards and ethical codes, but declining work depends on being able to, which depends on other work, on savings, on a household income that does not require this one contract. The evaluator who needs this engagement to pay rent is not always less ethical, but they are, by definition, more constrained, and they are also a more useful case study in what the system actually rewards.</p><p>When we talk about evaluator integrity, we tend to treat it as a stance you take. Sometimes it is. More often, it is a luxury good purchased with margin, and writing about ethics without naming that costs nothing and changes nothing.</p><h2>The fish do not make the water</h2><p>The public health organization is doing what the system asks of them. Their question is existential, and the intervention they offer might be one of the ones that actually works. If they do not produce the numbers in the right shape, the contract goes elsewhere, the program ends, staff lose jobs, and the people they serve lose the service.</p><p>In that frame, massaging data starts to look like keeping an effective program alive. One that they know is working. The data is now load-bearing for survival, not just for learning.</p><p>The temptation to round up is not exotic, and it is not a character flaw. It is the rational response of a fish trying to swim in the only water available.</p><p>This is a structural problem before it is a character problem. The fish are not the issue. The water is. </p><p>The dynamic has a name. Goodhart&#8217;s Law says that when a measure becomes a target, it ceases to be a good measure. Campbell&#8217;s Law, the social-science cousin, says that the more any quantitative social indicator is used for social decision-making, the more subject it will be to corruption pressures. It is the same law in different language, and the field has had fifty years to know it, but keeps building the systems anyway.</p><p>I wrote about this dynamic for the AI context last August, in a piece on <a href="https://anthralytic.substack.com/p/how-people-break-ai-in-social-impact">how people break AI in social impact</a>. That piece looked at how the pattern plays out inside a single model. What follows extends the frame to three sectors I have either worked in or watched closely: international development, education, and healthcare. The public health story sits inside a much larger pattern, and the pattern is the point.</p><h2>Bad data follows the money in international development</h2><p>I will start with the field I know best. Justin Sandefur and Amanda Glassman wrote a paper for the Center for Global Development in 2014 called <em>The Political Economy of Bad Data</em>. Their finding, across multiple African countries, was that official statistics systematically exaggerate development progress, and they traced the exaggeration to two specific mechanisms.</p><p>The first mechanism is that governments overreport to foreign donors. Their lead example is a results-based aid program that paid for reported vaccination rates, and the reported rates exceeded what independent household surveys could find. The money was tied to the number, and the number obliged.</p><p>The second mechanism is that governments are themselves misled by frontline providers. Their example is primary school enrollment, where official numbers diverged sharply from survey estimates after funding shifted from user fees to per-pupil government grants. The schools had been counting students before, more or less honestly, and then the grant changed what the count was for.</p><p>USAID&#8217;s own Inspector General reached similar conclusions from the inside. Across 21 performance audits in Egypt, Jordan, and the West Bank and Gaza between 2011 and 2013, 71 percent found unreliable data, including overstated indicators and missing documentation. In one case from Ukraine, the implementer overstated an indicator by roughly 100,000 and attributed the overstatement to a typographical error. In Guatemala, another implementer overstated leveraged funds by $3.4 million.</p><p>The pattern is not occasional misconduct; it is the predictable output of a funding structure that pays for indicator achievement. Logframes do not cause this. What does is the cost-reimbursement contract, the indicator-tethered disbursement, and the political pressure to show progress, all running at the same time.</p><p>Andrew Natsios, who ran USAID from 2001 to 2006, named the dynamic from the inside. He called it &#8220;obsessive measurement disorder.&#8221; The programs that get measured most precisely, he argued, are the least transformational, while the programs that actually transform anything are the hardest to measure. The aid system, he said, had organized itself around the wrong half of that observation.</p><h2>Education made evidence into a badge</h2><p>The Every Student Succeeds Act of 2015 set up a four-tier system for evaluating evidence behind educational programs, with Tier 1 reserved for strong evidence from a randomized trial, Tier 2 for moderate evidence from a quasi-experiment, and the lower tiers for weaker designs. Federal money for certain program categories is tied to using interventions with stronger evidence.</p><p>Vendors self-select the tier they claim, and the incentive structure that results is striking. Once a vendor has a single Tier 1 study showing a statistically significant positive effect, additional studies can only weaken the claim. The rational move, then, is to fund one tightly controlled study with extensive implementation support, get the positive result, badge the product, and never study it again. The market fills with Tier 1 claims, and the actual quality among Tier 1 products varies enormously.</p><p>The framework was supposed to standardize quality. In practice, it standardized the gaming.</p><p>This is the story my colleague was telling me, told in a different sector. Replace ESSA with whatever the equivalent benchmark is for a state public health contract, and the structure is the same. There is a number, that number determines whether the program gets the money, and the shape of the company&#8217;s behavior follows.</p><p>The older and sharper version of this same pattern is the Atlanta Public Schools cheating scandal, which ended with multiple educators convicted of racketeering for systematically changing student answers on standardized tests. The high-stakes use of a single metric for teacher accountability did not produce better teaching. It produced erased answers.</p><h2>In healthcare, the metric moves and the reality does not</h2><p>The Affordable Care Act created the Hospital Readmissions Reduction Program in 2010, under which hospitals with higher-than-expected 30-day readmission rates for selected conditions get penalized through reduced Medicare payments. The program was credited with substantial reductions in readmissions, and for years it was held up as a success of pay-for-performance in healthcare.</p><p>In 2019, Ody and colleagues published a paper in <em>Health Affairs</em> showing that the credit was overstated. A coincident change in electronic transaction standards allowed hospitals to document more diagnoses per claim, which meant higher risk scores, which in turn meant lower risk-adjusted readmission rates. The patients were the same, the care was largely the same, and what actually changed was the paperwork. Accounting for that change cuts the apparent decline in risk-adjusted readmissions for targeted conditions by 48 percent, and the authors conclude that either the HRRP had no effect on readmissions, or its effect was roughly half what we thought.</p><p>The Veterans Affairs wait-times scandal is the cleanest version of the same dynamic. The VA set a 14-day target for new patient appointments and tied executive bonuses to performance on that measure. Across at least 93 VA facilities, schedulers and managers manipulated the data: they started the clock late, kept secret paper waiting lists, and cancelled and rescheduled appointments to reset the count. One scheduler wrote in an internal email, &#8220;Yes, it is gaming the system a bit. But you have to know the rules of the game you are playing, and when we exceed the 14-day measure, the front office gets very upset.&#8221;</p><p>The Inspector General documented the manipulation in 2014. A follow-up audit in 2022 found the practice continuing under different mechanisms, with a 66-day wait being logged as 43 because of how the start date was defined. A decade on, FOIA records show the gaming persists.</p><h2>Gaming is the system working as designed</h2><p>Three sectors, different actors, different stakes, and the same pattern emerges in each. This is not a moral failure of evaluators, vendors, hospitals, or aid implementers. It is the predictable result of designing accountability around single quantitative targets attached to financial consequences, while leaving the underlying conditions of the work unexamined. The field has not lacked for the analysis. It has lacked for any structural willingness to use it.</p><p>My refusal of the predetermined evaluation matters. It protects my integrity, and it may have spared a specific program from a third-party signature on a verdict already written. It is the right thing to do. It does not change the structure that produced the request.</p><p>For every evaluator who declines, there is another evaluator who needs the work, and the field selects, over time, for the people who will deliver what is asked. That is not because evaluators are weak. It is because the field is funded that way. The same is true of the public health vendor. They can decline to game, but the next vendor will not, and the next vendor will get the contract. The system is not waiting on individual ethics to fix itself.</p><p>This is the part that gets uncomfortable for those of us who think of ourselves as on the right side of the question. Our refusal is necessary, and our refusal is not enough.</p><h2>Some interventions actually end the gaming</h2><p>If individual integrity is not enough, the next question is what is.</p><p>The research and the field experience point at a few real candidates, and the two with the strongest track records are worth developing in some detail.</p><p>The first is closure paired with quality alternatives. Charter schools are an imperfect and sometimes maligned case, and the case needs to be told honestly. In states with strong authorizer accountability, low-performing charter schools do close, and at higher rates than equivalent traditional public schools. CREDO&#8217;s 2017 <em>Lights Off</em> study tracked 1,522 low-performing schools that closed between 2006 and 2013 across 26 states, and it found that the charter sector closed a higher share of its low-performing schools than the traditional sector did. That is a real structural intervention, and one that is rare in the rest of the social sector, where ineffective programs tend to keep running because no one has both the authority and the willingness to end them.</p><p>The same CREDO study, however, found that less than half of displaced students landed in better schools. Closure without somewhere good to go is not accountability; it is dispersal. The intervention is not closure alone. It is closure paired with quality alternatives, and paired with rules that prevent failing programs from authorizer-shopping their way back into the market.</p><p>The second is independent verification that the producer cannot prepare for. Sandefur and Glassman flag one working example at the end of the bad-data paper: the World Bank&#8217;s Health Results Innovation Trust Fund, which uses small unannounced household surveys to cross-check the administrative data participating facilities report, and applies penalties for over-reporting. In Cameroon, this dropped over-reporting of outpatient consultations by more than 90 percent in less than a year. The verification is built into the funding mechanism, and the people producing the numbers cannot study to the test, because they do not know which numbers will be checked or when the check will arrive.</p><p>Neither of these is exotic. Neither requires new theory. They require funders willing to design accountability that cannot be gamed by the people whose careers depend on it.</p><p>The harder thing this week was not declining the evaluation. The harder thing is staying clear-eyed about which parts of this system I am still inside even when I decline.</p><p>I take contracts, I produce indicators, and I write reports that get read by people making decisions about budgets. I am one of the fish. Refusal is honest. Refusal is partial. Building anything different requires naming the ecosystem the game runs on, not just naming the players in it.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/hate-the-game/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/hate-the-game/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/hate-the-game?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/hate-the-game?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="http://www.anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations. This newsletter is a practitioner's thinking-out-loud about evaluation, AI governance, and the systems social impact work runs through. If you know someone who makes decisions about resources in the social sector, whether or not they call themselves an evaluator, this newsletter is for them.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="3072" height="4608" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4608,&quot;width&quot;:3072,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;A black and white photo of two chess pieces&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="A black and white photo of two chess pieces" title="A black and white photo of two chess pieces" srcset="https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1734106143427-2921a7bcfa39?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw3MHx8Y2hlc3MlMjBzdXJyZW5kZXJ8ZW58MHx8fHwxNzc5NDcyNjU2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@matdelpidio">Mat Delpidio</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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"></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><item><title><![CDATA[What’s Left to Evaluate]]></title><description><![CDATA[A follow-on to &#8220;Who&#8217;s Left at the Table&#8221;]]></description><link>https://newsletter.anthralytic.com/p/whats-left-to-evaluate</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/whats-left-to-evaluate</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 18 May 2026 22:38:50 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In a <a href="https://www.cgdev.org/blog/us-congress-says-yes-foreign-aid-now-comes-hard-part">January 2026</a> piece on the FY26 foreign aid budget, the Center for Global Development authors wrote something that has stayed with me. After laying out the bipartisan compromise that pushed back on the cuts the administration had sought, they turned to a different register, admitting they had been &#8220;struggling more than usual when it comes to talking about&#8221; evidence and evaluation. They went on briefly and honestly about the bind. It matters more than ever to know whether US assistance is delivering value, and the bandwidth to actually study any of it is shrinking.</p><p>That admission is unusual in print from that quarter of the field. It is also worth taking seriously, because the struggle they name is real and it is not only about discourse.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2>What the struggle actually is</h2><p>The field is being asked to evaluate a transition that has not yet stabilized into something evaluable. The objects of evaluation are changing under our feet. In a piece last week, <a href="https://anthralytic.substack.com/p/whos-left-at-the-table">Who&#8217;s Left at the Table</a>, I wrote about the early data on where new US foreign assistance dollars have actually gone: to a small handful of multilateral pooled funds, and to bilateral government-to-government arrangements. That shift is not only a change in who receives money. It is a change in what kind of work gets done, by whom, and inside what institutional culture.</p><p>When the work changes, evaluating it changes too.</p><h2>What is happening to the craft</h2><p>The US implementing partner ecosystem developed a particular set of evaluation conventions over several decades, including utilization-focused evaluation, theory-of-change-driven design, third-party mid-term and final evaluations, MEL teams housed inside implementing organizations, and Collaborating, Learning, and Adapting frameworks for ongoing learning. These conventions did not emerge from nowhere. They emerged from a delivery architecture that needed them and was, in imperfect but real ways, built to use them.</p><p>When the delivery architecture changes, the conventions either travel or they do not. They are not changing because the field decided to change them. They are changing because the institutional homes that supported them are getting smaller, fewer, or differently configured.</p><h2>The cultures receiving the work</h2><p>The United Nations Office for the Coordination of Humanitarian Affairs runs pooled funds with humanitarian monitoring and evaluation conventions optimized for speed and output reporting. They are designed for crisis response. They are not designed for the kind of longitudinal outcome learning that the US implementing partner ecosystem built over decades.</p><p>The Global Fund operates on a vertical-program model with disease-specific indicator frameworks and country reporting systems. Its evaluation culture is real and substantial. It is not the same culture as the broad-spectrum, mixed-methods, utilization-focused tradition.</p><p>Bilateral government-to-government arrangements typically have minimal independent third-party evaluation by design. Accountability runs between two states. The affected community is not the audience for the evaluation, if there is one.</p><p>None of this is a failure of the new institutional receivers. They have their own histories and conventions, which work for the problems they were built to solve. Those conventions are not, however, interchangeable with the ones the US implementing partner ecosystem developed.</p><h2>Why the words are getting harder</h2><p>When CGD writes that they have been struggling to talk about evidence and evaluation, part of what is happening is that those two words now carry different meanings inside the new architectures than they did inside the old one. Value for money looks different through a humanitarian pooled fund than through a USAID cooperative agreement. The same words, with audience-specific meanings, are sliding past each other in the field&#8217;s current conversation.</p><p>The discourse problem is not that the field forgot how to talk. The referents are moving. The struggle to talk is downstream of that.</p><h2>A practitioner note</h2><p>I have built monitoring and evaluation systems inside cooperative agreement structures for years. I have written learning agendas that depended on the continuity of the implementing partner. That continuity is gone in many of the cases I worked in. The systems I built are not as portable into the new architectures as I once assumed they were. The struggle CGD names is not external to me. I am inside it.</p><h2>Three questions that travel</h2><p>Three orientations work in any architecture. They are not new. They are the ones the field has been asked to take seriously for a long time and has not always wanted to.</p><p>The first is motive: why we are evaluating. Evaluation for control, for justification, and for learning are different practices that produce different power dynamics. The new architectures are arriving with their motives already attached, and naming our own, as evaluators, is now a more visible act than it used to be.</p><p>The second is ownership: who owns the knowledge. The implementing partner, the funder, the multilateral pooled fund, the partner government, and the affected community are all candidates. The answer matters because ownership of findings shapes whether findings get used, and by whom.</p><p>The third is authorship: who counts as an evidence-maker. Affected communities themselves can be evidence-makers, not only the people the funder hires to study them. Indigenous and participatory traditions have answered this question well for decades. It is harder to ignore in an architecture where the old implementing partner intermediaries are gone.</p><p>These orientations are practical, not framework-shaped. They work in cooperative agreements, in pooled funds, in bilateral arrangements, in domestic philanthropy. They survive the architecture shift because they are not architecture-dependent.</p><p>CGD&#8217;s admission is worth taking seriously. The struggle to talk is real, and it is also structural. Naming what is moving makes the words usable again. The questions that travel are the ones we have been asked to take seriously for a long time. The field&#8217;s reorganization may be the moment to actually take them seriously.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/whats-left-to-evaluate?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/whats-left-to-evaluate?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="http://anthralytic.com">Anthralytic</a> is a strategy and evaluation studio that helps mission-driven organizations clarify and amplify their impact.</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="6000" height="4000" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4000,&quot;width&quot;:6000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Person sitting on a long wooden bench&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Person sitting on a long wooden bench" title="Person sitting on a long wooden bench" srcset="https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1756707106632-01149ea21183?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1fHxvdmVydHVybmVkJTIwdGFibGV8ZW58MHx8fHwxNzc5MTQzODMxfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@monster0313">Qiu MinFeng</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Who's Left at the Table]]></title><description><![CDATA[How the money reorganized]]></description><link>https://newsletter.anthralytic.com/p/whos-left-at-the-table</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/whos-left-at-the-table</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Thu, 14 May 2026 17:28:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!8k-5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><p>In late February of this year, in a five-day stretch, the US government signed three new foreign assistance awards that together moved more than two billion dollars. Two went to the United Nations Office for the Coordination of Humanitarian Affairs. One went to the Global Fund to Fight AIDS, Tuberculosis and Malaria. After almost a year of very few sizable new awards, the money started moving again, and it moved to a small number of places.</p><p>In April I wrote about the orgs that are missing from the FY26 Food for Progress table and why (<a href="https://anthralytic.substack.com/p/whos-missing-from-the-fy26-table">Who&#8217;s Missing From the FY26 Table</a>). The Center for Global Development released an analysis last month that lets us see the other side of that picture: where the money actually went.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2>The data, plainly</h2><p><a href="https://www.cgdev.org/blog/who-getting-new-us-foreign-assistance-contracts-and-awards">Charles Kenny at CGD</a> pulled new contracts and assistance awards from USAspending.gov for the main non-military foreign assistance accounts, covering January 20, 2025 through March 30, 2026. In the last year of the Biden administration, the same accounts issued 2,604 new awards totaling $8.881 billion. In the Trump administration&#8217;s first 14 months, the same accounts issued 345 new awards totaling $3.482 billion.</p><p>The top 10 recipients took 94.8% of those new dollars. UNOCHA alone took 57.5%. UNOCHA, the Global Fund, and the International Organization for Migration together took roughly 80%. If you want to look at the data yourself check out <a href="https://www.usaspending.gov">usaspending.org</a>. That is the picture. Money is moving again, and it is moving to a small handful of multilateral institutions and to government-to-government bilateral arrangements.</p><h2>The frame being applied</h2><p>Kenny calls this shift &#8220;mostly a good thing in and of itself.&#8221; That language borrows, deliberately or not, from the localization argument that has been alive in development discourse for at least a decade. Localization advocates have argued for years that fewer, larger, more flexible agreements with actors closer to affected people would be an improvement on the US contractor-and-cooperative-agreement model. That position has integrity and a long literature behind it. I am not going to argue against it.</p><p>But the data does not show that movement.</p><h2>The distinction that matters</h2><p>A pooled fund managed by UNOCHA in New York and Geneva is not closer to affected people than a cooperative agreement with a US implementer that ran country offices staffed by nationals. A contribution to the Global Fund is not closer to affected people than a maternal and child health program working through district health offices. A bilateral arrangement between two governments routes funds through national systems, which is a real shift, but national governments are not the same as affected communities. Some bilateral arrangements will move decisions and resources closer to people. Others will reinforce the patterns those people have been organizing against for years. The architecture does not produce the outcome on its own.</p><p>Localization, as the term has been used, has meant shifting decision-making and resource control closer to the people the work is meant to reach. What the data shows is something different. It shows fewer institutional addresses, mostly in Geneva, Rome, and Atlanta, plus partner government capitals, holding much larger flows.</p><h2>The geometry</h2><p>The architecture now has fewer addresses, with larger flows per address. In many cases, the money is more distant, not less, from the people it is meant to reach. The accountability surface is smaller and harder for an affected community to access than it was under the old model, not larger and more open. The new architecture may turn out to be better than the one it is replacing on a range of dimensions, including lower transaction costs, fewer intermediaries taking a cut, more flexibility, and faster response. Those are real possibilities. They are not, on the evidence so far, what localization meant.</p><h2>A practitioner note</h2><p>I have been in rooms where the localization argument was made well, and rooms where it was made badly. I have helped write proposals that claimed local ownership while routing most of the real decisions and most of the money through US headquarters. The frame has always been available for use in either direction. The question now is which direction the current consolidation is actually moving in. The early data suggests upward, not outward.</p><h2>Lingering questions</h2><p>I don&#8217;t know whether the new bilateral country-to-government arrangements will move decision-making toward affected communities, or whether they will replicate the same patterns at a different level of government. I don&#8217;t know whether the multilateral pooled funds now receiving most of the money will invest in the partnership and learning infrastructure that affects accountability, or treat affected populations as recipients of disbursements. I don&#8217;t know where the new consolidation is functioning closer to true localization, and what makes those cases different from the rest.</p><p>What I do know is that the money has started moving, and it is moving to a small number of places. That picture deserves to be looked at on its own terms, before any frame gets placed over it.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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://newsletter.anthralytic.com/subscribe?"><span>Subscribe now</span></a></p><div class="directMessage button" data-attrs="{&quot;userId&quot;:348318953,&quot;userName&quot;:&quot;Anthralytic&quot;,&quot;canDm&quot;:null,&quot;dmUpgradeOptions&quot;:null,&quot;isEditorNode&quot;:true}" data-component-name="DirectMessageToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/whos-left-at-the-table/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/whos-left-at-the-table/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/whos-left-at-the-table?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/whos-left-at-the-table?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><div><hr></div><p><em><a href="http://anthralytic.ai">Anthralytic</a> is a strategy and evaluation studio that helps mission-driven organizations clarify and amplify their impact.</em></p><p></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;7d9a2ecd-793d-45cb-bd1e-d7af60480d07&quot;,&quot;caption&quot;:&quot;USDA&#8217;s Foreign Agricultural Service announced the FY26 priority countries for Food for Progress: Bangladesh, Bolivia, Ecuador, Morocco, the Philippines, Sri Lanka, and Thailand. Up to $226 million in new cooperative agreements over five-year projects ranging from $28 to $35 million each. Proposal teams are forming right now, and notice who&#8217;s not at the &#8230;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Who's Missing From the FY26 Table&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-04-15T20:31:22.999Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1713215204420-2ffc9a42cc56?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxMDB8fGFncmljdWx0dXJlJTIwc2lsb3xlbnwwfHx8fDE3NzYyODUwMDV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/whos-missing-from-the-fy26-table&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:194338823,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8k-5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8k-5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8k-5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png" width="1024" height="608" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:&quot;normal&quot;,&quot;height&quot;:608,&quot;width&quot;:1024,&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_!8k-5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!8k-5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb98f9e19-e163-4b9c-84a8-ec28509612d4_1024x608.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">A table with three people in chairs and a bunch of empty chairs </figcaption></figure></div>]]></content:encoded></item><item><title><![CDATA[What Is Food For?]]></title><description><![CDATA[Mission-driven food companies have a problem.]]></description><link>https://newsletter.anthralytic.com/p/what-is-food-for</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/what-is-food-for</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Wed, 06 May 2026 21:28:13 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Mission-driven food companies have a problem. The ones that scale tend to lose their mission. Annie&#8217;s, Stonyfield, Honest Tea, Ben &amp; Jerry&#8217;s: each started with a real commitment to better food, and each was acquired, watered down, or sued into compromise once the public markets got hold of them. The pattern has held for forty years.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Mike Lee&#8217;s recent piece, &#8220;<a href="https://thefuturemarket.com/p/a-new-blueprint-for-big-food?r=6luum&amp;utm_campaign=post&amp;utm_medium=web&amp;triedRedirect=true">A New Blueprint for Big Food</a>,&#8221; names the pattern and offers a different wager. Stop fighting the profit motive, he writes. Redirect it. If the financial logic that runs Big Food can be re-aimed at soil health, nutrient density, flavor, and worker welfare, then the activist investor and the sustainability advocate end up pushing for the same outcome. It is a sharp piece, and the move is the right one. Lee takes financial logic seriously as the system to be redirected, refuses the moral lecture that has not worked for forty years, and stays honest about the gaps in his own case.</p><p>I want to build on his piece. There is a question sitting underneath it that he does not quite ask, and naming it changes how the wager reads. The question is what food is actually for.</p><p>Lee inherits an answer from the system he is trying to redirect: food is a consumer good, grown for sale and accounted for on balance sheets, and the argument is which costs that system should price. Any serious proposal for fixing the food system has to take that reality seriously, and Lee&#8217;s does. The question is not whether food operates inside markets. It does. The question is which of food&#8217;s functions the market sees and rewards, and which it leaves to whatever happens around the edges.</p><p>Food does many things at once. It sustains bodies, but never just bodies. It carries pleasure, but pleasure shaped by what you grew up tasting and where. It connects people: the eaters and the cooks and the growers and the carriers. It marks place: soil and climate, kitchen and table. It carries culture, the recipes and rituals and meanings that travel forward. It expresses sovereignty, the ability of a community to feed itself on terms it chooses. It participates in living systems, drawing from soil and water and weather and labor and feeding back into them. Each function is upstream and downstream of the others. The parts do not run in parallel, they run in relationship. That is what it means to call food mutually causal.</p><p>What food is for also varies by what food we are talking about. Wine is for pleasure, ritual, conviviality, the expression of place. Nobody buys wine for nutrient density. Vegetables sit at the other end: nutrient density and accessibility are the dominant functions, with pleasure and culture alongside. Lee&#8217;s flavor-revenue path borrows its strongest evidence from wine, where flavor and place have been linked for centuries, and stretches it across categories where the dominant functions are different. The flavor-soil-nutrition chain may hold for one category and break for another. What food is for is not a single answer. It is many answers, depending on what is on the plate, who is doing the eating, where, and under what circumstances.</p><p>Any blueprint reaches some of these functions and misses others. Lee&#8217;s reaches pleasure and partially reaches nutrition through the flavor-revenue path. It does not, by design, reach connection, place, culture, sovereignty, or living-system participation, except where those happen to be downstream effects of changes in soil and worker welfare. That is not a failure of his blueprint. It is its shape, fitted to the goal he is working from.</p><p>His goal, which he does not quite name, is to make Big Food less harmful without replacing it: to keep the consolidated industry and the market system that runs it roughly intact while the financial logic starts rewarding different things. That goal is real and defensible. It is not the only one. Other goals would produce different blueprints: dismantling Big Food, moving food out of market logic, centering food sovereignty, building regional systems on commons or cooperative principles.</p><h2>Two paths, two theory levels</h2><p>Lee proposes two paths. The first is what I will call the flavor-revenue path: better soil produces more flavorful and more nutrient-dense food, and eaters reliably pay for flavor, so regenerative agriculture finds its way to revenue through people&#8217;s mouths and wallets. The second is the externality-pricing path: get the true cost of conventional food (soil loss, polluted water, healthcare costs, exploited labor) into accounting standards and supplier contracts, and the cheap commodity ingredient stops being cheap.</p><p>He bundles them as complementary tools. Pulling them apart and asking whether the parts hold together takes a couple of distinctions worth borrowing from evaluation work.</p><p>A theory of change is an explanation of how change happens in a given context. It traces the causal mechanisms that connect where we are to where we want to be, and surfaces the assumptions that have to hold for the connection to work. The term comes out of evaluation theory, particularly <a href="https://en.wikipedia.org/wiki/Theory_of_change">Carol Weiss&#8217;s writing on theory-driven evaluation</a>. A theory of change is mostly descriptive: this is how the world rearranges itself when the right conditions are in place.</p><p>A theory of action is a plan for what specific actors will do to make change happen. It identifies the activities, the actors, and the resources needed to produce an outcome the system would not produce on its own. A theory of action is mostly prescriptive: this is what we will do.</p><p>The evaluative question is whether the two align. Does the proposed action actually trigger the change the theory of change describes? Where the action is too narrow for the mechanism the change theory implies, there is an alignment problem worth surfacing.</p><p>This gets sharper with a second distinction, from <a href="https://infed.org/dir/chris-argyris-theories-of-action-double-loop-learning-and-organizational-learning/">Chris Argyris and Donald Sch&#246;n</a>. They observed that people and organizations carry two theories of action at once. The espoused theory is the one we offer when asked: the world view and values we believe our behavior is based on. The theory-in-use is the one our actions reveal: the world view and assumptions implied by what we actually do. The two are often misaligned. The most important fact about the gap is that people are usually unaware of it. Argyris&#8217;s claim is that effectiveness comes from developing congruence between the two, which means surfacing the gap is constructive work, not gotcha work.</p><p>Their example is concrete. A management consultant said he would handle a disagreement with a client by first stating his understanding of the disagreement and then negotiating what data they could agree would resolve it. That was his espoused theory: joint control of the problem. A tape recording of the same consultant in such a situation showed him advocating his own view and dismissing the client&#8217;s. That was his theory-in-use: unilateral control. The consultant did not know the gap was there.</p><p>A public proposal carries both layers too. There is an espoused theory of change and an espoused theory of action, the version Lee writes for public reading. There is also a theory-in-use embedded in the design, made of the assumptions the blueprint quietly depends on. Whether they align is the evaluation question.</p><p>For Lee, the espoused theories sit cleanly with each other on the surface. The espoused theory of change says markets respond to better measurement, regenerative becomes profitable, and Big Food reorganizes around soil, flavor, and worker welfare. The espoused theory of action follows: fund the science, build the measurement tools, change the accounting standards, and wait for the reorganization to follow. Read on the surface, the action plan addresses the conditions the change theory says are needed.</p><p>The theory-in-use is harder to see and more interesting. The blueprint as designed depends on a number of assumptions the espoused theory does not name. Markets reliably translate measured signals into desired outcomes, which they often do not, because indicators get captured by the producers being measured. Big Food&#8217;s consolidated industry structure is compatible with regenerative supply chains, which it often is not, because consolidation tends to compress regenerative farmers when they get pulled into industrial supply. Measurement infrastructure is a neutral tool rather than a lever controlled by particular actors. Consumer behavior reliably tracks measurable signals at scale, despite the well-documented class stratification of palate. Accounting standards respond to a clear intellectual case, despite the <a href="https://www.rockefellerfoundation.org/reports/true-cost-of-food-measuring-what-matters-to-transform-the-u-s-food-system/">Rockefeller Foundation&#8217;s true-cost report</a> sitting in circulation for years without translating into FASB or IFRS movement. The financial logic is the dominant or sufficient lever for change.</p><p>None of those assumptions is named in Lee&#8217;s piece. All of them are doing structural work in the design. This is not a charge of bad faith. It is the standard pattern Argyris and Sch&#246;n describe: the blueprint&#8217;s author probably could not see the in-use theory if asked, because that is what theories-in-use do.</p><p>The forty-year pattern Lee opens his piece with is a useful test case for the misalignment. Annie&#8217;s, Stonyfield, Honest Tea: each tried to operate inside an in-use theory that scale and mission would coexist. Scale rewarded itself, and mission got compressed. The pattern is not a fluke. It is what happens when an espoused theory and a theory-in-use are out of alignment, and the actors involved are unaware of the gap.</p><p>The misalignment in Lee&#8217;s blueprint is between what the proposal says about how change will happen and what the proposal actually depends on. The espoused theory pulls toward an ambitious reorganization of the food system. The theory-in-use defaults to the conditions of the existing food system, with measurement infrastructure as the only adjustable variable. When the in-use assumptions fail, and indicator capture is one well-documented way they fail, the espoused outcome does not arrive. What arrives instead is what the theory-in-use is actually fitted to: a less destructive Big Food that has absorbed regenerative aesthetics without changing structure.</p><p>That is the alignment finding. The hidden goal I named earlier is the goal embedded in the theory-in-use. The work the evaluation does is to surface the gap, so that the choice between the espoused theory and the in-use theory becomes a choice we make rather than a default we inherit.</p><h2>The empirical assumption underneath</h2><p>The flavor-revenue path also rests on a science question that deserves to be named, even if I cannot settle it here.</p><p>Lee&#8217;s path depends on a chain of empirical claims, each of which needs its own evidence base. Healthier soil produces more nutrient-dense food. Nutrient density correlates with flavor. Eaters reliably perceive the difference at the bite. Eaters will pay for that perception at scale.</p><p>Here is what I think we know, gesturally. The wine and terroir literature is reasonably solid on the relationship between soil, climate, plant stress, and flavor compounds. Plant physiology supports the secondary metabolite story: plants under mild stress do produce more of the polyphenols and aromatics that make food taste like something. The dilution effect in produce, where yields have gone up while nutrient density per unit weight has gone down, is real but contested in its interpretation. The connection between soil health specifically and human nutrition is an emerging field with real research and a long way to go before it can carry procurement or policy weight.</p><p>The point is not to settle the science here. Lee himself calls for the kind of research that would test these assumptions at the statistical confidence we apply to drugs, and he is right to. Before measurement infrastructure gets built on top of a partial chain, the chain itself has to be tested. The pieces that are well established need to be defended. The pieces that are partial need controlled studies. The pieces that are gestural need to be flagged as such, not built into the architecture as if they were settled. We are agreeing with Lee on what needs to happen next, and we are agreeing that the work has to happen before the wager scales.</p><h2>When you optimize for the wrong thing</h2><p>This is where the practitioner reflex kicks in.</p><p>The minute regenerative becomes &#8220;a measurable input that can be priced,&#8221; the indicator captures the work. I have watched this happen across enough fields, including ones I work in, that it now reads as a near-certainty. Carrots get bred for the spectrometer. Breeding programs, fertilization timing, harvest conditions, and post-harvest handling all get tuned to optimize the signal that drives the price premium. The reading goes up. Whether the carrots are actually more nourishing becomes a separate question that nobody is checking, because the reading has become the proxy.</p><p>This is the standard fate of an indicator that gets too important too fast: the number drifts from the thing the number was supposed to track, the spreadsheet still says we are on track, and the underlying thing is somewhere else.</p><p>What gets captured by the indicator is whatever goal the indicator was designed to serve, named or unnamed. If the goal is unnamed, the capture is invisible. We optimize for it without knowing we are optimizing for anything in particular. That is the through-line of every measurement system that has been built on top of an unstated objective. It is also why the question I named at the top is not optional. If the goal has not been named, the indicator will name it for us, and the name will be the one with the best signal-to-noise ratio, not the one we would have chosen.</p><h2>A pre-mortem, in one scenario</h2><p>A pre-mortem is <a href="https://hbr.org/2007/09/performing-a-project-premortem">a planning method from the psychologist Gary Klein</a>. You imagine that the project has failed, then work backward and ask why. The point is to surface the assumptions a plan is hiding by treating failure as the starting condition rather than the worst case. It is one of the few tools I know for finding the hidden goal of a hidden theory of change.</p><p>Here is one pre-mortem for Lee&#8217;s blueprint, deliberately limited to a single scenario.</p><p>It is 2041. The wager worked. Healthier soil reliably produces more flavorful and more nutrient-dense food. The handheld spectrometer is in every grocery store, and true cost accounting moved into financial disclosures a decade ago. The CFO&#8217;s spreadsheet rewards regenerative supply chains, and the activist investor pushes for more rotation acres. By every metric in Lee&#8217;s piece, this is a win.</p><p>Here is what failed. Carrots are bred for the spectrometer. The reading went up year over year, but whether the carrots are actually more nourishing has become a separate question that nobody is checking, because the reading is the proxy. Breeding programs, fertilization timing, harvest conditions, and post-harvest handling all got tuned to optimize the signal. The signal is high. The underlying biology drifted somewhere else.</p><p>That is one scenario. Others are easy to imagine. There is the small regenerative farmer who cannot operationalize the new standards as fast as Big Food and gets bought out by the buyer who can. There is the premium-priced flavor that sorts by income and deepens the class divide in what people eat. There is the relationship between an eater and a farmer mediated by a device, where trust now lives in a number rather than in a name. There is the question of governance, where the new accounting standards get written by the same class of people who wrote the old ones, leaving the question of who actually decides about food exactly where it was. Each is its own pre-mortem worth running.</p><p>Each is also a different answer to the question of what food is for. The small farmer scenario asks about food as livelihood. The class divide scenario asks about food as access and dignity. The device-mediated relationship asks about food as trust between people. The governance scenario asks about food as something we decide together. None of these questions is forbidden by Lee&#8217;s blueprint. None of them is asked by it either.</p><h2>What the question opens</h2><p>Holding the objective question open is uncomfortable. It does not deliver a slogan or produce a campaign. What it does is change our relationship with proposals like Lee&#8217;s. You can take the wager seriously without absorbing the goal it is fitted to. You can fund the science the flavor path depends on without committing to flavor as the thing food is most for. You can push externality-pricing into accounting standards without conceding that accounting standards are the right place for the question of what we owe to soil and to each other.</p><p>The work of evaluation is to make hidden things visible: the goals, assumptions, and trade-offs that shape decisions before anyone realizes a decision is being made. When those are surfaced, the choices that come next are choices people can be held accountable for, instead of choices that get made for us by an objective nobody named.</p><p>Lee&#8217;s piece is worth taking seriously, and so is the question underneath it. The wager he describes is one good answer to one of the questions food asks of us. The other questions are still here, on the table, waiting for someone to ask them out loud.</p><div class="community-chat" data-attrs="{&quot;url&quot;:&quot;https://open.substack.com/pub/anthralytic/chat?utm_source=chat_embed&quot;,&quot;subdomain&quot;:&quot;anthralytic&quot;,&quot;pub&quot;:{&quot;id&quot;:5135473,&quot;name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;author_name&quot;:&quot;Anthralytic&quot;,&quot;author_photo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;}}" data-component-name="CommunityChatRenderPlaceholder"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/what-is-food-for/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/what-is-food-for/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/what-is-food-for?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/what-is-food-for?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.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://newsletter.anthralytic.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p><em><a href="http://anthralytic.com">Anthralytic</a> is a strategy and evaluation studio for mission-driven organizations, working at the intersection of measurement, impact, and the systems that shape how decisions get made.</em></p><p></p><h2>Other Related Posts</h2><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;29295668-1317-4c4e-a354-d8905d78f76c&quot;,&quot;caption&quot;:&quot;In February in Minneapolis, the ground is frozen solid. Nothing grows outside. The farmers markets are closed. The garden beds are buried under snow. But in North Minneapolis, inside a passive solar greenhouse run by Appetite for Change, greens are still coming up. The structure was designed by a University of Minnesota architect in collaboration with t&#8230;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Blind Spot Between the Soil and the Spreadsheet&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-02-06T16:01:47.351Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1626132662218-5a8d77069d1b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxyZWdlbmVyYXRpdmUlMjBhfGVufDB8fHx8MTc3MDM5MzQ2MHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/the-blind-spot-between-the-soil-and&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:187100584,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:1,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;6e43e90d-62a5-4015-b073-b03f8c726316&quot;,&quot;caption&quot;:&quot;What Evaluation Inherits&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Beyond Growth&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-01-07T20:39:20.483Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!S5DN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4254d07-2077-41f7-8ff9-559ab1a1904a_1024x608.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/beyond-growth&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:183834080,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:2,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;3a00735f-3010-43a5-b1d6-f6e898456e25&quot;,&quot;caption&quot;:&quot;When the Numbers Stop Moving&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Metrics of Hunger&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-11-05T17:15:52.309Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1531928351158-2f736078e0a1?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxodW5nZXJ8ZW58MHx8fHwxNzYyMzYyODY5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/the-metrics-of-hunger&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:178098295,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:2,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;6a5a8f50-08b7-4e1b-9d8e-a3dc409cdcea&quot;,&quot;caption&quot;:&quot;Years ago I visited a cluster of small farm plots in Egypt near the Nile. We had come in by boat, barefoot neighborhood kids following me, the American, through the few dusty blocks to the plots. The plots were small, passed down through generations, divided many times, enough to supplement a family&#8217;s needs or trade. Eggplant, beans on poles and other h&#8230;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Drip Irrigation from the Nile to Our Minneapolis Back Yard&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-05-04T23:00:19.149Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/drip-irrigation-from-the-nile-to&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:196473681,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="5472" height="3648" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3648,&quot;width&quot;:5472,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a white cake on a table&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a white cake on a table" title="a white cake on a table" srcset="https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1660946214190-9c1c281f5139?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1N3x8dmVnZXRhYmxlJTIwd2VkZGluZyUyMGNha2V8ZW58MHx8fHwxNzc4MTAxOTkwfDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@graphetween">Graphe Tween</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p>]]></content:encoded></item><item><title><![CDATA[Drip Irrigation from the Nile to Our Minneapolis Back Yard]]></title><description><![CDATA[Years ago I visited a cluster of small farm plots in Egypt near the Nile.]]></description><link>https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to</link><guid isPermaLink="false">https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to</guid><dc:creator><![CDATA[Anthralytic]]></dc:creator><pubDate>Mon, 04 May 2026 23:00:19 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Years ago I visited a cluster of small farm plots in Egypt near the Nile. We had come in by boat, barefoot neighborhood kids following me, the American, through the few dusty blocks to the plots. The plots were small, passed down through generations, divided many times, enough to supplement a family&#8217;s needs or trade. Eggplant, beans on poles and other horticulture grew there. The land is arid and the rainfall sparse, so water comes in from pipes that run a couple of blocks between neighbors who had agreed long ago how it would be split. After the visit, while the kids peeked through the open window, we had tea in a nearby house and I asked about the drip irrigation kits that some families had installed to ensure steady, even moisture. </p><p>It took me a decade to realize that the systems I had been working with abroad could solve a problem in my own yard.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2>What I Built When I Got Home</h2><p>Years after that visit, after a decade of supporting country directors whose programs ran in places where the grid was unreliable and the rainfall sparse, I built a system of my own. I&#8217;d rather have bought it but nothing existed on the market that could do what I needed: supply rain water from my barrel with solar power directly to the plants with individual emitters. It was a simple drip system with lines running through the garden beds, the kind of setup a smallholder farmer near the Nile would recognize immediately, because the principles were the same. </p><p>I built it because I travel for work and my garden was dying every time I left. I knew what I was building, having thought about systems like it for a decade. What I did not expect was that other people would want one.</p><p>But they did. Friends came over for garden parties and stopped to ask about the drip lines, wanting to know how the system worked and whether I could set them up too. Some had never thought about where their irrigation water came from. Others had been trying to grow tomatoes and giving up. All of them wanted what was in my side yard.</p><p>That was when I understood that the international agricultural development I had spent my career inside was not as far from home as I had treated it.</p><h2>Technology Transfer from the Global South</h2><p>International agricultural development has been working on circular systems for as long as I have been in the field, and longer. It was not a brand but a necessity, because there was no other option.</p><p>The water you have is the water that fell. The inputs you have are the inputs you can carry in. The energy you have is the energy you collect. The equipment you have is the equipment you can repair. Smallholder agriculture, in the places I worked, was circular by necessity, and the systems that survived were the ones that closed their own loops.</p><p>I worked on circular economy directly during those years, by other names. The portfolio included a public-private partnership on recycling in Egypt, a social cost-benefit analysis of a solid waste management social venture, and research for a family foundation on Tetra Pak. The questions about flexible packaging, recovery, and what to do with what we had been calling waste were not new; they were just elsewhere.</p><p>We rarely called any of this what it actually was. Sometimes we called it resilience, sometimes climate-smart agriculture, sometimes appropriate technology. The frame that fit best was circular economy at human scale.</p><p>Agricultural technology transfer was supposed to be a one-way pipe, from research institutions and donor countries toward smallholder farmers. It has been flowing both directions for a long time. What I built in my Minneapolis backyard is just the latest piece of evidence.</p><h2>The Upper Midwest Is Starting to Ask the Same Questions</h2><p>The questions I worked on abroad are now the questions being asked here.</p><p>Climate is changing how water moves through this region, and soil health is back on the agenda after a generation of treating it as a fixed asset. Flexible film waste is becoming visible because it has nowhere else to go. Coalitions are forming around circular economy in food and agriculture, and capital is moving toward work that would not have been funded ten years ago.</p><p>Some of what is now being called innovation in domestic agriculture is what international agriculture has been doing for decades, at smaller scale, with less capital, and often with more ingenuity. I say this with affection for both fields, having worked in one for a decade and writing now from inside the other.</p><h2>What Gets Counted, Gets Funded</h2><p>The work that is keeping people fed in this region right now is mostly invisible to the people deciding where capital goes.</p><p>I am thinking about what grew here during Operation Metro Surge. Mutual aid networks expanded fast, community fridges multiplied, and neighbors shared canned food because it was the middle of winter. Now that it&#8217;s spring, neighbors are sharing seeds and seedlings, garden tools and unused rain barrels. Soon we will the fruits &#8212; the eggplants, tomatoes, herbs, and zuccinni. Inflation has pushed more people into household food production this year than at any point I can remember, and Operation Metro Surge made what was already happening visible to people who had not been paying attention.</p><p>None of this shows up in the data that funders use. There is no indicator for households closing their own water loop, and no line item for the neighbors who shared seedlings or the rain barrel that fed three gardens on the same block. The measurement infrastructure that exists in agriculture was built for commodity markets, supply chains, and donor reporting, not for what is happening on a residential block in Saint Paul or a community garden in North Minneapolis.</p><p>This is an evaluation problem with real stakes: what is not measured is not funded, and what is not funded does not scale. The household and mutual-aid scale of circular agriculture is doing significant work right now, in this region, under conditions that make it more necessary every month, and it deserves to be seen.</p><p>The next decade of agricultural evaluation has to take this seriously, not to replace what corporate sustainability reporting does but to complete it. The full picture of circular agriculture in the Upper Midwest includes the largest companies in the world and the gardener with a rain barrel, and right now the data only sees one of them.</p><h2>What I Am Building</h2><p>My son and I are building Greenway Drip, the simple drip system that started in my backyard and is now being made buildable for other people.</p><p>It is a solar powered, rain-barrel fed, drip irrigation system: the kind of system a smallholder farmer near the Nile would recognize, and the kind of thing the people at my garden parties kept asking how to copy. It is small, and that is the point. Circular agriculture has to be able to operate at every scale, including the one where a parent and a kid in a backyard want to grow food without leaving the grid running for three weeks.</p><p>It is also a measurement opportunity. A household that captures its own water, runs on its own solar, and grows its own food is a circular system that funders and policymakers cannot currently see, and if we build the tools to see it, the case for supporting it gets easier to make.</p><p>The future of circular agriculture in this region will depend on whether it can see itself at every scale. The largest companies in the world are working on it, and the gardener two blocks over is working on it too. The coalitions, capital, and measurement systems that get built in the next few years will decide whether both kinds of work get counted.</p><p>I think both kinds should.</p><p></p><p>For more information on our solar-powered, rain barrel drip irrigation system go to <a href="https://greenwaydrip.com/">GreenwayDrip.Com</a> and read our Substack, the <a href="https://thedripdrop.substack.com/?utm_campaign=profile_chips">Drip Drop</a>. </p><div><hr></div><p><em><a href="http://anthralytic.com">Anthralytic</a> is a strategy and evaluation studio working at the intersection of data, AI, and mission-driven impact. Subscribe for writing on evaluation, agriculture, AI governance, and what it takes to build systems that actually serve the people they claim to. </em></p><div><hr></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.anthralytic.com/p/drip-irrigation-from-the-nile-to/comments"><span>Leave a comment</span></a></p><div><hr></div><h2>Related Posts</h2><p></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;810d8fdc-45b0-45ef-acf7-ca528fd29c55&quot;,&quot;caption&quot;:&quot;Minnesotans know how to deal with ice. We drive on it. We walk on it. We drill a hole in the lake and fish through it. Sometimes we jump in.&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Minnesota's Roots Have Always Survived Under Ice&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-02-20T20:07:38.658Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!BtEk!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F005480ea-31c3-4157-b1bc-1cc77b3cff89_990x693.jpeg&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/minnesotas-roots-have-always-survived&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:188646121,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:1,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;1d160b6a-7166-49be-819f-8bb66ea3e533&quot;,&quot;caption&quot;:&quot;In February in Minneapolis, the ground is frozen solid. Nothing grows outside. The farmers markets are closed. The garden beds are buried under snow. But in North Minneapolis, inside a passive solar greenhouse run by Appetite for Change, greens are still coming up. The structure was designed by a University of Minnesota architect in collaboration with t&#8230;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Blind Spot Between the Soil and the Spreadsheet&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-02-06T16:01:47.351Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1626132662218-5a8d77069d1b?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxyZWdlbmVyYXRpdmUlMjBhfGVufDB8fHx8MTc3MDM5MzQ2MHww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/the-blind-spot-between-the-soil-and&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:187100584,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:1,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;2d382f40-9320-4b91-b3b1-32a9b453c25c&quot;,&quot;caption&quot;:&quot;What Evaluation Inherits&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Beyond Growth&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-01-07T20:39:20.483Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!S5DN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4254d07-2077-41f7-8ff9-559ab1a1904a_1024x608.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/beyond-growth&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:183834080,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:2,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;203c8a02-7790-486f-b962-4487fba77570&quot;,&quot;caption&quot;:&quot;When the Numbers Stop Moving&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Metrics of Hunger&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:348318953,&quot;name&quot;:&quot;Anthralytic&quot;,&quot;bio&quot;:&quot;Anthralytic is a strategy and evaluation studio using human expertise, data and AI to help mission-driven teams clarify and amplify their impact. I write about what we&#8217;re learning &#8212; and how to make insights sharper, faster, and more human.&quot;,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-11-05T17:15:52.309Z&quot;,&quot;cover_image&quot;:&quot;https://images.unsplash.com/photo-1531928351158-2f736078e0a1?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxodW5nZXJ8ZW58MHx8fHwxNzYyMzYyODY5fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://anthralytic.substack.com/p/the-metrics-of-hunger&quot;,&quot;section_name&quot;:null,&quot;video_upload_id&quot;:null,&quot;id&quot;:178098295,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:2,&quot;comment_count&quot;:0,&quot;publication_id&quot;:5135473,&quot;publication_name&quot;:&quot;Anthralytic&#8217;s Substack&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!e-Mm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2a4dcf62-9315-44dc-9422-b968a3520f95_1000x1000.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="3967" height="5290" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:5290,&quot;width&quot;:3967,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a red and black knife&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a red and black knife" title="a red and black knife" srcset="https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1658868537004-6a9effe23848?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw1OHx8ZHJpcCUyMGlycmlnYXRpb258ZW58MHx8fHwxNzc3OTM1MTc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@jupp">Jonathan Kemper</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.anthralytic.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Anthralytic&#8217;s Substack! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item></channel></rss>