Hobbyist experiment compiles structured facts into frozen sparse memory for small models

sn2006gy · reddit · 2026-09-26

While building tiny-sparse-lab, a small open-source harness for testing N-gram/Engram-style conditional memory on models small enough for controlled experiments, the author stumbled onto an unplanned approach: instead of having a model learn an Engram table through LM training, compile external sparse memory directly from structured facts and train small models to consume it.

Bounded pilot on synthetic data:

A larger portability harness ran 120 controlled smoke arms (token- vs byte-addressed memory, structured semantic memory, two recipient widths, seeds 17/41/73, plus disabled/random/corrupted/frozen/adapter/native-memory controls). Artifact identity checks, recipient isolation, A→B→A replay, and retrieval traces all worked — but as deliberately two-update smoke tests, behavioral accuracy was 0 across the board, proving the machinery rather than portability.

This yields two research questions:

The author explicitly disclaims generality and that reasoning reduces to lookup, and lays out full control-group experiment designs for both directions.

Original post →

More from Research

Research channel →