<?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"><channel><title><![CDATA[Digital Thoughts: AI From the Trenches]]></title><description><![CDATA[What actually happens when an e-commerce manager builds AI agents, tests every model, and lets them run night shifts. No hype, just results. <br/><br/><a href="https://thoughts.jock.pl?utm_medium=podcast">thoughts.jock.pl</a>]]></description><link>https://thoughts.jock.pl/podcast</link><generator>Substack</generator><lastBuildDate>Mon, 06 Apr 2026 12:54:16 GMT</lastBuildDate><atom:link href="https://api.substack.com/feed/podcast/1540552.rss" rel="self" type="application/rss+xml"/><author><![CDATA[Pawel Jozefiak]]></author><copyright><![CDATA[Paweł Józefiak]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[substack@jock.pl]]></webMaster><itunes:new-feed-url>https://api.substack.com/feed/podcast/1540552.rss</itunes:new-feed-url><itunes:author>Pawel Jozefiak</itunes:author><itunes:subtitle>Practical AI insights from an e-commerce manager who builds agents at night</itunes:subtitle><itunes:type>episodic</itunes:type><itunes:owner><itunes:name>Pawel Jozefiak</itunes:name><itunes:email>substack@jock.pl</itunes:email></itunes:owner><itunes:explicit>No</itunes:explicit><itunes:category text="Technology"/><itunes:category text="Business"/><itunes:image href="https://substackcdn.com/feed/podcast/1540552/a230a345083a48654b6d0835972fa619.jpg"/><item><title><![CDATA[When AI Meets Reality]]></title><description><![CDATA[<p>Episode three. What happens when AI stops being theoretical and starts touching real money and real hardware.</p><p>First, a failure worth studying. I told my AI agent to build one useful app every day. It produced unit converters, color pickers, base64 encoders. Statistically average, completely forgettable. Nobody cared. Then I changed one word: “experiments” instead of “apps,” with specific creative direction. One of those experiments hit #3 on Hacker News. The lesson: AI execution costs dropped to near zero. The only competitive advantage left is human taste and vision.</p><p>Then, applying that lesson to revenue. I directed my agent to package what I know into digital products and sell them. $355 in three weeks against $400/month in AI costs. Near break-even on month one. The real story is the “execution gap”: most experts never monetize their knowledge because packaging, marketing, and distribution are hard. The agent handles all of that. What happens when that gap closes for everyone?</p><p>Finally, where this is heading. I ran Qwen 3.5, a 9 billion parameter model, on my MacBook and iPhone. No cloud. No subscription. No internet. The gap between local and cloud AI is closing fast. If you can run capable AI on hardware you already own, the barrier to entry for everything above collapses.</p><p>The thread: AI needs human direction to create value. The tools to provide that direction are becoming radically cheaper. The bottleneck isn’t technology anymore. It’s having something worth saying.</p><p>Posts discussed in this episode:</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/directed-ai-experiments-vibe-business">I Told My AI to Build Apps Every Day. The Results Were Painfully Boring. Here’s the Lesson</a> (https://thoughts.jock.pl/p/directed-ai-experiments-vibe-business)</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/project-money-ai-agent-value-creation-experiment-2026">My AI Costs $400/Month. This Month It Made $355</a> (https://thoughts.jock.pl/p/project-money-ai-agent-value-creation-experiment-2026)</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/local-llm-macbook-iphone-qwen-experiment">I Ran Local AI on My MacBook and iPhone. The Gap Is Closing Fast</a> (https://thoughts.jock.pl/p/local-llm-macbook-iphone-qwen-experiment)</p><p></p> <br/><br/>Get full access to Digital Thoughts at <a href="https://thoughts.jock.pl/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_4">thoughts.jock.pl/subscribe</a>]]></description><link>https://thoughts.jock.pl/p/when-ai-meets-reality-ep3</link><guid isPermaLink="false">substack:post:191246985</guid><dc:creator><![CDATA[Pawel Jozefiak]]></dc:creator><pubDate>Mon, 23 Mar 2026 10:46:55 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/191246985/c93eaead19851c531d8980050e52cdcf.mp3" length="13831034" type="audio/mpeg"/><itunes:author>Pawel Jozefiak</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1153</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/1540552/post/191246985/a230a345083a48654b6d0835972fa619.jpg"/><itunes:season>1</itunes:season><itunes:episode>3</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[How I Taught My AI Agent to Think]]></title><description><![CDATA[<p>Episode two. Three stages of giving an AI agent real independence.</p><p>First, a counterintuitive discovery: more instructions made my agent worse. I went from 471 lines of rules down to 61 by replacing abstract adjectives with concrete behaviors. “Principle beats rule” turned out to be the single biggest performance unlock.</p><p>Then, teaching it to learn. Error logging, structured lessons, and an identity layer that knows who I am. But MIT research shows personalized profiles increase sycophancy by 33-45%. The AI starts telling you what you want to hear instead of catching your mistakes. True autonomy requires friction, not agreement.</p><p>Finally, giving it a physical home. Migrating to a dedicated Mac Mini broke everything: no display meant no UI automation (solved with a virtual 5K screen hack), hundreds of hard-coded paths pointed to folders that didn’t exist, and the agent burned through API credits stuck in silent error loops. The fix: full root authority inside a contained blast radius. If the AI deletes the entire drive, it literally doesn’t matter.</p><p>The payoff: a self-improving agent running 24/7 on its own machine, with its own iCloud account, reachable via iMessage like a coworker.</p><p>Posts discussed in this episode:</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/how-i-structure-claude-md-after-1000-sessions">I Built a Personal AI Agent Called Wiz</a> (https://thoughts.jock.pl/p/how-i-structure-claude-md-after-1000-sessions)</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/wiz-ai-agent-self-improvement-architecture">My AI Agent Learns From Its Own Mistakes. Here’s the Architecture</a> (https://thoughts.jock.pl/p/wiz-ai-agent-self-improvement-architecture)</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/mac-mini-ai-agent-migration-headless-2026">I Gave My AI Agent Its Own Computer. Here’s Every Lesson From 72 Hours of Migration</a> (https://thoughts.jock.pl/p/mac-mini-ai-agent-migration-headless-2026)</p><p></p> <br/><br/>Get full access to Digital Thoughts at <a href="https://thoughts.jock.pl/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_4">thoughts.jock.pl/subscribe</a>]]></description><link>https://thoughts.jock.pl/p/how-i-taught-ai-agent-to-think-ep2</link><guid isPermaLink="false">substack:post:191240137</guid><dc:creator><![CDATA[Pawel Jozefiak]]></dc:creator><pubDate>Tue, 17 Mar 2026 11:55:14 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/191240137/722bccabf4a726341d1920be82f2893c.mp3" length="15898678" type="audio/mpeg"/><itunes:author>Pawel Jozefiak</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>1325</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/1540552/post/191240137/a230a345083a48654b6d0835972fa619.jpg"/><itunes:season>1</itunes:season><itunes:episode>2</itunes:episode><itunes:episodeType>full</itunes:episodeType></item><item><title><![CDATA[Building an AI Agent That Runs Night Shifts]]></title><description><![CDATA[<p>First episode. I built an AI agent called Wiz that runs night shifts, deploys apps, and once changed my password twice in one night. This episode covers why I built it, what broke, and why a cheaper model made it better. Based on posts from Digital Thoughts - subscribe at <a target="_blank" href="http://thoughts.jock.pl">thoughts.jock.pl</a> for the full story.</p><p>I’ve been writing Digital Thoughts for a while now, and some of you told me you’d rather listen than read. Fair enough.</p><p>So I’m experimenting with a podcast version - AI-generated conversations based on my posts. Not me reading articles out loud, but two AI hosts digging into the ideas, arguing about them, and finding connections I didn’t even see when writing.</p><p>This first episode covers the full arc of building Wiz - my personal AI agent. From “why would you build your own instead of using ChatGPT?” to the moment it started writing its own skills without asking. We get into the failures: tasks that looped infinitely, passwords changed twice in one night, and the counterintuitive discovery that downgrading to a cheaper model made the whole thing better.</p><p>If you’re hearing this on Spotify or Apple Podcasts - every episode is based on posts from <a target="_blank" href="https://thoughts.jock.pl/">Digital Thoughts</a> , where I write about using AI daily as a practitioner, not a pundit. Subscribe there if you want the full picture.</p><p>Posts discussed in this episode:</p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/wiz-personal-ai-agent-claude-code-2026">I Built a Personal AI Agent Called Wiz</a></p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/openclaw-good-magic-prefer-own-spells">Why I Built My Own AI Agent Instead of Using OpenClaw</a></p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/my-ai-agent-works-night-shifts-builds">My AI Agent Runs Night Shifts, Builds Apps & Earns Revenue</a></p><p>- <a target="_blank" href="https://thoughts.jock.pl/p/claude-model-optimization-opus-haiku-ai-agent-costs-2026">Why I Switched My AI Agent from Opus to Haiku</a></p><p></p> <br/><br/>Get full access to Digital Thoughts at <a href="https://thoughts.jock.pl/subscribe?utm_medium=podcast&#38;utm_campaign=CTA_4">thoughts.jock.pl/subscribe</a>]]></description><link>https://thoughts.jock.pl/p/building-ai-agent-night-shifts-ep1</link><guid isPermaLink="false">substack:post:188412886</guid><dc:creator><![CDATA[Pawel Jozefiak]]></dc:creator><pubDate>Wed, 18 Feb 2026 19:32:28 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/188412886/55029764f291bb2f0f4e816a11b9c833.mp3" length="10882541" type="audio/mpeg"/><itunes:author>Pawel Jozefiak</itunes:author><itunes:explicit>No</itunes:explicit><itunes:duration>907</itunes:duration><itunes:image href="https://substackcdn.com/feed/podcast/1540552/post/188412886/a230a345083a48654b6d0835972fa619.jpg"/><itunes:season>1</itunes:season><itunes:episode>1</itunes:episode><itunes:episodeType>full</itunes:episodeType></item></channel></rss>