<script data-pm-proxy="intercept"></script><?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[ASK me about Integrity]]></title><description><![CDATA[Trust and safety thoughts and updates]]></description><link>https://assafkipnis.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png</url><title>ASK me about Integrity</title><link>https://assafkipnis.substack.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 02 Sep 2026 06:30:44 GMT</lastBuildDate><atom:link href="/__u/assafkipnis.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Assaf Kipnis]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[assafkipnis@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[assafkipnis@substack.com]]></itunes:email><itunes:name><![CDATA[Assaf Kipnis]]></itunes:name></itunes:owner><itunes:author><![CDATA[Assaf Kipnis]]></itunes:author><googleplay:owner><![CDATA[assafkipnis@substack.com]]></googleplay:owner><googleplay:email><![CDATA[assafkipnis@substack.com]]></googleplay:email><googleplay:author><![CDATA[Assaf Kipnis]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[My publishing system was scheduling business posts for Saturday]]></title><description><![CDATA[Nobody reads a B2B post on Saturday.]]></description><link>https://assafkipnis.substack.com/p/my-publishing-system-was-scheduling</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/my-publishing-system-was-scheduling</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Wed, 05 Aug 2026 22:13:17 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Nobody reads a B2B post on Saturday. I know that. My own written calendar has said Monday, Wednesday, Friday since March. The automation had been running Tuesday, Thursday, Saturday the whole time, and I had not noticed, because the automation never told me what day it thought it was.</p><p></p><p>I run 859 automated checks over this system. Every one of them passed. Not a single one was watching whether a post landed on a weekend.</p><p></p><p>That is the first thing worth sitting with. The checks were guarding the machinery. They were not guarding the outcome.</p><p></p><p>Here is where the Saturday came from. When I set the schedule up, I copied the cadence from another operation I run, one aimed at a different audience with different buying habits. For that audience the days were correct. I moved the numbers across and never asked whether the reason behind them moved too. Config travels. Context does not.</p><p></p><p>So the fix was not &#8220;change the days.&#8221; The fix was deciding, in writing, which document is the boss. The calendar I actually maintain is the boss. The automation reads from it. If they disagree, the automation is wrong by definition, and the check fails loudly instead of publishing on a Saturday.</p><p></p><p>That is one of three things I found, and the other two are worse, because they are the failures you cannot see at all.</p><p></p><p>The second: I had built a monthly long-form assembly step. It takes the month&#8217;s short posts and turns them into one longer piece. It worked. I had tested it. And it had never once run, because nothing in the system ever called it. It sat there, complete, unreachable.</p><p></p><p>I want to name this, because I keep meeting it in other people&#8217;s businesses too. Call it the orphan. A piece of work that is finished and connected to nothing. It passes every quality check because the checks only test the piece. Nobody tests whether anyone ever pushes the button.</p><p></p><p>Built is not the same as running. This is the most common lie a system tells its owner, and it tells it by omission. There is no error message for a step that never fires. There is just an absence, and absences do not page you.</p><p></p><p>The third one is the one that made me actually stop.</p><p></p><p>The system was supposed to prompt me at certain points. Come record this. Come approve this. It was writing those prompts to a file. A real file, correctly formatted, written on schedule. I have never opened that file. Not once.</p><p></p><p>I asked the system directly whether it had been prompting me. The honest answer was no. It had been producing prompts. Producing a prompt and delivering a prompt are different jobs, and only one of them counts.</p><p></p><p>An alert that lands somewhere the human does not look is not an alert. It is a diary.</p><p></p><p>So both the monthly assembly and the recording prompts now surface in the one report I actually read every morning, with the full text inline so there is nothing to go fetch. If the announcement itself fails, it fails quietly and the underlying work still happens. That order matters. The notification must never be able to block or undo the real thing it was announcing. A broken messenger should not be able to cancel the message.</p><p></p><p>Three failures, one shape. Every one of them was a gap between &#8220;the system did the work&#8221; and &#8220;a human received the result.&#8221; None of them threw an error. None of them looked broken from the inside. All of them were invisible until I asked a blunt question out loud and got a blunt answer back.</p><p></p><p>The general version, for anyone who has automated anything in the last year: your monitoring is probably watching the parts of the process you built, not the parts where the process touches a person. Those handoffs are where things quietly die. A report generated and never opened. A lead routed to an inbox nobody owns anymore. A weekly summary emailed to someone who left in January. A reminder that fires into a channel with notifications muted.</p><p></p><p>Here is the check, and it takes about twenty minutes.</p><p></p><p>Pick one thing you automated. Follow its output forward, step by step, until you reach a human being. Not a folder. Not a dashboard. Not a shared drive. An actual person who can tell you, out loud, that they saw it this week.</p><p></p><p>If the trail stops before it gets to a person, that automation is producing evidence of work, not work.</p><p></p><p>What is yours producing?</p>]]></content:encoded></item><item><title><![CDATA[Your AI forgets everything between sessions. I built the backend that remembers.]]></title><description><![CDATA[A backend that remembers your project, decisions, and to-dos across sessions, so you stop re-explaining everything.]]></description><link>https://assafkipnis.substack.com/p/your-ai-forgets-everything-between</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/your-ai-forgets-everything-between</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 21 Jul 2026 17:01:14 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!LyUo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!LyUo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!LyUo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:293842,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200205134?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!LyUo!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F926c4bae-9d48-479c-9ef3-4f20db37869f_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Most coding agents are fast interns who never remember yesterday. You explain your project, your rules, your context. The session ends. Next time you start from zero. You&#8217;re not managing an engineer. You&#8217;re managing amnesia.</p><p>People try to fix it with a giant instructions file. It helps a little, then it bloats, eats your context window, and still forgets&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/your-ai-forgets-everything-between">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[I Externalized My Brain Into Markdown. It Runs as Six People Now.]]></title><description><![CDATA[I got tired of ChatGPT forgetting me.]]></description><link>https://assafkipnis.substack.com/p/i-externalized-my-brain-into-markdown</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/i-externalized-my-brain-into-markdown</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 21 Jul 2026 12:43:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I got tired of ChatGPT forgetting me.</p><p></p><p>Every session started from zero. Re-explain the business, re-explain the preferences, re-explain the thing we decided last Tuesday. The model wasn't dumb. It was amnesiac. And every memory feature I tried was a black box I couldn't audit.</p><p></p><p>So I stopped treating memory as the model's job and made it mine. I externalized&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/i-externalized-my-brain-into-markdown">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[The recon I used to run for a week now fits in a URL box]]></title><description><![CDATA[I built a tool that does the thing I did by hand for twelve years.]]></description><link>https://assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week-cbe</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week-cbe</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Wed, 15 Jul 2026 05:38:19 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I built a tool that does the thing I did by hand for twelve years.</p><p></p><p>You paste a URL. A company, an investor, a domain that showed up in a cold email. A few seconds later you get the profile I used to spend two days assembling. Who registered it. Where it's hosted. What it used to be. What it's quietly connected to. And the parts that don't line up.</p><p></p><p>That's &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week-cbe">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[The recon I used to run for a week now fits in a URL box]]></title><description><![CDATA[I built a tool that does the thing I did by hand for twelve years.]]></description><link>https://assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Wed, 15 Jul 2026 05:30:29 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I built a tool that does the thing I did by hand for twelve years.</p><p></p><p>You paste a URL. A company, an investor, a domain that showed up in a cold email. A few seconds later you get the profile I used to spend two days assembling. Who registered it. Where it's hosted. What it used to be. What it's quietly connected to. And the parts that don't line up.</p><p></p><p>That's &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/the-recon-i-used-to-run-for-a-week">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[If you have ADHD, the problem was never discipline. I built the system that replaces it.]]></title><description><![CDATA[Stop running on willpower. A system that holds the plan, tracks the steps, and hands you the next action.]]></description><link>https://assafkipnis.substack.com/p/if-you-have-adhd-the-problem-was</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/if-you-have-adhd-the-problem-was</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 14 Jul 2026 17:01:12 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!gusd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!gusd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!gusd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:297309,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200204870?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!gusd!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1fb562f1-834e-42e0-87d3-5e908d7784cd_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>The advice was always the same. Try harder. Build the habit. Use a planner. It worked for two weeks, then it didn&#8217;t, and you blamed yourself.</p><p>Here&#8217;s the reframe. Executive function holds the plan, tracks the steps, remembers what matters. For a lot of neurodivergent brains, that function is unreliable, not absent. It drops the thread. No amount of willpo&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/if-you-have-adhd-the-problem-was">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You tell Claude to build your idea. It builds the wrong thing. I built the fix.]]></title><description><![CDATA[Turns your rough idea into a spec Claude follows, so it builds what you meant, not what it guessed.]]></description><link>https://assafkipnis.substack.com/p/a-rough-idea-is-not-a-spec-here-is</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/a-rough-idea-is-not-a-spec-here-is</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 07 Jul 2026 17:00:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!AxcZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!AxcZ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!AxcZ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:298750,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200204595?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AxcZ!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff81ae29b-a08f-44a4-8d3f-30688ab8b3da_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>You have an idea. You tell Claude to build it. It builds something. It&#8217;s not what you meant, and now you&#8217;re arguing with the output instead of solving the problem.</p><p>The gap is the spec. A rough idea in your head has no scope, no acceptance criteria, no list of what&#8217;s out. So the agent fills the blanks with guesses, and you find out which guesses were wron&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/a-rough-idea-is-not-a-spec-here-is">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Claude doesn't sound like you. It sounds like everyone. I built the fix.]]></title><description><![CDATA[Teaches Claude your voice and holds it across every draft, so it sounds like you wrote it, not a robot.]]></description><link>https://assafkipnis.substack.com/p/claude-does-not-sound-like-you-it</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/claude-does-not-sound-like-you-it</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 30 Jun 2026 17:01:49 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!XSo9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!XSo9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!XSo9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:295426,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200204031?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!XSo9!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5dff01f7-5bf4-4a84-b9f4-476792818354_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Ask Claude to write in your voice and it agrees, then writes like a brand. Polished, even, lifeless. It defaults to the average of everything it read, and the average has no edges.</p><p>Your voice is the edges. How you open. The words you reach for and the ones you never use. The opinions you state without hedging. Strip those and you get competent copy that &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/claude-does-not-sound-like-you-it">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Claude writes like Claude. I built a gate that catches it before you publish.]]></title><description><![CDATA[Flags the words and patterns that make writing sound like a robot, before you hit publish. Runs locally.]]></description><link>https://assafkipnis.substack.com/p/claude-writes-like-claude-here-is</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/claude-writes-like-claude-here-is</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 23 Jun 2026 17:00:54 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!MkKE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!MkKE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!MkKE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:291930,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200202606?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!MkKE!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F094d84be-4ab2-406a-a44d-38c9ac5e21e2_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>AI writing has tells. The same handful of words in every paragraph. The hype opener about today&#8217;s fast-paced world. The rule of three, everywhere. The dash dropped in like seasoning. The closer that restates what it just said. Every sentence the same length.</p><p>A reader can&#8217;t always name it. They just feel it wasn&#8217;t written by a person, and the moment they &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/claude-writes-like-claude-here-is">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[It's Not Slop. It's the Same Abuse, Faster.]]></title><description><![CDATA[Columbia gathered twenty people who know better. They renamed abuse and called it research]]></description><link>https://assafkipnis.substack.com/p/its-not-slop-its-the-same-abuse-faster</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/its-not-slop-its-the-same-abuse-faster</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 23 Jun 2026 15:14:04 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!kKhg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!kKhg!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 424w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 848w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 1272w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!kKhg!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png" width="1456" height="794" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/df6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:794,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:9638701,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/203191388?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 424w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 848w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 1272w, /__u/substackcdn.com/image/fetch/$s_!kKhg!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fdf6e724c-b203-4117-9b55-8f5d93b98185_2816x1536.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Twenty people. Some of the best in the field. One 56-page report on AI slop. </p><p><a href="https://igp.sipa.columbia.edu/sites/igp/files/2026-06/AI%20Slop%20and%20the%20Information%20Ecosystem_IGP%20Report.pdf">&#8220;AI Slop and the Information Ecosystem&#8221;</a> - read if for yourself</p><p>Not because the people are weak. Because the ritual is. I have watched this exact move for over a decade. Get smart people in a room. Build a taxonomy. Write a &#8220;research agenda.&#8221; Present it at a conference. Change no&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/its-not-slop-its-the-same-abuse-faster">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Claude Code burns your tokens going in circles. I built the brakes.]]></title><description><![CDATA[Brakes that catch a runaway session before it loops and runs up your bill. Two-minute install.]]></description><link>https://assafkipnis.substack.com/p/why-claude-code-burns-40000-tokens</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/why-claude-code-burns-40000-tokens</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 16 Jun 2026 17:01:02 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!pE93!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!pE93!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!pE93!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:294734,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200202133?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!pE93!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2f68fd3-e7b8-4867-a769-ba236b4a1491_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>Claude Code drifts. It retries a call that already failed instead of asking why. It re-reads the same file five times. It spawns subagents that produce nothing. By call 40 it has spent a fortune and moved sideways. People have posted the bills: an overnight run that produced nothing and cost more than the month&#8217;s subscription.</p><p>The model isn&#8217;t dumb. Nothi&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/why-claude-code-burns-40000-tokens">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[NotebookLM hands you a video you can't edit. I built the version you can]]></title><description><![CDATA[NotebookLM gives you a video. This gives you the project files.]]></description><link>https://assafkipnis.substack.com/p/notebooklm-hands-you-a-video-you</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/notebooklm-hands-you-a-video-you</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Fri, 12 Jun 2026 16:06:36 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!AxQ6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!AxQ6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 424w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 848w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!AxQ6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png" width="689" height="439" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:439,&quot;width&quot;:689,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:389962,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/201765159?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 424w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 848w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 1272w, /__u/substackcdn.com/image/fetch/$s_!AxQ6!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f5c8aa2-cabc-4801-92bc-3a7f186fa03e_689x439.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>NotebookLM&#8217;s video overviews have one problem. You can&#8217;t change them.</p><p>Wrong narrator? Too bad. Want to fix one sentence? Regenerate the whole thing and pray. Want the project files? There are none. You get what it gives you and nothing else.</p><p><strong>I wanted the editable version. So I wired one together with Claude Code. It&#8217;s free: claude-video-editor</strong></p><p>Every layer &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/notebooklm-hands-you-a-video-you">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You're guessing what your customers want. I built a free tool that reads what they actually say.]]></title><description><![CDATA[Reads the Reddit threads where your buyers complain, ranks the pain, and links every quote. Free.]]></description><link>https://assafkipnis.substack.com/p/your-customers-already-told-you-what</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/your-customers-already-told-you-what</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 09 Jun 2026 17:01:26 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!SbFJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!SbFJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!SbFJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/26682891-7d15-473f-b4e1-d7607308440e_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:297413,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200201582?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!SbFJ!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26682891-7d15-473f-b4e1-d7607308440e_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>You research your market by asking your network. Friends, advisors, a few warm intros. They nod. The idea sounds good.</p><p>That&#8217;s a mirror, not research. You asked people like you, and they handed your own assumptions back.</p><p>Your real buyers are already talking, in public, to each other. On Reddit, in the threads where they trash the tools they pay for. They u&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/your-customers-already-told-you-what">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Claude fixes the bug. It doesn't fix what let the bug in. I built the fix.]]></title><description><![CDATA[Root-cause analysis for code, as a Claude Code plugin. Stop shipping the same bug twice.]]></description><link>https://assafkipnis.substack.com/p/claude-fixes-the-bug-it-doesnt-fix</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/claude-fixes-the-bug-it-doesnt-fix</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Wed, 03 Jun 2026 17:02:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3vZ1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3vZ1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3vZ1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:68581,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200481890?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3vZ1!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35e21a92-b603-4bab-8c10-41c9aa3a134d_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>A test fails. Claude patches what it saw. The test goes green. You move on. Months later a different part of the code trips the same root cause, and you debug it from scratch.</p><p></p><p>The patch treated the symptom. The thing that allowed the bug is still in the code. Most &#8220;root cause&#8221; writeups make it worse. They name one tidy cause and close the ticket.</p><p></p><p>I built &#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/claude-fixes-the-bug-it-doesnt-fix">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You walk into VC meetings blind. I built a free tool that fixes that.]]></title><description><![CDATA[One page on any fund before you pitch: their real thesis, where you fit, and the objection that kills the deal.]]></description><link>https://assafkipnis.substack.com/p/the-vc-already-decided-before-you</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/the-vc-already-decided-before-you</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Mon, 01 Jun 2026 22:57:15 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!5bNv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!5bNv!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!5bNv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:304664,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/200201269?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 424w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 848w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 1272w, /__u/substackcdn.com/image/fetch/$s_!5bNv!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b33281c-f57c-49f0-98db-414063f564b3_1280x720.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>You prep your pitch for days. You still walk in missing the one thing that decides the meeting: what the fund already thinks of you.</p><p>They decided before you sat down. Deck, site, LinkedIn, done. You answer questions they already closed, blind to the objection that kills the deal.</p><p>I built a free tool that ends that. It runs in Claude Code, reads the fund&#8217;s&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/the-vc-already-decided-before-you">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Boring beats shiny. That’s why ShinyHunters win]]></title><description><![CDATA[Cloudflare.]]></description><link>https://assafkipnis.substack.com/p/boring-beats-shiny-thats-why-shinyhunters</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/boring-beats-shiny-thats-why-shinyhunters</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Tue, 05 May 2026 16:49:06 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!k25v!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Cloudflare. Palo Alto Networks. Zscaler. Tanium. Tenable. Proofpoint. Qualys. Rubrik.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!k25v!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!k25v!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/16499d82-8813-4061-919b-77ca363fa68b_1672x941.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1845806,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/196563680?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 424w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 848w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 1272w, /__u/substackcdn.com/image/fetch/$s_!k25v!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F16499d82-8813-4061-919b-77ca363fa68b_1672x941.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p></p><p><strong>Eight security companies. One eight-month window. One attack class. The same attack class those companies sell products to prevent.</strong></p><p>Each one published its own breach disclosure between August and October 2025. Cloudflare&#8217;s blog laid out the timeline hour by hour. Palo Al&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/boring-beats-shiny-thats-why-shinyhunters">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[The Crypto Scam That Keeps Coming Back]]></title><description><![CDATA[Threat actor networks are not snakes - they are Hydras]]></description><link>https://assafkipnis.substack.com/p/the-2018-twitter-bitcoin-scam-new</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/the-2018-twitter-bitcoin-scam-new</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Mon, 27 Apr 2026 19:50:11 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!0gMo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I spent years inside tech giants watching pieces of this exact ecosystem. </p><ul><li><p>One team saw the account/channel takeovers. </p></li><li><p>The Ads team saw the scam ad placements.</p></li><li><p>The Account Defender team saw the credential abuse upstream. </p></li><li><p>Web team saw the destination domains. </p></li><li><p>Threat intel saw the threat actor TTPs</p></li></ul><p><strong>No one team had the picture.</strong></p><p>The operators had the picture. They sat in one Telegram channel. They knew the kit price, the channel-rental revenue share, which exchange to off-ramp through, which registrar accepted them this month. Their map was unified. Ours wasn&#8217;t.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!0gMo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 424w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 848w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!0gMo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png" width="1092" height="2048" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2048,&quot;width&quot;:1092,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 424w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 848w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 1272w, /__u/substackcdn.com/image/fetch/$s_!0gMo!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa6cce4a3-f232-408f-a1b7-07e18d75eab6_1092x2048.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>It is not a giant company problem. Every platform I worked T&amp;S inside, every consulting engagement I do now, runs the same way. The investigations happen. They are good. They are separate.</p><p>I spent time looking into a Trump-themed crypto scam last week. Doubled-money giveaway. The old Wire X, get 2X back. Page on Cloudflare. Chat widget JivoSite. Wallets across twelve blockchains.</p><p>The same scam ran in October 2018 with Elon Musk&#8217;s face on it. Wire-to-double mechanic identical. Fake-comments UI identical. Vanity-wallet trick identical. Some of the registrant fingerprints even match the .ru webmail patterns from the 2020 Twitter Bitcoin hack cases.</p><p><strong>Eight years. Same scam.</strong></p><p>In those eight years the operators iterated. They added chains as adoption grew. They moved across platforms. They built a stealer-malware supply chain so they could rent hijacked YouTube channels with millions of subscribers. They added live chat for victim engagement. They forked the drainer kit into a Telegram-marketplace product with an 80/20 affiliate revshare.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!f5OS!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 424w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 848w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 1272w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!f5OS!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png" width="1456" height="560" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:560,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 424w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 848w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 1272w, /__u/substackcdn.com/image/fetch/$s_!f5OS!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0b3586ac-fc29-4c6f-af54-1796292c9248_2048x787.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>They timed lures to news cycles.</strong> </p><p>Trump assassination attempt. Super Bowl LX. NATO summit. They added deepfakes when deepfakes got <strong>cheap</strong>. Platforms iterated too. </p><p><strong>Sort of&#8230;</strong></p><p>Some copmanies documented takeovers, closed channels, wrote the blog post. Disrupted accounts and celebrated these actions as success stories. </p><p></p><p>Twitter took down the original 2018 Musk post. The same operators came back through the 2020 hack of verified accounts. The operators moved on. Cloudflare keeps proxying the new domains. Each abuse report works. The next domain works. Tether keeps freezing the addresses that get reported. Each report works. The next address works.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!tku0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 424w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 848w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 1272w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!tku0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png" width="1456" height="1016" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1016,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 424w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 848w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 1272w, /__u/substackcdn.com/image/fetch/$s_!tku0!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc820951d-c0d8-4a88-bbe0-2ceb311d2061_2048x1429.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><strong>This is what fighting tactics looks like.</strong> </p><p></p><p>Each round closes. Each next round opens. Platforms close incidents. Operators run a roadmap.</p><p>The asymmetry is not capability. It is memory. I had peers across five different product areas at one company who each held one slice of one operator&#8217;s picture. Each slice was excellent work. None of the slices ever got combined into a single view of who that operator was, what year they started, which other teams had data on them. The combination existed in nobody&#8217;s queue. It existed in offsite decks, in private docs, in the heads of analysts who rotated off the case.</p><p>The operators don&#8217;t have that problem. </p><p>The kit dev sits in a Telegram channel with the affiliate. The affiliate sits with the channel-rental marketplace. The marketplace sits with the laundering provider. They are one room.</p><p>A ticket is a single event. The campaign is a continuous one. Closing every ticket and never closing the campaign is a stable state. The operator can stay up forever. </p><p>A 30-page investigation report does not fix this. The report is a snapshot. Snapshots don&#8217;t compound. The next analyst writes the next snapshot. Eight years of snapshots and the campaign is still running, with twelve chains instead of four.</p><p>The fight against the strategy looks different from the fight against the tactics. Strategy fights hit the supply. The stealer ecosystem feeding hijacked channels. The kit marketplace selling drainer templates. The registrar pipeline accepting the same operator under new fronts. The cross-platform identity that links the same actor across social media, Cloudflare, JivoSite, Tether, and crypto platforms. Each of those is a separate org with a separate queue, and no shared memory of who this operator is or what year they started.</p><p>The strategy is not hidden. It is in registrant patterns, kit fingerprints, upstream cookie supply, affiliate revshare. Public investigations have documented it since 2018.</p><p><strong>We fight tactics because we have nowhere to put the strategy where it would still be there next quarter. The strategy lives in PDFs. PDFs don&#8217;t learn. The next analyst inherits a folder, not a graph.</strong></p><p>I&#8217;m building KTLYST because I got tired and burnt out watching multiple teams at the same company hold five slices of the same threat actor and never assemble them. </p><p>A Security Learning Control Plane. A persistent layer where investigations compound across teams and years, the same way the operator&#8217;s memory compounds. So when the next variant shows up, the queue does not start fresh. It starts with everything we already knew about this operator, updated with what we just saw, available to every team that has to act.</p><p>Threat actors are not super human super hackers - they are just coordinated</p>]]></content:encoded></item><item><title><![CDATA[The Cat-Faced Flower Seed Scam Is a Distraction]]></title><description><![CDATA[You read it right! Cat Faced Flower Seeds for Sale!]]></description><link>https://assafkipnis.substack.com/p/the-cat-faced-flower-seed-scam-is</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/the-cat-faced-flower-seed-scam-is</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Fri, 24 Apr 2026 18:02:30 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!3AhY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!3AhY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 424w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 848w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!3AhY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png" width="1308" height="1190" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1190,&quot;width&quot;:1308,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1531150,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/195373678?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 424w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 848w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 1272w, /__u/substackcdn.com/image/fetch/$s_!3AhY!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F934e5691-7282-445a-bb22-31a7bf31c6cd_1308x1190.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><h2>Cat Faced WHAT NOW?</h2><p>Search &#8220;cat face orchid seeds&#8221; on eBay, Shein, Amazon, or TikTok Shop. I&#8217;ll wait.</p><p>How many did you find? . A lot of them, right? The pictures show flowers with cat faces. Sellers charge $7 to $20 for seeds that allegedly grow the plant.</p><p>The plant doesn&#8217;t exist. The images are AI-generated. The seeds grow generic flowers if anything at all. Buyers who complain get refunds. The listings stay up.</p><p>Platforms have been chasing this one around for months. There&#8217;s a Reddit thread in <a href="https://www.reddit.com/r/orchids/comments/1nrl5ep/time_to_share_our_favorite_scam_orchids/">r/orchids</a> cataloging examples. A TikTok creator debunking the Shein version has 249,000 views. Journalists have <a href="https://futurism.com/artificial-intelligence/tiktok-ai-slop-seeds-plants-dont-exist">written</a> about it. It is clearly a scam. <a href="https://www.snopes.com/fact-check/cats-eye-dazzle-flower-seeds/">Snopes</a> called this out in 2024.</p><p>The listings keep appearing anyway.</p><h2><strong>Why I looked</strong></h2><p>The listings are too obvious. You can spot the AI image in two seconds. Any platform&#8217;s existing moderation stack should catch these. They don&#8217;t.</p><p>So I went in to find out why.</p><h2>What I found</h2><p>The scam isn&#8217;t about cat-faced flowers. It&#8217;s one rotation of a scam that&#8217;s been running for a decade.</p><p>A YouTuber called GARDEN TIPS warned about fake seed scams on eBay and Amazon in <strong>2018</strong>. The images then were Photoshopped. MissOrchidGirl filmed herself planting monkey-face-orchid scam seeds in <strong>2022</strong>. Same structural scam, different flower. Twitter users have been complaining to eBay about this genre since October 2024.</p><p>One of the operators sits at haiyiplants[.]com, a Shopify store registered in China in November 2024. Their catalog has 1,417 products. 89 of them are scam SKUs spread across twelve hooks. Blue roses. Rainbow roses. Monkey face orchids. Hosta fantasies. Iris called &#8220;Cotton Candy Dream&#8221; and &#8220;Stardust Snow.&#8221; The cat-face line launched in September 2025 alongside a separate iris line, 49 SKUs in a seven-day window.</p><p>Twelve hooks. Thirteen months. One store.</p><h2>The promoter layer is disposable</h2><p>Cat-face orchid gets promoted by a TikTok account called cat.house02. Seven followers. Fifty single-topic videos. Posted for seven weeks, then went dormant. The blue-sunflower hook uses a different merchant entirely (menlytkn3ik). The rose-and-hosta hook uses another (jaycseeds). The fruit-tree hook uses yet another (Daniel Garcia at @add54334). None of them promote each other&#8217;s products. Each hook gets its own burner cluster.</p><h2>Same playbook. Different paint. The operators know what they&#8217;re doing</h2><h3>The signals aren&#8217;t about seeds</h3><p></p><p>Everything I found describes how these operations run, not what they sell. </p><ul><li><p>One TikTok Shop merchant (touchofeco) sells solar lights, real-estate yard signs, and gardening supplies from the same account. </p></li><li><p>Upload cadence. haiyiplants uploaded 45 of its 49 September 2025 scam SKUs    </p></li><li><p> inside a single seven-day window. Not distributed. Not paced. One batch import</p></li><li><p>Bio templates across independent accounts. Two separate TikTok accounts       running different product hooks share the same bio structure  </p></li><li><p>First-last-name display without any supporting identity  </p></li><li><p>Template listing descriptions. Every Ergo88 listing uses the same bulleted    structure with &#9989; checkmark emojis  Template-structured listings come from product-database feeds.</p></li><li><p>Disclaimer wiggle-words. The cat-face orchid listing says &#8220;Cat-face inspired  variety.&#8221; </p></li><li><p>Follower-to-video ratios below organic thresholds. cat.house02 has 7 followers</p><p>and 50 videos (0.14 followers per video). menlytkn3ik has 847 followers and</p><p>820 videos (1.03). Organic creators accumulate followers faster than they post</p><p>content. </p></li><li><p>Accounts producing more content than their audience justifies are paid-ad vehicles or bulk-posting operations, not creators.</p></li><li><p>100% single-purpose content on narrow active windows. cat.house02 posted 50   </p><p>videos over seven weeks, then went dormant. Every video was cat-face orchid.</p><p></p><p></p></li></ul><h3>The same structural playbook, separate tactical infrastructure per hook</h3><p>Hashtag timing to platform commerce moments. cat.house02 used                #tiktokshopbacktoschool 22 times, #tiktokshoplabordaysale 18 times,</p><p>#tiktokshoprestock 10 times. The scam launches were calendared to TikTok&#8217;s own shopping campaigns. The operator was scheduling around the platform&#8217;s</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!UwDH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 424w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 848w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 1272w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!UwDH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png" width="1456" height="384" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:384,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:895393,&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://assafkipnis.substack.com/i/195373678?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 424w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 848w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 1272w, /__u/substackcdn.com/image/fetch/$s_!UwDH!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2d3687f-bcf0-4f45-ac44-c39f1b3b368f_1676x442.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p> commerce calendar.</p><h2>The point</h2><p><strong>Current enforcement chases the flower. The flower changes every three months.</strong></p><p>Platforms building AI-image detection and botanical-name policy are spending money on the part of the operation that&#8217;s cheap for the adversary to replace. Merchant accounts, Shopify stores, TikTok Shop registrations, ad accounts, payment relationships. Those are the expensive parts. Those stay up.</p><p>The cat-faced flower is bait. When the policy lands, the adversary already has the next hook in the catalog. Eleven more behind it.</p><p>This isn&#8217;t an AI problem. It isn&#8217;t a seed problem. It&#8217;s a fraud infrastructure problem, and the adversaries have been running it since 2018 because the enforcement keeps looking at the wrong thing.</p><p>Watching the cat-faced flower is what they want.</p>]]></content:encoded></item><item><title><![CDATA[Why Your Best Investigation Dies After the Report]]></title><description><![CDATA[Your investigators are producing the richest intelligence in your org. It has nowhere to go]]></description><link>https://assafkipnis.substack.com/p/why-your-best-investigation-dies</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/why-your-best-investigation-dies</guid><pubDate>Wed, 15 Apr 2026 15:49:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!IfsR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f0d47fa-cdbe-452a-94cb-568bfb7f08db_2752x1536.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I spent twelve years running threat intelligence and investigations at LinkedIn, Google, Meta, and ElevenLabs. I mapped scam networks. Traced infrastructure across borders. Built attacker taxonomies. Produced reports that drove enforcement at platform scale.</p><p>Those reports went into folders. The next team that hit the same pattern started from scratch.</p><p><strong>The&#8230;</strong></p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/why-your-best-investigation-dies">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Why the $10B Security Industry is Stuck in “Groundhog Day” (And the Hidden Layer That Fixes It)]]></title><description><![CDATA[From Detection Engineering to Prevention Engineering]]></description><link>https://assafkipnis.substack.com/p/why-the-10b-security-industry-is</link><guid isPermaLink="false">https://assafkipnis.substack.com/p/why-the-10b-security-industry-is</guid><dc:creator><![CDATA[Assaf Kipnis]]></dc:creator><pubDate>Wed, 18 Feb 2026 17:16:44 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!qrzH!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb4748a1-4586-4896-8f30-1a11b8cdcf56_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="/__u/substackcdn.com/image/fetch/$s_!5Ik-!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="/__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_webp, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 1456w" sizes="100vw"><img src="/__u/substackcdn.com/image/fetch/$s_!5Ik-!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg" width="938" height="297" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:297,&quot;width&quot;:938,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:19483,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://assafkipnis.substack.com/i/188399440?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="/__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_424, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 424w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_848, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 848w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_1272, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 1272w, /__u/substackcdn.com/image/fetch/$s_!5Ik-!, /__u/assafkipnis.substack.com/w_1456, /__u/assafkipnis.substack.com/c_limit, /__u/assafkipnis.substack.com/f_auto, /__u/assafkipnis.substack.com/q_auto:good, /__u/assafkipnis.substack.com/fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13b4c22a-e196-45ee-8635-ce1b0e608cd4_938x297.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><h3>1. Introduction: The Relatable Cycle of Institutional Amnesia</h3><p>Cybersecurity is the only industry where the defense pays for the same mistake twice while the adversary only pays for the innovation once.</p><p>We see it in every enterprise: a senior engineer spends weeks deconstructing a sophisticated breach, meticulously documenting the findings in a Jira ticket&#8230;</p>
      <p>
          <a href="/__u/assafkipnis.substack.com/p/why-the-10b-security-industry-is">
              Read more
          </a>
      </p>
   ]]></content:encoded></item></channel></rss>