RoBrain
Summary
RoBrain is a shared AI memory product that prevents agents from repeating mistakes.
Similar Articles
@teach_fireworks: Don't let an AI Agent make the same mistake twice. Recently I came across an interesting open-source project: RoBrain https://github.com/adelinamart/robrain… RoBrain is the "decision memory layer" for AI coding teams, recording each and every...
RoBrain is an open-source shared memory layer for AI coding teams that captures technical decisions, rationale, and rejected alternatives across sessions and tools like Claude Code, Cursor, and Copilot, preventing agents from repeating past mistakes.
@Voxyz_ai: https://x.com/Voxyz_ai/status/2056043700757705122
Explains two memory patterns for AI agents: GBrain (queryable company wiki) and Lossless (full conversation recording), helping agents retain and retrieve facts across and within conversations.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
I kept losing agent memory between sessions, so I built a memory broker that isolates per-agent and survives restarts
The author built HeurChain, a memory broker that provides agent-specific, persistent memory storage for AI agents, surviving restarts and supporting structured and semantic retrieval.
Khaos Brain
Khaos Brain is a new product providing local predictive memory capabilities specifically designed for AI agents. Launched on Product Hunt, it aims to enhance agent autonomy and context retention through on-device processing.