<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Knowledge Management on Grizzlebit</title>
  <subtitle>Ray Grasso's Blog</subtitle>
  <updated>2026-09-06T18:56:56.442679+08:00</updated>
  <id>https://www.grizzlebit.com/tags/knowledge-management/feed.xml</id>
  <link rel="alternate" type="text/html" href="https://www.grizzlebit.com/tags/knowledge-management/"/>
  <link rel="self" type="application/atom+xml" href="https://www.grizzlebit.com/tags/knowledge-management/feed.xml"/>
  <rights>Copyright © 2026, Ray Grasso</rights>
  <author>
    <name>Ray Grasso</name>
  </author>
  <icon>https://www.grizzlebit.com/images/icon.png</icon>
  <logo>https://www.grizzlebit.com/images/icon.png</logo>
  
  <entry>
    <id>https://www.grizzlebit.com/posts/2026/08-30-llm-work-wiki/</id>
    <published>2026-08-30T14:31:13+08:00</published>
    <updated>2026-08-31T10:39:50+08:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>An LLM-Augmented Work Wiki</title>
    <content type="html" xml:base="https://www.grizzlebit.com/posts/" xml:lang="en"><![CDATA[<div>
  <p>I like to maintain my own personal set of Markdown notes for work. The act of typing ideas and information helps me process them mentally. I tend to organise my notes as a series of daily notes with links to longer-lived reference notes for concepts or projects.</p>
<p>I switched from <a href="https://noteplan.co/">NotePlan</a> to <a href="https://obsidian.md/">Obsidian</a> as a veneer over the Markdown files a while back. I didn&rsquo;t have a need for NotePlan&rsquo;s task management infrastructure. Obsidian is free and has loads of plugins if you want to cut loose on extending it.</p>
<p>I recently started a new job, which meant creating a brand-new vault, and I felt like giving the <a href="https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f">LLM Wiki</a> approach a crack. Ultimately, having a robot do all the wiki bookkeeping for me feels like a worthwhile experiment.</p>
<p>The overall workflow is simple: I write in my daily note throughout the day, and I ask an LLM to process it at the end of the day. The LLM fetches relevant meeting transcripts and whatever else it can find by following links in my daily note. It then links everything together in long-lived notes covering projects, domain concepts, people I work with, and anything else it decides to maintain.</p>
<p>I also maintain a file called <code>big-picture.md</code>, which outlines the main open loops on my mind from week to week. The LLM doesn’t edit the main part of this file, though it can add reference information to a dedicated section at the bottom.</p>
<p>The vault is a Git repository, so both the LLM and I can use its version history to see how things have evolved over time.</p>
<p>I can search the long-lived notes in Obsidian to get an up-to-date view of each project, person, or concept, along with related information from linked notes.</p>
<p>As a bonus, during my end-of-week review, I ask the LLM to summarise my week, including which tasks or open loops I’ve moved forward or closed, and which new ones I’ve created. This helps me set my goals for the following week. I put these reflections and goals in a weekly note.</p>
<p>That&rsquo;s pretty much it. I&rsquo;ve found the reduction in bookkeeping valuable so far. I&rsquo;ll see how well it scales over time.</p>
<figure><img src="/images/work-wiki-vault.png"
			alt="Folder and file structure of my Obsidian work vault"><figcaption>
			<h4>The layout of my work wiki</h4>
		</figcaption>
</figure>

<p>As for plugins, I try to use as few as possible. These are the ones I use in this vault.</p>
<ul>
<li><a href="https://community.obsidian.md/plugins/at-people">At People</a> for easily creating references to people notes.</li>
<li><a href="https://community.obsidian.md/plugins/seek">Seek</a> for better vault search than Obsidian provides out of the box.</li>
<li><a href="https://community.obsidian.md/plugins/calendar">Calendar</a> for visually navigating daily and weekly notes.</li>
<li><a href="https://community.obsidian.md/plugins/dataview">Dataview</a> for rolling up indexes of notes. The LLM added this and uses it; I only consume the results.</li>
<li>Mister Sheen for sanitising text pasted in from Slack and Google Docs. I got the LLM to write this private plugin to apply my preferred formatting.</li>
</ul>

  <p>
    
    <a href="https://www.grizzlebit.com/posts/2026/08-30-llm-work-wiki/">🔗</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/ai/">AI</a>, <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>, <a href="https://www.grizzlebit.com/tags/productivity/">Productivity</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="https://www.grizzlebit.com/posts/2026/08-30-llm-work-wiki/"></link>
    <link rel="related" href="https://www.grizzlebit.com/posts/2026/08-30-llm-work-wiki/"></link>
    
  </entry>
  
  <entry>
    <id>https://www.grizzlebit.com/links/2023/12-09-rewind-ai/</id>
    <published>2023-12-09T09:37:37+08:00</published>
    <updated>2026-07-24T14:27:45+08:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>Rewind.ai ↬</title>
    <content type="html" xml:base="https://www.grizzlebit.com/links/" xml:lang="en"><![CDATA[<div>
  <p>Privacy concerns aside, this has me intrigued.</p>

  <p>
    
    <a href="https://www.grizzlebit.com/links/2023/12-09-rewind-ai/">↬</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>, <a href="https://www.grizzlebit.com/tags/software/">Software</a>, <a href="https://www.grizzlebit.com/tags/tools/">Tools</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="https://www.rewind.ai/"></link>
    <link rel="related" href="https://www.grizzlebit.com/links/2023/12-09-rewind-ai/"></link>
    
  </entry>
  
  <entry>
    <id>https://www.grizzlebit.com/posts/2023/05-21-long-live-the-work-journal/</id>
    <published>2023-05-21T15:07:17+08:00</published>
    <updated>2023-05-22T07:42:01+08:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>Long Live the Work Journal</title>
    <content type="html" xml:base="https://www.grizzlebit.com/posts/" xml:lang="en"><![CDATA[<div>
  <p>Keep a journal for work, champions.</p>
<p>It&rsquo;s pretty easy to get started—just create a text file.</p>
<p>Throw in a new heading each day and write down whatever you did—a single line for each task is usually enough. I put the newer dates at the top so it&rsquo;s less scrolling to get to the most recent content. Over time you end up with your own little private reverse-chronological blog-in-a-file.</p>
<p>Each day, dump in commands you&rsquo;ve run; links to documents you&rsquo;ve created, reviewed, or read; tasks you want to get done; or goals you want to achieve.</p>
<p>You&rsquo;re building a little outboard brain where your work history is just a short grep away.</p>
<p>When that Friday afternoon ennui kicks in, and I&rsquo;m trying to work out what I&rsquo;ve contributed, I go back over my work journal for the week.</p>
<p>I&rsquo;m the rigorous<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> type, so each Friday, I summarise my achievements and impediments of the week in a separate note.</p>
<p>When it&rsquo;s performance review time, I run over these weekly notes and pull together the story for the year.</p>
<p>My journal used to be a bunch of text files saved to a folder in Dropbox. That&rsquo;s honestly all you need. Use Markdown or <a href="https://orgmode.org">Org mode</a> or whatever, and opening a window into what you&rsquo;ve done is a <code>⌘f</code> keystroke away.</p>
<h2 id="noteplan-as-a-work-journal">NotePlan as a work journal</h2>
<p>I used text files for years, and then, about a year ago, I switched to <a href="https://noteplan.co">NotePlan</a>.</p>
<p>I switched to it mainly because it has built-in daily and weekly notes<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>, search, sync, an iOS app, and stores everything in plain Markdown files.</p>
<p>It integrates with your calendar (not that I use that feature much) and includes tasks and tagging in the style of <a href="https://bulletjournal.com">Bullet Journaling</a>.</p>
<p>I&rsquo;m more accustomed to the <a href="https://gettingthingsdone.com">GTD</a> productivity approach but have found having tasks alongside my journal to be worth tolerating some of the rougher edges on the task management side<sup id="fnref:3"><a href="#fn:3" class="footnote-ref" role="doc-noteref">3</a></sup>.</p>
<h2 id="eyes-on-the-prize">Eyes on the prize</h2>
<p>Knowing that I have a home for all the minutiae of work leaves me more space to dedicate my brain to what&rsquo;s actually important. 🫡</p>
<div class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1">
<p><em>Ahem</em> obsessive, perhaps?&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
<li id="fn:2">
<p>It also has quarterly and yearly notes, though I tend only to use quarterly notes to record what I aim to achieve that quarter.&#160;<a href="#fnref:2" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
<li id="fn:3">
<p>I have knocked together a few <a href="https://www.alfredapp.com">Alfred</a> workflows to help me capture tasks into NotePlan from other apps.&#160;<a href="#fnref:3" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
</ol>
</div>

  <p>
    
    <a href="https://www.grizzlebit.com/posts/2023/05-21-long-live-the-work-journal/">🔗</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>, <a href="https://www.grizzlebit.com/tags/productivity/">Productivity</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="https://www.grizzlebit.com/posts/2023/05-21-long-live-the-work-journal/"></link>
    <link rel="related" href="https://www.grizzlebit.com/posts/2023/05-21-long-live-the-work-journal/"></link>
    
  </entry>
  
  <entry>
    <id>https://www.grizzlebit.com/links/2019/07-19-knowledge-work/</id>
    <published>2019-07-19T20:41:00+08:00</published>
    <updated>2024-11-04T09:50:52+10:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>Knowledge Work ↬</title>
    <content type="html" xml:base="https://www.grizzlebit.com/links/" xml:lang="en"><![CDATA[<div>
  <p>Tiago Forte:</p>
<blockquote>
<p>I often say that with knowledge workers, the biggest bottleneck is always getting up in the morning. Knowledge work requires not only our time and effort, but also our engagement and creativity. For that reason, personal motivation is the prime problem that supersedes all other problems.</p>
</blockquote>

  <p>
    
    <a href="https://www.grizzlebit.com/links/2019/07-19-knowledge-work/">↬</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>, <a href="https://www.grizzlebit.com/tags/productivity/">Productivity</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="https://praxis.fortelabs.co/the-p-a-r-a-method-a-universal-system-for-organizing-digital-information-75a9da8bfb37/"></link>
    <link rel="related" href="https://www.grizzlebit.com/links/2019/07-19-knowledge-work/"></link>
    
  </entry>
  
  <entry>
    <id>https://www.grizzlebit.com/links/2017/05-03-the-everlast-notebook-by-rocketbook/</id>
    <published>2017-05-03T10:32:45+08:00</published>
    <updated>2026-07-24T14:03:34+08:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>The Everlast Notebook by Rocketbook ↬</title>
    <content type="html" xml:base="https://www.grizzlebit.com/links/" xml:lang="en"><![CDATA[<div>
  <p>A scannable, erasable physical notebook.</p>

  <p>
    
    <a href="https://www.grizzlebit.com/links/2017/05-03-the-everlast-notebook-by-rocketbook/">↬</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="https://www.kickstarter.com/projects/642311833/everlast"></link>
    <link rel="related" href="https://www.grizzlebit.com/links/2017/05-03-the-everlast-notebook-by-rocketbook/"></link>
    
  </entry>
  
  <entry>
    <id>https://www.grizzlebit.com/links/2016/03-24-an-index-of-ideas/</id>
    <published>2016-03-24T11:09:00+08:00</published>
    <updated>2024-11-04T09:50:52+10:00</updated>
    <author><name>Ray Grasso</name></author>
    
    <title>An Index of Ideas ↬</title>
    <content type="html" xml:base="https://www.grizzlebit.com/links/" xml:lang="en"><![CDATA[<div>
  <p>Shawn Blanc:</p>
<blockquote>
<p>Your own index is something you put in the back of the book (or the front if you prefer). It’s a list of the book’s themes and topics that most resonate with you, and the pages which have the best quotes and ideas around those topics.</p>
</blockquote>
<p>I&rsquo;ll use an index card to do this for the ebooks I read.</p>

  <p>
    
    <a href="https://www.grizzlebit.com/links/2016/03-24-an-index-of-ideas/">↬</a>
     ∙ Tagged in <a href="https://www.grizzlebit.com/tags/knowledge-management/">Knowledge Management</a>, <a href="https://www.grizzlebit.com/tags/productivity/">Productivity</a>, <a href="https://www.grizzlebit.com/tags/reading/">Reading</a>.</p>
</div>
]]></content>
    <link rel="alternate" href="http://shawnblanc.net/2016/03/an-index-of-ideas/"></link>
    <link rel="related" href="https://www.grizzlebit.com/links/2016/03-24-an-index-of-ideas/"></link>
    
  </entry>
  
</feed>
