Skip to content

Patch 2#2

Merged
drQedwards merged 2 commits intodrQedwards:mainfrom
drqsatoshi:patch-2
Feb 26, 2026
Merged

Patch 2#2
drQedwards merged 2 commits intodrQedwards:mainfrom
drqsatoshi:patch-2

Conversation

@drqsatoshi
Copy link

No description provided.

drQedwards and others added 2 commits October 17, 2025 16:59
Concept
Description
Memory Line
A single experience vector: {key, value, context, timestamp, recency, novelty, similarity}
Anchor Chain
64-bit BLAKE2 hash linking consecutive lines: anchorₙ = hash(anchorₙ₋₁ ⊕ key ⊕ value ⊕ ctx)
Race / Trace
Dual process: Race runs parallel candidate updates; Trace commits the winning anchor and decays others.
Concert Heuristic
Weighted tri-blend controlling bias output: α (recency) + β (similarity) + γ (novelty)
ΔW Overlay
Optional low-rank weight delta applied to LM head or attention projection
Refactor PMLL to enhance functionality and integrate new features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants