Tagged articles
35 articles
Page 1 of 1
Design Hub
Design Hub
May 24, 2026 · Artificial Intelligence

How Claude’s New Memory System Turns AI Agents into Self‑Organizing Assistants

Claude’s latest memory and Dreaming features combine cross‑session memory, project workspaces, persistent memory files, and a background “Dreaming” organizer, shifting AI agents from forgetful bots to systems that selectively retain useful experience, reduce rework, and behave more like human assistants.

AI memoryAgent ArchitectureClaude
0 likes · 10 min read
How Claude’s New Memory System Turns AI Agents into Self‑Organizing Assistants
DataFunSummit
DataFunSummit
May 22, 2026 · Artificial Intelligence

Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth

The article analyses how memory has become the critical limitation for AI agents, details the MemOS framework’s five‑layer architecture that fuses model‑driven and application‑driven approaches, presents cloud service usage surging over 200%, and explains how these advances address scalability, privacy, and performance challenges in enterprise deployments.

AI memoryAgent ArchitectureCloud AI services
0 likes · 18 min read
Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth
James' Growth Diary
James' Growth Diary
May 18, 2026 · Artificial Intelligence

Turning AI’s Short‑Term Memory into a Persistent Knowledge Base with memdir

This article examines Claude Code’s memdir system, explaining how it transforms fleeting AI conversation context into a durable, file‑based knowledge base by using markdown files as memories, a lightweight index, AI‑driven relevance selection, parallel prefetching, and careful type‑specific guidelines.

AI memoryClaude CodeKnowledge Base
0 likes · 17 min read
Turning AI’s Short‑Term Memory into a Persistent Knowledge Base with memdir
Data Party THU
Data Party THU
May 17, 2026 · Artificial Intelligence

Personalizing AI Agents: Memory, Rolling Context, and Advanced Retrieval Techniques

The article explains how AI agents use memory to retain conversation context, why sending the full history to large language models is inefficient, and presents rolling context windows, inverted‑index pruning, semantic embedding retrieval, and GraphRAG as complementary strategies to build more accurate and personalized agents.

AI memoryGraphRAGLLM optimization
0 likes · 10 min read
Personalizing AI Agents: Memory, Rolling Context, and Advanced Retrieval Techniques
Data Party THU
Data Party THU
May 11, 2026 · Artificial Intelligence

How a 1930‑Era AI Model Without Any Computer Knowledge Learned to Write Python

The talkie‑1930‑13b language model, trained exclusively on English texts published before 1931, surprisingly understands historical events, solves Python coding problems, and exhibits scaling‑law behavior, prompting a detailed comparison with its modern twin talkie‑web‑13b and an analysis of training pipelines, memory categories, and common deployment pitfalls.

AI memoryLLMPython code generation
0 likes · 10 min read
How a 1930‑Era AI Model Without Any Computer Knowledge Learned to Write Python
DataFunSummit
DataFunSummit
May 4, 2026 · Artificial Intelligence

Best Practices for Persistent, Reliable AI Agent Memory: Insights from the ‘Memory in the Age of AI Agents’ Paper

The article analyzes the 2025 "Memory in the Age of AI Agents" paper, presenting its three‑dimensional classification of AI memory (Forms, Functions, Dynamics), comparing token‑level, parameter‑level and latent‑space approaches, evaluating major frameworks such as Mem0, Letta, Zep, ReMem, and offering concrete guidance on design, forgetting mechanisms, retrieval strategies, and future research directions.

AI memoryagentic AIlatent space memory
0 likes · 17 min read
Best Practices for Persistent, Reliable AI Agent Memory: Insights from the ‘Memory in the Age of AI Agents’ Paper
DataFunTalk
DataFunTalk
Apr 26, 2026 · Artificial Intelligence

How a Post‑00 Team Open‑Sourced OpenAI’s Chronicle Within 48 Hours

OpenAI’s Chronicle introduced paid screen‑reading and continuous memory for ChatGPT Pro, but within 48 hours a young developer team released OpenChronicle as an open‑source, locally‑run, model‑agnostic memory layer that reshapes AI interaction, sparks massive community discussion, and raises ownership questions.

AI memoryAgentOpen Source
0 likes · 8 min read
How a Post‑00 Team Open‑Sourced OpenAI’s Chronicle Within 48 Hours
Machine Heart
Machine Heart
Apr 25, 2026 · Artificial Intelligence

How a Post‑00 Team Open‑Sourced OpenChronicle After OpenAI’s $100/Month Feature

OpenAI’s Chronicle introduced screen‑seeing, persistent AI memory behind a $100‑per‑month subscription, but within 48 hours a group of young developers released OpenChronicle as an open‑source, locally‑run, model‑agnostic memory layer that can be shared across agents, sparking a wave of community discussion and raising fundamental questions about control and ownership of AI memory.

AI memoryAgentChronicle
0 likes · 8 min read
How a Post‑00 Team Open‑Sourced OpenChronicle After OpenAI’s $100/Month Feature
AI Architecture Path
AI Architecture Path
Apr 23, 2026 · Artificial Intelligence

MemPalace: Offline, Local‑First AI Memory System Built on a Memory‑Palace Architecture

MemPalace is an open‑source, local‑first AI memory library that stores raw conversation and project content without summarisation, uses a hierarchical "memory palace" structure for fast semantic retrieval, provides plug‑in retrieval back‑ends, knowledge‑graph support, and achieves the highest publicly reported offline benchmark scores.

AI memoryOffline AIOpen Source
0 likes · 17 min read
MemPalace: Offline, Local‑First AI Memory System Built on a Memory‑Palace Architecture
Big Data and Microservices
Big Data and Microservices
Apr 19, 2026 · Artificial Intelligence

Why Do AI Agents Forget? Understanding Short‑Term and Long‑Term Memory

This article explains how AI agents store information using short‑term (context window) and long‑term (vector database, RAG, knowledge graph) memory, illustrates the concepts with everyday analogies, and shows how proper memory design improves real‑world applications like customer service bots and personal assistants.

AI AgentsAI memoryLong-term Memory
0 likes · 6 min read
Why Do AI Agents Forget? Understanding Short‑Term and Long‑Term Memory
ArcThink
ArcThink
Apr 17, 2026 · Artificial Intelligence

Why AI Forgetting So Much? HyperMem’s Hypergraph Memory Sets New SOTA

The article analyzes why large language models struggle with long‑term memory, introduces the HyperMem hypergraph‑based memory system that organizes information in three hierarchical layers (topic, episode, fact), and shows it achieves 92.73% accuracy on the LoCoMo benchmark, surpassing GraphRAG, Mem0 and other prior methods.

AI memoryHypergraphLLM
0 likes · 20 min read
Why AI Forgetting So Much? HyperMem’s Hypergraph Memory Sets New SOTA
AI Explorer
AI Explorer
Apr 16, 2026 · Artificial Intelligence

Build an AI Agent Memory Engine with Just Six Lines of Code

The open‑source Cognee project lets developers give AI agents a dynamic, long‑term memory by combining vector search, graph databases and cognitive techniques, and it can be set up with only six lines of Python code, as demonstrated with a quick‑start example.

AI memoryGraph DatabasePython
0 likes · 6 min read
Build an AI Agent Memory Engine with Just Six Lines of Code
Alibaba Cloud Native
Alibaba Cloud Native
Apr 14, 2026 · Artificial Intelligence

The Hidden Memory Crisis in AI Agents—and a Scalable Solution

AI agents often forget user intents after a few interactions, leading to poor experience and lost business, and while building a reliable memory system is technically feasible, teams face challenges in storage, retrieval, consistency, scalability, compliance, and operational overhead, which AgentLoop MemoryStore aims to solve with a serverless, enterprise‑grade architecture.

AI memoryAgent ArchitectureAgentLoop
0 likes · 21 min read
The Hidden Memory Crisis in AI Agents—and a Scalable Solution
Machine Heart
Machine Heart
Apr 14, 2026 · Artificial Intelligence

EverOS Global Beta Unveils Self‑Evolving Memory Layer for AI Agents

EverOS launches a global beta of its next‑generation memory infrastructure that lets autonomous agents automatically extract experience, cluster it semantically, and evolve reusable skills, boosting OpenClaw task success rates by up to 234.8% while addressing context‑window limits, multimodal retrieval, and developer transparency.

AI memoryEverOSEvoAgentBench
0 likes · 21 min read
EverOS Global Beta Unveils Self‑Evolving Memory Layer for AI Agents
ShiZhen AI
ShiZhen AI
Apr 13, 2026 · Artificial Intelligence

Who Owns Your AI Memory? The Risks of Closed Agent Harnesses

The article explains that Agent Harnesses are essential for managing AI memory and context, argues that closed‑source harnesses give vendors control over user data, outlines three risk levels of memory lock‑in, and advocates open, user‑controlled harnesses such as OpenClaw and Deep Agents.

AI memoryAgent HarnessLangChain
0 likes · 14 min read
Who Owns Your AI Memory? The Risks of Closed Agent Harnesses
AI Engineering
AI Engineering
Apr 11, 2026 · Artificial Intelligence

GBrain: Open-Source AI Memory Engine that Gives OpenClaw and Hermes Long-Term Recall

GBrain, an open‑source AI memory hub created by YC partner Garry Tan, combines Postgres tsvector keyword search with pgvector semantic search via RRF, manages thousands of Markdown notes, and runs an automated nightly agent that refines and links memories, offering a practical long‑term recall layer for agents like OpenClaw and Hermes.

AI memoryGBrainHermes
0 likes · 4 min read
GBrain: Open-Source AI Memory Engine that Gives OpenClaw and Hermes Long-Term Recall
Geek Labs
Geek Labs
Apr 10, 2026 · Artificial Intelligence

Boost AI Smarts and Cut Costs with Open‑Source Memory and Compression Tools

The article analyzes why AI chats are costly—repeating context each time—and presents two open‑source projects, mempalace and caveman, that together provide a large‑scale memory system and aggressive token compression, dramatically reducing token usage and expenses while preserving reasoning ability.

AI memoryLLM efficiencyOpen Source
0 likes · 7 min read
Boost AI Smarts and Cut Costs with Open‑Source Memory and Compression Tools
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Mar 31, 2026 · Artificial Intelligence

How to Build a Production‑Ready AI Memory System with Mem0 and Elasticsearch

This guide explains how to overcome the stateless nature of large language models by using the Mem0 framework together with Elasticsearch to create a persistent, vector‑searchable memory layer, covering architecture, real‑world scenarios, step‑by‑step deployment, and integration with the OpenClaw agent framework.

AI memoryElasticsearchLLM
0 likes · 15 min read
How to Build a Production‑Ready AI Memory System with Mem0 and Elasticsearch
Architecture and Beyond
Architecture and Beyond
Mar 29, 2026 · Artificial Intelligence

Designing Efficient Memory for Claude Code: Typed Storage, Indexed Management, Triggered Retrieval, and Pre‑Use Validation

This article analyzes Claude Code's memory system, explaining how typed storage separates user, feedback, project, and reference data, how an indexed MEMORY.md file keeps the index lightweight, how triggered retrieval balances relevance, freshness, and reliability, and why pre‑use validation prevents stale or incorrect facts from contaminating model responses.

AI memoryClaudepre‑use validation
0 likes · 17 min read
Designing Efficient Memory for Claude Code: Typed Storage, Indexed Management, Triggered Retrieval, and Pre‑Use Validation
SuanNi
SuanNi
Mar 23, 2026 · Artificial Intelligence

Can AI Agents Master Long-Term Memory? Supermemory’s Near‑99% Accuracy Breakthrough

The Supermemory team’s new ASMR (Agentic Search and Memory Retrieval) system achieves almost 99% accuracy on the LongMemEval benchmark by replacing vector‑database retrieval with parallel, specialized AI agents that ingest, search, and synthesize massive conversational histories entirely in memory, offering a potential solution to longstanding AI memory challenges.

AI memoryASMRLLM Benchmark
0 likes · 8 min read
Can AI Agents Master Long-Term Memory? Supermemory’s Near‑99% Accuracy Breakthrough
DataFunSummit
DataFunSummit
Mar 23, 2026 · Artificial Intelligence

How to Build Long‑Term Memory for AI Agents: Foundations and Practical Techniques

This article explores the challenges and state of long‑term memory for AI agents, reviews mainstream industry solutions such as RAG, HRM, Titans and Engram, and proposes a four‑layer memory architecture with data acquisition, organization, utilization, and feedback loops to enable agents that remember and forget like humans.

AI memoryAgent ArchitectureLong‑Term Memory
0 likes · 12 min read
How to Build Long‑Term Memory for AI Agents: Foundations and Practical Techniques
PaperAgent
PaperAgent
Mar 6, 2026 · Artificial Intelligence

Unlocking AI Memory: A Comprehensive Survey of Theory, Architectures, and Future Trends

This extensive survey presents a panoramic view of AI memory, introducing a novel 4W classification, detailing single‑agent and multi‑agent memory architectures, outlining evaluation metrics, showcasing real‑world applications, and highlighting open challenges and emerging research directions.

4W TaxonomyAI memoryFuture Trends
0 likes · 12 min read
Unlocking AI Memory: A Comprehensive Survey of Theory, Architectures, and Future Trends
PaperAgent
PaperAgent
Feb 9, 2026 · Artificial Intelligence

Can Online Evaluation Unlock AI Assistants' Long-Term Memory? Inside AMemGym

AMemGym introduces an on‑policy, interactive benchmark that evaluates and trains AI assistants' long‑term memory by structuring state evolution, diagnosing memory failures, and enabling agents to self‑evolve, revealing that selective memory writing outperforms passive approaches across various LLM and agent architectures.

AI memoryAgentLLM
0 likes · 8 min read
Can Online Evaluation Unlock AI Assistants' Long-Term Memory? Inside AMemGym
Architect
Architect
Jan 28, 2026 · Artificial Intelligence

How to Build a Reliable Long-Term Memory System for AI Agents

Designing a robust AI memory for long-running agents requires separating context from persistent storage, using markdown files, pre‑compaction flushing, hybrid vector‑BM25 retrieval, session pruning, and rebuildable SQLite indexes, ensuring explainable, editable, and portable recall while preventing context bloat and security leaks.

AI memoryClawdbotContext Compression
0 likes · 19 min read
How to Build a Reliable Long-Term Memory System for AI Agents
AI Large Model Application Practice
AI Large Model Application Practice
Jan 13, 2026 · Artificial Intelligence

Why MemOS Is the Next‑Generation Memory OS for AI Agents

This article explains MemOS’s novel approach to treating AI memory as an operating‑system resource, detailing its layered architecture, core modules, three memory forms, and practical SDK usage for cloud or self‑hosted deployments, while highlighting performance benefits and engineering constraints.

AI memoryAgent ArchitectureKnowledge Base
0 likes · 17 min read
Why MemOS Is the Next‑Generation Memory OS for AI Agents
Alibaba Cloud Native
Alibaba Cloud Native
Dec 27, 2025 · Artificial Intelligence

Unlocking AI Agent Memory: Short‑Term vs Long‑Term Strategies and Framework Integration

This article explains how AI agents overcome context window limits by using memory systems, distinguishes short‑term (session) and long‑term (cross‑session) memory, compares implementations in Google ADK, LangChain and AgentScope, and outlines context‑engineering techniques, core components, challenges, and emerging trends.

AI memoryAgent FrameworksContext Engineering
0 likes · 20 min read
Unlocking AI Agent Memory: Short‑Term vs Long‑Term Strategies and Framework Integration
PaperAgent
PaperAgent
Dec 6, 2025 · Artificial Intelligence

How Titans and MIRAS Enable AI Models to Remember 1 Million Tokens

Google's Titans architecture and the MIRAS theoretical framework introduce a deep neural memory that lets large language models learn in real time, retain surprising information, and handle context windows of up to two million tokens, outperforming existing Transformers and linear RNNs on a range of benchmarks.

AI memoryMIRAS frameworkSequence Modeling
0 likes · 10 min read
How Titans and MIRAS Enable AI Models to Remember 1 Million Tokens
大转转FE
大转转FE
Nov 10, 2025 · Artificial Intelligence

5 Essential AI Breakthroughs: Evaluation, Memory, Fault Postmortem, Coding Loop & TinyAI

This newsletter curates five insightful articles that explore AI evaluation engineering, the evolution of AI memory from RAG to Agentic RAG and Agent Memory, AI‑driven fault postmortem agents, a test‑driven AI coding‑deployment‑self‑test loop, and the lightweight Java‑based TinyAI framework.

AI coding workflowAI memoryArtificial Intelligence
0 likes · 4 min read
5 Essential AI Breakthroughs: Evaluation, Memory, Fault Postmortem, Coding Loop & TinyAI
AI Large Model Application Practice
AI Large Model Application Practice
Jul 29, 2025 · Artificial Intelligence

8 Memory Strategies for AI Agents: From Full Recall to Vector Stores

The article examines eight common AI memory techniques—from simple full‑history retention to sophisticated vector‑store and knowledge‑graph approaches—detailing their principles, Python‑style implementations, advantages, drawbacks, and ideal application scenarios for large‑language‑model agents in production environments.

AI memoryLLM context managementknowledge graph
0 likes · 23 min read
8 Memory Strategies for AI Agents: From Full Recall to Vector Stores
AsiaInfo Technology: New Tech Exploration
AsiaInfo Technology: New Tech Exploration
Jun 16, 2025 · Artificial Intelligence

How LangGraph Implements Shared Memory for Multi‑Agent Systems: Techniques, Tools, and Future Directions

This article examines the theory and practice of shared memory in multi‑agent systems, tracing its evolution from classic blackboard models to modern solutions like Mem0.ai, Open Memory, and A‑MEM, and provides concrete design patterns, integration strategies, and future research directions for LangGraph users.

AI memoryDistributed SystemsLLM
0 likes · 37 min read
How LangGraph Implements Shared Memory for Multi‑Agent Systems: Techniques, Tools, and Future Directions
21CTO
21CTO
Jan 2, 2025 · Artificial Intelligence

2025 AI Breakthroughs: Unlimited Memory & Intelligent Agents, Says Eric Schmidt

Former Google CEO Eric Schmidt warns that AI is on the brink of a transformative era, highlighting three 2025 breakthroughs—unlimited context memory, autonomous AI agents, and text‑to‑action programming—while also stressing the looming risks of energy consumption, security threats, and the need for ethical safeguards.

AI memoryAI researchAI safety
0 likes · 14 min read
2025 AI Breakthroughs: Unlimited Memory & Intelligent Agents, Says Eric Schmidt