research(nightly): tiered-agent-memory — coherence-driven hot/warm/cold tier promotion#472
Draft
ruvnet wants to merge 1 commit into
Draft
research(nightly): tiered-agent-memory — coherence-driven hot/warm/cold tier promotion#472ruvnet wants to merge 1 commit into
ruvnet wants to merge 1 commit into
Conversation
Selects coherence-driven hot/warm/cold tier promotion as the 2026-05-19 nightly topic via 3-pass SOTA loop. Evaluates 10 candidates against scoring formula (RuVector_fit×0.30 + feasibility×0.25 + novelty×0.20 + SEO×0.15 + ecosystem×0.10); CoherenceTieredMemory scores 4.45/5.0, validated by MEMTIER arXiv:2605.03675 (May 2026).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds nightly RuVector research for
tiered-agent-memory.Summary
Deliverables
crates/ruvector-tiered-memory— 11 unit tests, all passingdocs/adr/ADR-194-tiered-agent-memory.mddocs/research/nightly/2026-05-19-tiered-agent-memory/README.mddocs/research/nightly/2026-05-19-tiered-agent-memory/gist.mdBenchmark Results
Acceptance result: PASS — all variants recall@10 ≥ 75%
Key Finding
CoherenceTieredMemoryachieves 100% recall at 4% memory reduction by keeping the warm tier small (250/5000 vectors). The coherence signal (cosine similarity to running query centroid) concentrates full-precision search on semantically relevant memories.LruTieredMemorysaves 24% memory at 80.5% recall — an honest tradeoff for approximate workloads.Ecosystem Connections
prime-radiant— coherence scoring engine (centroid-based cosine similarity)ruvector-diskann— natural cold-tier backend for Phase 2ruvector-verified— proof-gated warm→cold eviction (Phase 3)mcp-gate— MCP tool surface for agent memory (Phase 3)ruvector-raft— distributed centroid consensus (Phase 3)ruFlo— scheduled nightly rebalancing (Phase 3)Build
git checkout research/nightly/2026-05-19-tiered-agent-memory cargo build --release -p ruvector-tiered-memory cargo test -p ruvector-tiered-memory cargo run --release -p ruvector-tiered-memoryGenerated by Claude Code