Weaviate: Piling up chat history makes AI memory worse; Engram reconciles facts instead

philipvollet · x · 2026-09-15

Weaviate argues that treating AI memory as an ever-growing pile of chat history degrades it: every turn adds tokens, slows responses, and accumulates stale or contradictory facts—eventually 50 competing memories about the same thing fight for context window space.

A new video by @victorialslocum explains how Engram handles this differently. Raw messages go to Engram, where asynchronous pipelines: 1) extract the facts that matter, 2) compare them with existing memories, 3) reconcile contradictions, duplicates, and updates, and 4) store a pruned, relevant set of memories for retrieval. Developers control extraction via Topics—plain-language descriptions of what matters to the app—and memories are fully scoped (e.g., project-wide for team sharing).

Original post →

More from coding & agent

coding & agent channel →