@ycombinator: Memory Store (@memorydotstore) gives your team and AI agents a shared company brain. Your team's knowledge & decisions …
Summary
Memory Store by Y Combinator launches as a shared company brain that consolidates team knowledge from Slack, emails, and more into a living wiki for both human teammates and AI agents.
Similar Articles
Looking for feedback: Memory system that both AI agents and humans can use
The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.
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.
@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.
supermemoryai/supermemory
Supermemory is an open-source memory and context engine for AI that automatically learns from conversations, extracts facts, builds user profiles, and delivers personalized context. It ranks #1 on several AI memory benchmarks and provides a single API for adding memory, RAG, and connectors to AI agents.
@akshay_pachaar: What actually is GBrain? (Y Combinator CEO's personal agent brain) Every agent memory tool you've seen solves a simple …
GBrain is an open-source AI agent memory tool created by YC CEO Garry Tan that uses a self-wiring knowledge graph and markdown-based system of record to enrich and compound agent knowledge autonomously.