1
On January 12, 2026, DeepSeek published "Engram" (arXiv:2601.07372) describing the same core idea: route queries to cached weight banks based on subject
matter.
The concepts are similar because I built it first. YouTube video from December 17, 2025: https://youtu.be/T_o39s7r0iE
Terminal shows "RAM Coffers: ON | L2/L3 Resident: ON" – 26 days before their paper.
Core shared concept: Query comes in → classify subject → route to relevant weight bank → hot cache keeps it fast
What I added beyond the core:
• NUMA topology – weights placed on specific memory nodes. Engram doesn't address hardware topology.
• Neuromorphic mapping – brain regions to NUMA nodes
• Tetranary confidence – 4-state routing logic
• Vec_perm collapse – single-cycle attention on POWER8
• PowerLISP – LLMs that actually remember
• L2/L3 prefetch – 147 t/s vs 17 t/s stock (8.8x)
DOIs:
• RAM Coffers (Dec 16): doi.org/10.6084/m9.figshare.31093429
• Neuromorphic: doi.org/10.5281/zenodo.18321905
• PowerLISP: doi.org/10.5281/zenodo.18322052
GitHub: github.com/Scottcjn/ram-coffers World-first ports:
- Modern Rust compiler (borrow checker, async, AltiVec) on Mac OS X Tiger 10.4 PowerPC
- llama.cpp LLM inference on Tiger/Leopard (1-5 t/s on real G4/G5)
- llama.cpp on IBM POWER8 with PSE optimizations (85+ t/s)
- 59-tool bundle for vintage Macs
And we are just getting started. Rustchain: Proof of Antiquity Coin @rustchainpoa X. We solved satoshi's 1 cpu 1 vote. https://youtu.be/T_o39s7r0iE https://youtu.be/KEE6QV2dCEU Claude code on power 8? Done
https://github.com/Scottcjn/rust-ppc-tiger
https://github.com/Scottcjn/rust-ppc-tiger