memory-system

Tag

Cards List
#memory-system

@MSFTResearch: AI agents can't remember past conversations. They must constantly reload or retrieve context, which grows less efficien…

X AI KOLs Following · 2d ago Cached

Memora is a scalable memory system for AI agents that decouples storage from retrieval, enabling long-horizon tasks with up to 98% fewer context tokens while setting new state-of-the-art on benchmarks. The paper is published at ICML 2026.

0 favorites 0 likes
#memory-system

Comparto mi instalación de openclaw.

Reddit r/openclaw · 3d ago

Descripción detallada del sistema de memoria OpenClaw para agentes de IA, incluyendo la estructura completa del workspace, archivos de arranque, estado, tiempo, semántica y búsqueda con QMD.

0 favorites 0 likes
#memory-system

Designing a memory system for codebase facts

Reddit r/AI_Agents · 2026-06-20

This article outlines the design of a memory system that stores and retrieves facts about a codebase, intended to improve AI coding assistants' understanding and context awareness.

0 favorites 0 likes
#memory-system

@dair_ai: Great paper on long-term memory for LLM agents. (bookmark it) Coarse summaries drift and unconstrained updates corrupt,…

X AI KOLs Following · 2026-06-19 Cached

AtomMem introduces a long-term memory system for LLM agents that uses atomic facts as efficient memory units, organizing them into hierarchical event structures and temporal user profiles, achieving state-of-the-art on the LoCoMo benchmark.

0 favorites 0 likes
#memory-system

Self-Improving Memory for Agents (6 minute read)

TLDR AI · 2026-06-19

Perplexity Brain is a memory system that builds a persistent context graph across tasks, projects, decisions, files, and sources, enabling agents to start with relevant context instead of from scratch, improving answer correctness and reducing task costs.

0 favorites 0 likes
#memory-system

I built a 3-layer memory system for AI coding assistants (project / session / source). Would love some pushback

Reddit r/AI_Agents · 2026-06-18

The author built a 3-layer memory system (project/session/source) for AI coding assistants and is seeking feedback.

0 favorites 0 likes
#memory-system

@_MaxBlade: CNVS went viral for the wrong reason... the Ui is beautiful, but the CNVS cross agent memory system is world class. ult…

X AI KOLs Timeline · 2026-06-14 Cached

The tweet highlights CNVS's cross-agent memory system, which uses append-only JSONL files for efficient memory sharing between AI agents like Claude, Codex, and Cursor, outperforming Mem0 on its own benchmark.

0 favorites 0 likes
#memory-system

What's the "best" multi-agent memory system for coding agents? I raised 9 issues on rohitg00/agentmemory and have given up on it.

Reddit r/AI_Agents · 2026-06-12

A developer discusses alternatives to the agentmemory library for multi-agent memory systems in coding agents, comparing Mem0 and ByteRover, and asks for confirmations on Opencode and Pi.

0 favorites 0 likes
#memory-system

@ashwingop: https://x.com/ashwingop/status/2065080505113125105

X AI KOLs Timeline · 2026-06-11 Cached

Sentra's Code Memory system boosts GPT-5.5 to 88.31% on Terminal-Bench 2.1 at a quarter of the cost, outperforming Anthropic's restricted Mythos 5 model. The memory layer reduces input tokens by 52% and costs by 72.6% while improving task success rates.

0 favorites 0 likes
#memory-system

@jumperz: this is how to run claude fable 5 as your architect ( 20$ sub only ) + gpt 5.5 codex as your builder.. full system belo…

X AI KOLs Timeline · 2026-06-10 Cached

A developer shares a workflow using Claude Fable 5 as architect and GPT 5.5 Codex as builder, with a handoff memory system to manage AI-assisted development efficiently.

0 favorites 0 likes
#memory-system

The 4 reasons your AI assistant keeps forgetting you (and how we fixed it)

Reddit r/AI_Agents · 2026-06-10

The article identifies four key flaws in current AI agent memory systems—brittleness, lack of temporal reasoning, forgetting dilemma, and evaluation gap—and presents a novel memory architecture inspired by code agents, achieving high benchmark scores while emphasizing context learning as the next challenge.

0 favorites 0 likes
#memory-system

Vegvisir: A security first AI harness.

Reddit r/AI_Agents · 2026-06-03

Vegvisir is an open-source AI agent harness with a focus on security, featuring a memory system, context management, and a hardware-bound secrets enclave to protect API keys.

0 favorites 0 likes
#memory-system

@adxtyahq: For the past few weeks, me and @iamadityaanjana have been working on a Collaborative Multi-Agent Memory System, and we'…

X AI KOLs Timeline · 2026-06-03 Cached

The authors developed a collaborative multi-agent memory system with shared/private memory scopes, trust-aware retrieval, lineage tracking, and contradiction resolution, and submitted a paper to a conference.

0 favorites 0 likes
#memory-system

Looking for feedback: Memory system that both AI agents and humans can use

Reddit r/AI_Agents · 2026-06-02

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.

0 favorites 0 likes
#memory-system

@QingQ77: Build a pure Python self-evolving AI framework with 64 modules each managing its own tasks. The AI can remember, learn, modify code, and reflect on its own, without installing additional libraries. https://github.com/primaxlab/SelfEvolvingAI… 64 modules, from mem…

X AI KOLs Timeline · 2026-05-29 Cached

This is a pure Python self-evolving AI framework with 64 modules covering features like memory, knowledge graphs, and federated learning, and it runs without additional libraries.

0 favorites 0 likes
#memory-system

@verysmallwoods: Tencent's open-source TencentDB-Agent-Memory implements a 4-layer memory system. https://open.substack.com/pub/verysmallwoods/p/tencentdb-agent-memory-openclaw-h…

X AI KOLs Timeline · 2026-05-25 Cached

Tencent has open-sourced TencentDB-Agent-Memory, which implements a four-layer memory system. It supports integration via the OpenClaw plugin and provides a Docker-based solution for Hermes, boosting PersonaMem accuracy from 48% to 76%.

0 favorites 0 likes
#memory-system

@seclink: GBrain is an AI Agent persistent memory system (Memory Layer) open-sourced by Y Combinator President Garry Tan in April 2026. It is essentially a 'self-wiring knowledge graph + hybrid retrieval layer' designed to solve the long-term memory and knowledge accumulation problem for AI Agents.

X AI KOLs Following · 2026-05-23

GBrain is an AI Agent persistent memory system open-sourced by Y Combinator President Garry Tan, which uses a self-wiring knowledge graph and hybrid retrieval layer to address long-term memory and knowledge accumulation issues for Agents.

0 favorites 0 likes
#memory-system

Network Chuck teaching how to use Hermes and why it's so incredible

Reddit r/ArtificialInteligence · 2026-05-22 Cached

Hermes is an open-source AI agent framework that uses strictly limited memory files and a skill system to achieve a more focused and persistent agent experience. The video tutorial demonstrates how to install, configure, and use Hermes to build custom AI assistants.

0 favorites 0 likes
#memory-system

@Radha_AI: Claude just solved one of AI coding’s biggest problems. It can now turn your entire codebase into: → an interactive arc…

X AI KOLs Timeline · 2026-05-16 Cached

Claude can now transform an entire codebase into an interactive architecture map for humans and a memory system for AI agents, allowing coding agents to instantly understand APIs, components, authentication, database flows, and dependencies.

0 favorites 0 likes
#memory-system

@socialwithaayan: I found a GitHub repo that gives your AI a permanent memory of your entire life. It's called PAI. Personal AI Infrastru…

X AI KOLs Timeline · 2026-05-16 Cached

PAI (Personal AI Infrastructure) is an open-source GitHub project that gives AI a permanent, structured memory system across sessions, with features like a digital assistant, skills, workflows, and a self-improvement loop.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback