LearnNewsExamplesServices
Frontmatter
id9704
titleFeat: Sandman Graph Physics (Hebbian Reinforcement & Global Ambient Decay)
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtApr 4, 2026, 9:25 PM
updatedAtApr 4, 2026, 9:58 PM
githubUrlhttps://github.com/neomjs/neo/issues/9704
authortobiu
commentsCount1
parentIssue9671
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 4, 2026, 9:58 PM

Feat: Sandman Graph Physics (Hebbian Reinforcement & Global Ambient Decay)

Closedenhancementaiarchitecture
tobiu
tobiu commented on Apr 4, 2026, 9:25 PM

This issue resolves structural logic gaps inside the Native Edge Graph and the Sandman REM Pipeline to enable true Artificial Subconscious capabilities.

Current Flaws

  1. Additive accumulation is missing Hebbian Learning limits, resulting in a graph with no weight-based neural hierarchy.
  2. Background Offline Digestion produces "Context Ghosts", bypassing the SQLite structural decay mechanism.
  3. The strategically generated Golden Path is a single monolithic Markdown string rather than distinct structural graph nodes.

Required Implementation

  1. Modify GraphService.mjs -> linkNodes():
    • Apply Hebbian Reinforcement by incrementing weight by +0.1 on duplicates (Max Ceiling 5.0).
  2. Add GraphService.mjs -> decayGlobalTopology(-5%):
    • Implement a background loop applying a 0.95x multiplier over the entire SQLite Graph edge table, deleting paths dropping below < 0.2.
  3. Update DreamService.mjs:
    • Discontinue generating monolithic GoldenPath.md.
    • Force the LLM to output discrete Strategic JSON Nodes and upsertNode each into the frontier.

This forms an executable sequence to harden "Phase 3: Subconscious Strategy Layer".

tobiu added the enhancement label on Apr 4, 2026, 9:25 PM
tobiu added the ai label on Apr 4, 2026, 9:25 PM
tobiu added the architecture label on Apr 4, 2026, 9:25 PM
tobiu added parent issue #9671 on Apr 4, 2026, 9:25 PM
tobiu assigned to @tobiu on Apr 4, 2026, 9:32 PM
tobiu referenced in commit 5917a87 - "feat: finalize Sandman Subconscious Layer graph physics and expand Unified Taxonomy (#9704)" on Apr 4, 2026, 9:57 PM
tobiu
tobiu Apr 4, 2026, 9:58 PM

The Sandman Subconscious Layer graph physics have been finalized via SQLite native processing algorithms in #9704. In addition, following a final structural review, the Unified Graph Node Taxonomy inside DreamService.mjs has been expanded to correctly map to Knowledge Base native constants (GUIDE, BLOG, TEST, MEMORY). Ticket completed.

tobiu closed this issue on Apr 4, 2026, 9:58 PM