<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Elezea - RSS Feed</title><description>Rian van der Merwe&apos;s blog</description><link>https://elezea.com/</link><item><title>Two small new things on the blog</title><link>https://elezea.com/2026/04/two-small-new-things-on-the-blog/</link><guid isPermaLink="true">https://elezea.com/2026/04/two-small-new-things-on-the-blog/</guid><description>Two small improvements the WordPress migration unlocked: auto-posted side-project releases and per-content-type RSS feeds.</description><pubDate>Sun, 19 Apr 2026 20:29:02 GMT</pubDate><content:encoded>&lt;p&gt;Now that &lt;a href=&quot;https://elezea.com/2026/04/free-from-wordpress/&quot;&gt;the site is off WordPress&lt;/a&gt;, I can finally start doing a bunch of things I&apos;ve wanted to do for years. Here are the first two:&lt;/p&gt;
&lt;h2&gt;1. Auto-posting side-project releases&lt;/h2&gt;
&lt;p&gt;When I tag a GitHub release on one of my side projects — &lt;a href=&quot;https://tldl-pod.com/&quot;&gt;tldl&lt;/a&gt;, &lt;a href=&quot;https://listentomore.com/&quot;&gt;listentomore&lt;/a&gt;, &lt;a href=&quot;https://github.com/rianvdm/discogs-mcp&quot;&gt;discogs-mcp&lt;/a&gt;, and others — a post now appears on this site automatically. Title, tagline, release notes, and a link back to the GitHub release.&lt;/p&gt;
&lt;p&gt;I ship a lot of small improvements, and historically none of that work was visible anywhere except the GitHub tab nobody reads. Now it shows up on the blog as a first-class content type.&lt;/p&gt;
&lt;h2&gt;2. Per-content-type RSS feeds&lt;/h2&gt;
&lt;p&gt;If you only want the long essays and not my link posts or quotes about other people&apos;s writing (or the release notes, for that matter), you can now subscribe to just those. There are six feeds:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed.xml&quot;&gt;Everything&lt;/a&gt; — the full firehose&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed/standard.xml&quot;&gt;Essays only&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed/link.xml&quot;&gt;Link posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed/quote.xml&quot;&gt;Quotes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed/release.xml&quot;&gt;Releases&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://elezea.com/feed/summary.xml&quot;&gt;Summary&lt;/a&gt; — titles and descriptions only&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&apos;ve also updated &lt;a href=&quot;https://elezea.com/subscribe/&quot;&gt;/subscribe&lt;/a&gt; with the full list. And a reminder that RSS is very much alive and well. Get started with &lt;a href=&quot;https://aboutfeeds.com/&quot;&gt;What is a Feed?&lt;/a&gt;.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>discogs-mcp v3.2.0 — Catalog-wide search</title><link>https://elezea.com/2026/04/discogs-mcp-v3-2-0/</link><guid isPermaLink="true">https://elezea.com/2026/04/discogs-mcp-v3-2-0/</guid><description>Adds `search_discogs` for catalog-wide queries beyond your own collection, plus two real-world accuracy fixes: owned-marker correctness across pressings, and…</description><pubDate>Sun, 19 Apr 2026 19:58:22 GMT</pubDate><content:encoded>&lt;p&gt;Adds &lt;code&gt;search_discogs&lt;/code&gt; for catalog-wide queries beyond your own collection, plus two real-world accuracy fixes: owned-marker correctness across pressings, and exact genre/style matching.&lt;/p&gt;
&lt;!--more--&gt;
&lt;h2&gt;What&apos;s new&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;search_discogs&lt;/code&gt; tool&lt;/strong&gt; — search the full Discogs catalog, not just your collection. Default type is &lt;code&gt;master&lt;/code&gt; so album lookups don&apos;t return duplicate pressings. Results get a ✓ marker when you already own them.&lt;/li&gt;
&lt;li&gt;Tool lists in README, marketing page, &lt;code&gt;auth_status&lt;/code&gt;, and &lt;code&gt;server_info&lt;/code&gt; refreshed with grouped categories (Search, Collection, Folders, Custom Fields, Diagnostics).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Exact genre/style matching&lt;/strong&gt; (&lt;a href=&quot;https://github.com/rianvdm/discogs-mcp/issues/17&quot;&gt;#17&lt;/a&gt;) — substring matching caused &lt;code&gt;music&lt;/code&gt; to match &lt;code&gt;Non-Music&lt;/code&gt;, flipping the filter to OR mode and returning unrelated releases. Now uses exact equality per release.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Release-result owned-marker is now strict on &lt;code&gt;release.id&lt;/code&gt;.&lt;/strong&gt; Previously, owning one pressing of an album marked every other pressing as owned too, because &lt;code&gt;isOwned()&lt;/code&gt; matched on &lt;code&gt;master_id&lt;/code&gt; first. Caught by real-world dogfood on &amp;quot;Christian Scott Stretch Music&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Under the hood&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Root &lt;code&gt;CLAUDE.md&lt;/code&gt; for Claude Code auto-discovery; removed stale &lt;code&gt;development/CLAUDE.md&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;GitHub release workflow auto-cross-posts to &lt;a href=&quot;http://elezea.com&quot;&gt;elezea.com&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>tldl v2.2.0 — RSS-first monitoring and audio-URL dedup</title><link>https://elezea.com/2026/04/tldl-v2-2-0/</link><guid isPermaLink="true">https://elezea.com/2026/04/tldl-v2-2-0/</guid><description>Two meaningful changes since v2.1.0. tldl now detects new podcast episodes directly from RSS feeds with conditional GETs instead of relying on Podcast Index…</description><pubDate>Sun, 19 Apr 2026 18:59:50 GMT</pubDate><content:encoded>&lt;p&gt;Two meaningful changes since v2.1.0. tldl now detects new podcast episodes directly from RSS feeds with conditional GETs instead of relying on Podcast Index re-crawls, so episodes typically land in the queue within minutes of publication. A second fix catches episodes that get retitled or have their GUIDs regenerated after publication — a surprisingly common pattern in the wild.&lt;/p&gt;
&lt;!--more--&gt;
&lt;h2&gt;What&apos;s new&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;RSS-first monitoring.&lt;/strong&gt; The monitor now fetches RSS feeds directly with &lt;code&gt;If-Modified-Since&lt;/code&gt; / &lt;code&gt;If-None-Match&lt;/code&gt; headers, queues full episode metadata without a Podcast Index round-trip, and falls back to PI only on RSS errors. Detection lag drops from &amp;quot;hours&amp;quot; (PI re-crawl cadence) to &amp;quot;minutes&amp;quot; for feeds that update frequently.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;POST /admin/rebuild-index&lt;/code&gt;.&lt;/strong&gt; Backfill endpoint now populates &lt;code&gt;audioUrl&lt;/code&gt; on every existing index entry so the new dedup check works retroactively.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Silent duplicate episodes.&lt;/strong&gt; Episodes that publishers edited after publishing — new title, regenerated GUID, or both — used to slip past dedup and get transcribed twice. A new audio-URL dedup signal (origin + pathname, query-stripped, lowercased) catches them. Confirmed against a real-world retitle where Lenny&apos;s Podcast re-published an episode with a different title + GUID, and 100 historical near-duplicates silently deduped on the first force-check after deploy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Under the hood&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Queue messages carry full episode metadata when the source is RSS, so the consumer branches on &lt;code&gt;rssSourced&lt;/code&gt; and skips Podcast Index + iTunes enrichment entirely on that path.&lt;/li&gt;
&lt;li&gt;New &lt;code&gt;audioUrl&lt;/code&gt; field on &lt;code&gt;EpisodeIndexEntry&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Monitor cron cadence tuned to every 2 hours — RSS conditional GETs keep the feed-scan cost low, and most monitored feeds don&apos;t publish often enough to justify the previous 30-minute cadence.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>What actually changed about being a PM</title><link>https://elezea.com/2026/04/what-actually-changed-about-being-a-pm/</link><guid isPermaLink="true">https://elezea.com/2026/04/what-actually-changed-about-being-a-pm/</guid><description>Fear-Driven Development, evals as the new PRD, and what actually shifts in the PM job when AI becomes part of the stack.</description><pubDate>Sat, 18 Apr 2026 14:54:37 GMT</pubDate><content:encoded>&lt;p&gt;I have decided that in this new AI era I will be practicing FDD. Fear-Driven Development. Every time I send a pull request, which happens a lot now, I&apos;m terrified of an engineer sending it back to me and asking me to please stay in my lane and stop sending them slop. So I plan, write specs and implementation plans, test thoroughly, and I don&apos;t trust the agent&apos;s inevitable confidence.&lt;/p&gt;
&lt;p&gt;I&apos;ll come back to that, but let me first frame what this post is about. The loudest take on PM work right now is that AI is collapsing the role — that we&apos;re one product cycle away from redundancy, or being reduced to prompt jockeys. That hasn&apos;t been my experience at all. The job got more hands-on, harder (&lt;a href=&quot;https://hbr.org/2026/03/when-using-ai-leads-to-brain-fry&quot;&gt;brain fry&lt;/a&gt; is real), but also a lot more fun. What follows is what actually shifted for me over the last 5 months at Cloudflare, what didn&apos;t, and a couple of things I got wrong.&lt;/p&gt;
&lt;!--more--&gt;
&lt;h2&gt;What changed&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;We all ship now.&lt;/strong&gt; The biggest shift in my day-to-day is that my team and I write code. Not as a vanity exercise or to replace engineers — there is no universe in which I&apos;m touching our data pipeline code. But for prototypes, internal tools, small features, and live bugs or UX improvements that are safe for us to do, we just go ahead and make a PR instead of adding things to the backlog. This quote from one of our EMs sums it up well:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I like these dashboard revamps. Far better if PMs can express their visions for the product directly to Opencode, avoids a lot of back and forth.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is where FDD comes in. The terror of shipping slop is the thing that keeps me responsible. Telling Claude &amp;quot;hey, build me X&amp;quot; is a fast road to code that doesn&apos;t work the way it should, or worse, works but introduces ten regressions along the way. So the pattern I run now is: brainstorm first, usually with &lt;a href=&quot;https://github.com/obra/superpowers&quot;&gt;a skill&lt;/a&gt; that forces me to articulate what I&apos;m actually trying to do; write a spec; turn the spec into an implementation plan; and only then start generating code.&lt;/p&gt;
&lt;p&gt;Counterintuitively, the planning is what makes the whole thing faster (and better!). Skip the brainstorm and you&apos;ll spend ten rounds of PR review untangling code the model wrote confidently and incorrectly. Plan properly and the build itself is usually the fast part.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Context is the product, and evals are the new PRD.&lt;/strong&gt; The second change is arguably even more consequential: I spend real time maintaining a context layer. A &lt;a href=&quot;http://CLAUDE.md&quot;&gt;CLAUDE.md&lt;/a&gt;, a library of skills, stakeholder memory, agent routing, a second brain that feeds all of it. None of this was part of my job a year ago, and treating AI as a chat window means missing most of what it can do. My own PM rubrics live inside this layer too. My &lt;code&gt;/okr&lt;/code&gt; and &lt;code&gt;/prd&lt;/code&gt; commands load the problem-first frameworks and antipattern checklists I&apos;d apply myself, so the first pass on any draft or review is already done before I open the doc.&lt;/p&gt;
&lt;p&gt;The same shift is showing up in specs and PRDs. When a document has two audiences (the team building the product and the agent helping them) the writing changes. Ambiguity gets expensive. Rhetorical flourishes don&apos;t survive the first load into context. A good spec is one that loads cleanly as context and runs as a plan — that&apos;s a different job than writing a memo for stakeholders. Ornella at Braintrust &lt;a href=&quot;https://x.com/braintrust/status/2039356267949445230&quot;&gt;has a good post on how evals are the new PRDs&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An eval is a structured, repeatable test that answers one question. Does my AI system do the right thing? Think of it as a unit test for AI behavior.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Her argument is that in AI-native products the eval suite is what actually defines the product. A PRD says what you want; an eval tells you whether you got it. For PMs, the artifact that matters is the one you can run.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We take more load off engineering.&lt;/strong&gt; CUSTESCs (our customer escalations) used to take hours and hours of PM and engineering capacity. Someone would dig through Jira, read code across a dozen repos, chase down the relevant ClickHouse tables, check the docs against what the customer expected, and go back and forth for days before anyone had a useful working hypothesis.&lt;/p&gt;
&lt;p&gt;Our team now has a &lt;code&gt;/custesc&lt;/code&gt; command that does most of that in parallel. It pulls the ticket, runs three agents at once across code, Jira, and the wiki, generates and runs ClickHouse queries to check the leading hypothesis, and passes the draft through a blind validator and challenger before it lands as a classified analysis. Ticket ID to root cause in about 20 minutes, most of the time.&lt;/p&gt;
&lt;p&gt;This moves where the investigation work sits. A CUSTESC used to be a tax on engineering. Now I can run the full investigation myself and come to engineering with a classified issue and a working hypothesis, instead of a vague &amp;quot;can someone take a look at this?&amp;quot; One enormous side benefit: I&apos;ve learned more about our products in the past couple of months than I have in the 1.5 years before that.&lt;/p&gt;
&lt;h2&gt;What didn&apos;t change&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Figuring out what to bet on.&lt;/strong&gt; What to say yes/no to is still the hardest part of the job. AI can lay out the tradeoffs; it can&apos;t tell you which user/business opportunities to prioritize this quarter. The roadmap is still a set of bets you own. (What &amp;quot;roadmap&amp;quot; even means in this new world deserves a post on its own, but suffice to say we have fully adopted &lt;a href=&quot;https://elezea.com/2024/02/why-using-a-now-next-later-roadmap-might-be-right-for-you/&quot;&gt;Now/Next/Later&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Trust with engineers.&lt;/strong&gt; There is no AI shortcut for being useful to your team over time. Showing up and owning the ambiguous stuff is still the job. The calls no one wants to make are still yours. If anything, PMs being able to prototype makes the line between helping and stepping on toes harder to hold. It&apos;s a human line, and it gets redrawn every week.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Owning outcomes when things go wrong.&lt;/strong&gt; AI doesn&apos;t absorb accountability. It won&apos;t take the hit in a postmortem, and it won&apos;t rebuild trust with a customer after an incident — you will. The hardest moments in the job haven&apos;t changed.&lt;/p&gt;
&lt;h2&gt;What I got wrong&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;I underestimated the context layer.&lt;/strong&gt; For the first year I treated AI as a chat tool: ask good questions, get good answers. I thought prompt engineering was the skill. The thing I missed is that skills, memory, agent routing, and the specs you load in &lt;em&gt;are&lt;/em&gt; the product. Prompts sit downstream.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I thought adoption would be gradual.&lt;/strong&gt; I assumed PMs would pick this up on a normal curve: some fast, some slow, most in the middle. What I&apos;m seeing industry-wide is a widening gap between PMs who are willing to change how they work and PMs who aren&apos;t. You can see the gap in how fast they investigate a problem, how concretely they argue about a design, and how useful they are to other teams.&lt;/p&gt;
&lt;p&gt;Getting started is easy and the early wins are obvious. The hard part is being open to changing your job. I was talking to my wife the other day about what I&apos;m doing, and she asked the obvious question: &amp;quot;Why are you automating your job away?&amp;quot; My answer: the people who automate their own jobs away are the ones who become more valuable, because the craft is now in orchestration — setting up the layers so the AI does the right thing.&lt;/p&gt;
&lt;h2&gt;Where this leaves us&lt;/h2&gt;
&lt;p&gt;I don&apos;t know what this job looks like in another year. The pattern of the last few months has been that the ground shifts faster than the opinions written about it, and most of the stable-sounding takes age badly within a quarter. What I&apos;m trying to do is pay attention to what&apos;s getting easier, what&apos;s getting harder, and what&apos;s making me uncomfortable. And reminding myself that &amp;quot;uncomfortable&amp;quot; is usually where the real learning happens.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Stand out of our Light</title><link>https://elezea.com/2026/04/stand-out-of-our-light/</link><guid isPermaLink="true">https://elezea.com/2026/04/stand-out-of-our-light/</guid><description>Freedom depends on our ability to reclaim control over our attention from forces designed to exploit it.</description><pubDate>Sat, 18 Apr 2026 01:07:15 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;It’s my firm conviction, now more than ever, that the degree to which we are able and willing to struggle for ownership of our attention is the degree to which we are free.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;– James Williams, &lt;a href=&quot;https://amzn.to/4vHuNVy&quot;&gt;Stand out of our Light: Freedom and Resistance in the Attention Economy &lt;/a&gt;&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Is Hip-Hop in Decline? A Statistical Analysis</title><link>https://elezea.com/2026/04/is-hip-hop-in-decline-a-statistical-analysis/</link><guid isPermaLink="true">https://elezea.com/2026/04/is-hip-hop-in-decline-a-statistical-analysis/</guid><description>Streaming adoption patterns rather than changing preferences may explain hip-hop&apos;s declining chart share as late adopters bring other genres into the mix.</description><pubDate>Sat, 18 Apr 2026 00:59:06 GMT</pubDate><content:encoded>&lt;p&gt;I love this blog and try not to link to it too much, but &lt;a href=&quot;https://www.statsignificant.com/p/is-hip-hop-in-decline-a-statistical&quot;&gt;this one about how fewer people listen to hip hop&lt;/a&gt; was especially great.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;So, what’s filled the space hip-hop once dominated? A blend of new arrivals and familiar mainstays. Latin music—led by Bad Bunny—and Asian pop, powered by K-pop acts like BTS, have expanded their global footprint. At the same time, legacy formats are resurging: country is booming, driven in large part by Morgan Wallen, while the loosely defined “alternative” category continues to gain share across the charts.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I particularly love how he tries to avoid causation/correlation errors in his hypotheses. Like this one I hadn’t thought about:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Streaming adoption laggards:&lt;/strong&gt; Hip-hop uniquely benefited from early streaming adopters in the 2010s. Younger listeners—who were predisposed to the genre—were among the first to embrace platforms like Spotify, giving hip-hop an outsized digital footprint. More recently, late adopters—like country fans, older cohorts, and global audiences—have rebalanced the charts, lifting genres like country and K-pop.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>I am finally — FINALLY — off WordPress</title><link>https://elezea.com/2026/04/free-from-wordpress/</link><guid isPermaLink="true">https://elezea.com/2026/04/free-from-wordpress/</guid><description>After 15+ years on WordPress and Dreamhost, I migrated elezea.com to Astro and Cloudflare Pages in a weekend. AI-assisted planning is what finally made it possible.</description><pubDate>Thu, 16 Apr 2026 02:24:03 GMT</pubDate><content:encoded>&lt;p&gt;A quick meta-post incoming! This site has been running on WordPress and Dreamhost for 18 years. It worked &lt;em&gt;fine&lt;/em&gt;, but the overhead was really starting to get to me: a MySQL database, monthly hosting costs, plugin updates that arrive every other week, and embarrassing page load times...&lt;/p&gt;
&lt;p&gt;I&apos;ve wanted to move to a static site for years, but it felt impossible. Every time I started to think about it I just gave up. How do I migrate 1,700 posts without breaking almost 20 years of URLs? What do I do about search? The &lt;a href=&quot;http://Last.fm&quot;&gt;Last.fm&lt;/a&gt; widget? Email routing? The existing CSS? There were too many things I didn&apos;t know I didn&apos;t know, so I never got very far.&lt;/p&gt;
&lt;!--more--&gt;
&lt;hr&gt;
&lt;p&gt;A few months ago I started working on a fresh migration plan with Claude Code, using the &lt;a href=&quot;https://github.com/obra/superpowers&quot;&gt;obra/superpowers&lt;/a&gt; skill set. Not to write code yet, but to think through the plan. What&apos;s the best long-term architecture for a move like this? What&apos;s the actual order of operations? Where are the traps?&lt;/p&gt;
&lt;p&gt;We iterated on it many times over several weeks. Each pass surfaced something I hadn&apos;t thought about: redirect strategy, shortcode handling, whether my existing CSS depended on WordPress-specific class names, email routing before cancelling the old host, rollback options if something went wrong... The plan got longer and more detailed, but it also got clearer. What had felt like an insurmountable thing gradually became something with known phases, concrete steps, and tradeoffs I could actually evaluate.&lt;/p&gt;
&lt;p&gt;By the end of the planning process, the migration had a 1,300-line plan covering everything from exporting WordPress content to the DNS cutover runbook. And then Claude and I did the actual migration... in a single weekend.&lt;/p&gt;
&lt;p&gt;So WordPress and Dreamhost are both gone. What you see here now is &lt;a href=&quot;https://astro.build&quot;&gt;Astro&lt;/a&gt;, deployed to &lt;a href=&quot;https://workers.cloudflare.com/&quot;&gt;Cloudflare Workers&lt;/a&gt;, with no database and no server-side runtime. Content lives as Markdown files in a git repo. Search runs entirely client-side via &lt;a href=&quot;https://pagefind.app/&quot;&gt;Pagefind&lt;/a&gt;. And of course, it&apos;s also the fastest the site has ever been.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;A lot of people I know have a project like this — something they&apos;ve wanted to do for years, have started and abandoned, and have filed away under &amp;quot;someday.&amp;quot; It stays there because the project doesn&apos;t feel possible. You can&apos;t begin to think of all the complexities involved, so you just don&apos;t start.&lt;/p&gt;
&lt;p&gt;I think we&apos;ve learned now that AI is pretty good at making work legible. If you iterate on a plan long enough the project stops being a vague, scary thing and becomes a checklist you can actually run through. So hey, find your &amp;quot;I&apos;m free&amp;quot; thing. It might be more doable than it looks.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Evals Are the New PRD</title><link>https://elezea.com/2026/04/evals-are-the-new-prd/</link><guid isPermaLink="true">https://elezea.com/2026/04/evals-are-the-new-prd/</guid><description>For AI products, the eval replaces the PRD — it defines what good looks like and is the acceptance criteria.</description><pubDate>Wed, 15 Apr 2026 17:31:37 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://x.com/braintrust/status/2039356267949445230&quot;&gt;Braintrust makes a good case&lt;/a&gt; (apologies for the &lt;a href=&quot;http://X.com&quot;&gt;X.com&lt;/a&gt; link...) for rethinking how PMs work on AI products: the eval replaces the PRD.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An eval is a structured, repeatable test that answers one question. Does my AI system do the right thing? You define a set of inputs along with expected outputs, run them through your AI system, and score the results using algorithms or AI judges.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The eval becomes both the spec and the acceptance criteria. The directive to engineering:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Here is the eval. Make this number go up.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That&apos;s &lt;em&gt;very&lt;/em&gt; different to how most teams work today, but I can definitely see the industry moving this way. Product usage generates signals, observability captures them, and evals turn them into improvement targets. The PM&apos;s job is to define what &amp;quot;good&amp;quot; looks like in code and curate the data that reveals what &amp;quot;bad&amp;quot; looks like.&lt;/p&gt;
&lt;p&gt;The PM skills that transfer are the same ones that always mattered — discovering needs and opportunities, and making judgment calls about what to build for business value. The difference is that instead of a document that describes the intent, you have a test suite that encodes it.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>No One Else Can Speak the Words on Your Lips</title><link>https://elezea.com/2026/04/no-one-else-can-speak-the-words-on-your-lips/</link><guid isPermaLink="true">https://elezea.com/2026/04/no-one-else-can-speak-the-words-on-your-lips/</guid><description>Ben Roy on why LLMs can&apos;t write good essays: real writing is a bottom-up process of discovery, not a top-down application of what you already know.</description><pubDate>Tue, 14 Apr 2026 02:17:00 GMT</pubDate><content:encoded>&lt;p&gt;Ben Roy explains why &lt;a href=&quot;https://benroy.substack.com/p/no-one-else-can-speak-the-words-on&quot;&gt;prompting an LLM to write an essay misunderstands what writing actually is&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;People fundamentally can&apos;t prompt good essays into existence because writing is not a top-down exercise of applying knowledge you have upfront and asking an LLM to create something. AI agents also can&apos;t create good essays for the same reason. Even though their step-by-step reasoning is more complex and iterative than human prompting, a chain of thought is still trying to accomplish a predefined goal. By contrast, real writing is bottom up. You don&apos;t know what you want to say in advance. It&apos;s a process of discovery where you start with a set of half-baked ideas and work with them in non-linear ways to find out what you really think.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I will continue to argue that for general business writing LLMs are fantastic if they are given the right context and guidance, and that it can save &lt;em&gt;hours&lt;/em&gt; of work (with high quality results). But all my experiments with using LLMs for creative writing has so far fallen flat. Maybe—likely?—that will change within the next few months. But for now, the brain work this kind of writing requires remains. Not a bad thing imo.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Zombie Flow</title><link>https://elezea.com/2026/04/zombie-flow/</link><guid isPermaLink="true">https://elezea.com/2026/04/zombie-flow/</guid><description>Derek Thompson traces the concept of &quot;flow&quot; from Csikszentmihalyi to the algorithmic feeds that simulate it, and argues the skill we need now is getting out of zombie flow, not into flow.</description><pubDate>Sun, 12 Apr 2026 14:54:13 GMT</pubDate><content:encoded>&lt;p&gt;Derek Thompson &lt;a href=&quot;https://www.derekthompson.org/p/how-zombie-flow-took-over-culture&quot;&gt;goes into the history of the &amp;quot;flow&amp;quot; concept&lt;/a&gt;, and how tech and entertainment companies learned to simulate it without any of the substance psychologist Mihaly Csikszentmihalyi originally had in mind:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Algorithmic flow is flow without achievement, flow without challenge, flow without even volition... To be lost in the lazy river of algorithmic media is to be lost the current of life without a mind. Zombie flow.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ten years ago the question was how to get into flow more often. Now it might be how to get out of the fake version fast enough to remember what the real one felt like.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>AI might actually need more PMs</title><link>https://elezea.com/2026/04/ai-might-actually-need-more-pms/</link><guid isPermaLink="true">https://elezea.com/2026/04/ai-might-actually-need-more-pms/</guid><description>Amol Avasare on why AI-accelerated engineering might increase the value of product managers, not replace them.</description><pubDate>Fri, 10 Apr 2026 20:51:22 GMT</pubDate><content:encoded>&lt;p&gt;Amol Avasare, Anthropic&apos;s Head of Growth, said &lt;a href=&quot;https://tldl-pod.com/episode/1627920305_1000759379580&quot;&gt;on Lenny&apos;s Podcast&lt;/a&gt; that maybe PM jobs are &lt;em&gt;not&lt;/em&gt; going to shrink as much as we may have thought...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Rather than immediately replacing PMs, AI is currently increasing engineering leverage the fastest, which creates new pressure on PMs and designers. In larger organizations, that may actually increase the value of PMs who can guide priorities, manage alignment, and sharpen decision-making—especially as engineers take on more &amp;quot;mini-PM&amp;quot; responsibilities.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Eight years of wanting, three months of building with AI</title><link>https://elezea.com/2026/04/eight-years-of-wanting-three-months-of-building-with-ai/</link><guid isPermaLink="true">https://elezea.com/2026/04/eight-years-of-wanting-three-months-of-building-with-ai/</guid><description>Lalit Maganti on building real software with AI — the slot machine addiction, the corrosion, and why design still needs a human.</description><pubDate>Fri, 10 Apr 2026 20:41:58 GMT</pubDate><content:encoded>&lt;p&gt;Lalit Maganti &lt;a href=&quot;https://lalitm.com/post/building-syntaqlite-ai/&quot;&gt;writes about building a SQLite parser with AI&lt;/a&gt; — a project he&apos;d been putting off for eight years, finished in three months. His comparison of AI coding to slot machines is uncomfortably familiar:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I found myself up late at night wanting to do &amp;quot;just one more prompt,&amp;quot; constantly trying AI just to see what would happen even when I knew it probably wouldn&apos;t work. The sunk cost fallacy kicked in too: I&apos;d keep at it even in tasks it was clearly ill-suited for, telling myself &amp;quot;maybe if I phrase it differently this time.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Also, I agree that this is still true &lt;em&gt;today&lt;/em&gt;, but I&apos;m not convinced it will remain true beyond 2026:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;AI is an incredible force multiplier for implementation, but it&apos;s a dangerous substitute for design.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Endgame for the open web</title><link>https://elezea.com/2026/03/endgame-for-the-open-web/</link><guid isPermaLink="true">https://elezea.com/2026/03/endgame-for-the-open-web/</guid><description>Anil Dash defines the open web as the radical ability to create and share using open specs, free platforms, and no gatekeepers—and argues that every aspect of that architecture is now under coordinated attack.</description><pubDate>Sun, 29 Mar 2026 17:57:15 GMT</pubDate><content:encoded>&lt;p&gt;Anil Dash has &lt;a href=&quot;https://anildash.com/2026/03/27/endgame-open-web/&quot;&gt;a long essay on the state of the open web&lt;/a&gt; and not all of it rings true for me, but buried in the opening is a wonderful definition of what the open web actually is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The open web is something extraordinary: anybody can use whatever tools they have, to create content following publicly documented specifications, published using completely free and open platforms, and then share that work with anyone, anywhere in the world, without asking for permission from anyone. Think about how radical that is.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It does feel like if the web got invented in 2026, it would &lt;em&gt;not&lt;/em&gt; have been left as an open technology for long (see also AI and how much open source models are lagging).&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Negative space in writing</title><link>https://elezea.com/2026/03/negative-space-in-writing/</link><guid isPermaLink="true">https://elezea.com/2026/03/negative-space-in-writing/</guid><description>Tracy Durnell on how modern writing formats strip out the reflective pauses where readers build their own meaning.</description><pubDate>Tue, 24 Mar 2026 00:14:41 GMT</pubDate><content:encoded>&lt;p&gt;Tracy Durnell explores &lt;a href=&quot;https://tracydurnell.com/2026/03/06/non-visual-negative-space/&quot;&gt;non-visual negative space&lt;/a&gt;—what happens when writing leaves room for the reader to think:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The current design trend of business and self-help style books is to use tons of subheadings and callout boxes and always, a list of the key points at the end of the chapter. While this is a highly skimmable format and often nice visual design, it essentially sucks the negative space out of the text — the places in which the reader might step back and consider their own examples or anticipate what point the author is trying to make. There&apos;s no time for hunches here.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The negative space of the text helps build the aesthetic experience. Small details flavor the text with a sense of reality. Drawing out events — leaving questions unresolved and conflicts unsettled — can build tension. And textual space creates a gap for the reader to make the personal decodings of the text that build meaning.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Not everything has to get to the point immediately. Sometimes the best thing a writer can do is leave room for the reader to get there on their own. I&apos;m thinking about this because I&apos;m currently reading &lt;a href=&quot;https://amzn.to/4rUrxmy&quot;&gt;The Will of the Many&lt;/a&gt;. It is slow, and long, and one of the best books I&apos;ve read in ages. The negative space is probably a big reason why I love it so much.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Agentic manual testing</title><link>https://elezea.com/2026/03/agentic-manual-testing/</link><guid isPermaLink="true">https://elezea.com/2026/03/agentic-manual-testing/</guid><description>Two practical tips from Simon Willison on testing with coding agents: write demo files to /tmp to keep repos clean, and use red/green TDD to turn manually discovered bugs into permanent automated tests.</description><pubDate>Mon, 23 Mar 2026 23:53:30 GMT</pubDate><content:encoded>&lt;p&gt;Simon Willison has &lt;a href=&quot;https://simonwillison.net/guides/agentic-engineering-patterns/agentic-manual-testing/&quot;&gt;a practical guide on manual testing with coding agents&lt;/a&gt;. Two tips I&apos;ve already started using:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&apos;s still quick for an agent to write out a demo file and then compile and run it. I sometimes encourage it to use /tmp purely to avoid those files being accidentally committed to the repository later on.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If an agent finds something that doesn&apos;t work through their manual testing, I like to tell them to fix it with red/green TDD. This ensures the new case ends up covered by the permanent automated tests.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>From Assistant to Collaborator: How My AI Second Brain Grew Up</title><link>https://elezea.com/2026/03/from-assistant-to-collaborator-how-my-ai-second-brain-grew-up/</link><guid isPermaLink="true">https://elezea.com/2026/03/from-assistant-to-collaborator-how-my-ai-second-brain-grew-up/</guid><description>Over the past few months my AI second brain crossed a threshold from tool I invoke to collaborator I dispatch — driven by multi-agent workflows, cross-session memory, and deep domain expertise.</description><pubDate>Sat, 14 Mar 2026 15:13:36 GMT</pubDate><content:encoded>&lt;p&gt;Over the past few months I’ve been writing about how I use AI for product work. The &lt;a href=&quot;https://elezea.com/2025/12/ai-for-product-management/&quot;&gt;first post&lt;/a&gt; covered the philosophy: context files, opinionated prompts, and how to compose the right inputs for each task. The &lt;a href=&quot;https://elezea.com/2025/12/how-my-ai-product-second-brain-evolved/&quot;&gt;second&lt;/a&gt; added slash commands and daily summaries. The &lt;a href=&quot;https://elezea.com/2026/01/how-to-set-up-opencode-as-your-product-second-brain/&quot;&gt;third&lt;/a&gt; was a hands-on setup guide. And the &lt;a href=&quot;https://elezea.com/2026/02/project-brains-organizing-complex-initiatives-for-ai-assisted-work/&quot;&gt;fourth&lt;/a&gt; introduced project brains for keeping complex initiatives organized.&lt;/p&gt;
&lt;p&gt;This post covers a different kind of change. The earlier additions were incremental: more commands, better context, smoother workflows. What changed recently feels more like a threshold. The system graduated from a tool I invoke for specific tasks to something closer to a collaborator I dispatch to do real work. Three capabilities drove that shift: multi-agent orchestration, cross-session memory, and the encoding of domain expertise into the system itself.&lt;/p&gt;
&lt;h2&gt;Multi-Agent Workflows&lt;/h2&gt;
&lt;p&gt;The clearest example is customer escalation investigations. As a PM for data products, I regularly investigate customer-reported issues: logging gaps, data discrepancies, behavior that doesn’t match expectations. These investigations require pulling information from multiple sources and cross-referencing it all into an analysis that engineering can act on.&lt;/p&gt;
&lt;p&gt;I built a &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/04-docs/multi-agent-investigation.md&quot;&gt;slash command that handles this as a multi-phase workflow&lt;/a&gt;. When I run it with a ticket ID, here’s what happens:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The system reads the customer ticket, extracts the core problem, identifies which product area is involved, and classifies the issue type.&lt;/li&gt;
&lt;li&gt;Three specialist agents launch simultaneously, each focused on a different data source. One searches the codebase for the relevant logic and recent changes. Another searches for related tickets and prior incidents across projects. A third checks documentation and internal wiki pages for relevant operational context.&lt;/li&gt;
&lt;li&gt;A fourth agent receives the combined findings and produces database queries that can confirm or refute the working hypothesis.&lt;/li&gt;
&lt;li&gt;The system combines everything into a structured analysis: issue classification, root cause anchored in code where possible, customer impact, and recommended next steps.&lt;/li&gt;
&lt;li&gt;A &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/.opencode/agent/blind-validator.md&quot;&gt;blind validator&lt;/a&gt; independently re-fetches every source cited in the draft to verify the claims hold up. Then an adversarial challenger looks for alternative explanations and tests whether the classification is correct.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The output is a document I can review with an engineering colleague or paste into a chat thread. It includes a confidence assessment and a data collection status table showing what was checked and what was unavailable, along with how the analysis compensated for gaps.&lt;/p&gt;
&lt;p&gt;The command file that orchestrates all of this isn’t prompting in the traditional sense. It defines which agents to dispatch, what information each one needs, when to wait for results before proceeding, and how to handle failures gracefully. Writing this felt more like designing a workflow than writing a prompt.&lt;/p&gt;
&lt;p&gt;I’ve applied the same pattern to other tasks. A “fix feasibility” command evaluates whether a ticket describes a code change simple enough for a PM to implement with AI coding assistance, and produces an implementation brief if the answer is yes. The specific use cases differ, but the architecture is the same: break the problem into specialist tasks that run in parallel, then synthesize and validate the results.&lt;/p&gt;
&lt;h2&gt;Cross-Session Memory&lt;/h2&gt;
&lt;p&gt;AI conversations are stateless by default. Every new session starts from zero, which means re-explaining context that should already be established. Over a few weeks of working on the same projects, this friction adds up.&lt;/p&gt;
&lt;p&gt;I addressed this with a &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/04-docs/cross-session-memory.md&quot;&gt;four-layer memory system&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The first layer is &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/01-context/stable-facts-template.md&quot;&gt;stable facts&lt;/a&gt;: a compact file that captures the current state of all active work, including project status, recent decisions, and environment constraints. This is the primary orientation file. When I start a session, the AI reads it and immediately knows what’s in flight.&lt;/li&gt;
&lt;li&gt;The second is a session log: a reverse-chronological list of handoff notes. Each entry records what happened in a session and what threads remain open. The last three entries give enough context to pick up where I left off.&lt;/li&gt;
&lt;li&gt;Third, a corrections file. This holds behavioral fixes for things the AI consistently gets wrong. It’s a staging area that should shrink over time as fixes get promoted elsewhere.&lt;/li&gt;
&lt;li&gt;And finally, a decisions log: a cross-cutting record of decisions that don’t belong to a specific project. Each entry captures context and rationale so I don’t relitigate settled questions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Two commands manage this. &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/.opencode/command/session-start.md&quot;&gt;&lt;code&gt;/session-start&lt;/code&gt;&lt;/a&gt; loads all four files and presents a brief summary of current state and recent sessions. &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/.opencode/command/session-end.md&quot;&gt;&lt;code&gt;/session-end&lt;/code&gt;&lt;/a&gt; reviews the conversation, writes a handoff note, and then checks whether any learnings should be promoted to infrastructure.&lt;/p&gt;
&lt;p&gt;“Promote to infrastructure” means taking something learned during a session and baking it into the files the agent actually reads. A correction about how to handle a specific edge case in escalation investigations might start in the corrections file, then get promoted into the escalation command or a domain skill once it’s validated. The corrections file shrinks over time as knowledge graduates into the right places.&lt;/p&gt;
&lt;p&gt;This creates a loop where the system improves its own instructions. I approve every change, so it’s not self-modifying in a creepy way. But in practice each work session can make the next one slightly better, and the compound effect over weeks is noticeable.&lt;/p&gt;
&lt;h2&gt;Domain Expertise&lt;/h2&gt;
&lt;p&gt;The earlier posts described skills like &lt;a href=&quot;https://github.com/rianvdm/product-ai-public/blob/main/.opencode/skills/pm-thinking/SKILL.md&quot;&gt;&lt;code&gt;pm-thinking&lt;/code&gt;&lt;/a&gt;, which applies product methodology (problem-first thinking, measurable outcomes) to any PM-related conversation. That’s useful, but generic. It works the same way regardless of what product you’re building.&lt;/p&gt;
&lt;p&gt;The bigger shift was building skills that encode institutional knowledge about specific products. I now have skills for each major product area my team owns: log delivery, analytics, audit logs, alerting, and data pipelines. Each skill contains the product’s architecture and common failure modes, along with which code repositories to search and which database tables hold relevant data.&lt;/p&gt;
&lt;p&gt;This is what makes the multi-agent workflows genuinely useful. When the code investigator agent examines an escalation about missing logs, the domain skill tells it which service handles job state and which repository contains the delivery pipeline. It also flags recent architectural changes that might be relevant. Without that context, the agent produces plausible-sounding analysis that misses the specific details engineering needs.&lt;/p&gt;
&lt;p&gt;Now every investigation that uses a skill validates or extends the knowledge it contains, and &lt;code&gt;/session-end&lt;/code&gt; catches insights that should be added back.&lt;/p&gt;
&lt;h2&gt;How The Work Changes&lt;/h2&gt;
&lt;p&gt;A few practical observations from working this way:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The role has shifted from “write the right prompt” to “design the right process.” The escalation command is a workflow with phases, dependencies, and validation steps. Thinking about it that way produces better results than trying to pack everything into a single conversation.&lt;/li&gt;
&lt;li&gt;Validation has to be built in. The blind validator exists because agents make mistakes. They cite files that don’t exist, mischaracterize what code does, or draw conclusions the evidence doesn’t support. Catching those issues before they reach anyone else is the whole point.&lt;/li&gt;
&lt;li&gt;Cross-session memory requires discipline. The system only works if I run &lt;code&gt;/session-end&lt;/code&gt; after substantive sessions and keep stable facts current. When I skip it, the next session starts cold and I lose the compounding benefit. Automation helps, but the commitment to maintain the memory is mine.&lt;/li&gt;
&lt;li&gt;And domain skills need regular maintenance. Products change. Code gets refactored, pipelines get rearchitected. Skills that aren’t periodically updated drift from reality. I haven’t solved this well yet. It’s still a manual process of noticing when a skill’s knowledge is stale and updating it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The system still makes mistakes. Multi-agent workflows are more thorough than single-prompt conversations, but they’re not infallible. The confidence assessment in the escalation output exists because sometimes the answer is “medium confidence, we couldn’t confirm this from the available data.” That honesty about limitations is more useful than false certainty.&lt;/p&gt;
&lt;h2&gt;Where This Is Going&lt;/h2&gt;
&lt;p&gt;I’m sure the specific commands and skills will look different in six months as I learn what works and what doesn’t. But the underlying pattern feels durable: compose specialist agents with deep domain context, validate their output, and feed learnings back into the system.&lt;/p&gt;
&lt;p&gt;I’ve published updated files to the &lt;a href=&quot;https://github.com/rianvdm/product-ai-public&quot;&gt;Product AI Public repo&lt;/a&gt;, including the session memory commands and a generalized version of the multi-agent escalation workflow. If you’re building something similar, those might be useful starting points.&lt;/p&gt;
&lt;p&gt;The value of this system is in how the pieces reinforce each other. Domain skills make agents useful for real investigations. Session memory means the system gets smarter over time. And the promote-to-infrastructure loop ties it together, so each piece of work has a chance to make the next one better.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>When Using AI Leads to “Brain Fry&quot;</title><link>https://elezea.com/2026/03/when-using-ai-leads-to-brain-fry/</link><guid isPermaLink="true">https://elezea.com/2026/03/when-using-ai-leads-to-brain-fry/</guid><description>Research shows that &quot;AI brain fry&quot; — cognitive exhaustion from overseeing AI agents — is real, and that productivity actually dips after using more than three AI tools simultaneously.</description><pubDate>Sat, 14 Mar 2026 13:58:45 GMT</pubDate><content:encoded>&lt;p&gt;I am definitely &lt;a href=&quot;https://hbr.org/2026/03/when-using-ai-leads-to-brain-fry&quot;&gt;feeling the &amp;quot;brain fry&amp;quot;&lt;/a&gt; right now:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We found that the phenomenon described in these posts—cognitive exhaustion from intensive oversight of AI agents—is both real and significant. We call it “AI brain fry,” which we define as &lt;em&gt;mental fatigue from excessive use or oversight of AI tools beyond one’s cognitive capacity.&lt;/em&gt; Participants described a “buzzing” feeling or a mental fog with difficulty focusing, slower decision-making, and headaches.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The research is fascinating and worth reading, with super interesting findings like this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As employees go from using one AI tool to two simultaneously, they experience a significant increase in productivity. As they incorporate a third tool, productivity again increases, but at a lower rate. After three tools, though, productivity scores &lt;em&gt;dipped&lt;/em&gt;. Multitasking is &lt;a href=&quot;https://pmc.ncbi.nlm.nih.gov/articles/PMC7075496/&quot;&gt;notoriously unproductive&lt;/a&gt;, and yet we fall for its allure time and again.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Earlier this week I had this thought: &amp;quot;Oh no, I think I&apos;ve blown out my context window. I wish I could add some more tokens to my brain. Until then I might just have to respond to new requests with &lt;code&gt;401 Unauthorized&lt;/code&gt;.&amp;quot;&lt;/p&gt;
&lt;p&gt;And that&apos;s when I realized I probably need to go touch grass or something.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>AI should help us produce better code</title><link>https://elezea.com/2026/03/ai-should-help-us-produce-better-code/</link><guid isPermaLink="true">https://elezea.com/2026/03/ai-should-help-us-produce-better-code/</guid><description>Shipping worse code with AI agents is a choice. Simon Willison and Mitchell Hashimoto both argue we should engineer our processes so agents make our code better, not worse.</description><pubDate>Sat, 14 Mar 2026 13:43:35 GMT</pubDate><content:encoded>&lt;p&gt;As usual, Simon Willison &lt;a href=&quot;https://simonwillison.net/guides/agentic-engineering-patterns/better-code/&quot;&gt;hits the nail on the head here&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If adopting coding agents demonstrably reduces the quality of the code and features you are producing, you should address that problem directly: figure out which aspects of your process are hurting the quality of your output and fix them. Shipping worse code with agents is a &lt;em&gt;choice&lt;/em&gt;. We can choose to ship code &lt;a href=&quot;https://simonwillison.net/guides/agentic-engineering-patterns/code-is-cheap/#good-code&quot;&gt;that is better&lt;/a&gt; instead.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Also see Mitchell Hashimoto’s &lt;a href=&quot;https://mitchellh.com/writing/my-ai-adoption-journey&quot;&gt;idea of “harness engineering”&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It is the idea that anytime you find an agent makes a mistake, you take the time to engineer a solution such that the agent never makes that mistake again.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>On Meeting Your Child Again, and Again</title><link>https://elezea.com/2026/03/on-meeting-your-child-again-and-again/</link><guid isPermaLink="true">https://elezea.com/2026/03/on-meeting-your-child-again-and-again/</guid><description>*Derek Thompson writes about three reasons to be a parent—the most compelling being that parenthood means constantly meeting new versions of your child, &quot;a permanent relationship with strangers, plural to the extreme.&quot;*</description><pubDate>Sat, 07 Mar 2026 22:11:52 GMT</pubDate><content:encoded>&lt;p&gt;Derek Thompson wrote a &lt;a href=&quot;https://www.derekthompson.org/p/three-reasons-to-be-a-parent&quot;&gt;wonderful essay on what happens when you become a parent&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The baby you bring home from the hospital is not the baby you rock to sleep at two weeks, and the baby at three months is a complete stranger to both. In a phenomenological sense, parenting a newborn is not at all like parenting &amp;quot;a&amp;quot; singular newborn, but rather like parenting hundreds of babies, each one replacing the previous week&apos;s child, yet retaining her basic facial structure. &amp;quot;Parenthood abruptly catapults us into a permanent relationship with a stranger,&amp;quot; Andrew Solomon wrote in &lt;em&gt;Far From the Tree&lt;/em&gt;. Almost. Parenthood catapults us into a permanent relationship with &lt;em&gt;strangers&lt;/em&gt;, plural to the extreme.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item><item><title>Why It&apos;s Still Valuable To Learn To Code</title><link>https://elezea.com/2026/03/why-its-still-valuable-to-learn-to-code/</link><guid isPermaLink="true">https://elezea.com/2026/03/why-its-still-valuable-to-learn-to-code/</guid><description>Carson Gross&apos;s essay on AI and junior programmers applies just as much to product managers: you can&apos;t build an effective AI-powered workflow until you&apos;ve spent years developing the underlying judgment it&apos;s meant to amplify.</description><pubDate>Fri, 06 Mar 2026 22:47:32 GMT</pubDate><content:encoded>&lt;p&gt;Carson Gross &lt;a href=&quot;https://htmx.org/essays/yes-and/&quot;&gt;has a good essay on whether junior programmers should still learn to code&lt;/a&gt; given how capable AI has become. His core warning to students:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Yes, AI can generate the code for this assignment. Don&apos;t let it. You &lt;em&gt;have&lt;/em&gt; to write the code. I explain that, if they don&apos;t write the code, they will not be able to effectively &lt;em&gt;read&lt;/em&gt; the code. The ability to read code is certainly going to be valuable, maybe &lt;em&gt;more&lt;/em&gt; valuable, in an AI-based coding future. If you can&apos;t read the code you are going to fall into &lt;a href=&quot;https://www.youtube.com/watch?v=m-W8vUXRfxU&quot;&gt;The Sorcerer&apos;s Apprentice Trap&lt;/a&gt;, creating systems &lt;a href=&quot;https://www.youtube.com/watch?v=GFiWEjCedzY&quot;&gt;you don&apos;t understand and can&apos;t control&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And on what separates senior engineers who can use AI well from those who can&apos;t:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Senior programmers who already have a lot of experience from the pre-AI era are in a good spot to use LLMs effectively: they know what &apos;good&apos; code looks like, they have experience with building larger systems and know what matters and what doesn&apos;t. The danger with senior programmers is that they stop programming entirely and start suffering from brain rot.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This maps directly onto what I&apos;ve been writing about with &lt;a href=&quot;https://elezea.com/2025/12/ai-for-product-management/&quot;&gt;AI for product work&lt;/a&gt; and the &lt;a href=&quot;https://elezea.com/2025/12/how-my-ai-product-second-brain-evolved/&quot;&gt;second brain setup I&apos;ve built&lt;/a&gt;. The system works because I spent years writing and reading PRDs, strategy docs, and OKRs—enough to develop actual opinions about what good looks like. You have to do the work first, &lt;em&gt;then&lt;/em&gt; the second brain is worth building.&lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;hr&gt;Thanks for still believing in RSS! Feel free to &lt;a href=&quot;https://elezea.com/contact&quot;&gt;get in touch&lt;/a&gt;.</content:encoded><author>Rian van der Merwe</author></item></channel></rss>