Back to browse
Sulcus Reactive AI Memory

Sulcus Reactive AI Memory

by mcdoolz·Mar 17, 2026·4 points·0 comments

AI Analysis

●●●BangerBig BrainWizardry

Thermodynamic memory decay beats passive vector search—90% token reduction claimed.

Strengths
  • Heat/half-life model for memories is genuinely novel vs static vector database approaches
  • Three deployment modes: WASM core, MCP sidecar, and CRDT cloud sync for teams
  • Reactive triggers fire on store/recall/decay events without agent polling
Weaknesses
  • 90% token reduction claim needs independent benchmarking against Mem0 or LangChain
  • Thermodynamic metaphor is clever but adds configuration complexity with 30+ knobs
Category
Target Audience

AI agent developers, LLM application builders

Similar To

Mem0 · LangChain Memory · Zep

Post Description

Hi HN,

Sulcus moves AI memory from a passive database (search only) to an active operating system (automated management).

The Core Shift Current memory (Vector DBs) is static. Sulcus treats memory like a Virtual Memory Management Unit (VMMU) for LLMs, using "thermodynamic" properties to automate what the agent remembers or forgets.

Key Features Reactive Triggers: Instead of the agent manually searching, the memory system "talks back" based on rules (e.g., auto-pinning preferences, notifying the agent when a memory is about to "decay").

Thermodynamic Decay: Memories have "heat" (relevance) and "half-lives." Frequent recall reinforces them; neglect leads to deletion or archival.

Token Efficiency: Claims a 90% reduction in token burn by using intelligent paging—only feeding the LLM what is currently "hot."

The Tech: Built in Rust with PostgreSQL; runs as an MCP (Model Context Protocol) sidecar.

https://sulcus.dforge.ca/membench

Similar Projects

AI/ML●●Solid

ABES – a memory architecture for belief revision in AI agents

15-phase belief scheduler with decay mechanics, but unproven in production agent pipelines.

Big BrainWizardry
bradkinnard
103mo ago
Developer Tools●●●Banger

MuninnDB – ACT-R decay and Hebbian memory for AI agents

ACT-R decay and Hebbian learning as native primitives, not vector hacks.

Big BrainWizardryNiche Gem
mjbonanno
273mo ago
AI/ML●●●Banger

YantrikDB – persistent memory for AI agents

Bundled 7MB embedder means zero network calls or model downloads for agent memory.

Zero to OneWizardrySolve My Problem
pranabsarkar
111mo ago