Archived
This repository has been archived on 2026-08-20 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
ee1627c2c05b499cef817744d1d8d54e04246b90
Semantic seed floor raised 0.65 → 0.70: field literature (SuperLocalMemory arXiv:2604.04514) validates 0.70-0.75 as the noise floor for sentence-transformer embeddings on non-trivial corpora. The 0.65 threshold was admitting false positives that diluted BFS traversal quality on the 13K-node post-ingestor graph. Top-30 cap retained — sparse graph (1.26 edges/node) needs more semantic entry points than a dense graph would. ACT-R Base-Level Learning insight applied to engram_temporal_decay: current purely time-based formula treated a node activated 100 times identically to a node never activated (same decay rate). ACT-R BLL (Anderson 1993) shows frequently-accessed memories resist temporal decay. Fix: freq_resist multiplier = 1.0 + 0.1 * log(1 + activation_count). count=0→1.0×, count=9→1.23×, count=99→1.46×. Existing activation_dampening continues to reduce per-query novelty for well-known nodes — the two mechanisms are complementary: resist decay (durable in graph), dampen per-query (don't dominate any single turn).
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
216 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
94.7%
C
4.2%
Shell
0.3%
HTML
0.2%
Python
0.2%
Other
0.2%