Using an LLM as a selector to feed Claude the right notes from a 5k-note Obsidian vault

EXM7777 · x · 2026-09-26

The author shares a retrieval workflow for an Obsidian vault of 5,000+ atomic notes, each with a one-line summary in an index. Claude can't read everything each turn, and keyword search misses notes that make the same point in different words.

The fix: a model called Jev acts as a picker in four steps — read 28 vault descriptions to pick the right vault, judge every note summary in one call, return the top 5 with full text and drop irrelevant ones, then let code load only survivors into Claude's context. The candidate list is author-defined so Jev can't invent notes; each pick carries a confidence score that triggers a fallback to Claude when low.

Original post →

More from coding & agent

coding & agent channel →