I gave a frozen GPT-2 a 4 MB memory that survives across sessions: no gradients, no fine-tuning, no vector DB
This story is from 2026-08-25. It is preserved in the archive; the latest stories are on the live feed.
I spent the last weeks on a simple question: how much can a frozen LM improve at inference if you only allow it *one Hebbian matrix* no backprop, no growing index? The result: a fixed 4.2 MB matrix, written once per token as the model reads, gated by the model's own token surprise (−ln p, free at i…
Read the full story at r/LocalLLM ↗
Timeline · 1 report
- 2026-08-25 14:02 · r/LocalLLM
I gave a frozen GPT-2 a 4 MB memory that survives across sessions: no gradients, no fine-tuning, no vector DB