Beyond Similarity Search: Tenure and the Case for Structured Belief State in LLM Memory
Jeffrey Flynt

TL;DR
The paper introduces Tenure, a structured belief state system for LLM memory that improves cross-session knowledge management through typed, scoped, and versioned belief stores, outperforming traditional similarity search methods.
Contribution
Tenure provides a novel local-first belief store with epistemic status, scope isolation, and actionable schema, addressing limitations of similarity search in LLM memory management.
Findings
BM25 achieves perfect precision (1.0) in retrieval cases, outperforming cosine similarity.
Tenure's alias-weighted BM25 maintains high accuracy across all test cases.
Hybrid retrieval reduces vocabulary mismatch issues in multi-author contexts.
Abstract
Why do we need another AI to help the AI? We argue you don't. Stateless LLM sessions impose re-orientation costs on iterative, session-heavy workflows. Prior work addresses cross-session memory through retrieval-augmented approaches: store history, embed it, retrieve by semantic similarity. Cross-session memory is a state management problem, not a search problem. Similarity search fails for named entity resolution within bounded vocabulary contexts because beliefs about a shared technical domain are semantically proximate by construction. A single user is the simplest bounded vocabulary context; engineering teams converge on the same property through shared codebases and terminology. We present Tenure, a local-first proxy that maintains a typed belief store with epistemic status, versioned supersession, and scope isolation, injecting curated context into every LLM session through…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
