Skip to content

Patch 2#66

Open
drqsatoshi wants to merge 2 commits intoSamsungSAILMontreal:mainfrom
drqsatoshi:patch-2
Open

Patch 2#66
drqsatoshi wants to merge 2 commits intoSamsungSAILMontreal: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.
Copy link
Author

@drqsatoshi drqsatoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be added into pr #65

Copy link
Author

@drqsatoshi drqsatoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This closes Pr #27

Copy link
Author

@drqsatoshi drqsatoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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