Hindsight
Hindsight is an agent memory system built to create smarter AI agents that learn over time instead of starting every conversation from zero. Most agent memory systems focus on recalling conversation history, but Hindsight is focused on making agents learn, not just remember. It gives AI agents persistent long-term memory using biomimetic data structures, helping them retain facts, recall relevant context, and reflect on experience as part of reasoning. Hindsight is designed for agents that need to understand who a user is, what has been discussed, what preferences have emerged, what decisions were made, and how behavior should adapt across sessions. It provides three core operations: retain, recall, and reflect. Retain stores new information, recall retrieves the right memories when needed, and reflect helps agents synthesize observations, form mental models, and learn from prior interactions.
Learn more
claude-mem
claude-mem is an offline-first cloud memory for AI agents, built around an open source engine and a cloud sync layer that links agent memory everywhere through one private MCP link. It is designed so coding agents and AI assistants do not start from zero every session, every machine, or every editor. claude-mem takes notes while an agent works, capturing decisions, fixes, dead ends, environment notes, architecture choices, and other structured observations in a temporal database. CMEM Cloud then mirrors that local memory behind a private Model Context Protocol endpoint, allowing any compatible agent or IDE to read and write the same memory across tools such as Claude Code, Cursor, Windsurf, OpenCode, Codex CLI, Gemini CLI, and VS Code. It works locally first, with or without a network, while keeping memory synchronized when cloud access is available.
Learn more
ByteRover
ByteRover is a self-improving memory layer for AI coding agents that unifies the creation, retrieval, and sharing of “vibe-coding” memories across projects and teams. Designed for dynamic AI-assisted development, it integrates into any AI IDE via the Memory Compatibility Protocol (MCP) extension, enabling agents to automatically save and recall context without altering existing workflows. It provides instant IDE integration, automated memory auto-save and recall, intuitive memory management (create, edit, delete, and prioritize memories), and team-wide intelligence sharing to enforce consistent coding standards. These capabilities let developer teams of all sizes maximize AI coding efficiency, eliminate repetitive training, and maintain a centralized, searchable memory store. Install ByteRover’s extension in your IDE to start capturing and leveraging agent memory across projects in seconds.
Learn more
Qdrant
Qdrant is a high-performance, composable vector search engine built in Rust for production-grade semantic, hybrid, and agentic workloads.
Combine dense vectors, sparse vectors, metadata filters, multi-vector representations, and custom scoring as primitives at query time. Written in Rust for memory efficiency, SIMD optimization, and predictable performance without garbage collection pauses. No wrappers, no bolt-ons, no legacy compromises — just a custom HNSW implementation and storage engine built specifically for vector workloads.
Learn more