Tag
A beginner-friendly tutorial on how to set up persistent memory for an AI Agent in 30 minutes, using the open-source EverOS tool to store memory as editable Markdown files, without requiring Docker or vector database clusters.
A community discussion about how Hermes agents should handle persistent memory across sessions, exploring an external memory layer (8mem) and comparing memory-aware vs generic outputs.
Xiaomi released MiMo Code, a free AI coding assistant with persistent memory across sessions, automatic subagents, and workflow distillation, requiring zero configuration.
Claude Fable 5 has been released, enabling autonomous operation with sub-agents, hooks, and persistent memory, building on foundations demonstrated a year ago with Claude Code.
MiMoCode has made five major upgrades based on OpenCode, including persistent memory, autonomous learning, and multi-agent orchestration, upgrading from a terminal AI chat tool to an AI programming platform.
Xiaomi released MiMoCode, an open-source AI coding agent with cross-session memory, available on GitHub and installable via one-line command or npm.
Introduces Infini Memory, a maintainable text-based persistent memory architecture for LLM agents that uses topic-structured documents and iterative retrieval to improve long-term memory usage, achieving 64.7% on MemoryAgentBench.
The article describes Skynet, an Elixir-based framework using OTP GenServers to build persistent cognitive architectures for LLM agents. It implements a layered memory stack inspired by neuroscience, addressing the amnesia problem in long-running agents.
An open-source persistent memory layer for AI coding agents that stores and retrieves project decisions and context using Postgres and pgvector, aiming to reduce context window size and improve agent consistency.
Hermes Agent by Nous Research is an open-source autonomous AI agent that runs persistently on a server, remembers every conversation across sessions, and autonomously creates skill files, making it a fundamentally different category of agent compared to session-based coding tools like Claude Code and Cursor.
Introduces an open-source tool that provides persistent memory for Claude Code, avoiding context limits and significantly reducing token consumption.
The article introduces Hermes Agent as a persistent, 24/7 AI operations officer, distinct from Codex/Claude in positioning, emphasizing automation, memory, and remote command capabilities, representing the evolution of AI agents from tools to partners.
Intel's discontinued Optane persistent memory technology is finding a second life in AI workloads, enabling a user to run a 1 trillion parameter model locally at ~4 tokens/second using cheap second-hand Optane modules. The article highlights Optane's lower latency compared to SSDs, making it suitable for large model inference despite being slower than DRAM.
ArcRift is a local-first AI memory layer that shares persistent memory between browser chats and IDE tools via a Chrome extension and MCP Server, avoiding repeated context explanations.
The author tested Persistent Sage's long-term memory feature, finding it accurately recalled personal facts like colorblindness and a spouse's name from a week earlier without explicit prompting, demonstrating effective persistent memory for AI agents.
Maven is an open-source personal AI agent harness that runs locally or on personal hardware, featuring persistent memory, modular extensions, and proactive task management for a JARVIS-like experience.
Hexis is an open-source Postgres-native cognitive architecture that wraps any LLM to provide persistent memory, autonomous behavior, and identity, enabling agents to remember and pursue goals across sessions.
Anthropic is planning a major memory update for Claude, introducing a dual-mode system with Memory Files that distribute user notes across structured documents by topic, potentially enhancing persistent memory for Claude Managed Agents and related features like Dreams and Conway.
This thread argues that AI's fundamental problem is memory, not intelligence, and highlights GBrain as a system designed to provide persistent, synthesizing memory for AI agents, featuring uncertainty surfacing and biological-like memory consolidation during sleep.
Anthropic AI engineer demonstrates a free 4-step method to give AI agents persistent memory across sessions, including memory stores and dreaming, achieving 95% cache hit rate.