<?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[The Productive Magpie]]></title><description><![CDATA[Build a nest that works for you.]]></description><link>https://www.productivemagpie.com</link><image><url>https://substackcdn.com/image/fetch/$s_!_r8N!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb75901ef-67f8-4709-8ea9-c743d65336a3_600x600.png</url><title>The Productive Magpie</title><link>https://www.productivemagpie.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 27 May 2026 17:36:46 GMT</lastBuildDate><atom:link href="https://www.productivemagpie.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Tucker Chastain]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[theproductivemagpie@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[theproductivemagpie@substack.com]]></itunes:email><itunes:name><![CDATA[The Productive Magpie]]></itunes:name></itunes:owner><itunes:author><![CDATA[The Productive Magpie]]></itunes:author><googleplay:owner><![CDATA[theproductivemagpie@substack.com]]></googleplay:owner><googleplay:email><![CDATA[theproductivemagpie@substack.com]]></googleplay:email><googleplay:author><![CDATA[The Productive Magpie]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Agentic Obsidian]]></title><description><![CDATA[I let Claude read and write my vault. Here&#8217;s what it did.]]></description><link>https://www.productivemagpie.com/p/agentic-obsidian</link><guid isPermaLink="false">https://www.productivemagpie.com/p/agentic-obsidian</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 29 Apr 2026 14:45:56 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!_r8N!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb75901ef-67f8-4709-8ea9-c743d65336a3_600x600.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Last month I wrote about building a medication tracker for my wife&#8217;s surgery recovery using Claude. The point was simple: AI is changing the default from &#8220;find an app&#8221; to &#8220;build one in an afternoon.&#8221; What I didn&#8217;t say in <a href="https://www.productivemagpie.com/p/disposable-software">Disposable Software</a> is that the same shift is happening to the vault itself.</p><p>I&#8217;ve been running an AI agent against my Obsidian vault for a few months. Not a chatbot that answers questions about my notes. An agent that opens files, reads them, rewrites them, and creates new ones. It runs on a schedule. It does this while I&#8217;m at work, sitting in front of the computer, or asleep.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</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>This is not theoretical. This is my actual setup. And I want to walk through what it actually means before the think pieces about &#8220;agentic AI&#8221; turn it into something unrecognizable.</p><div><hr></div><h2>What &#8220;agentic&#8221; actually means</h2><p>When most people talk about AI and their PKM, they mean asking ChatGPT to summarize a note they paste in. That&#8217;s useful. It&#8217;s also just a slightly faster search bar.</p><p>An agent is different. It has access to tools and in this case, the ability to read files, write files, run shell commands, and call external APIs. When I talk to my agent, it doesn&#8217;t just process what I paste. It can go find the thing. It can check yesterday&#8217;s journal entry, read three related files, and write a summary without me feeding it anything.</p><p>The technical setup is <a href="https://claude.ai/code">Claude Code</a> (Anthropic&#8217;s CLI tool) plus <a href="https://modelcontextprotocol.io">Model Context Protocol</a>, which gives the agent the ability to interact with external systems. For <a href="https://obsidian.md">Obsidian</a>, that means it treats the vault like a filesystem because that&#8217;s basically what an Obsidian vault is. If I don&#8217;t want to use a robot to edit a note, I can just go in myself to create or edit a note.</p><div><hr></div><h2>What it actually does</h2><p>Let me be specific, because &#8220;AI manages my notes&#8221; sounds either amazing or horrifying depending on how you hear it.</p><p>Here&#8217;s what my agent does on a regular basis:</p><p><strong>Generates content ideas automatically.</strong> Every Monday morning, it searches productivity communities and recent articles, pulls out ten content ideas for this newsletter, and writes a dated file into my vault. I find it there when I open Obsidian. I didn&#8217;t ask for it that day. It just happened. (This very article started as one of those automatically generated ideas.)</p><p><strong>Transcribes and processes podcasts.</strong> My podcast workflow is fully automated. New episodes are downloaded, transcribed locally, and written into my vault with show notes and a full transcript. I open a note and the work is done. I have links to everything the hosts talked about whether they linked them in the show notes or not.</p><p><strong>Maintains a session log.</strong> After every work session, the agent writes a summary of what happened, what was done, what changed, what&#8217;s pending. The vault has a running memory I don&#8217;t have to maintain myself. There is no way that I could keep up with everything that it&#8217;s creating. So, I let it maintain itself.</p><p><strong>Acts on inline instructions.</strong> If I write <code>@COG:</code> anywhere in a note, it picks that up and executes the instruction the next time I interact with it. For example, whenever I am dropping a note in my inbox about making a meal plan, I can put <code>@COG: research health meals for four kids and put them in a list for the week</code> so that the kid&#8217;s meal plan is done and then I can add whatever I want on the menu and the AI does nothing to what I write. I don&#8217;t have to remember to follow up. I flag it and move on. This also helps out determining whether I just had an idea that I need to work on or if it&#8217;s something that I want the robot to just do without having to ask me.</p><p>None of this required me to write code. I set up the system in plain markdown files, basically a set of instructions that tell the agent what to do and when.</p><div><hr></div><h2>The part that actually matters</h2><p>The thing people get wrong about agentic systems is treating it as an all-or-nothing question. Either AI does everything or you don&#8217;t let it touch anything. The practical reality is that you hand it tasks with clear, bounded success criteria and you keep it away from decisions that require your judgment. It&#8217;s going to make mistakes. It&#8217;s going to misinterpret a request. That&#8217;s why you need to review what it makes and ensure that the output is what you wanted.</p><p>My agent can write a draft. I edit it before it goes anywhere. It can create a summary. I decide whether it&#8217;s accurate. It can flag a note for review. I decide what to do with it. What I don&#8217;t let it do: delete anything permanently, send anything external, or make judgment calls about what matters. Those stay with me. The guardrails are not complicated. They&#8217;re just decisions you make once about what &#8220;done&#8221; looks like for a given task.</p><div><hr></div><h2>Whether this is for you right now</h2><p>I want to be honest about the current state: this setup requires comfort with a terminal, some tolerance for friction during configuration, and a willingness to think in systems rather than apps.</p><p>If you&#8217;re not there yet, that&#8217;s fine. What I&#8217;d suggest is watching this space closely, because the friction is dropping fast. Also, I&#8217;m not the <a href="https://bitsofchris.com/p/how-i-run-ai-agents-from-my-obsidian">only</a> <a href="https://www.dsebastien.net/agentic-knowledge-management-the-next-evolution-of-pkm/">person</a> <a href="https://www.qed42.com/insights/supercharge-your-knowledge-management---integrating-obsidian-mcp-with-claude">doing</a> <a href="https://www.stefanimhoff.de/agentic-note-taking-obsidian-claude-code/">this</a> <a href="https://www.makeuseof.com/letting-local-llm-organize-obsidian-notes/">already</a>. Six months ago this was significantly harder to set up than it is now. In another six months it will probably be a few clicks.</p><p>What you can do now, regardless of technical level, is start thinking about your vault differently. Not as a container you fill and occasionally search, but as something that could participate in your work. What would you want it to do automatically? What decisions would you never hand off?</p><p>Pick one task in your vault you do manually every week. Write down exactly what done looks like. That&#8217;s the first thing worth automating.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The 5-Minute Task System for Busy People]]></title><description><![CDATA[A tiny productivity system for the tasks you keep avoiding.]]></description><link>https://www.productivemagpie.com/p/the-5-minute-task-system-for-busy</link><guid isPermaLink="false">https://www.productivemagpie.com/p/the-5-minute-task-system-for-busy</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 22 Apr 2026 11:58:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!yRRo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Most productivity advice is written for people who already have time.</p><p>That sounds obvious, but it explains why so much of it falls apart the second real life shows up. The advice assumes you can sit down for a weekly review with coffee and a clear desk. It assumes you have an hour to rebuild your task manager. It assumes your problem is that you have not found the right framework yet.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</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>Sometimes the real problem is that you have eleven minutes before the next thing, your brain is tired, and every task on your list looks bigger than the amount of energy you have left.</p><p>That is the situation the 5-Minute Task System is built for.</p><h2>The Trap of the Big System</h2><p>I love productivity systems. I wrote about my larger setup in <a href="https://www.productivemagpie.com/p/building-a-magpies-nest-my-scavenged">Building a Magpie&#8217;s Nest: My Scavenged Productivity System</a>, but this is the smaller emergency tool inside that bigger approach. I would not have started The Productive Magpie if I did not enjoy picking through tools, templates, apps, workflows, automations, and weird little methods that make life run better.</p><p>But there is a trap in all of it.The bigger the system gets, the harder it is to use when you are already behind. When your task manager has twelve areas, four priority levels, custom filters, nested projects, contexts, tags, energy states, someday lists, and recurring reviews, it can be wonderful on a calm day. It can also become one more room you have to clean before you are allowed to do the work.</p><p>That is backwards.</p><p>A productivity system should help when your day is messy. If it only works when your life is quiet, it is not a system. It is decor. The 5-Minute Task System starts from a different assumption: you are busy, interrupted, and probably carrying more open loops than you can comfortably name. So instead of asking, &#8220;What is the perfect way to organize everything?&#8221; It asks, &#8220;What can I move forward in five minutes?&#8221;</p><h2>Why Five Minutes Works</h2><p>Five minutes is too short to intimidate you.</p><p>It is also long enough to matter.</p><p>You can answer the text.<br>You can put the receipt where it belongs.<br>You can unload part of the dishwasher.<br>You can write the ugly first paragraph.<br>You can open the document and leave yourself the next sentence.<br>You can schedule the appointment.<br>You can pay the bill.<br>You can rename the file.<br>You can send the follow-up.</p><p>None of those feel like a dramatic productivity breakthrough. That is the point.</p><p>I had to call about my medications to answer questions as required by my insurance. I had been putting this off all day because it meant talking on the phone with another human being. As I was leaving the studio, I just decided I was going to get it done, so I pulled out my phone and was finished with the call by the time I got to my truck. Something that had been bothering me all day was completed in under 50 steps.</p><p>Most of the pressure in a busy life does not come from one giant task. It comes from the pileup of tiny unresolved things that keep asking for attention in the background.</p><p>The unanswered message.<br>The thing you need to return.<br>The form you need to fill out.<br>The appointment you need to make.<br>The note you need to capture before you forget why it mattered.</p><p>Each one is small enough to dismiss. Together, they turn into static. The 5-Minute Task System is a way to lower the static.</p><h2>The System</h2><p>Here is the basic version. Make a list of tasks that can be moved forward in five minutes or less. Not completed necessarily. Moved forward. That distinction matters.</p><p>&#8220;Clean the garage&#8221; is not a 5-minute task. &#8220;Throw away the cardboard by the garage door&#8221; is.</p><p>&#8220;Write the newsletter&#8221; is not a 5-minute task. &#8220;Write three possible openings&#8221; is.</p><p>&#8220;Get my finances together&#8221; is not a 5-minute task. &#8220;Download the bank statement&#8221; is.</p><p>The move is to break tasks down until the next action is so small that your brain stops arguing with it. Then, when you have a weird gap in the day, you do one.</p><p>Waiting on coffee? Do one.</p><p>Five minutes before a meeting? Do one.</p><p>Sitting in the car before walking inside? Do one.</p><p>Your energy is low and you cannot face the big thing? Do one.</p><h2>The Magpie Version</h2><p>The Magpie Method is not about pledging loyalty to one productivity religion. It is about <a href="https://www.productivemagpie.com/p/steal-what-works-leave-the-rest">stealing what works and leaving the rest</a>.</p><p>This system steals from a few places:</p><ul><li><p><a href="https://gettingthingsdone.com/books/">Getting Things Done</a> gives us the next action.</p></li><li><p><a href="https://jamesclear.com/atomic-habits">Atomic Habits</a> gives us the idea that small actions compound.</p></li><li><p><a href="https://bulletjournal.com/">Bullet Journaling</a> gives us permission to keep the list simple.</p></li><li><p>Plain old survival gives us the truth that busy people need systems that work in bad conditions.</p></li></ul><p>I wrote more about that identity side in <a href="https://www.productivemagpie.com/p/the-identity-of-a-productive-magpie">The Identity of a Productive Magpie</a>, but this system is the ground-level version: one small action, then another. I do not care whether the list lives in <a href="https://obsidian.md/">Obsidian</a>, <a href="https://apps.apple.com/us/app/notes/id1110145109">Apple Notes</a>, <a href="https://get.todoist.io/xmfdpgfoikj0">Todoist</a>, <a href="https://ticktick.com/">TickTick</a>, <a href="https://www.notion.com/">Notion</a>, a sticky note, or the back of an envelope. Use whatever you will actually open.</p><h2>What Goes on the List</h2><p>A good 5-minute task should be specific enough that you know exactly what to do when you see it.</p><p>Bad:</p><ul><li><p>Work on taxes</p></li><li><p>Clean kitchen</p></li><li><p>Fix website</p></li><li><p>Plan content</p></li></ul><p>Better:</p><ul><li><p>Find W-2 and put it in tax folder</p></li><li><p>Clear the left side of the counter</p></li><li><p>Check if the homepage button works</p></li><li><p>List five newsletter headlines</p></li></ul><p>The test is simple: if you read the task while tired and still understand the next move, it belongs on the list.</p><p>If you have to think, rewrite it.</p><h2>What Does Not Go on the List</h2><p>Do not put fake 5-minute tasks on the list. You know the kind.</p><p>&#8220;Outline entire course.&#8221;</p><p>&#8220;Organize all photos.&#8221;</p><p>&#8220;Fix my life.&#8221;</p><p>Or one that I find myself using often, &#8220;Admin tasks.&#8221;</p><p>Those are not tasks. The system only works if you are honest about size. Five minutes means five minutes. Maybe seven if you are already moving. If it turns into forty-five minutes, it was not a 5-minute task. Break it smaller and tackle the smaller parts so they add up.</p><h2>Why This Helps Busy People</h2><p>Busy people do not always need more ambition. They need fewer stalled objects in the path.</p><p>When you are juggling work, family, side projects, appointments, errands, health stuff, house stuff, and the strange administrative fog of modern life, your brain gets tired of holding all the tiny things.</p><p>The 5-Minute Task System gives those things somewhere to go. More importantly, it gives you a way back in. That might be the most useful part. When you fall off your system, you do not need a grand reset. You do not need to spend Saturday rebuilding your <a href="https://www.notion.com/">Notion</a> dashboard. You do not need to declare a new era. You need one small task you can finish. Then another... Then another. Momentum usually returns after movement, not before it.</p><h2>A Simple Starter List</h2><p>If you want to try this today, start with ten.</p><ul><li><p>Reply to one message</p></li><li><p>Put one loose paper where it belongs</p></li><li><p>Clear one surface</p></li><li><p>Start one load of laundry</p></li><li><p>Write one bad paragraph</p></li><li><p>Rename one file</p></li><li><p>Schedule one appointment</p></li><li><p>Pay one bill</p></li><li><p>Capture one idea</p></li><li><p>Delete or archive ten emails</p></li></ul><p>Do not make this precious. Do not build the perfect template first. Do not go app shopping. Write ten small tasks and do one of them. This is the same reason I love tiny systems like <a href="https://www.productivemagpie.com/p/the-letter-q-is-amazing">my Q shortcut</a>. Small bits of saved friction add up.</p><h2>The Product</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yRRo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yRRo!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 424w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 848w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yRRo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg" width="1005" height="565" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:565,&quot;width&quot;:1005,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:127047,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/194844720?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!yRRo!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 424w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 848w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!yRRo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa98b7f5e-6630-49dc-a187-cce1ebda58db_1005x565.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>I turned this into a small product because I wanted the system to be easier to start than to overthink.</p><p>The 5-Minute Task System for Busy People gives you a ready-made structure for capturing tiny tasks, breaking down bigger ones, and keeping a short list of actions you can use when the day gives you a spare pocket of time.</p><p>It is not a life operating system.</p><p>It is a pressure valve.</p><p>You can grab it here:</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://productivemagpie.gumroad.com/l/5minutetasks&quot;,&quot;text&quot;:&quot;The 5-Minute Task System for Busy People&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://productivemagpie.gumroad.com/l/5minutetasks"><span>The 5-Minute Task System for Busy People</span></a></p><p></p><p>If you are already behind, do not start by rebuilding everything.</p><p>Start with five minutes.</p><div><hr></div><p><strong>Disclosure</strong>: This article includes an affiliate link. If you sign up through it, I may earn a commission at no extra cost to you.</p><p>If the button above does not work click here: <a href="https://productivemagpie.gumroad.com/l/5minutetasks">The 5-Minute Task System for Busy People</a></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The letter Q is amazing]]></title><description><![CDATA[I love the letter Q and by the end of this post, you might love a letter too.]]></description><link>https://www.productivemagpie.com/p/the-letter-q-is-amazing</link><guid isPermaLink="false">https://www.productivemagpie.com/p/the-letter-q-is-amazing</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 15 Apr 2026 11:03:31 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!y96V!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!y96V!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!y96V!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 424w, https://substackcdn.com/image/fetch/$s_!y96V!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 848w, https://substackcdn.com/image/fetch/$s_!y96V!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!y96V!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!y96V!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:4936643,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/194195173?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!y96V!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 424w, https://substackcdn.com/image/fetch/$s_!y96V!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 848w, https://substackcdn.com/image/fetch/$s_!y96V!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!y96V!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa7cdb1b6-dfe0-4675-a9a9-6b733acec6be_6000x4000.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by <a href="https://unsplash.com/@wesleyphotography?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Wesley Tingey</a> on <a href="https://unsplash.com/photos/yellow-and-white-square-box-OddoMIl3hEA?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></figcaption></figure></div><p>One of the reasons that I love the letter Q is because it is very easy to find on the keyboard. Q sits right next to my left pinky. I could find it blindfolded.</p><p>I work with my left hand on the keyboard and my right hand moving back and forth from the keyboard to the mouse. My left hand is always great for text automation macros and quick access because of this.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><h2>Why Q Works</h2><p>It&#8217;s the best letter for automations and macros because it is one of the least used letters in the alphabet. When I started setting up shortcuts, I used semi-colon, period or Z. These all cause conflicts at some point with words or with other shortcuts like semi-colon being used for emojis in Slack.</p><p>You may be asking why the letter Q when X and Z are right there too! My thought is that Q is almost always followed up by the letter U, which no other letter follows as much as the letter Q does. Doubling up on Q (qq) makes it even rarer as no English word starts with that.</p><h2>How I Use It</h2><p>You might be curious about how a letter can be used as an automation, but with Keyboard Maestro, you can set up hot key automations based on text strings. I can type the letters &#8216;qq&#8217; and then start typing words that can trigger automations. I have almost 100 macros set up that start with &#8216;qq&#8217;. It&#8217;s as simple as typing &#8216;qqaddress&#8217; which automatically inserts my address.</p><p>Need some examples?</p><ul><li><p><code>qqemail</code> &#8594; your email</p></li><li><p><code>qqsig</code> &#8594; email signature</p></li><li><p><code>qqbio</code> &#8594; short bio</p></li><li><p><code>qqcal</code> &#8594; &#8220;Here&#8217;s my calendar link: ...&#8221;</p></li></ul><p>You don&#8217;t use Keyboard Maestro? No problem, simply add it to Apple&#8217;s text replacements and you have access on all your Apple devices with a quick and easy text replacement to save time and your thoughts.</p><h3>Setting It Up</h3><p><strong>How to set up text replacements on Mac:</strong></p><ol><li><p>Open System Settings &#8594; Keyboard &#8594; Text Replacement</p></li><li><p>Click the &#8220;+&#8221; button to create a new replacement</p></li><li><p>In the &#8220;Replace&#8221; field, enter your shortcut (e.g., <code>qqphone</code>)</p></li><li><p>In the &#8220;With&#8221; field, enter what you want inserted (e.g., your phone number)</p></li><li><p>Click &#8220;Done&#8221; and the replacement is live immediately</p></li></ol><p><strong>How to set up text replacements on iPhone/iPad:</strong></p><ol><li><p>Open Settings &#8594; General &#8594; Keyboard &#8594; Text Replacement</p></li><li><p>Tap the &#8220;+&#8221; in the top-right corner</p></li><li><p>In the &#8220;Phrase&#8221; field, enter what you want inserted</p></li><li><p>In the &#8220;Shortcut&#8221; field, enter your trigger (e.g., <code>qqphone</code>)</p></li><li><p>Tap &#8220;Save&#8221; and it syncs via iCloud to all your devices</p></li></ol><p>The beauty of this approach is that it works everywhere! Mail, Notes, Messages, browsers, any app with a text field. Once you set it up, you never have to type those long strings again. It saves me from typing long strings and from forgetting the ones I&#8217;d otherwise have to look up.</p><h2>Quick Recall Markers</h2><p>It&#8217;s also great at finding sections of written work, so if I need to come back and review something, I can type QRM for Quick Recall Marker. I got this inspiration from using TK because the letters T and K are rarely put together in any English word, but I&#8217;ve but some people I know have names that contain TK, which tripped me up. Honestly, I would forget the letters also. TK is a journalism/editing convention which means &#8220;to come&#8221; as a placeholder for missing info. This got me thinking of what I could use.</p><p>So, I use QRM in any text field to quickly recall something or bring my attention to the surrounding text. QRM only shows up as technical acronyms and never as informal English words. This makes it a great way to search and find text that I might want to recall later. QRM sticks in my head because it actually means something and it&#8217;s not just random letters to me.</p><p>I use this whenever I need to come back and check something that I&#8217;ve written, or as a way to remember what I&#8217;ve done. For instance, if I&#8217;m writing a story and need to fact check, like I did earlier on the letter Q being the least used letter in the alphabet, I just type QRM and come back to check later. Whenever I&#8217;m ready to post, I search for QRM and jump right to it.</p><h2>The Real Win</h2><p>Small systems like this (finding the right letter, setting up one shortcut) compound into hours saved over a year. The real win isn&#8217;t Q or QRM. It&#8217;s choosing a system that fits how you work and sticking with it.</p><p>Be a Magpie and steal the letter Q from me.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[I Gave My AI Assistant a Brain: Here’s the System (You Can Have It)]]></title><description><![CDATA[Claude forgets you the moment you close the tab. Here's how I fixed that, and what I built from the fix.]]></description><link>https://www.productivemagpie.com/p/i-gave-my-ai-assistant-a-brain-heres</link><guid isPermaLink="false">https://www.productivemagpie.com/p/i-gave-my-ai-assistant-a-brain-heres</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Sun, 05 Apr 2026 12:03:37 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!eYIj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>My AI assistant knows my wife&#8217;s name, my kids&#8217; schedules, my blood sugar situation, and what I watched last night. It briefs me every morning with the weather, my calendar, and any loose threads I left open. When I finish a book, it logs it. When I work out, it logs it. When I shut down for the night, it writes a summary of everything we did and parks the open loops for tomorrow.</p><p>It also knows not to use em dashes. I hate em dashes.</p><p>This didn&#8217;t happen by accident. I built it that way. And today I&#8217;m packaging the whole thing so you can use it too.</p><div><hr></div><h2>The Problem With AI Assistants</h2><p>Every AI tool you&#8217;ve used has the same flaw: it forgets you the moment the conversation ends.</p><p>You spend five minutes giving it context. It gives you a great answer. You close the window. Next session, you&#8217;re a stranger again.</p><p>The productivity community&#8217;s solution to this has been prompt templates and custom instructions. Paste your context at the top of every conversation. It works, barely. It&#8217;s also exhausting and still doesn&#8217;t account for anything that changes day to day.</p><p>I wanted something different. I wanted an assistant that actually knows me and gets smarter about me over time without me having to repeat myself constantly.</p><div><hr></div><h2>Obsidian as the Brain</h2><p>I already lived in Obsidian. My notes, my journals, my health log, my media library. All of it was there. The problem was it was static. I could find things, but <strong>nothing was connected to action</strong>.</p><p>The insight was simple: what if I gave Claude a folder in my vault and told it to treat that as its memory?</p><p>That&#8217;s the whole idea. Claude doesn&#8217;t &#8220;remember&#8221; me <strong>but it reads files that do</strong>. Every session it boots up and reads:</p><ul><li><p>A file about who I am (family, job, health conditions, preferences, communication style)</p></li><li><p>A running log of every session we&#8217;ve ever had</p></li><li><p>A list of active projects and where they stand</p></li><li><p>A set of skill files that tell it exactly how to handle specific tasks</p></li></ul><p>That last part is the key. The skills aren&#8217;t prompts. They&#8217;re documented workflows that are step-by-step instructions for recurring tasks, stored as plain markdown files in the vault. There&#8217;s one for morning briefings. One for logging health data. One for processing my inbox. One for logging movies and TV. One for weekly reviews. One for shutdowns.</p><p>When I say &#8220;log a movie,&#8221; Claude reads the media-log skill, pulls metadata from the web, creates a properly formatted note in my /Movies folder, and moves on. No fumbling, no clarifying questions, no &#8220;as an AI language model.&#8221; It just does it.</p><div><hr></div><h2>What This Looks Like in Practice</h2><p>My mornings start the same way. I open Cowork (Claude&#8217;s desktop app), type &#8220;good morning,&#8221; and within about thirty seconds I have:</p><ul><li><p>Current weather and what&#8217;s coming later in the day</p></li><li><p>Everything on my calendar pulled from all my Google calendars in parallel</p></li><li><p>A quote worth reading</p></li><li><p>Any open loops from the last session I need to know about</p></li><li><p>An inbox count</p></li></ul><p>Then it asks if I watched anything last night that needs logging. If I say yes, it handles the whole thing (title, cast, gene, cover image, rating, my notes) and files it in the right place.</p><div><hr></div><h2>Why This Works When Other Setups Don&#8217;t</h2><p>I&#8217;ve tried the custom instructions approach. I&#8217;ve tried pasting context blocks. I&#8217;ve tried dedicated AI apps that promise memory features.</p><p>The difference here is that the memory lives in a place I already control, in a format I already use, and it&#8217;s updated automatically as part of the workflow itself or I can go into the .md file and edit it myself. </p><p><strong>I don&#8217;t have to use tokens if I want to make a change.</strong></p><p>When I log something, the log gets updated. When a project changes status, projects.md gets updated. When I shut down, a session summary gets written. The system maintains itself because maintaining it is built into every skill.</p><p>It also means I can read my own logs. I can see what Cog (that&#8217;s what I call my robot) did two weeks ago. I can search my vault for any decision I made or any task that came up. It&#8217;s not locked in some proprietary memory system I can&#8217;t inspect or export.</p><div><hr></div><h2>The Magpie Vault</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!eYIj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!eYIj!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 424w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 848w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 1272w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!eYIj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic" width="1280" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:55111,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/heic&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/193205899?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!eYIj!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 424w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 848w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 1272w, https://substackcdn.com/image/fetch/$s_!eYIj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe4176216-0513-4ff5-bfa4-9865df47a48a_1280x720.heic 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I&#8217;ve been running this system for a while now. It&#8217;s become the thing I use more than anything else on my computer.</p><p><strong>So I packaged it all up.</strong></p><p>The Magpie Vault is an Obsidian starter pack built around this exact setup. It includes:</p><ul><li><p>The full Robot Assistant skeleton CLAUDE.md, all the core skill files (morning, journal, health, media log, weekly review, inbox, shutdown, and more), and the memory file structure</p></li><li><p>A health tracker template pre-built for daily logging</p></li><li><p>A media log template for movies and TV</p></li><li><p>Weekly and monthly review templates</p></li><li><p>A full README walking you through setup step by step</p></li></ul><p>You bring your own Claude account. Everything else is in the vault.</p><p>It&#8217;s $19. One time. You own it.</p><p><strong><a href="https://productivemagpie.gumroad.com/l/magpie-vault">Get the Magpie Vault &#8594;</a></strong></p><div><hr></div><p>If you&#8217;ve been wanting to use AI more intentionally and not just for one-off questions but as <strong>an actual part of how you work</strong>, this is the place to start. The skeleton is already built. You just have to fill in the details about yourself and let it run.</p><p>That&#8217;s the Magpie Method. Steal what works, leave the rest. This one works.</p><div><hr></div><p><em>Questions? Hit reply. I read everything.</em></p>]]></content:encoded></item><item><title><![CDATA[Disposable Software]]></title><description><![CDATA[It looks like we&#8217;re heading toward using disposable software the way we use Post-it notes now.]]></description><link>https://www.productivemagpie.com/p/disposable-software</link><guid isPermaLink="false">https://www.productivemagpie.com/p/disposable-software</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 25 Mar 2026 10:00:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!_r8N!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb75901ef-67f8-4709-8ea9-c743d65336a3_600x600.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When my wife, Amanda, had surgery and I needed to keep up with her medicine, instead of searching the App Store for an app, using the Reminders app, setting alarms, etc., I just vibe coded a medication app. I one-shotted a pretty decent start and then asked for features as needed. Whenever her medicine changed, I got back onto Claude and asked it to make it so I could change the medications. </p><p>When the doctor told us she was allowed 4,000mg of acetaminophen every 24 hours and not to exceed that, I went and asked it to keep track of how much acetaminophen was in each of her medicines. I was able to put that in, and then it gave me a graph at the top showing how much she had taken in the past rolling 24 hours and how much she was allowed to take.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</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>Once things calmed down, I was able to look around on the App Store to see if there was something on the market that gave me this level of customization and I found nothing. There were no apps that met everything I needed, yet this application that took me 30 minutes to get started and 20 minutes here and there to customize was exactly what I needed when I needed it. Her surgery went well and pain management was phenomenal, so she was able to get off the pain medicines within a week. I just didn&#8217;t open the web app anymore. </p><p>I didn&#8217;t have to uninstall anything, didn&#8217;t have to unsubscribe, didn&#8217;t have to pay for any of it (other than my Claude subscription). Had I downloaded an app, there more than likely would&#8217;ve been a subscription, a one-time fee, or some kind of payment for something I only used for one week.</p><p>I don&#8217;t know what that means for app development and what it means for the future of software, but I was blown away by how easy it was to get it going, customize it to exactly what I needed, and use it for when I needed it.</p><p>Before this, my default move was opening the App Store and searching until I found something that was close enough to what I needed (and then paying for it anyway). Now my default move is opening Claude and just building it. I wonder how many of you are still searching the App Store when you could just build exactly what you want in 30 minutes. Are you still doing it the old way?</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The Identity of a Productive Magpie]]></title><description><![CDATA[Lessons from James Clear on why my previous blogs failed and how I&#8217;m rebuilding for 2026.]]></description><link>https://www.productivemagpie.com/p/the-identity-of-a-productive-magpie</link><guid isPermaLink="false">https://www.productivemagpie.com/p/the-identity-of-a-productive-magpie</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 14 Jan 2026 17:06:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!FmEY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FmEY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FmEY!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 424w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 848w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 1272w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FmEY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1151245,&quot;alt&quot;:&quot;A close-up, top-down shot of the book \&quot;Atomic Habits\&quot; by James Clear resting on dark, textured fabric with a white knit blanket visible in the corner.&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/heic&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/184564975?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="A close-up, top-down shot of the book &quot;Atomic Habits&quot; by James Clear resting on dark, textured fabric with a white knit blanket visible in the corner." title="A close-up, top-down shot of the book &quot;Atomic Habits&quot; by James Clear resting on dark, textured fabric with a white knit blanket visible in the corner." srcset="https://substackcdn.com/image/fetch/$s_!FmEY!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 424w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 848w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 1272w, https://substackcdn.com/image/fetch/$s_!FmEY!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb850fedd-bcec-4eb7-bb93-af7c3af22b11_4000x2250.heic 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Photo by Apollonia via Pexels</figcaption></figure></div><p></p><p>I am still in the early stages of the Productive Magpie concept. I have learned not to hoard tools but to build systems that reinforce who I am and how I work. After finishing Atomic Habits by James Clear, this concept was further fleshed out as I looked to build in those systems into my magpie approach.</p><h2>Identity Over Goals</h2><p>One of the ways that has helped me is to think that &#8220;I am a writer&#8221; instead of &#8220;I want to write blog posts.&#8221; I could create a goal to write this blog post, but once I have finished it, I would have to set a new goal of another blog post. Constantly moving the goal posts is not beneficial. So, I think of my system. I write my ideas in Ulysses and then start writing what is on my mind. I might not finish the post, but I have the idea out of my mind and into something functional. You need to move away from goal setting and work toward identity building.</p><blockquote><p><em>Downloading TickTick doesn&#8217;t make me organized, </em></p><p><em>but using it every day does.</em></p></blockquote><p>A magpie doesn&#8217;t collect things because it wants the most things, it collects things to build a stronger nest. In my previous blogs, I would focus on one blog post and set that as a goal to write one blog post at a time. I thought that was being productive. I now realize that I was not being a writer, I was just writing. That may be why all those other posts failed and why I quit writing there. Writing was a chore, it wasn&#8217;t just what I do.</p><p>Clear famously says, <strong>&#8220;You do not rise to the level of your goals. You fall to the level of your systems.&#8221;</strong></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Ready to stop 'just writing' and start being a writer? Let's build a stronger nest together.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>The Magpie Workflow</h2><p>You have to create a system to get to where you want to be. I have an input system of RSS feeds that bring in articles of interest for me to read. I weed out what I want to read by sending the articles to TickTick so that I can make any notes in the description as well as setting a due date if it is something that I want to focus on. This also allows for articles to sit until I have time (like on a weekend morning) to get to them. Sometimes these gems of articles and ideas pop up then that didn&#8217;t resonate when I skimmed them throughout the week. Once I have an idea, I can send that topic over to Ulysses and start typing away.</p><h2>The Power of 1%</h2><p>James Clear also emphasizes that if you improve by just 1% every day, you will be exponentially better within a year&#8217;s time. That is my hope for the Magpie method. I want it to improve and for others to discover the benefits of stealing from different areas and actions that they come across. So, if I learn one keyboard shortcut today, that will help me work faster the rest of the year possibly saving me hours throughout the year. I could take the time to better my system by creating a template so that later on when I need to work on a similar project, I can implement that template and cut out some of the duplicate work that I would have to do if I built it from scratch. Those 1% improvements add up. That is the essence of being a productive magpie, gathering small wins that add up to a massive advantage.</p><p><strong>What is one 1% improvement you&#8217;re making to your system this week?</strong></p>]]></content:encoded></item><item><title><![CDATA[Steal What Works, Leave the Rest]]></title><description><![CDATA[Why I steal from everywhere and commit to nothing.]]></description><link>https://www.productivemagpie.com/p/steal-what-works-leave-the-rest</link><guid isPermaLink="false">https://www.productivemagpie.com/p/steal-what-works-leave-the-rest</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 07 Jan 2026 14:15:53 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!BjgJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!BjgJ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!BjgJ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 424w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 848w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 1272w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!BjgJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic" width="1023" height="575" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:575,&quot;width&quot;:1023,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:197582,&quot;alt&quot;:&quot;A high-detail, close-up photo of a magpie's nest tucked into the fork of a tree. The nest is a complex bowl of dry twigs and moss containing two speckled light-blue eggs. Woven into the structure are scavenged human items, including blue plastic clips and shiny silver foil, representing the bird's habit of collecting diverse materials.&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/heic&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/183790198?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="A high-detail, close-up photo of a magpie's nest tucked into the fork of a tree. The nest is a complex bowl of dry twigs and moss containing two speckled light-blue eggs. Woven into the structure are scavenged human items, including blue plastic clips and shiny silver foil, representing the bird's habit of collecting diverse materials." title="A high-detail, close-up photo of a magpie's nest tucked into the fork of a tree. The nest is a complex bowl of dry twigs and moss containing two speckled light-blue eggs. Woven into the structure are scavenged human items, including blue plastic clips and shiny silver foil, representing the bird's habit of collecting diverse materials." srcset="https://substackcdn.com/image/fetch/$s_!BjgJ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 424w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 848w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 1272w, https://substackcdn.com/image/fetch/$s_!BjgJ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41a6ec06-8644-423d-81bf-3b20ab10ea0a_1023x575.heic 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">A sturdy nest built from nature's foundation, reinforced with the useful bits and bright finds gathered along the way.</figcaption></figure></div><p>Watch a magpie build its nest and you&#8217;ll see a creature that refuses to be loyal. Magpies are thieves with taste. They don&#8217;t commit to one tree or one yard. Instead, they scavenge, hopping from fence post to garden to parking lot, selective about what catches their eye. A shiny wrapper from the parking lot, a bit of wire from the construction site, a lost button from the playground. Each scavenged bit comes from somewhere different, and none of it matches.</p><p>Together, it builds something functional: <strong>a nest that works</strong>.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>The magpie&#8217;s superpower isn&#8217;t finding one perfect source of materials. It&#8217;s knowing what to steal and what to leave behind. It takes what serves its purpose and moves on, building a nest from a dozen different places.</p><p>This is exactly how I approach productivity. Not committing to one system, but stealing the best pieces from everywhere. Being productive means different things to different people. Most productivity advice pushes you toward one ecosystem: Apple or Google, Notion or Obsidian. That&#8217;s the trap.</p><h2>Breaking Free from the Algorithm</h2><p>I use the app <a href="https://reederapp.com">Reeder</a> as my only view into social media and the news. It&#8217;s a finite feed, and once I read through it all, I&#8217;m finished. There&#8217;s no endlessly refreshing and pulling up new content that the algorithm thinks I might like. I read from people I want to follow and sources I want to learn from. This keeps me from wasting time endlessly scrolling through the news or slop of the day.</p><p>I&#8217;ve spent years on social media, RSS, and simply reading articles on the web. I&#8217;ve found sources that have come and gone. In doing so, I&#8217;ve resonated with certain writers, so I follow those writers wherever they contribute. Unfortunately, most still use some type of social media that doesn&#8217;t integrate with Reeder (looking at you, Instagram), which makes it difficult or impossible to see everything they post. I&#8217;ve learned that&#8217;s okay. <strong>I don&#8217;t have to see everything all my favorite people put online.</strong> If it&#8217;s something they find important, they&#8217;ll post multiple times or mention it somewhere else so I pick up on it. And if not, I simply don&#8217;t get that content. The world keeps spinning.</p><p>When I first switched from an algorithmic feed to a finite one, the biggest change I noticed was how much time I gained in my day. I had set up lists on Twitter to only see people I wanted to, but what did the app do when you first opened it? Go straight to the algorithmic timeline. And of course, something interesting was at the top of the list, and away I went scrolling down to get another hit of dopamine.</p><p>I borrowed the best of online social connection while rejecting the algorithmic trap.</p><h2>Scavenging Software That Works</h2><p>As I stated in a <a href="https://www.productivemagpie.com/p/building-a-magpies-nest-my-scavenged">previous post</a>, I&#8217;m using Setapp. This post contains paid links. If you purchase Setapp through my <a href="https://go.setapp.com/invite/hi7utbu0">link</a>, I receive a commission at no extra cost to you. This allows me to test many different applications to find what suits me best for one subscription. The Magpie approach to software means I don&#8217;t have to commit to one ecosystem. Instead, I use Setapp to find different applications that serve different aspects of my life.</p><p>I write my posts in <a href="https://ulysses.app">Ulysses</a>, which is part of Setapp, because I like the way I can have material articles marked as references for my posts. The design is minimalist while having Markdown support. I brought this into my workflow after testing <a href="https://obsidian.md">Obsidian</a>, <a href="https://www.notion.com">Notion</a>, and others. I learned that I don&#8217;t like block-based text editing and love writing in <a href="https://www.markdownguide.org">Markdown</a>.</p><p>Another app that&#8217;s part of Setapp is <a href="https://www.craft.do">Craft</a>. I use this tool to keep up with work projects. I like it because I&#8217;m able to create a Notion-style database within a document. This allows me to keep my tasks together and see visually where the project currently is. I&#8217;ll dive deeper into these tools in the future.</p><h2>Your Turn</h2><p>Productivity isn&#8217;t about finding one perfect system that solves everything. It&#8217;s about being a Magpie: <strong>picking the best bits from various sources and building a workflow that actually serves your life instead of consuming it</strong>. Take a look at your own digital diet this week. Are you scrolling through an endless algorithm, or are you intentionally choosing what to consume so you can get back to the things and the people that actually matter?</p><p>Build a nest from diverse sources instead of living in someone else&#8217;s pre-fabricated cage.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Building a Magpie’s Nest: My Scavenged Productivity System]]></title><description><![CDATA[A look inside my digital nest.]]></description><link>https://www.productivemagpie.com/p/building-a-magpies-nest-my-scavenged</link><guid isPermaLink="false">https://www.productivemagpie.com/p/building-a-magpies-nest-my-scavenged</guid><dc:creator><![CDATA[The Productive Magpie]]></dc:creator><pubDate>Wed, 31 Dec 2025 11:05:16 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!FA3C!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FA3C!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FA3C!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FA3C!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg" width="728" height="498.63013698630135" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:false,&quot;imageSize&quot;:&quot;normal&quot;,&quot;height&quot;:500,&quot;width&quot;:730,&quot;resizeWidth&quot;:728,&quot;bytes&quot;:149417,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.productivemagpie.com/i/182638457?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F09e405cf-8324-4283-9eb7-efeeb3375ac8_730x500.heic&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:&quot;center&quot;,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!FA3C!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FA3C!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffb636dfa-8fd1-4375-a0df-2e4801e4925e_730x500.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg 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">Setapp, Google Calendar, TickTick, Craft, and Apple Notes icons in a nest.</figcaption></figure></div><p>My heart sank as I realized I had forgotten to set up the room. I was driving to work when my boss called about a meeting with physicians that morning. The details were in my work calendar, humming away on my office PC, completely useless to me in the car. That&#8217;s the moment I became a magpie...</p><p>A magpie builds its nest out of anything useful. It uses twigs, string, wire, and mud. It doesn&#8217;t care if the materials match. It only cares if the nest holds. That is how I now approach productivity. I don&#8217;t force myself into a single ecosystem. I take the task manager from one company, the notes app from another, and the calendar from a third. I combine them to build a workflow that actually supports my life.</p><p><strong>I am a magpie.</strong></p><p>If a new app launches, I download it. If a new workflow trends, I test it. I scavenge the internet for the best tools and tips, pick out the shiny parts that actually work, and bring them back to my nest. I discard the rest.</p><p>I have spent more time organizing my work than actually doing it. <strong>Many of us have.</strong> It is time to stop searching for the ultimate tool and start building a system that works.</p><p>Here are the shiny bits I used to build my productivity nest in 2025.</p><h2>The Task Manager: TickTick</h2><p>I used Todoist for years, back when having my tasks sync between my phone and computer felt revolutionary. I subscribed and never looked elsewhere because money was tight and it worked. But when Todoist raised prices to add AI features I&#8217;d never use (looking at you <a href="https://www.todoist.com/help/articles/dictate-to-add-tasks-with-ramble-P1Raq7vVF">Ramble</a>) I had to move on.</p><p>TickTick has a few other benefits like a <a href="https://help.ticktick.com/articles/7055782025193586688">Pomodoro Timer</a>, <a href="https://help.ticktick.com/articles/7321455627362893824">Countdowns</a>, and a <a href="https://help.ticktick.com/articles/7055781896457814016">Habit Tracker</a> on top of being a fantastic task manager. I like the aesthetics of Todoist (probably since I have been using it for so many years), but TickTick prioritizes function over form. I was able to convert over to TickTick with ease as it has great recurring tasks support that is a must-have in my productivity nest.</p><h2>The Project Hub: Craft</h2><p>When I need to think deeply or plan a work project, I open <a href="http://craft.do/">Craft</a>. It is visually beautiful and makes organizing complex thoughts feel effortless. While TickTick is for doing, Craft is for building. I collect all my work and meeting notes here. I haven&#8217;t built a complex system here like I once did in Notion. It just works seamlessly for me.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">I wasted years searching for the ultimate productivity system. Subscribe to find out what I built instead.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><div><hr></div><h2>The Personal Archive: Apple Notes</h2><p>Simple. Fast. Native. I use Apple Notes for anything that I want to archive or reference later. It has zero friction, so it&#8217;s great to snap a picture of the dog food bag and share the note with the family so everyone knows how much to feed her. I know I&#8217;m not going out of Apple&#8217;s ecosystem, so having a permanent free notes app is a great choice for me to save things that I might need to reference later.</p><h2>The Timekeeper: Google Calendar</h2><p>Years ago, before I knew what &#8216;time blocking&#8217; was, I created an &#8216;Every Hour&#8217; calendar and logged everything I did, updating it throughout the day. It was half planning, half journaling, and completely obsessive. I&#8217;ve scaled back since then, but Google Calendar remains the backbone of my system. My wife and I share calendars for appointments. I track my favorite college football team&#8217;s schedule (Go Vols!). If it&#8217;s on my calendar, it exists. If it&#8217;s not, it doesn&#8217;t.</p><h2>The Toolbox: Setapp</h2><p>When I finally saved enough stimulus money for a MacBook Pro in 2020, after years of rendering videos on a work laptop that got as hot as the sun and sounded like a jet engine, I went app-crazy. I downloaded everything. After that initial binge, I realized I was hemorrhaging money on subscriptions. Setapp solved this. One subscription, dozens of premium Mac apps including Craft. It&#8217;s the best value in the Apple ecosystem, especially for former Windows converts like me who are still discovering what&#8217;s possible.</p><div><hr></div><p>I&#8217;ve tried Trello, Notion, Microsoft ToDo, Evernote (okay, not Evernote, I never got on that bandwagon). I spent more time trying to fit my workflow into a crafted system that someone else created instead of actually working. My nest still isn&#8217;t perfect, and it will probably look different next year.</p><p>I wasted years searching for the ultimate system when I should have been building a functional one. These five tools keep my life running right now. They might not work for you, and that&#8217;s fine.</p><p><strong>Build your own nest.</strong></p><div><hr></div><p>What&#8217;s the weirdest app combination you&#8217;ve made work? Subscribe and reply to let me know the one app you cannot live without this coming year.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.productivemagpie.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption"></p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item></channel></rss>