01library 02workshop 03skills 04résumé 05about
github linkedin email
← resource maps 4 min left
RESOURCES · JUL 08, 2026 · 4 MIN

How this library works — and how I add to it

Everything I publish lives on one of ten shelves:

ShelfWhat goes there
essays & deep diveslong-form technical writing — OSINT, war stories, engineering
CS curriculummy complete computer science notes, field by field
ML / AI notesworking notes on models, agents, evals, and training
book summariesbooks I finished, with what I underlined
paper notesresearch papers, annotated, with the best per field
open ideasideas I’m giving away — with research on why they would or wouldn’t work
reflectionsshort escripts about life, categorized
quotes + commentaryother people’s words, my margin notes
spiritualitywriting on openings, meaning, and finding god
resource mapscurated routes into a field — courses, papers, videos, in order

The mechanics

Each entry is a single markdown file:

---
title: "Agent memory patterns that actually work"
description: "One-line summary shown on the shelf."
type: ml          # one of the ten shelves
topics: [ai, agents]
date: 2026-07-02
readingTime: 9
---

The shelf sidebar, the badges, the search index, the homepage rail, and the ⌘K palette all generate from these files at build time. Publishing = git push.

If you’re reading this and want the same setup for your own site, the rebuild essay covers the architecture.

← back to the library #meta#writing