Building a Personal Knowledge Lab
Why I treat my personal website as a research notebook rather than a blog, and how this framing changes what I write.
The blog problem
Most personal blogs die after six months. The writer runs out of “publishable” content — things they believe are polished enough to share. The bar for publishing becomes the bar for writing, and both suffer.
The deeper issue is the framing. A “blog post” implies a finished product: edited, structured, ready for an audience. A “note” implies something different — a working document, a snapshot of thinking, useful to you and incidentally to others.
Notes as primary artifact
In a research lab, the notebook is the primary artifact. Scientists don’t wait until they understand something fully before writing it down. They write to understand.
This site is built on that framing. A note here might be:
- A summary of a paper I read
- My current understanding of a concept (that might be wrong)
- An open question I haven’t answered yet
- A process log of something I’m building
None of these require “readiness.” They just require writing.
What changes with this framing
The cost of publishing drops. If notes don’t need to be polished, they can be short, rough, and uncertain. This dramatically increases the volume of things worth publishing.
Revision becomes natural. A blog post feels finished. A note feels like it can be updated as understanding develops. This matches how knowledge actually works.
The audience includes future-you. The most useful notes are ones you want to find six months from now. Writing for yourself first produces better content than writing for an imagined external reader.
The technical implementation
This site is built with Astro. Content lives in Markdown files organized by type: notes, research, talks, projects. There is no CMS — writing happens in a text editor, publishing happens through git.
The simplicity is intentional. Every layer of tooling between thought and published word is a place where friction accumulates and notes stop being written.
Starting your own
The bar is lower than you think. Pick the simplest tool that gets out of the way. Write the first note about whatever you are learning right now. Do not wait until you have a theme.
The notebook becomes valuable by being used, not by being designed.