Technology Apr 14, 2026 · 1 min read

Show HN: A memory database that forgets, consolidates, and detects contradiction

Vector databases store memories. They don't manage them. After 10k memories, recall quality degrades because there's no consolidation, no forgetting, no conflict resolution. Your AI agent just gets noisier.YantrikDB is a cognitive memory engine — embed it, run it as a server, or connect via MCP. It...

HA
Hacker News
by pranabsarkar
Show HN: A memory database that forgets, consolidates, and detects contradiction

Vector databases store memories. They don't manage them. After 10k memories, recall quality degrades because there's no consolidation, no forgetting, no conflict resolution. Your AI agent just gets noisier.

YantrikDB is a cognitive memory engine — embed it, run it as a server, or connect via MCP. It thinks about what it stores: consolidation collapses duplicate memories, contradiction detection flags incompatible facts, temporal decay with configurable half-life lets unimportant memories fade like human memory does.

Single Rust binary. HTTP + binary wire protocol. 2-voter + 1-witness HA cluster via Docker Compose or Kubernetes. Chaos-tested failover, runtime deadlock detection (parking_lot), per-tenant quotas, Prometheus metrics. Ran a 42-task hardening sprint last week — 1178 core tests, cargo-fuzz targets, CRDT property tests, 5 ops runbooks.

Live on a 3-node Proxmox homelab cluster with multiple tenants. Alpha — primary user is me, looking for the second one.


Comments URL: https://news.ycombinator.com/item?id=47767119

Points: 9

# Comments: 3

HA
Source

This article was originally published by Hacker News and written by pranabsarkar.

Read original article on Hacker News
Back to Discover

Reading List