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.
1264af72a62da51b990ed65a0e1a6f6f5a1f4c1f
Three targeted improvements based on graph health analysis (29K nodes, 104 edges): 1. ENGRAM_WM_THRESHOLD 0.15 → 0.08: sparse graph means BFS paths carry weak signals (0.05-0.12 range). Prior threshold gatekept too aggressively. Grounded in TBRS* cognitive model (θ=0.05); 0.08 is conservative but effective. 2. ENGRAM_INHIBITION_FACTOR 0.1 → 0.2: factor=0.1 (90% suppression) on a sparse graph almost always fully silences targeted nodes. Factor=0.2 (80% suppression) maintains strong inhibition while allowing partially-suppressed nodes to remain faintly active — consistent with partial inhibition in cognitive neuroscience. 3. engram_wm_avg_weight() builtin: computes mean working_memory_weight of all promoted nodes. Returns float bits via el_from_float for EL float_to_str usage. Makes activation quality directly observable in heartbeat ISEs, distinguishing 'many weak activations' (sparse, low avg) from 'few strong' (dense, high avg). Rebuilt engram binary with new runtime.
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%