seedling / budding / evergreen) that reflects how the graph currently weights it.
You drive the whole pipeline from one Claude worker, with one prompt. The strategies are deterministic Python pipelines; the LLM only holds the orchestration framing.
What you’ll build
A stack that ingests Readwise highlights, distills them into a queryable Concept graph, and republishes the highest-confidence Concepts to Notion idempotently. Re-running with no new data is a no-op (content-hash skip); re-running after new highlights land updates existing pages in place rather than creating duplicates. Once it is wired, leaving it scheduled gives you a Notion workspace that quietly grows with your reading.Influences
The Reading Garden does not invent a methodology — it wires fracta into the ones the field has already settled on:- BASB CODE flow (Tiago Forte) — Capture / Organize / Distill / Express. The pattern’s narrative spine.
highlight-distillis Capture+Organize;cross-source-conceptsis Distill;notion-publishis Express. - Digital gardens (Maggie Appleton’s history) — letting ideas grow in public over time, with explicit epistemic status (seedling / budding / evergreen). The Reading Garden uses a private Notion workspace as the “garden” by default, which is a deliberately narrower interpretation than the canonical public-web garden; a future
mintlify_publish/quartz_publishsibling strategy makes the public path a one-line extension. - Atomic / evergreen notes (Andy Matuschak, zettelkasten lineage) — one idea per Concept node, linked rather than nested. The schema slice (Ontology) is built around atomicity;
Concept.epistemic_statusis the surfaced version of Matuschak’s evergreen vocabulary.
How this pattern maps onto fracta
When to use this pattern
Use it when:- You have at least a few hundred highlights in Readwise (or Reader) and want them connected rather than just searchable.
- You want a Notion workspace that grows with your reading without manual maintenance.
- You are willing to run three small extractor containers locally (~5.3 GB on disk, ~1.5–2 GB RAM resident — see Setup).
- You want the option to extend into Raindrop / Zotero / PDFs later without forking the pipeline.
- You have not yet captured highlights anywhere — get reading data flowing first, then come back.
- You want public-web garden publishing (Mintlify / Quartz). Named in Extending as future work; not in v1.
- You want real-time streaming. This pattern is batch by design.
- You want PARA-shaped active-work tracking. Project Companion is the (future) sibling pattern for that.

