Back to browse
GitHub Repository

An associative memory you can run anywhere. Write facts in plain language, recall them by meaning. No tables, no schema, no embeddings, no model required.

2 starsRust

LLM Memory Solved?

by gary23w·Jun 14, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainWizardry

130× more facts per GiB than vectors, but no semantic similarity matching.

Strengths
  • Stem-based indexing uses 48 bytes per fact vs 1536-dim float vectors
  • Pure Rust with zero dependencies compiles to 1 MB WebAssembly
  • PlasticNeuron tier implements Hebbian learning with O(1) scalar updates
Weaknesses
  • Cannot match semantically similar queries without embeddings
  • LLM Memory Solved title overclaims what cue-based recall delivers
Category
Target Audience

Developers building local-first AI applications needing lightweight memory

Similar To

Chroma · LanceDB · Mem0

Similar Projects

AI/ML●●Solid

AgentKV – SQLite for AI agent memory (MMAP vector+graph DB)

Single-file mmap storage plus an HNSW vector index and explicit graph edges is an elegant, practical combo — think "SQLite for agent memory" with CRC-32 crash recovery and zero-server convenience. The C++20 core + nanobind gives zero-copy NumPy views and GIL-free searches, and the claimed FAISS-like throughput makes this genuinely interesting for local setups; main caveat is build/toolchain friction and how rich the surrounding ecosystem becomes.

WizardryNiche Gem
shiwang_khera
103mo ago
AI/ML●●●Banger

A memory database that forgets, consolidates, and detects contradiction

Vector DBs store memories; this one forgets, consolidates, and flags contradictions like human memory.

Big BrainZero to OneWizardry
pranabsarkar
48332mo ago