<?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[Cyborgs, by Ryan Janssen]]></title><description><![CDATA[The practical guide to hyper-productivity.]]></description><link>https://www.ryan.md</link><image><url>https://substackcdn.com/image/fetch/$s_!jeFW!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F8df1e08c-82c7-43eb-967b-dc5d2dfaf526_144x144.png</url><title>Cyborgs, by Ryan Janssen</title><link>https://www.ryan.md</link></image><generator>Substack</generator><lastBuildDate>Sun, 24 May 2026 22:20:15 GMT</lastBuildDate><atom:link href="https://www.ryan.md/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Ryan Janssen]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[ryanjanssen@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[ryanjanssen@substack.com]]></itunes:email><itunes:name><![CDATA[Ryan Janssen]]></itunes:name></itunes:owner><itunes:author><![CDATA[Ryan Janssen]]></itunes:author><googleplay:owner><![CDATA[ryanjanssen@substack.com]]></googleplay:owner><googleplay:email><![CDATA[ryanjanssen@substack.com]]></googleplay:email><googleplay:author><![CDATA[Ryan Janssen]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[How I turned Claude Code into an AI Chief-of-staff]]></title><description><![CDATA[What happens when you give Claude Code an operating system and let it build its own tools.]]></description><link>https://www.ryan.md/p/how-i-turned-claude-code-into-an</link><guid isPermaLink="false">https://www.ryan.md/p/how-i-turned-claude-code-into-an</guid><dc:creator><![CDATA[Ryan Janssen]]></dc:creator><pubDate>Thu, 09 Apr 2026 19:19:23 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!joPI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I&#8217;ve had 5 Claude Code Opus agents running as my personal Chief-of-staff team for the last 3 months.</p><p>They handle everything from filling out forms, to grinding spreadsheets, to producing marketing videos, so I can focus on the uniquely human parts of <a href="https://www.wsj.com/tech/ai/mark-zuckerberg-is-building-an-ai-agent-to-help-him-be-ceo-eddab2d5">being a CEO</a>. </p><p>I&#8217;d say I&#8217;m somewhere between 1.5x and 2x my pre-AI self now.</p><p>It&#8217;s not off-the-shelf.  But it&#8217;s not hard to set up. It took me an afternoon. And most of the setup is asking the agents to configure themselves. The only real prerequisites are a claude sub, and basic comfort with the terminal.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.ryan.md/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h5 style="text-align: center;"></h5><p></p><h2>What Can They Actually Do?</h2><p>The decoy use case I see often is getting a &#8216;morning briefing.&#8217; My Chiefs do that, but it <em>really</em> undersells the potential here. They can do so much more.</p><p>My Chiefs are experts in the Zenlytic books and investor reporting. They&#8217;ve made several promotional videos for us (more on that in a minute). They manage a bunch of our CRM. Of course, they helped me write this post.</p><p>The secret is the environment. If they have the right tools, agents are now capable of end-to-end work. I can tell an agent: </p><blockquote><p>&#8220;Hey, our accountant just sent the November books - look for any inconsistencies with our rev rec or other general errors, draft me a reply, and add the numbers to the investor update we&#8217;ve been working on.&#8221;</p></blockquote><p> It pulls spreadsheets from Drive, cross-references against my notes, and just <em>does everything</em>. That used to be a half-day project. Now it takes about 20 minutes, and most of that is me reviewing the output.</p><p>It&#8217;s weird to ask &#8220;How can my agents help here?&#8221; for anything that you work on.  But they&#8217;ll often surprise you with their capabilities.</p><p>For example: I needed to make a promotional video for Zenlytic. I asked my agents to brainstorm concepts in a Model Council (a deep-thought skill that uses the OpenAI, Gemini, and Claude APIs to critique each other&#8217;s answers). I chose the winning concept, an agent drafted the script, generated keyframe images with Gemini, drew the animations using Kling, and stitched everything together with Remotion. </p><p>I reviewed and adjusted at each step. The whole thing took half an hour. <a href="(https://www.linkedin.com/posts/janssenryan_it-has-now-been-exactly-1097-days-since-zenlytic-activity-7435372775655149568-GFxZ?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAPFfJsBBg0tminrtkKEwka4oriYtrFCclY)">Here&#8217;s the result.</a></p><p></p><h2>The Architecture</h2><p>Each agent is just a <a href="https://www.anthropic.com/product/claude-code">Claude Code</a> instance in the terminal. That&#8217;s it. </p><p>I run several in <a href="https://zellij.dev/">Zellij</a> panes so I can tee up multiple tasks at once (typically 1 or 2 are working on something; 5 is the peak I can sustain). But this part is optional.</p><p>There are other harnesses: Codex, Claude Cowork, OpenClaw, Hermes. I&#8217;d recommend Claude Code for now, but this is changing quickly. Cowork will get there (Anthropic built it for exactly this use case).  But I&#8217;m using Claude Code because I have complete control/breadth over the environment.</p><p> </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!joPI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!joPI!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 424w, https://substackcdn.com/image/fetch/$s_!joPI!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 848w, https://substackcdn.com/image/fetch/$s_!joPI!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 1272w, https://substackcdn.com/image/fetch/$s_!joPI!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!joPI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png" width="1709" height="2078" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2078,&quot;width&quot;:1709,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:453976,&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://www.ryan.md/i/193719677?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F141ae74f-7eac-45b5-94aa-86220b61b425_1709x2078.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!joPI!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 424w, https://substackcdn.com/image/fetch/$s_!joPI!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 848w, https://substackcdn.com/image/fetch/$s_!joPI!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 1272w, https://substackcdn.com/image/fetch/$s_!joPI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd0c79d09-102c-4114-be22-6023c2aa741f_1709x2078.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Agent Squad, reporting for duty</figcaption></figure></div><p></p><h2>The Environment IS the Product</h2><p>Here&#8217;s the thing that people don&#8217;t seem to believe yet: the model <em>and</em> the harness matter way less than what you plug into them.</p><p>Agents become exponentially more useful with each tool you connect. Each tool is a combination of skills (markdown instruction files), MCP servers, and CLI wrappers.</p><p>Every single one of my skills was built by Claude at my request. For two reasons: I don&#8217;t need to trust random GitHub packages, and the skill ends up personalized for exactly my workflow.</p><p>Making new skills is dead simple. You just finish a project and say &#8220;save what you just did as a skill.&#8221; </p><p>My &#8220;<a href="https://www.youtube.com/watch?v=0YhJxJZOWBw">I know kung fu</a>&#8220; moment was when I told Claude &#8220;I need you to be able to update our HubSpot.&#8221; It wrote a script, tested it, saved it as a skill, and gave me directions on where to get an API key.</p><p>I now have 32 custom skills across all agents: email review, spam clearing, team follow-ups, social engagement tracking, meeting todo extraction, data model editing, product changelog creation, Excel and PowerPoint, and more.</p><p>Here&#8217;s what&#8217;s wired up right now:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!_XGI!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!_XGI!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 424w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 848w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 1272w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!_XGI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png" width="785" height="731" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:731,&quot;width&quot;:785,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:204830,&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://www.ryan.md/i/193719677?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!_XGI!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 424w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 848w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 1272w, https://substackcdn.com/image/fetch/$s_!_XGI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9f76f2db-151f-4079-a0b7-da808c9e189d_785x731.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">The Environment IS the Product</figcaption></figure></div><p>Calling out some of the foundational tools:</p><ul><li><p><strong>Obsidian</strong> is the rock the whole thing is built on. It&#8217;s a cross-linked notes vault where writing, projects, and meeting notes all live. The agents read and write to it directly. This is what breaks them out of the context window: a collective living memory of everything they&#8217;ve been working on. It enables compounding knowledge and easy hand-offs between agents (and with me).</p></li><li><p><strong>Granola</strong> captures and indexes my meetings into Obsidian automatically. This, plus mail inbox, plus downloads folder are what make the agents feel like they know everything I&#8217;ve been doing. Context is the real product here.</p></li><li><p><strong>Todoist</strong> is my actual todo list. But extended into an ad hoc kanban board. Every task I think an agent can help with, I (or another agent) tag with @AGENT. My agents check on a cron job a few times a day and pick up whatever they should be working on.</p></li><li><p><strong>Email</strong> and <strong>Slack</strong> are the connective tissue. Yes, they&#8217;re essential for tying into real workflows. But the bigger surprise: your email and Slack history are the most comprehensive database of your life. Also: Claude is <em>far</em> better at finding old emails than any search I&#8217;ve ever used.  It found me the name of a realtor who emailed me once over 5 years ago in seconds.</p></li></ul><p>Everything is designed so I share space with the agents, using the tools I&#8217;ve always used. My Todoist tracks my tasks alongside the @AGENT tasks. We&#8217;re both adding and updating stuff as we pass projects back and forth. We&#8217;re co-writing an Obsidian vault, and it&#8217;s in the best shape it&#8217;s ever been (because the agent organizes it for me).</p><p></p><h2>Self-Improvement</h2><p>Research is advancing rapidly on <a href="https://x.com/kevingu/status/2039843234760073341">recursive self-improvement</a>, and I think it&#8217;s going to be the next important pattern in AI. </p><p>But A homebrew version of it exists today. </p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!PbbJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PbbJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 424w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 848w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 1272w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PbbJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png" width="1456" height="78" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:78,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:66499,&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://www.ryan.md/i/193719677?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PbbJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 424w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 848w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 1272w, https://substackcdn.com/image/fetch/$s_!PbbJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff5210cf5-2214-422f-8cab-3bd81916eb54_1652x88.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><figcaption class="image-caption">The Agent built the Slack skill. And it can fix it.</figcaption></figure></div><p>I&#8217;ll do a deep dive on this in a dedicated post, but here&#8217;s the single fastest way to achieve self-learning.  Every skill file gets a self-improvement section at the bottom:</p><pre><code><code>## Self-Improvement

After each use of this skill, update it:
- If a command fails or needs a workaround, document the fix.
- If you discover a better approach or pattern, add it.
- If the user corrects you, incorporate the correction.
- Don't add one-off actions. Only log patterns that will repeat.

The goal: this skill should get smarter every time it runs.</code></code></pre><p>The agent reads these instructions, and after every run it edits its own skill file with what it learned. My CFO skill for analyzing monthly financials has been rewritten by the agent itself 6 times. Each version catches more edge cases, handles more date formats, and formats the output closer to what I actually want in the investor update. </p><p>I didn&#8217;t write any of those improvements.</p><p></p><h2>Keeping It Safe</h2><p>If running AI agents with access to your email, calendar, and financial data sounds scary to you: good. It should.</p><p>A few principles I follow:</p><ul><li><p><strong>Don&#8217;t skip the permissions.</strong> I review all actions by hand even though it&#8217;s slower. I haven&#8217;t seen anything truly scary yet, but I occasionally catch an agent doing something dumb (once it tried to reply-all to an investor thread with a half-finished draft; the drafts-only gate caught it).</p></li><li><p><strong>Watch them.</strong> This is one of the big reasons to use Claude Code or Codex right now vs. OpenClaw or Hermes. You can literally see every action in the terminal as it happens.</p></li><li><p><strong>Agents propose, humans commit.</strong> My agents write email drafts, but can&#8217;t send. The config blocks sending at the OS level.</p></li><li><p><strong>Principle of least access.</strong> A lot of my tools are read-only by design. Sandboxes everywhere. Sudo-gated secrets. If the agent doesn&#8217;t need write access, it doesn&#8217;t get it.</p><p></p></li></ul><h2>How to Get Started</h2><p>Get a Claude subscription (start with normal and move to max if you need to) and install Claude Code. </p><p>Pick one folder. Install an Obsidian vault there if you don&#8217;t have one already.  Then, load up Claude Code.  Tell it who it is, what it can access, how it should behave. Think job description, not prompt.</p><p>Connect it to something real. Your notes folder, your calendar, your email (read-only at first). One connection is enough to feel the difference.</p><p>Use it for a week. Then ask it: &#8220;What did you learn? Write it down.&#8221; Save that as a skill. Ask it what else it can help you with. </p><p>Keep adding skills every time it gets stuck on the workflow.  Can&#8217;t save as a word doc?  Ask it how to make a skill. And so on.</p><p>Once the environment is complete, the hardest part is having the creativity to discover new use cases.  But their capabilities will surprise you.</p><p></p><h2>Find your superpowers</h2><p>Models change. Environments compound.</p><p>Right now, it&#8217;s a little messy to set up. You&#8217;re gonna spend some time squinting at IBM Mono in a pretty nerdy terminal.</p><p>But that&#8217;s the opportunity. If you wire up your own system, you <a href="https://x.com/andysparks/status/2030336440987463837">get there before everyone else</a>.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.ryan.md/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[AI's third and final act]]></title><description><![CDATA[Ghost in the Shell]]></description><link>https://www.ryan.md/p/ais-third-and-final-act</link><guid isPermaLink="false">https://www.ryan.md/p/ais-third-and-final-act</guid><dc:creator><![CDATA[Ryan Janssen]]></dc:creator><pubDate>Mon, 09 Feb 2026 15:27:39 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!E1v0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>AI&#8217;s third act started sometime in the middle of December 2025.</p><p>Strangely, it didn&#8217;t happen until a few weeks after the real trigger point (the launch of Opus 4.5<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a>). It took some time to really understand the magnitude of how smart models had become. </p><p>But once we saw the capabilities, things sped up.  Developers spent the holiday season feverishly building with Claude Code.  Mostly Claude Code plugins, in fact.  We built better <a href="https://ghuntley.com/loop/">while loops</a>. <a href="https://steve-yegge.medium.com/introducing-beads-a-coding-agent-memory-system-637d7d92514a">agent-managed context</a>. <a href="https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16dd04">multi-agent</a>. <a href="https://openclaw.ai">iMessage gateways</a>.</p><p>The shape of AI&#8217;s third act has emerged.  You still have to squint a bit to see it. But it looks powerful.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!E1v0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!E1v0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 424w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 848w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 1272w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!E1v0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png" width="753" height="447" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c0046033-2908-450c-b294-bf61c43c9a87_753x447.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:447,&quot;width&quot;:753,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:66053,&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://ryanjanssen.substack.com/i/186877311?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!E1v0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 424w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 848w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 1272w, https://substackcdn.com/image/fetch/$s_!E1v0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc0046033-2908-450c-b294-bf61c43c9a87_753x447.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><h2>Act 1: Tab tab tab</h2><p>Act 1 was the Copilot era.  Context windows were small and RAG was big.  Every AI startup was working hard on prompt engineering to show they weren&#8217;t just a wrapper. </p><p> The end result was a world of chat sidebars that sat inside a legacy app, but completely separate from it.  Cheerfully offering to answer onboarding questions while the user kept navigating their Hubspot.</p><p></p><h2>Act 2: Finally counting r&#8217;s</h2><p>Act 2 was the Agent<a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-2" href="#footnote-2" target="_self">2</a> era.  While models learned to reason, we realized for loops work.  The AI could drive short errands on a leash, with a small set of tools.  AI engineers were obsessed with making those tools complete and reliable. </p><p>There was a glimpse of real utility.  Coding agents were actually speeding up workflows.  Every influencer thumbnail was a giant n8n graph.  Image and video gen really started to work.  </p><p>But: our collective hesitancy to take the models off the leash held back their full potential.</p><p></p><h2>Act 3: Superintelligence is a lobster?</h2><p>It&#8217;s tempting to say the difference between Acts 2 and 3 is &#8220;better models.&#8221; But the real shift is the <em>interface</em>.  We&#8217;ve gone from a JSON spec to a full computer.  It&#8217;s like going from a gardening shovel to a backhoe.</p><p>And that&#8217;s <a href="https://x.com/nicbstme/status/2015174818497437834?s=20">Act. 3</a>.  We put a smart model in a sandboxed environment with full bash access.  Add some context (more importantly, context on how to <em>find more context)</em>. Give it the ability to talk with itself after it exhausts its context window.  And put it in an aggressive For loop that doesn&#8217;t stop until it&#8217;s completed its mission.</p><p>Who would have guessed that <em>bash</em> was the gateway that brings superintelligent coding agents to general purpose work? </p><p>But it makes perfect sense: when the agent has an OS, every CLI tool ever written becomes a capability.  And utility of an agent increases exponentially with the number of interfaces.  </p><p>The first-order effects are clear.  Within months, our work will look a lot more like:</p><blockquote><p>&#8220;Hey Claude, could you pull the todos from my meeting transcript with Paul, add mine to my todoist, book a follow-up, collect Ashley&#8217;s comments the plan, and start drafting the slides we talked about?&#8221;</p></blockquote><p>But the second-order effects are more interesting.  The era of &#8216;AI is a chatbot&#8217; is dying.  OS-native architecture unlocks <a href="https://docs.openclaw.ai/gateway/heartbeat">heartbeats</a>, always-on agents, and AI feeling a lot more like an active entity than answer machine. </p><p>And the third-order effects get weird.  Now, an agent also has the ability to self-configure. My single biggest &#8216;feel the AGI&#8217; moment happened when I asked my <s>Moltbot</s> <a href="https://openclaw.ai">OpenClaw</a> if it had a todoist integration.  It didn&#8217;t, but then it proceeded to<em> cheerfully build one </em>on the spot.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!b6BC!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!b6BC!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 424w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 848w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 1272w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!b6BC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png" width="763" height="145" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:145,&quot;width&quot;:763,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:20413,&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://ryanjanssen.substack.com/i/186877311?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!b6BC!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 424w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 848w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 1272w, https://substackcdn.com/image/fetch/$s_!b6BC!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff8c1120b-8519-45db-9d68-a7ecf575aa07_763x145.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><figcaption class="image-caption">Completed: Feel the AGI</figcaption></figure></div><p>There&#8217;s something embarrassingly (bitterly?) simple about Act 3. <br><br>Just Give It Bash.  </p><p>The sophistication is in the lack of scaffolding. And the shape of the future is emerging.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.ryan.md/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Cyborgs, by Ryan Janssen! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p><h2>So why won&#8217;t there be an Act 4?</h2><p>Make no mistake: there&#8217;s plenty of room at the top.  Interfaces and models will get much better in several ways:</p><ul><li><p>Better memory (especially active learning)</p></li><li><p>Solving the necessary security and UI issues to bring Act 3 to the mainstream</p></li><li><p>Agent swarms. Or some new layer of abstraction on top of monitoring several agents by hand</p></li><li><p>Completing the move from &#8216;reactive&#8217; to &#8216;proactive&#8217; (smart cron)</p></li><li><p>Better browser/GUI navigation</p></li></ul><p>But (except for maybe the 3rd one) none of these <em>look</em> fundamentally different than &#8220;bash commands in a while loop.&#8221; And all of these are at least partially implemented today.  Claude Code already uses subagents extensively and launched agent teams in preview last week.  Some architectures already have a heartbeat.</p><p>So the remaining frontier isn't architectural.  There simply aren&#8217;t many architectural limitations left to remove at this point.  </p><p>The frontier is about trust and security.  The real question isn&#8217;t now isn&#8217;t if an agent can do all these tasks.  It&#8217;s whether it can do it securely.   These are two of the most interesting areas for startups right now.</p><p>All of the smart people I know who follow this closely seem to believe that 2026 will be the year that things get <a href="http://www.moltbook.com">weird</a>. The shape of these agents might actually be the <a href="https://www.instagram.com/p/DLAqdwNNpn0/">endgame board</a>. <br></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>Why was Opus 4.5 so much better?  You could point to better instruction following, coding ability, etc.  But I think the biggest thing is error recovery and long-term task coherence.</p></div></div><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-2" href="#footnote-anchor-2" class="footnote-number" contenteditable="false" target="_self">2</a><div class="footnote-content"><p>It&#8217;s a real shame we wasted the term &#8216;Agents&#8217; on Act 2, because it really is a better name for what&#8217;s happening now.</p></div></div>]]></content:encoded></item></channel></rss>