Hacker News liked the promise of model-agnostic memory, but the real energy in the thread came from one immediate question: how does this avoid context pollution? Skepticism arrived faster than praise.
#agent-memory
RSS FeedAI Hacker News Apr 26, 2026 2 min read
LLM Hacker News Apr 25, 2026 2 min read
HN did not treat WUPHF as just another multi-agent toy. What grabbed attention was the notebook-to-wiki promotion flow: agents keep private notes, then graduate durable facts into a shared markdown-and-git memory.
LLM Hacker News Mar 27, 2026 2 min read
A Show HN post introduced Cog, a file-based memory architecture for Claude Code that stores working memory, archival context, and self-maintenance workflows as markdown and git-visible conventions. Instead of adding a database or runtime, it treats the filesystem, CLAUDE.md, and scheduled skills as the interface for persistent agent memory.