<?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 Thinkers Club]]></title><description><![CDATA[Clearer, deeper thinking with 'tools for thought'.]]></description><link>https://www.thethinkers.club</link><image><url>https://substackcdn.com/image/fetch/$s_!5dsQ!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc7911bc-dbd7-42ec-b2c0-1cc3bbc945f6_1280x1280.png</url><title>The Thinkers Club</title><link>https://www.thethinkers.club</link></image><generator>Substack</generator><lastBuildDate>Wed, 03 Jun 2026 17:18:26 GMT</lastBuildDate><atom:link href="https://www.thethinkers.club/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[James Bedford]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[thinkingclub@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[thinkingclub@substack.com]]></itunes:email><itunes:name><![CDATA[James Bedford]]></itunes:name></itunes:owner><itunes:author><![CDATA[James Bedford]]></itunes:author><googleplay:owner><![CDATA[thinkingclub@substack.com]]></googleplay:owner><googleplay:email><![CDATA[thinkingclub@substack.com]]></googleplay:email><googleplay:author><![CDATA[James Bedford]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Building an 'Agent Only' Obsidian Vault]]></title><description><![CDATA[How to create a self-organising wiki of content you have consumed.]]></description><link>https://www.thethinkers.club/p/building-an-agent-only-obsidian-vault</link><guid isPermaLink="false">https://www.thethinkers.club/p/building-an-agent-only-obsidian-vault</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Tue, 02 Jun 2026 11:45:31 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!NZNn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Recently, I have been experimenting with building agent-kept knowledge bases. These are notes that an agent will make and organise by itself over time, to provide the user with a searchable and traversable wiki.</p><p>We are seeing this work incredible well at work, where agents will build out a detailed picture of technical architecture, as well as any decisions/technical progress. But also, I have gotten an agent to keep me an Obsidian vault of all of the resources that I have read/consumed. </p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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 am writing about all things Obsidian, Tools for Thought and using AI to help our thinking. If you want more of this, then join the Club!</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>It&#8217;s taken a little while to get here though!</p><p>On the first iteration of using Claude with my Obsidian vault, I had it writing directly into the vault. This <strong>very</strong> quickly felt like something I didn&#8217;t want to happen.</p><p>Firstly, it became hard to tell which notes were written by myself, and which were created or edited by an agent. For me, this is an important distinction to make - my goal with using a LLM in this way is to help my thinking, not take over it.</p><p>Secondly, the amount of notes I was able to add made traversing my vault pretty hard. Adding every Granola transcript I have ever collected (500+) or bringing in all of the markdown transcripts of <a href="https://github.com/ChatPRD/lennys-podcast-transcripts">Lenny&#8217;s podcast</a>, was an interesting proposition to be able to use as reference material. Not very fun to navigate manually!!</p><p>Having a separation of concerns, and keeping a second vault which was to be used only by agents seemed like a sensible choice to explore.</p><p>On reading Karparthy&#8217;s notes on &#8220;LLM Wiki&#8217;s&#8221;, it seemed to tick all of boxes I wanted to achieve, and supported the idea of having a separation between human and LLM-generated content. </p><p><em>&#8220;the LLM <strong>incrementally builds and maintains a persistent wiki</strong>&#8212; a structured, interlinked collection of markdown files that sits between you and the raw sources. When you add a new source, the LLM doesn&#8217;t just index it for later retrieval. It reads it, extracts the key information, and integrates it into the existing wiki &#8212; updating entity pages, revising topic summaries, noting where new data contradicts old claims, strengthening or challenging the evolving synthesis. The knowledge is compiled once and then kept current, not re-derived on every query.&#8221;</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xBZx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xBZx!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 424w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 848w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 1272w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xBZx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png" width="1456" height="1264" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b285352e-3390-4547-a7ff-8a864244662d_2714x2356.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1264,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3012487,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xBZx!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 424w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 848w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 1272w, https://substackcdn.com/image/fetch/$s_!xBZx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb285352e-3390-4547-a7ff-8a864244662d_2714x2356.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>The main benefit I have found, is the volume of content which you can feed it, and how well it does to find themes/patterns/structures and to present them.</p><p>If I read five articles in a day - generally I will pick one or two to write some notes on that have resonated with me the most, or I have found the most interesting. The rest might be useful context at some point, but are not useful to me now.</p><p>With an LLM-only vault, I would drop all of the articles in, and it would extract all of the useful context, and structure it in a way that it is easy for me to come back to later.</p><p>It doesn&#8217;t replace the flow I have currently of reading and making my own notes, it compliments it and works along side it.</p><p></p><div><hr></div><h2>The Structure of the Vault</h2><div><hr></div><p>Kaparthy&#8217;s structure is pretty simple:</p><p><strong>/raw</strong> : this is where you add your original sources - documents, articles, X threads, videos etc etc.</p><p><strong>/wiki </strong>: a directory of LLM-generated markdown files. Summaries, entity pages, concept pages, comparisons, an overview, a synthesis. The LLM owns this layer entirely.</p><p><strong>/schema</strong> : the inner workings of the vault. CLAUDE.md or AGENTS.md that focuses on structure, what the vault conventions are and any workflows to follow.</p><p>I took this structure and ran with it. I named my agent-only vault &#8220;Foundry&#8221; - the idea being that stuff gets poured in raw and comes out the other side as something more useful.</p><p>Here is the actual folder structure:</p><pre><code><code>foundry/
&#9500;&#9472;&#9472; CLAUDE.md       &#8212; the schema
&#9500;&#9472;&#9472; inbox/          &#8212; raw drops: PDFs, URLs, pasted text
&#9500;&#9472;&#9472; sources/        &#8212; atomic source notes, one per item
&#9492;&#9472;&#9472; wiki/           &#8212; concepts, people, queries, index, log
</code></code></pre><p>The flow is simple. I drop things into inbox. Claude reads them and writes atomic source notes into /sources. When there are enough sources on a single theme, Claude compiles a concept page into /wiki.</p><p>One decision I am glad I made is that I kept the front-matter in Foundry consistent with my personal vault. Same tag taxonomy, same date format, same <code>#type/</code>, <code>#area/</code>, <code>#keyword/</code> conventions. It meant I could cross-link between the two without the stitching feeling ugly.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ajuR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ajuR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 424w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 848w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 1272w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ajuR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png" width="1308" height="1202" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1202,&quot;width&quot;:1308,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:392282,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ajuR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 424w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 848w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 1272w, https://substackcdn.com/image/fetch/$s_!ajuR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41ba07a3-39c6-485a-b8f2-a686979de073_1308x1202.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>The thing that makes this all hold together is the CLAUDE.md or AGENT.md file. It is the file that tells your agent what this vault is for and what it can and can&#8217;t do. Things like:</p><ul><li><p>my personal vault is read-only - never write to it</p></li><li><p>every concept must cite its sources</p></li><li><p>don&#8217;t spin a concept page out of a single source, wait for two</p></li><li><p>no emojis, no TODO comments, no speculative helper files</p></li></ul><p>Writing this file is probably the most important thing you do when setting up a vault like this, and working with any agent, because this is how they follow along and know what to do. It is the thing that stops the agent from doing agent things - sprawling, inventing, helpfully rearranging your folders. It can be updated on the fly depending on your preferences as you go along.</p><p></p><div><hr></div><h2>The Skills</h2><div><hr></div><p>As per Kaparthys original document, he suggests four skills to help with the processing. Each one has one job to do.</p><p><strong>/foundry-ingest</strong> &#8212; processes whatever I have dropped into the inbox. Reads each source, writes a clean atomic note with a summary, key points, and a short &#8220;Claude&#8217;s notes&#8221; paragraph (what is interesting, where it connects, what it contradicts). Updates the index, appends to the log, clears the inbox.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NZNn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NZNn!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 424w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 848w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 1272w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NZNn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png" width="1456" height="1303" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1303,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2680982,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NZNn!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 424w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 848w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 1272w, https://substackcdn.com/image/fetch/$s_!NZNn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11986955-fceb-4df0-9e3b-c7149743c63d_2550x2282.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><strong>/foundry-compile</strong> &#8212; scans the sources folder for themes that have at least two sources behind them. Either extends an existing concept page, or spins out a new one. Themes with only a single source get logged as Candidates and have to wait for more evidence. If you are old-school &#8220;tools for thought&#8221; like myself, this is essentially something that looks over your &#8220;seedlings&#8221; and seeks to create &#8220;evergreens&#8221;.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!sZg5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!sZg5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 424w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 848w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 1272w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!sZg5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png" width="1456" height="1357" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/af7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1357,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2300182,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!sZg5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 424w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 848w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 1272w, https://substackcdn.com/image/fetch/$s_!sZg5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faf7e2c7b-3c32-4ef1-9c95-79aafd589e99_2448x2282.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><strong>/foundry-ask</strong> &#8212; answers a question across both vaults. Writes the answer into a dated query file in /wiki. Every claim cites the source. Gaps get captured as Open Questions. Anything essay-shaped ends up as a &#8220;Prompt for 2026.&#8221;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!8u3F!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!8u3F!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 424w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 848w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 1272w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!8u3F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png" width="1456" height="1167" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1167,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1961347,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!8u3F!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 424w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 848w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 1272w, https://substackcdn.com/image/fetch/$s_!8u3F!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F310e977c-6482-45f9-a48d-debd691ccb4a_2296x1840.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><strong>/foundry-lint</strong> &#8212; a health check. Counts orphans, finds dangling links, flags candidates that now have enough sources to compile, spots keyword drift.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DW1c!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DW1c!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 424w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 848w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 1272w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DW1c!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png" width="1456" height="1167" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1167,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1782122,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!DW1c!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 424w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 848w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 1272w, https://substackcdn.com/image/fetch/$s_!DW1c!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51897a0e-7973-483c-b042-08dd207dfd4a_2296x1840.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p>The pattern that makes this work is that each skill does one thing, has a clear output, and has a list of things it will not do. If you give an agent a vague brief across a folder full of your notes, you end up with a mess. If you give it a narrow job with explicit boundaries, it does the job well.</p><p></p><div><hr></div><h2>How it works in Practice</h2><div><hr></div><p>Most of the time, Foundry is a background process. I read something, I drop it in the inbox, I move on. You can find a video at the bottom of this page of my running through the process from start to finish.</p><p>A typical day looks something like this:</p><ul><li><p>I read a couple of articles in the morning. I share it to the inbox.</p></li><li><p>I listen to a podcast. I drop the transcript in.</p></li><li><p>I come across something that sticks in a book. I paste it into a markdown file and drop it in.</p></li></ul><p>By the end of the day there might be between five or ten items in the inbox. I run /foundry-ingest. Claude processes every item into a clean source note, cross-links where appropriate, and clears the inbox.</p><p>Once or twice a week, I run /foundry-compile. If there are enough sources behind a theme, Claude writes a concept page. Each concept page has the same shape - what it is, why it matters, key points, evidence across sources, open questions, and &#8220;Prompts for 2026.&#8221;</p><p>That last section is the payoff. &#8220;Prompts for 2026&#8221; is a list of essay-shaped questions where the concept intersects with things I have already written in my personal vault. They are things I could sit down and write about right now.</p><p>When I actually want to use the vault, I run /foundry-ask. I ask a question. Claude researches across sources and concepts, answers with citations, and the good answers get filed back into the vault. This is particularly useful when writing an article, or if I am thinking in particular about</p><p>An example of using this in anger recently was when we were discussing a change at work, in particular merging two smaller teams into one larger team. I asked the vault for evidence regarding merging teams in the context of AI-first organisations, and it gave me an answer based on the content I had given it. Sure, it can be biased, but it will flag up when it feels like it hasn&#8217;t given a balanced argument - and the value for me in this instance was the resources it directed me back to so I could re-read them with a new question top of mind.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YHSz!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YHSz!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 424w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 848w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 1272w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YHSz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png" width="1456" height="1709" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1709,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1677865,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YHSz!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 424w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 848w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 1272w, https://substackcdn.com/image/fetch/$s_!YHSz!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf080434-5be2-4f55-8143-bed1502368ae_2460x2888.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><div><hr></div><h2>Referencing My Personal Vault</h2><div><hr></div><p>This doesn&#8217;t replace my personal vault, and nor would I ever want it to! They both serve completely different purposes (I will touch in this next week). The intentional act of writing and curating an Obsidian vault is something I have taken great pride in, and it has bought me hours and hours of enjoyment over the years. Foundry is there to help, support and feed it.</p><p>My personal vault is read-only to Claude. Claude can read it, quote it sparingly, and link into it with <code>[[2026/...]]</code> style references when a Foundry note is informed by something I have written. But Claude cannot write, edit, move, or delete anything there.</p><p>My writing <strong>needs</strong> to stay mine. The whole point of setting it up this way is to keep my thinking mine - Claude can do the heavy lifting on everything else. Writing in my Obsidian vault, making notes, processing thoughts is still very much something I make time and space for.</p><p>I love writing in my Obsidian vault. It is one of the highlights of my day to sit with a coffee, process my thoughts and do some writing. For the years I have been using it, it has helped me distill my thinking and I genuinely see this as being a practice that will continue to enable me.</p><p>Being able to utilise AI to help me to write clearer, think deeper, understand my own nuances more deeply and build connections that I missed myself is my goal.</p><p>Having this agent-only vault that can digest and articulate knowledge faster than me, and help support what I was getting from my initial note-taking practice is something that I am genuinely reaping the benefits from.</p><p></p><div><hr></div><h2>Other Use Cases</h2><div><hr></div><p>I believe this paradigm is going to become more and more common, not just in personal knowledge bases, but for company wide knowledge bases also. </p><p>For example, we have started using an agent kept wiki at work to keep on top of architectural/technical changes across the stack. Whilst Foundry and my own content wiki is most useful for myself only, this is useful for a team or a collective. Below is an example of this vault being referenced in Slack. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!M2Im!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!M2Im!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 424w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 848w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!M2Im!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg" width="1336" height="1402" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1402,&quot;width&quot;:1336,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:123366,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/200265644?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.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_!M2Im!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 424w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 848w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!M2Im!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcb1830c5-ea07-4e29-91a5-7e7ba42b8b78_1336x1402.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>Another example is a personal use case I have for helping keep track of various parts of my day to day work an an engineering manager. I have designed the LLM wiki to keep track of the below topics as they happen through Linear, Granola, GitHub, Slack &amp; Incident.io. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ChRc!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ChRc!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ChRc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg" width="1456" height="1178" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1178,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Image&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Image" title="Image" srcset="https://substackcdn.com/image/fetch/$s_!ChRc!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 424w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 848w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!ChRc!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36b927d0-63ef-4ba4-a2a8-2672e1a56398_1520x1230.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><div><hr></div><p></p><ol><li><p>If you want to try the content vault for yourself, <a href="https://github.com/jameesy/foundry-vault">then I have open sourced it.</a> This is set up to work with Claude only (for now). All you need to do is download it, and open it in Claude and it should work. </p></li><li><p>I have filmed and recorded a video of me using the vault and running through how I use it on a daily basis - how I capture content with Obsidian web clipper, and how this content progress&#8217; through the vault. This is something I am going to be doing more of from now on, and with every article there will be a video demonstration and deep dive. This will be kept as a benefit for my growing list of paid subs &lt;3. <a href="https://www.thethinkers.club/806413e3">I am offering a discount for a short term for annual plans</a> so there is not a better time to join! </p></li></ol>]]></content:encoded></item><item><title><![CDATA[How to Build a Commonplace in Obsidian]]></title><description><![CDATA[Curating your ideas, thinking and taste to deepen your mind.]]></description><link>https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian</link><guid isPermaLink="false">https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Thu, 19 Mar 2026 13:42:52 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/eb4cd856-2f69-485b-abe2-7a02c1d21c73_2912x1890.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you are reading this, you probably are somewhat familiar with the concept of a &#8220;commonplace book&#8221; - a personal collection of things that have resonated with you or that you believe you might want to come back to one day.</p><p>This practice has been utilised by thinkers &amp; creatives alike since the middle ages - and in my opinion it is one of the highest value things you can be doing. Not only does it come in value to have a reference point when producing your own work - it is also inherently useful for thinking deeper, being able to look for and build connections between different topics or different resources to create new ideas.</p><p></p><p><em><strong>The commonplace is a curation of your taste and thought.</strong></em></p><p>My commonplace (both in physical form as it used to be, and digital form) has helped me out tremendously both in my career in tech, but also with my writing.</p><p>It&#8217;s ultimately a repository of your own context. With the ability to give AI the context of your Obsidian vault, and therefore access to your commonplace/second brain etc - it is becoming even more of a valuable practice to start collecting and building connections between ideas.</p><p>This article will be a deep dive into how I structure my Commonplace folder in Obsidian, and how I am using it with AI to help me think more deeply and more clearly.</p><p></p><div><hr></div><h2>The Structure and Contents</h2><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!0PaF!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!0PaF!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 424w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 848w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 1272w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!0PaF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png" width="1456" height="1208" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/aebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1208,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2104836,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!0PaF!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 424w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 848w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 1272w, https://substackcdn.com/image/fetch/$s_!0PaF!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faebe8eed-e411-46a2-9fef-a36211995c3d_2564x2128.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">A commonplace note</figcaption></figure></div><p>My commonplace folder is by design unstructured. There are no sub-folders, and I would argue for the most part having a rigid structure defeats the point of it (more on this in the navigation section).</p><pre><code><code>my-vault/
&#9500;&#9472;&#9472; 3. commonplace/
&#9474;   &#9500;&#9472;&#9472; advocate for simplicity
&#9474;   &#9492;&#9472;&#9472; ai learning resources
&#9474;   &#9500;&#9472;&#9472; creativity vs productivity</code></code></pre><p>I put anything in here that I have found online that I have particularly enjoyed or thought was interesting or useful in some way - quotes, book notes, video notes, images, sections of courses, designs I have liked, poems - and then I generally build on top of them with my own thinking or writing. It doesn&#8217;t need to be made up entirely of things you agree with either, there are a few notes I have written that follow the format of &#8220;I disagree with X, this is why&#8221;.</p><p>It also houses ideas/thoughts that I have had throughout the day. This could start as something as simple as creating a note for a single line/idea, but over time it is something I keep coming back to and building upon.</p><p>As a general rule, I try and keep my notes pretty specific to one topic or idea. So for example - if I am reading a book, I will have a parent note which captures some high level thoughts about the book, and then separate ideas I have taken from said book will have their own note.</p><p>An example below could be some of the notes I have taken from reading The Creative Act by Rick Rubin:</p><pre><code><code>my-vault/
&#9500;&#9472;&#9472; 3. commonplace/
&#9474;   &#9500;&#9472;&#9472; the creative act
&#9474;   &#9492;&#9472;&#9472; looking for clues
&#9474;   &#9500;&#9472;&#9472; how to be creative
&#9474;   &#9500;&#9472;&#9472; create space for thought</code></code></pre><p>You can see above I have a note &#8220;the creative act&#8221;, but I also have notes for ideas that I have taken from that book. They all link up via tags and backlinks - but are able to stand alone as their own independent notes.</p><p>Having this separation is important in my opinion, as it allows you to make connections with the specific ideas themselves, and this is easier when the notes are smaller and more atomic. For the engineers, it&#8217;s like building in components or functions - each one is able to be referred to independently. For instance &#8220;looking for clues&#8221; might connect up with an idea I have read about in another book, but not be related to &#8220;how to be creative&#8221;.</p><p><strong>Key Takeaways</strong></p><ul><li><p>Start collecting anything you find useful when reading, browsing and thinking.</p></li><li><p>Don&#8217;t be tempted to create structure through folders. Building connections through tagging, backlinks or AI is much more efficient.</p></li><li><p>Keep notes fairly small in context. When a note gets too big it is ok to split it down into multiple notes.</p><p></p></li></ul><div><hr></div><h2>Navigation and Connection</h2><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!LjT1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!LjT1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 424w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 848w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 1272w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!LjT1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png" width="1456" height="1408" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1408,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2300583,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!LjT1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 424w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 848w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 1272w, https://substackcdn.com/image/fetch/$s_!LjT1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F837bbc53-b041-4e72-a184-1c02e507b1ec_2630x2544.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">An example of note structure - tags at the top, backlinks in the main body</figcaption></figure></div><p>Looking at the example note from my Commonplace above, I have multiple forms of navigation going on within, but the foundation of them is simplicity, hence this is a pretty short section.</p><p>I have the <strong>tags</strong> at the top of every note - the purpose of which is to help me &#8220;find&#8221; this note again. As an example, I could be writing about creativity and I can simply look at the &#8220;creativity&#8221; tag and it will show me every note that I have put under that tag.</p><p>I also have a <strong>backlink</strong> to &#8220;Chasing craft&#8221;, which is another note in my commonplace that I believe is relevant. The purpose of backlinks is to &#8220;link&#8221; and &#8220;connect&#8221; ideas.</p><p>Over time this compounds and you build up a resource of connected themes and ideas.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!gJe0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!gJe0!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 424w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 848w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 1272w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!gJe0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png" width="713" height="558.3280423280423" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:444,&quot;width&quot;:567,&quot;resizeWidth&quot;:713,&quot;bytes&quot;:22107,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!gJe0!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 424w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 848w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 1272w, https://substackcdn.com/image/fetch/$s_!gJe0!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f95d083-331d-4164-bb83-beabd2ba02b2_567x444.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">A growing &#8220;local&#8221; knowledge graph within my commonplace folder</figcaption></figure></div><p><strong>Key Takeaways</strong></p><ul><li><p>Tags should be used for &#8220;finding&#8221; the note again.</p></li><li><p>Backlinks should be used for &#8220;connecting&#8221; ideas together.</p></li><li><p>Keep this navigation as simple as possible. Don&#8217;t overwhelm yourself by trying to be too clever. Simple tagging and back-linking is enough to build meaningful connections.</p><p></p></li></ul><div><hr></div><h2>Using this with Claude</h2><div><hr></div><p>As I have discussed in previous articles - hooking Claude up to your Obsidian vault and allowing it to use your notes as context to help with your thinking is a really interesting and powerful proposition for using it as a &#8216;tool for thought&#8217;.</p><p>The commonplace is a great resource to allow Claude to have access to, because what you collect in your commonplace speaks a great deal about you as a person, what you value, what you thinking about and what interests you. Using AI effectively requires you to provide it with the sufficient context. Whether that is a codebase and specific details of what task you want it to achieve, or a commonplace that houses all of your personal ideas and interests.</p><p>For example - here I asked it to reveal what it understands about me as a person from my commonplace folder alone.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!N7pp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!N7pp!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 424w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 848w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 1272w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!N7pp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png" width="1456" height="1285" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1285,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3212435,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!N7pp!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 424w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 848w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 1272w, https://substackcdn.com/image/fetch/$s_!N7pp!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F11c97434-44b2-4165-924a-1a2c3a474e7a_2690x2374.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Claudes output - what it understands about me from my commonplace folder</figcaption></figure></div><p></p><pre><code><strong>Prompt:</strong>
Can you build a short list of some of what you know or think about me from the commonplace folder?

<strong>Output:</strong>
Based purely on what the notes reveal &#8212; not flattery, just observation:

<strong>You care deeply about quality, and it bothers you when things aren&#8217;t done well.</strong> The craft notes aren&#8217;t aspirational in a vague sense &#8212; they&#8217;re specific about the kind of people you admire (Cillian Murphy, Daniel Day-Lewis, Redzepi). These are people who made their discipline a life&#8217;s work, not a job. That&#8217;s a high bar, and you hold it for yourself too.

<strong>You&#8217;re somewhere between consuming ideas and acting on them &#8212; and you know it</strong>. The project note is the tell. You can describe exactly what you want to make, why it matters, what it would feel like. The gap isn&#8217;t vision; it&#8217;s the first move. The collection itself is, in part, a way of staying close to something without having to commit to it yet.

<strong>Simplicity is a value, but complexity keeps finding you.</strong> The task management note is a quiet self-portrait: you can build elaborate systems, you know they don&#8217;t work for you, and you still find them appealing. The reminder you left yourself &#8212; &#8220;if this works well, stick with it. Don&#8217;t be sold&#8221; &#8212; suggests you&#8217;ve been here before.

<strong>You&#8217;re professionally embedded in AI but personally uncertain about what it means.</strong> You&#8217;re learning it, working with it, thinking about how organisations adopt it. But the project note imagines making something about what AI does to human memory and meaning. That&#8217;s a different relationship &#8212; more ambivalent, more philosophical. Both are real, and they sit uneasily together.

<strong>The cancer note matters to you in a way that&#8217;s hard to articulate.</strong> You saved a stranger&#8217;s grief about love, loss, and what remains when everything else falls away. In a collection mostly about becoming and achieving, that note is doing something different &#8212; it&#8217;s a reminder of what anchors all of it. You know the stakes aren&#8217;t really about craft or manifestation.

<strong>You want to be great at something, and you want that ambition to feel legitimate.</strong> The manifestation notes, the grit notes, the &#8220;I want to be one of the greats&#8221; note &#8212; there&#8217;s a recurring thread of permitting yourself to want big things. That suggests the ambition is real but not yet fully owned.

The short version: someone who thinks carefully, feels things seriously, and is in the middle of deciding what to actually do with both.
</code></pre><p>Whilst there is a lot there, it is able to articulate me and what I hold dear incredibly well. It spots common themes, and builds a picture of who you are. I have been consistently surprised at how well it picks up on small nuances and can flesh out patterns that even I (as someone who considers themself generally pretty self-aware) have not been able to uncover.</p><p>More practically, you can then use this context to cross-reference and ask it questions about your thinking.</p><p>An example below, when asking about suggesting topics for me to write about - rather than doing what people typically do and saying something like &#8220;what articles should I write about X topic&#8221; - it can suggest things that it notices I take a lot of notes on but that are missing from my outputs.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!YnPO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!YnPO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 424w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 848w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 1272w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!YnPO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png" width="1456" height="962" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:962,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1848512,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!YnPO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 424w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 848w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 1272w, https://substackcdn.com/image/fetch/$s_!YnPO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F07218398-0011-4d59-aa46-0a5dbb349411_2968x1960.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Claude using the commonplace folder as well as my &#8220;outputs&#8221; folder to suggest themes for writing</figcaption></figure></div><pre><code><strong>Prompt:</strong>
Using this context, which topics do you think it would be interesting for me to write about, that I haven&#8217;t yet covered in the writing in my outputs folder?

Why do you think that would be good for me to cover, knowing my goals with my writing?

<strong>Output:</strong>
Here are six topics that are conspicuously absent from your writing &#8212; and why each one makes sense for you specifically:

<strong>1. &#8220;All the Answers, None of the Action&#8221;</strong>

Theme: The gap between knowing and doing

You&#8217;ve written more about productivity systems than almost anything else. This is the essay that earns that body of work &#8212; making the uncomfortable case that understanding a problem can become its own form of avoidance. That fluency in the language of change isn&#8217;t the same as change.

Why you: Your task management writing is honest and non-preachy. You&#8217;ve already built the credibility to say &#8220;I know all of this and it&#8217;s still hard.&#8221; That&#8217;s rarer and more useful than any framework. This is the essay your existing writing has been circling without landing.</code></pre><p></p><p><strong>Key Takeaways</strong></p><ul><li><p>Use your contents of the commonplace folder to allow Claude to build a picture of the topics you are interested in and are thinking/writing about.</p></li><li><p>Use this as a reference point for when you work with it.</p></li><li><p>Ask Claude to disagree with your ideas, or provide new perspectives. This is a challenge to our thinking that we don&#8217;t often have the luxury of having unless we share it with others.</p></li></ul><div><hr></div><h2>Limitations</h2><div><hr></div><p>It&#8217;s worth pointing out, I think there are some limitations with using just Obsidian for curation of taste and commonplace.</p><p>Obsidian is a text first tool, and it does this incredibly well. For me, imagery and aesthetic plays a massive role in things I find inspiring - and whilst I do collect some images in Obsidian, it is not efficient for keeping and traversing and building connections between lots of visual elements. I do use it </p><p>For this, I use a product called <a href="https://mymind.com/">MyMind</a> - I have been using this for over three years now, and have built up a collection of nearly 4500 cards.</p><p>The benefit of MyMind is that it is much more visual - I use it generally for saving images/videos/websites that I find inspiring. There are no folders or structure generally, it is a consistent feed of things that you have saved from around the internet.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!QJcG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!QJcG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 424w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 848w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 1272w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!QJcG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png" width="1456" height="944" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:944,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:7375314,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!QJcG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 424w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 848w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 1272w, https://substackcdn.com/image/fetch/$s_!QJcG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ebea2ba-ee88-49b9-93c9-d89ea21622db_3288x2132.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">MyMinds interface</figcaption></figure></div><p>Connections here are done by &#8220;vibe&#8221;, so if I were to select and image I can then look for other things that have a similar vibe, and it uses AI to surface these other relevant pieces of content. Below is an example where it is showing me images I have saved with the &#8220;same vibe&#8221; as the first image:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2_rQ!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2_rQ!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 424w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 848w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 1272w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2_rQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png" width="1456" height="935" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:935,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:4695449,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2_rQ!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 424w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 848w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 1272w, https://substackcdn.com/image/fetch/$s_!2_rQ!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f878948-baeb-4d83-b722-846d6f2d8c78_3268x2098.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">The &#8220;same vibe&#8221; feature in MyMind is great for surfacing themes</figcaption></figure></div><p>At the start of any visual project, this will be the place I turn to.</p><p>Obsidian is the main bulk of my written thinking and written organisation - MyMind is the majority of my visual thinking. I use the two of them in collaboration.</p><p>Every now and then there are some cases where I will move an image from MyMind to Obsidian, if I want to write about it in more detail. There are a few examples of where I have dived deeper specifically into why a particular visual has resonated with me, and the various things I notice about it. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!4ll9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!4ll9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 424w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 848w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 1272w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!4ll9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png" width="1456" height="1076" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1076,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:3230472,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/191376562?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!4ll9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 424w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 848w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 1272w, https://substackcdn.com/image/fetch/$s_!4ll9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe395092b-ffda-447d-98dc-35ad2a05146c_2814x2080.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">A &#8216;visual&#8217; note: Moved from MyMind to Obsidian and the idea developed</figcaption></figure></div><p>If I were somehow able to hook MyMind up to Claude and use it in tandem with Obsidian, it would be fucking incredible - but this is not the case as of yet! From my experimenting with image generation and using Claude to build websites/applications, using good and cohesive reference material for visualisation is all the more important than the efficiency/effectiveness of the prompt - so I am predicting that as time goes on it&#8217;s going to be even more valuable to have a collection of visual references.</p><p>I don&#8217;t think there is a decent product that exists that allows you to collate a really good collection of both written content and visual content. However for me, I quite like having the separation of concerns between a &#8220;visual&#8221; app and an app for &#8220;writing&#8221;.</p><p></p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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">Join <strong>2,000+ readers</strong> who subscribe to &#8220;The Thinkers Club&#8221; for free, or considered joining the community of <strong>100+ paid subscribers</strong>, who get access to exclusive monthly posts and community benefits &lt;3</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 class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian/comments"><span>Leave a comment</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.thethinkers.club/p/how-to-build-a-commonplace-in-obsidian?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p>]]></content:encoded></item><item><title><![CDATA[How to Make Obsidian Beautiful]]></title><description><![CDATA[The settings, theming and plugins that I have been using in my Obsidian vault for the last six years.]]></description><link>https://www.thethinkers.club/p/how-to-make-obsidian-beautiful</link><guid isPermaLink="false">https://www.thethinkers.club/p/how-to-make-obsidian-beautiful</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Wed, 04 Mar 2026 08:38:35 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/67e8094f-7451-4353-841e-ba05aca581b2_3708x2260.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Ever since I started posting my Obsidian setup online, I have had a barrage of questions about my setup. What theme is this? What font is this? What plugins do you use?</p><p>This is going to be a walkthrough of all my set up. By the end of this article, you will have a vault that looks identical to my own.</p><p>How Obsidian looks is a big reason I use it and have been using it for six plus years now. It&#8217;s simplicity is beautiful. We are very fortunate we have a piece of software and a tool that is flexible enough that we can customise it to be exactly how we want.</p><p>My vault is the fruit of six years of tweaking and getting it just right. I hope you enjoy.</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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 am writing about all things Obsidian, Tools for Thought and using AI to help our thinking. If you want more of this, then join the Club!</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p><div><hr></div><h2>Theming</h2><div><hr></div><p>The theme I use, and always have used, is <a href="https://github.com/kepano/obsidian-minimal">&#8220;Minimal&#8221; by Kepano</a>. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yeWt!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yeWt!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 424w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 848w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 1272w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yeWt!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png" width="1456" height="757" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:757,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:756171,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189855560?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!yeWt!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 424w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 848w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 1272w, https://substackcdn.com/image/fetch/$s_!yeWt!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe29757ea-d24c-4b51-bb2c-77a0b928b36f_2332x1212.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>There are some plugins I will discuss later down the line that change the look and feel of the theme even more. However I love how clean and, well, &#8220;minimal&#8221;, it is by default.</p><p></p><div><hr></div><h2>Fonts</h2><div><hr></div><p>I use two main fonts in my vault.</p><p>iA Writer Quattro is the main font and this is one I get asked about a lot. Back in the day i used to use the writing app iA Writer - and the font and clean UI was one of my favourite things about the app. This feeling was something I wanted to replicate in Obsidian.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!4RKD!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!4RKD!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 424w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 848w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 1272w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!4RKD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png" width="1456" height="578" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:578,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:185162,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189855560?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!4RKD!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 424w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 848w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 1272w, https://substackcdn.com/image/fetch/$s_!4RKD!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2591feab-1f9a-45ee-8bdc-1e3a31c7bf2e_1512x600.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><a href="https://github.com/iaolo/iA-Fonts/tree/master">It is available as a free download here</a>. </p><p>For the monospace font (which isn&#8217;t something that is used an awful lot across my vault) I use Geist mono by Vercel. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!dWoE!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!dWoE!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 424w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 848w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 1272w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!dWoE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png" width="1456" height="1450" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1450,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:266531,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189855560?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!dWoE!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 424w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 848w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 1272w, https://substackcdn.com/image/fetch/$s_!dWoE!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F34b71bc3-12cb-49ed-937b-86582295965d_2048x2040.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p><a href="https://vercel.com/font?type=mono">This can be downloaded for free here</a>.</p><p>Do check out the pixel variety too! Really nice :)</p><p></p><div><hr></div><h2>Plugins</h2><div><hr></div><p>My ethos with plugins has always been to keep it quite simple. Hence I don&#8217;t use many plugins.</p><p>In all honesty, I found it a bit overwhelming the amount of different things that can be installed, and I was very hesitant to build workflows around plugins that were ultimately created by the community and there was no guarantee that they would be continued to be developed. I wanted to build a note-taking system that would last a long long time, and this was a brittleness I didn&#8217;t want to introduce.</p><p>I keep my usage to seven plugins, and I have been using these now for years. They are all installable via the community plugins finder, so I won&#8217;t include links to them specifically.</p><p></p><p><strong>Calendar</strong></p><p>This works really well with the daily note core plugin - and is something I use pretty heavily. It shows a calendar in the sidebar, and you can easily transverse to a particularly daily note. It also visually shows you the days where you created a daily note with dots.</p><p>I use this often when going back to the previous week to look for what I wrote on a specific day.</p><p></p><p><strong>Hider</strong></p><p>Hider lets you hide/change parts of the Obsidian UI, and this is a critical plugin for getting the clean/minimalist aesthetic.</p><p>The settings I use are as follows:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;plaintext&quot;,&quot;nodeId&quot;:&quot;92df6a3b-9c25-4138-8be3-4beaccd3084b&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-plaintext">Hide tab bar: Off
Hide status bar: On
Hide vault name: On
Hide scroll bars: On
Hide sidebar toggle buttons: Off
Hide tooltips: On
Hide file explorer buttons: On
Hide search suggestions: Off
Hide count of search term matches: Off
Hide instructions: On
Hide properties in reading view: Off</code></pre></div><p></p><p><strong>Kanban</strong></p><p>I use the kanban plugin specifically to keep on top of writing tasks in my vault. This isn&#8217;t one I use extensively, but its definitely a nice quality of life improvement to be able to visualise the state of the different pieces of writing that sit within my vault.</p><p>It lives within my &#8220;Outputs&#8221; folder.</p><p></p><p><strong>Minimal Theme Settings</strong></p><p>Another plugin focused on styling! This handily lets you control some of the different elements of the Minimal theme.</p><p>I get asked a lot how you change the look of the navigation in Obsidian, and this is where this is controlled via the &#8220;Text labels for primary navigation&#8221;.</p><p>My settings are as follows:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;plaintext&quot;,&quot;nodeId&quot;:&quot;9aa069a0-aac9-4d30-b14a-12f6b6a7ff6a&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-plaintext">Colour scheme: Flexoki for light and dark
Background contrast: Default
Text labels for primary navigation: On
Colourful window frame: Off
Colourful active states: Off
Colourful headings: Off
Minimal status bar: On
Trim file names in sidebars: On
Workspace borders: On
Focus mode: Off
Underline internal links: On
Underline external links: On
Maximize media: On</code></pre></div><p>Then for the typography I use the following settings:</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9rKj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9rKj!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 424w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 848w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 1272w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9rKj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png" width="679" height="591" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/efca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:591,&quot;width&quot;:679,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:58592,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189855560?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9rKj!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 424w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 848w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 1272w, https://substackcdn.com/image/fetch/$s_!9rKj!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefca754d-7398-4d4e-b812-8a35a1e380a3_679x591.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><p><strong>Outliner</strong></p><p>Coming to Obsidian from Roam Research, I got very used to working with nested bullets. This replicates some of the same behaviour that you found in Roam, and being able to traverse lots of nested bullets.</p><p>My writing has moved more away from nested bullets now, so I am not sure whether this is still completely necessary for my vault and the way that I work - however it does no harm so I keep it! :)</p><p></p><p><strong>Style Settings</strong></p><p>There are a tonne of options here to control every aspect of visual settings of you vault. However, most of what I keep here is default. The one thing that it does change however is the styling for my tags.</p><p>I use tags a lot, and every note I have in my vault uses tags at the top of the page that will act as metadata. Being able to move away from the standard &#8220;pill&#8221; shape of the tags and have plain text was important.</p><p>The only setting I have changed in this plugin is:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;plaintext&quot;,&quot;nodeId&quot;:&quot;fc8f4c9a-344b-4115-b505-b9d50d9c164f&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-plaintext">Plain tags: On</code></pre></div><p></p><p><strong>Terminal</strong></p><p>The most recent addition, and I have installed this to use as an integrated terminal when speaking with Claude.</p><p>This is still something that I am working out though - I find myself using it sometimes, and other times using my default terminal (Warp) and having both Warp and Obsidian open at the same time. Only time will tell which I prefer I guess!</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xB8j!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xB8j!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 424w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 848w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 1272w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xB8j!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png" width="1456" height="1056" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1056,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:497147,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189855560?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xB8j!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 424w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 848w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 1272w, https://substackcdn.com/image/fetch/$s_!xB8j!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f7c4787-c710-48a3-a3e6-58f7dc77eff4_1486x1078.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><div><hr></div><h2>Custom CSS</h2><div><hr></div><p>I have only written custom CSS for one small aspect of my vault, which is the callouts.</p><p>IMO callouts are a pretty underutilised feature in Obsidian generally, in that I rarely see others using them. If you have used Notion, you are likely familiar with the callout box, and that is something I use often there also.</p><p>Having a custom colour to match the monochrome nature of my vault was something I wanted to do - and it&#8217;s pretty easy in the sense you just create a .css file and then drop it in your ./obsidian/snippets folder. This can then be loaded under the &#8220;Appearance&#8221; tab in settings.</p><p>The CSS for my callout snippet is:</p><div class="highlighted_code_block" data-attrs="{&quot;language&quot;:&quot;css&quot;,&quot;nodeId&quot;:&quot;b2b786b8-308b-4272-b63f-7b755d5276ef&quot;}" data-component-name="HighlightedCodeBlockToDOM"><pre class="shiki"><code class="language-css">.callout[data-callout=&#8221;north-star&#8221;] {
--callout-color: 158, 158, 158;
--callout-icon: sparkle;
}</code></pre></div><p>This controls the colour, but it also controls the icon that appears at the top of the callout. I use the callout in my daily note for my daily goals, and have used a star icon.</p><p></p><div><hr></div><h2>Conclusion</h2><div><hr></div><p>The flexibility of Obsidian can be overwhelming for folks - and this is one of the biggest sticking points I have found as to why people don&#8217;t continue with it. Taking a small amount of time to get your vault feeling as you want it to I think is a worthwhile investment of time.</p><p>Of course, its all very tempting to continuously tweak things (been there done that) but I am pleased to say that these configurations have been pretty consistent in my vault for the last four/five years now and my tweaking is kept to a minimal!</p><p>If there is any other aspect of my vault that you would like to find out more about, or for me to dive deeper into then please let me know by leaving a comment below or reaching out to me directly.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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">The Thinkers Club is a reader-supported publication. 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[How I Structure Obsidian & Claude Code]]></title><description><![CDATA[A practical walkthrough to structure Obsidian and Claude code in a way that works efficiently and effectively.]]></description><link>https://www.thethinkers.club/p/how-i-structure-obsidian-and-claude</link><guid isPermaLink="false">https://www.thethinkers.club/p/how-i-structure-obsidian-and-claude</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Mon, 02 Mar 2026 14:23:28 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!oYmV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I have held off for writing this for some time for a couple of reasons. </p><p>There has been a lot of information shared recently about Obsidian and Claude - some of it I believe is great, some I believe is not so great. I wanted to make sure that I had a robust and thoughtful way of working that stayed true to my values, rather than contributing something brittle when there was a lot of hype happening and noise. </p><p>The last couple of months, I have been entirely focused on finding the best way to integrate Claude into my daily work to help me get more efficient at both my job but also writing and thinking. </p><p>I believe now though I am ready to share my workflow. I am pleased with how it is, the value it is bringing to me, and I don&#8217;t see this changing drastically in the near future.</p><p>Feel free to take inspiration, or use it in your own setup. This has been working very well for me - and I hope it will work well for you also!</p><p>Also - please ask any questions as a comment. I am more than happy to help, offer guidance or just chat about my workflow!</p><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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">The Thinkers Club is a reader-supported publication. 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></p><div><hr></div><h1><strong>1. File Structure</strong></h1><div><hr></div><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Dkca!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Dkca!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Dkca!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg" width="724" height="346.52416356877325" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:515,&quot;width&quot;:1076,&quot;resizeWidth&quot;:724,&quot;bytes&quot;:35494,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.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_!Dkca!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Dkca!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0e803de2-5da6-4d03-9bbf-3453ada22503_1076x515.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><figcaption class="image-caption">The folder structure I use on my machine</figcaption></figure></div><p>Initially, I started putting everything in to my Obsidian vault (meeting transcripts, generated files) however quickly realised this was not a good fit for me.</p><p>My knowledge graph was getting diluted by a lot of files/transcriptions - these are useful to speak with Claude about, but less useful to have visually in Obsidian. I try and keep a separation of concerns between notes that I have personally written, and things that are generated by AI. </p><p>I now have a dedicated Claude folder, which contains everything that I work with Claude on. There are three sub-folders: <br><br><strong>Github<br></strong>This contains both my personal codebases, work codebases and our company repository of skills/docs (affectionately named &#8220;Zkills&#8221;). Everything goes in there from PRDs, to customer research transcriptions to sales calls to Claude configuration files for our repositories.</p><p>I use Claude to parse a lot of this information, and reference company documents when making engineering decisions. This is becoming our default knowledge base over something like Notion - and through MCPs the flows are made much more efficient. <br><br>Example prompt: <em>&#8220;Look at the latest PRD and create me a Linear project from the PRD. Create specific tasks for each stage&#8221;. </em></p><p><strong>Meeting notes<br></strong>I use a Raycast extension to export all of my Granola notes into their own dedicated folder. This has been really helpful in being able to use Claude to recall recent actions. </p><p>Example prompt: <em>&#8220;I have a 121 upcoming with X person, what were the actions we took in our last meeting, and is there anything I need to do prior to our call?&#8221;.</em></p><p><strong>Obsidian Vault<br></strong>My Obsidian vault is where all of my writing happens. Daily notes, commonplace notes, written thinking, articles and social media posts. This is a practice I have been keeping now for the last six years with Obsidian specifically, and then before that other tools (Roam, Notion etc).</p><p>Claude has been ridiculously valuable when given access to all of this context, and has been transformational in how I think and write.</p><p>This article is about this section specifically. Let me dive deeper...</p><h2><strong>Key Takeaways</strong></h2><ul><li><p>Setup a dedicated &#8220;claude&#8221; folder on your machine. All context lives within here. </p></li><li><p>Separate AI generated notes away from your Obsidian vault. This helps keep the vault/knowledge graph clean. Mass amounts of generated transcripts/notes in your vault is not actually that useful on the knowledge graph - however Claude having access to them is useful. </p><p></p></li></ul><div><hr></div><h1><strong>2. Obsidian Vault Structure</strong></h1><div><hr></div><p>The main structure of my Obsidian vault has not changed with the introduction of Claude. </p><p>My ethos from starting to use Obsidian years ago has always to keep things as simple as possible - and I have found that this works well, especially when working with AI. My setup has not overly changed in the last six years, because it has been created around how I like to think and how I work.</p><p>Across my Obsidian vault I utilise three main forms of navigation: folders, tags and backlinks.</p><h2><strong>Folders</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!DvlK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!DvlK!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 424w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 848w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!DvlK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg" width="1068" height="1002" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/aa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1002,&quot;width&quot;:1068,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:57805,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.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_!DvlK!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 424w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 848w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!DvlK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faa693add-dd25-4f62-8972-89937d7ef9b7_1068x1002.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><figcaption class="image-caption">Folders can be seen in lefthand side bar</figcaption></figure></div><p>I keep my folder structure very simple. I have experimented with no-folders, but like this minimal folder setup. </p><p>As you can see from the lefthand sidebar, I have 5 folders: </p><p><strong>Polaris<br></strong>Polaris is my North Star section of the vault - this is where I keep my main goals, aspirations, &#8220;top of mind&#8221;, amongst other things. </p><p>This has been one of the biggest wins in terms of Claude efficiency, as it uses this folder as a guiding reference point for when it does my thinking. (More on this later).</p><p><strong>Logs<br></strong>This is where the daily notes live. I treat a daily note as a scratchpad, writing things down on the fly. An example can be seen in the picture above.</p><p><strong>Commonplace<br></strong>This is the main part of my vault. Lots of separate notes live in there, and each represent a different thought - staying true to the original concept of a &#8220;commonplace book&#8221;. </p><p><strong>Outputs<br></strong>This is where I do all my writing for things that are going to be shared - currently writing this in the Outputs section of my vault :) </p><p><strong>Utilities<br></strong>Bits that help the vault work - images, templates, canvas&#8217;, people etc </p><h2><strong>Tags</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!nW7y!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!nW7y!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 424w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 848w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!nW7y!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg" width="1200" height="1051" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1051,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:90013,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.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_!nW7y!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 424w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 848w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!nW7y!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F354e70b2-34b4-44e1-9830-086b363b7459_1200x1051.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><figcaption class="image-caption">An example of the tag pane, and how I capture tags in my notes</figcaption></figure></div><p>Tags is one of the most criminally underutilised ways of navigating through an Obsidian vault, in my humble opinion. I don&#8217;t see many people working in a similar way, and I think it is a shame. </p><p>Firstly, you can nest tags. Looking at the left sidebar above, in the tag pane I have &#8220;parent&#8221; tags, these can be opened and sub-tags kept within them. </p><p>Secondly, tags are very portable and keep with the &#8220;file over app&#8221; mentality. I have tried migrating my vault to other applications (Bear notes, as an example) and it works seamlessly. </p><p>Thirdly, tags works well with Claude. I can get more specific by prompting &#8220;look for notes within the articles tag&#8221; and it will filter them.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!W8vG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!W8vG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 424w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 848w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!W8vG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg" width="1200" height="860" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:860,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:64158,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.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_!W8vG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 424w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 848w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!W8vG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd31bae85-7a79-4f18-95c1-bc40e4ccd2ee_1200x860.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><figcaption class="image-caption">My tagging structure</figcaption></figure></div><p>Each note I create has a set of tags that act as metadata at the top of them. Above is a screenshot of the tag structure as it currently stands. </p><p></p><h2><strong>Backlinks</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!e0C_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!e0C_!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 424w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 848w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!e0C_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg" width="1200" height="945" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:945,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:74519,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.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_!e0C_!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 424w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 848w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!e0C_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F74848eb2-1584-428a-828d-e248cc840e68_1200x945.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><figcaption class="image-caption">An example of a note with a backlink</figcaption></figure></div><p>Backlinks are used to make connections manually between notes. It is a good way to leave trails for yourself to help with your thinking. </p><p>The example above is a note that I made when reading an article on manifestation. There were several ideas I took from this article, and I decided they warranted their own notes. Building a connection between the two means that original context is not lost. </p><p>Also - Claude is very good at suggesting backlinks and connections between notes that you might have missed. I have a command specifically for it. </p><h2><strong>Key Takeaways</strong></h2><ul><li><p>Keep vault organisation simple and predictable. Ideally this is something that you pick and should work with for a long time without changing. </p></li><li><p>Tags are an under-utilised source of Obsidian vault navigation (in my humble opinion!). They work well natively, and with Claude!</p></li><li><p>Understanding how your vault is organised, can help you make Claude more efficient. </p></li><li><p>Claude is great at building connections and surfacing connections that you may have missed. </p><p></p></li></ul><div><hr></div><h1><strong>3. Using Claude with Obsidian</strong></h1><div><hr></div><p>At first I was skeptical about how valuable this would be - but as time goes on I become more and more impressed just by how helpful Claude is for my own thinking and workflows. It continues to surprise me at how well it is able to build connections in my thinking, challenge my assumptions and prod at areas that I need to dig deeper into</p><h2><strong>One of my Favourite Examples</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!oYmV!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!oYmV!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 424w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 848w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!oYmV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg" width="1200" height="802" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/aea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:802,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:145894,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.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_!oYmV!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 424w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 848w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!oYmV!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faea57332-6265-410e-a3ca-56a0848e5a7b_1200x802.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><figcaption class="image-caption">Claude doing it&#8217;s thing</figcaption></figure></div><p>Recently, I found out I was going to be becoming a father for the first time. It&#8217;s been a long road - and this is a whole new set of emotions/thoughts for me. Everything I think of goes into my vault.. I write every little thought, idea, concern, anxiety down onto these pages - I have done this for years. </p><p>Claude picked up that whilst I wrote about everything, I didn&#8217;t write much about the thought of being a father - despite it being something that is top of my mind. It asked why that might be. </p><p>This was something I hadn&#8217;t picked up on - but it prodded a vulnerability that hadn&#8217;t even crossed my mind. Why was I avoiding those thoughts? </p><p>This is something it continues to help me with and it features heavily in my responses especially when speaking about. </p><p>In the screenshot above it flagged up a connection between a fiction writing project I have been working on. &#8220;Do the math&#8221;. It is getting snarky at my own emotional incompetence and naivety. &#128518; </p><p></p><h2><strong>Utilising &#8220;Top Of Mind&#8221; &amp; &#8220;Polaris&#8221;</strong></h2><p>In my &#8220;Polaris&#8221; section of my vault, I keep everything that is important to me. One of those notes is &#8220;Top Of Mind&#8221;. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!cHd_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!cHd_!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 424w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 848w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!cHd_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg" width="1107" height="1002" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1002,&quot;width&quot;:1107,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:91304,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.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_!cHd_!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 424w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 848w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!cHd_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd014ea84-27dd-410a-951b-ef5fb8cf45f6_1107x1002.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><figcaption class="image-caption">My &#8220;top of mind&#8221; note</figcaption></figure></div><p>I can use this as a reference point for Claude to refer back to when I am thinking of anything new.. It holds me accountable for losing focus on things and chasing shiny objects. </p><p>This is a document that I update every couple of weeks generally - it has been really valuable for making Claude more focused and efficient. The descriptions don&#8217;t need to be long here at all, as long as the point is clear.</p><p>The Life Razor is a concept I picked up from Sahil Bloom - where your life&#8217;s mission is defined by one sentence. Coming up with this has been a valuable exercise it itself I have used Claude for - however, now I have this statement it is again really useful as a reference point. </p><p>Example prompt: <em>&#8220;How are my current actions aligned with whats top of my mind?&#8221;</em></p><p>Example prompt: &#8220;<em>I am thinking about taking on X opportunity.. How does this help or detract from my life razor?&#8221;</em></p><h2><strong>Idea Reports</strong></h2><p>I will likely do another post/article somewhen on some of the commands/prompts I have written for Claude specifically to use in Obsidian.. but one of my favourite is the &#8220;Idea report&#8221;. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!67qx!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!67qx!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 424w, https://substackcdn.com/image/fetch/$s_!67qx!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 848w, https://substackcdn.com/image/fetch/$s_!67qx!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!67qx!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!67qx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg" width="1200" height="871" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:871,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:145614,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.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_!67qx!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 424w, https://substackcdn.com/image/fetch/$s_!67qx!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 848w, https://substackcdn.com/image/fetch/$s_!67qx!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!67qx!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3553e698-965a-490e-a4fe-4aad719cf352_1200x871.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><figcaption class="image-caption">Claude outputting a &#8220;idea report&#8221;</figcaption></figure></div><p>The prompt here is: <em>&#8220;I have a few hours of spare focus time - what should I work on&#8221;?</em></p><p>This then breaks makes suggestions for different areas - things to build, people to reach out to, ideas to investigate or build on top of as well as actions that I may have missed. </p><p>It has the context of everything that I have been thinking about, and the output above you can clearly see the cross-referencing between my thoughts as well as other things I have been writing about. </p><h2><strong>Making Use of Vault Structure</strong></h2><p>Having a simple vault structure can make navigation much easier. An example is here below..</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!f-Qd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!f-Qd!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 424w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 848w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!f-Qd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg" width="1200" height="806" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:806,&quot;width&quot;:1200,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:118219,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.thethinkers.club/i/189366095?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.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_!f-Qd!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 424w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 848w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!f-Qd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6b4576e5-3020-4d0b-b418-78d902bae56b_1200x806.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><figcaption class="image-caption">Claude using my vault navigation</figcaption></figure></div><p>I am starting to write about &#8220;craft&#8221; as a topic, and I want to pick up the references from within my vault. I know I have a craft tag, so I can ask Claude to pick me up the files that sit within that tag. </p><p>Then, we can dive down on specific notes or look for specific themes across each of them.</p><p>Example prompt: <em>&#8220;Show me all of my Obsidian notes that have the tag craft&#8221;</em></p><p>Example prompt: <em>&#8220;Is there any connected ideas amongst these resources that would make an interesting topic to write about specifically?&#8221; </em></p><h2><strong>Key Takeaways</strong></h2><ul><li><p>Claude performs incredibly well at looking for threads that haven&#8217;t been explored, and asking questions for deeper thought. </p></li><li><p>Introduce a &#8220;polaris&#8221; type document/folder - this should include what is top of your mind, goals, aspirations, personal values. Claude will reference this often and these principles help guide it&#8217;s thinking. </p></li><li><p>Create commands/prompts that are specific to your ways of working. </p></li><li><p>Keeping a simple vault structure will help the efficiency of Claude. </p></li></ul><p></p><div><hr></div><h1><strong>Conclusion</strong></h1><div><hr></div><p>What I have found with Obsidian, pretty continuously over the last few years, is there is a lack of information that focuses very specifically on how to use it day to day. As a tool that provides little guidance and a lot of flexibility, it is very intimidating to get started. </p><p>There are great tutorials on how to build a specific thing, but never very many on how to build a workflow that covers everything. Or there are great tutorials for people doing a research job or that are studying full time. </p><p>Claude is another such tool, and it is becoming more and more challenging to find real world use cases amongst a barrage of hype. </p><p>Hopefully the above has given people a decent foundation for which to get started with Obsidian and Claude - two incredibly powerful tools. </p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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">The Thinkers Club is a reader-supported publication. 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[How to Get Things Done]]></title><description><![CDATA[Every single thing I know about organising work]]></description><link>https://www.thethinkers.club/p/how-to-get-things-done</link><guid isPermaLink="false">https://www.thethinkers.club/p/how-to-get-things-done</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Mon, 02 Feb 2026 08:02:00 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/d029f332-9162-47a5-906a-b6de8acd5a5b_908x707.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I get asked about task management quite a lot and the process in which I follow for staying on top of my to-do&#8217;s. The truth is it is one of the practices in which I have struggled with the most throughout my life and career. </p><p>As an idea it is deceptively simple - define what needs to be worked on, compile a list and then see it through. We have a tendency to over complicate it however. </p><p>More and more I find myself thinking about how simple productivity is as a whole, and how we have become trapped into trying to overcomplicate the art of &#8220;being productive&#8221;. I have fallen foul of this trap too. </p><p>We have a glut of tools that allow us to manage our tasks and stay on top of things. There is a whole ecosystem of productivity guru&#8217;s who each claim to have the golden nugget of information that will help us become our best productive selves. </p><p>The landscape is quite overwhelming, so I understand deeply the confusion people have that lead to reaching out and asking me about how to manage tasks. </p><p>I will share the process I follow and some of the traps I have fallen into in this article. But the overarching theme is the simplest form you can get away with for being productive the better. If you take one thing away from these words, let it be that whatever you are doing right now is probably overkill. Stop overthinking and reduce the form. </p><p></p><div><hr></div><h3>History</h3><div><hr></div><p>I first stumbled across the Bullet Journal method when I spotted the book in a little homeware shop me and my wife liked to visit in Exeter. It called out to me for reasons unknown - but I knew I had to purchase it. Up until that point task management was not really something I had ever given too much consideration to. What I needed to get done, I kept in my head and then just did it when I found some time. </p><p>I bought a journal and kept this practice up for several years. I loved it and it worked. Limitations started forming however, when I noticed myself getting busier and busier. I wanted to capture tasks when I didn&#8217;t have my notebook to hand, and I wanted to store tasks for a longer period of time - things that I knew I needed to do but didn&#8217;t want to do now. </p><p>In hindsight this was my first critical mistake and it lead to a few years of pain. I flitted around all the usual suspects for YEARS.. Todoist, Things, Tweek, Notion kanbans.. You name the tool I have probably tried it. </p><p>Nothing stuck. I built systems and flows in these tools each time hopeful that this was going to be the thing that let my stay on top of all of the mountain of work that was piling up on me, but none of them lasted more than a few days. </p><p>Strangely enough, last year me and my wife were looking around a homeware shop in the Cotswolds, when I spotted a weekly spread on paper. Eerily similar to buying the bullet journal method all those years ago, I knew that I had to have it and give it a try. </p><p>Capturing tasks on that weekly spread was the first time in a long time that I was able to successfully keep up and on top of things. I kept it up for a while, but have since moved to travellers style notebook where I have a dedicated calendar notebook as well as a writing pad. I have thought a lot about what changed and why this method proved so well for me. </p><p>I don&#8217;t believe it is an analog vs digital debate specifically. What I have put it down to is you are forced to be much more intentional when you only have a limited space to capture things. </p><p>The error in moving away from the Bullet Journal method was in the fact that a digital tool made it easier to collect tasks whenever they came to my head. Whilst I thought that was great at the time, it is actually damaging. </p><p>The friction of writing something down by hand means that you are more likely to make a decision to decide that I won&#8217;t do a certain task. You limit the things that come into play and that are in your line of sight, and I think this is CRUCIAL. </p><p></p><div><hr></div><h3>My Current Flow</h3><div><hr></div><p>Each morning, I wake up make a coffee and dedicate ten minutes to writing down what needs to be done today. </p><p>This is written on paper. It&#8217;s usually four or five things that are on top of my mind. I find this is incredibly useful just to get anything out of my brain that is being held on to. The act of getting it down on to a page is both useful and meditative. If its top of your mind and you can recall it in this way, then I feel pretty confident it is important to do. </p><p>I keep a weekly list in a Raycast note, with each day of the week. After I have written the tasks down manually, I will open my Raycast note, and see what hasn&#8217;t been done from the day before and how it fits with what I wrote down. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!5Jz1!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!5Jz1!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 424w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 848w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 1272w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!5Jz1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png" width="1280" height="900" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:900,&quot;width&quot;:1280,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1042312,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.quiet.engineer/i/186587785?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!5Jz1!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 424w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 848w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 1272w, https://substackcdn.com/image/fetch/$s_!5Jz1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89e53996-3fe7-498a-b1a5-3ede79e3a4f2_1280x900.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>I then set a 30 minute focus session (on Raycast) and try and get as much as them done as possible without distraction. This is a super critical step for me actually - usually tasks are much quicker to do that you imagine them to be, and getting a few quick wins in first thing in the morning is a great feeling. </p><p>Anything else that is bigger, I will be sure to schedule time in the calendar for that day to getting it done. Tasks should be limited to the maximum of an hour - if it is longer than that it should be broken down. </p><p>I use Raycast notes over Obsidian (which would also work) purely for the fact that Raycast notes persists at the side of my screen when I open another window. Being consistently reminded that these things need doing and being able to see them consistently is really helpful. Sure there is a little bit of friction there, and it would probably be a bit tighter/neater in Obsidian, but I am ok with the small level of friction. In this case it is quite helpful. </p><p>One of the things I was worried about was not having the ability to write down &#8220;someday&#8221; tasks that I wanted to do at some point in the future - but I think ridding your mind of the burden of these things is healthy. I have found no downside to not having a longer time list of things that need doing. I simply decide to do it at some point this week, and if it isn&#8217;t going to be finished this week then I don&#8217;t think about it at all. </p><p></p><div><hr></div><h3>Lessons Learned</h3><div><hr></div><p><strong>1.</strong> <strong>Simple is best</strong> - You don&#8217;t want to be spending longer than necessary or any brain space on creating a workflow to manage your tasks. The simplest form you can get away with is probably the best. </p><p><strong>2.</strong> <strong>Removing tasks is as important as doing them</strong> - Making the decision to not do something is as important as getting things done. It stops you from focusing on the fluff, and keeps your working on the critical. </p><p><strong>3. Get shit done</strong> - I found myself stressing and worrying about how tasks were being captured and organised more so than doing the actual work. Productivity is as simple as just doing the thing that needs to be done. If you are putting more thought into it, then you are overthinking. </p><p><strong>4. Be honest with yourself</strong> - I knew for a long time trying these different tools wasn&#8217;t working for me, but I wasn&#8217;t honest with myself. Probably because I wanted to try and be smart and find a clever way of managing tasks. I would have saved a shit load of time had I just cut my losses and been honest with myself. </p><p><strong>5. Make time</strong> - Having the time to look over, write tasks down and be intentional is critical. This is a step many people forget, and then wonder why things aren&#8217;t happening. At the start of each day, carve out some time to schedule your day.</p><p><strong>6. Schedule creativity</strong> - Whilst tasks generally are something you can tick off and complete, I have found that scheduling time to &#8220;think about X&#8221; has been really beneficial. This is a very recent thing for me, but it has already proved to be incredibly valuable. It could be as simple as sitting and thinking about a topic, making some notes or mind mapping. </p><p><strong>7. Reflect on each week</strong> - Looking back over the week and seeing how you have done is a nice practice. I often found how I have deviated from my intentions at the start of the week, and there are few things I intended to do that haven&#8217;t been done. Being aware of this, and taking it into account will only make you stronger and more efficient.</p>]]></content:encoded></item><item><title><![CDATA[Get Your Ducks In A Row]]></title><description><![CDATA[The mentality I will be taking in to 2026]]></description><link>https://www.thethinkers.club/p/get-your-ducks-in-a-row</link><guid isPermaLink="false">https://www.thethinkers.club/p/get-your-ducks-in-a-row</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Fri, 02 Jan 2026 17:21:18 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/85ecf5a3-bab1-490c-b19a-d0d9226c3ae9_640x457.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Sitting behind me as I write these words is a embarrassingly dusty bookshelf and a tonne of well-read books. A good portion of those are non-fiction/self-help from a period of lapping up every bit of personal development wisdom I could find. Most of the popular tomes you have heard of from your favourite (or least favourite) thought-leader I have likely read at some point. </p><p>Self-help is a type of book I have veered away from the last couple of years however for one simple reason. It&#8217;s literally the same few messages repackaged in a different way a thousand times over. </p><p>I have come to refer to that message as &#8220;get your ducks in a row&#8221;. A message I find I have to give myself and remind myself of often.</p><p>My favourite few non-fiction books as an example - Dan Charmas &#8220;Work Clean&#8221;, Oliver Burkemans &#8220;4000 weeks&#8221;, Greg McKeowns &#8220;Essentialism&#8221; and &#8220;Effortless&#8221;, Cal Newports &#8220;Digital Minimalism&#8221;, James Clears &#8220;Atomic Habits&#8221;. As much as I love these books, the message I take away from all of them is about stripping things back and doing the basic and (often) most obvious things well. </p><p>Unfortunately myself and doing the basics well have had a turbulent relationship. It turns out I am not a natural duck herder, and my ducks are all over the fucking place. </p><p>Not revising at school and then wondering whey my exam results were not as good as they could have been. Not putting the time in to consistently write, and then wondering why essays are not appearing on my Substack. Not tidying the house and then cursing when its a mess. Not exercising and then wondering why I am putting on weight. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!9GM4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!9GM4!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 424w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 848w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 1272w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!9GM4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png" width="536" height="561.5955056179776" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1492,&quot;width&quot;:1424,&quot;resizeWidth&quot;:536,&quot;bytes&quot;:2172057,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.quiet.engineer/i/183261613?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!9GM4!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 424w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 848w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 1272w, https://substackcdn.com/image/fetch/$s_!9GM4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4e8d3b3-9945-460d-85e9-115c51232500_1424x1492.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>See I am happy to fall into the trap of thinking about the more glamorous and exciting things that come later. I will spend days perfecting the exact topics and long term strategy of what I want to write, and how it&#8217;s all going to piece together in some master plan that will see me on my way to success, yet I will neglect the one thing that will actually move the needle.. Writing some words. </p><p>I will fall down rabbit holes of curating the perfect lifting routine based on research and science that will have the maximum affect but I struggle to go outside and lift the weights. Even something as simple as dropping to the floor and doing fifty push ups each day would get me exponentially further to the end goal than my inaction and overthinking.</p><p>At work, I can spend time chasing and researching the new technologies and novel ways to save age old problems rather than getting shit done.</p><p>But this is all a facade. It&#8217;s the same as all of these self-help books that regurgitate the same message a million times over. It&#8217;s not that I or you or we don&#8217;t know that these things are helpful - it is obvious - but actually having the discipline to sit down and be real with yourself about doing the unglamorous work is everything. </p><p>Maybe this plain straight talking advice doesn&#8217;t really sell well. It&#8217;s not sexy, it&#8217;s not exciting. People look for the magical routine that will solve all their problems and bestow them with unlimited riches and success and they will forever be the envy of others. This is why I believe we have so many different flavours of the same piece of advice. </p><p>For me, I am in my best place mentally when I am focusing on making sure all bases are covered and that the simple things are being done to a high standard - probably because I can see that things are getting done and that I am moving in the right direction. It might seem overly simplistic, but I am surprised everytime I catch my ducks getting out of line and I need to resort to falling back to these things, just how powerful they actually are.  </p><p>This means: </p><ul><li><p>Eating healthy.</p></li><li><p>Exercising regularly. </p></li><li><p>Keeping my physical and digital spaces tidy of clutter.</p></li><li><p>Setting goals each morning, and getting them done. </p></li><li><p>Spending time to write each morning. </p></li><li><p>Spending time to read each morning. </p></li></ul><p>If you do those things, these few simple things in and throughout 2026, I guarantee you you will be ahead of the majority of people. </p><p>Get the basics sorted. Do them well. </p><p>Get your ducks in a row. </p>]]></content:encoded></item><item><title><![CDATA[We got Digital Minimalism wrong]]></title><description><![CDATA[It's more than just monochrome apps. Three simple ways to embrace digital minimalism.]]></description><link>https://www.thethinkers.club/p/we-got-digital-minimalism-wrong</link><guid isPermaLink="false">https://www.thethinkers.club/p/we-got-digital-minimalism-wrong</guid><dc:creator><![CDATA[James Bedford]]></dc:creator><pubDate>Mon, 09 Jun 2025 10:49:31 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/891021bd-5a2c-47f1-8c0a-8f1592fceae0_1434x906.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I first read Cal Newports "Digital Minimalism" shortly after it came out in 2019. It resonated a lot with me. At a time when I was very focused on my work as a software engineer, it helped me to understand that I was terminally online and the negative effects of being so. Digital Minimalism was a first realisation that what I was feeling and experiencing was a result of my bad digital habits. </p><p>The core concepts are rooted around becoming less reliant on technology to live our every day lives. We can't escape it in it's entirety, but being mindful about social media, conscious of screen time and having a simpler approach to using digital tools that so many of us rely on day to day.</p><p>It's grown in popularity, especially over the last few years and rightly so. We are becoming more attuned to the negative impact living on a screen brings - and we are questioning if there is a better way of doing things. People are intentionally cutting back on social media, finding simpler ways of building and creating - and I am all for it. </p><p>Yet somewhere along the way, digital minimalism has seemingly turned into an aesthetic. We have started focusing on the surface level - apps that look simple, or quitting a particular social media rather than making actual change.</p><p>Don't get me wrong. I love the look of minimalist interface, and it's something that I take great influence over in my own work, but there's a risk here. When we focus on the appearance of minimalism or the surface level, we miss the deeper work that Cal wrote about so well. </p><p>Deleting apps or simplifying a home screen is great - but only if it&#8217;s part of a larger process that affects your behaviour and how you are living your digital life. Without that foundation, aesthetic minimalism becomes little more than digital feng shui. Simple and clean interfaces are easy to fetishise as it gives us the <em>feeling</em> of clarity and being on top of everything without necessarily helping us achieve it. And in doing so, they can distract from the harder, deeper task of rethinking our relationship with technology.</p><div><hr></div><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.thethinkers.club/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">Join <em>Cultivate</em>&#8212;a regular dose of digital clarity for thoughtful builders &amp; creatives.</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><p>Imagine it in terms of physical clutter. If you are tidying your house and you move every little bit of mess or rubbish into one room and then shut the door, the illusion is that you might be on top of everything, but the bad habits that got you into such a state in the first place still exist - they are just hiding behind the door. Nothing has been sorted, it's just been moved somewhere out of sight.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!f5KB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!f5KB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 424w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 848w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 1272w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!f5KB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png" width="500" height="562" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:562,&quot;width&quot;:500,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:337681,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.cultivate.is/i/165525606?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!f5KB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 424w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 848w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 1272w, https://substackcdn.com/image/fetch/$s_!f5KB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbc33d0d2-50dd-4cd0-8b67-df23a339ca97_500x562.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Simple aesthetics are not an excuse for bad habits and complex workflows.</figcaption></figure></div><p>This is where most people get stuck in that they change the surface, but not the core. They use tools that look simplistic, but spend days building complex systems and workflows that bring very little benefit. They organise their apps nicely on the home screen, then spend hours mindlessly on them. They delete Tiktok, then binge YouTube. They announce their departure from Instagram and then doom scroll Substack. They spend hours making their Notion "aesthetic AF &#10024;", but then never actually use it for what they have designed it for.</p><p>I speak from experience by the way, I have fallen into every trap imaginable, believing that I was making positive change in my life but swapping one vice for another. I cringe when I think back to how overly complex I made things for myself in the guise of "minimalism". So much time wasted. </p><p>For me I was always chasing the one way of working that would help me solve all of my problems - but being true to myself, the only issue was I was avoiding doing the things that I was supposed to. I wasn&#8217;t getting shit done. All I was doing was plastering over my lack of agency with a facade of things that were making me feel &#8220;productive&#8221;. That is a bad place to be, readers. </p><p>Yet I have learned from my mistakes - and I want to help you embrace digital minimalism and digital clarity also.</p><p>Design your digital life around your values, from your goals. Start from the inside, then work outward. Most importantly, be an honest critic for yourself and hold yourself truly accountable for building healthier habits.</p><p>Here&#8217;s how I think about it:</p><p></p><h3>1. Define your outcome. </h3><p>What do you actually want from your digital life? More focus? Deeper work? Less comparison? Just to be behind a screen less? Clarity starts with direction.</p><p>For me it was about having less comparison, less busy work and more creativity. I let go of the places that made me feel like shit (looking at you, Instagram) and dived deeper into actions like writing in my physical journal, or capturing inspiration via Obsidian and MyMind. </p><p>These things are good for me, and again, digital minimalism is not about abstaining from all digital tools, that is not realistic, it is about being mindful and intentional.</p><p></p><h3>2. Audit your tools.</h3><p>Every app should earn its place. If it doesn&#8217;t help you create, connect, or grow - it&#8217;s probably noise. Delete the apps that are sitting on your phone unused. Get rid of the social media accounts where you don't actually post but just doom scroll.</p><p>This took me a lot of time to do, and was hard, but it is an important process. I said goodbye to social media accounts that had 10,000+ followers that had been the accumulation of years of work as your own mental health is always more valuable than social clout. I deleted all of the productivity apps from both my phone and laptop that I liked, but only used occasionally. </p><p>I speak to so many people who are constantly chasing the new tool to solve all of their problems... Pick tools for simplicity but also longevity. Systems take months to develop and grow. Constantly migrating is no good.</p><p>(I am going to be writing more about this particularly in future, if folks are interested.)</p><p></p><h3>3. Add friction with intention.</h3><p>Make distractions harder to access. Log out. Remove shortcuts. Put your phone in another room. Write more things by hand. Avoid needless automation.</p><p>One of the things I try and teach is friction is good. Whether its adding enough friction to break you out of the muscle memory habit of opening social media, or manually writing things down so your brain processes them more efficiently, it is helpful.</p><p>Adding the screen time widget to the phone home screen is another small hack that adds just enough friction. A pang of guilt when you open your phone and see the wasted time initially is scary, but effective in changing bad habits.</p><div><hr></div><p>I hope this resonated with some of you. It's certainly been resonating with me more and more over the last year, where I have been working on myself more than I ever have done in the past. </p><p>To truly embrace and get the benefits of digital minimalism, look past the aesthetics. Look at the core. If your apps look minimalist, but your digital habits are a complete mess and you are not working/building with the clarity and purpose that you want - then it is never too late to make some impactful change. </p><p>Until the next time friends!</p>]]></content:encoded></item></channel></rss>