Tagged articles
39 articles
Page 1 of 1
FunTester
FunTester
May 19, 2026 · Artificial Intelligence

How Memory Layering Makes AI Agents Smarter Over Time

The article explains why default agent memory is fleeting, proposes a two‑layer design of session and long‑term memory with a post‑session “dreaming” integration step, and shows how selective persistence and shared long‑term storage keep agents continuously improving.

AI ArchitectureAgent MemoryDream Integration
0 likes · 8 min read
How Memory Layering Makes AI Agents Smarter Over Time
Machine Heart
Machine Heart
May 15, 2026 · Artificial Intelligence

When AI Knows Too Much: How MemPrivacy Secures Agent Memory

MemPrivacy introduces a reversible, fine‑grained privacy layer for edge‑cloud agents, outperforming OpenAI's privacy‑filter by over 50 % F1 while keeping system utility loss under 2 %, thus enabling agents to remain useful without exposing raw sensitive data.

AIAgent MemoryBenchmark
0 likes · 16 min read
When AI Knows Too Much: How MemPrivacy Secures Agent Memory
IT Services Circle
IT Services Circle
May 11, 2026 · Artificial Intelligence

Can Claude’s Code Generation Replace Agent Memory Systems? Understanding CLAUDE.md, Memory, and RAG

The article explains why large language model agents need dedicated memory systems to overcome limited context windows, outlines short‑term and long‑term memory architectures, storage forms, functional categories, lifecycle operations, control‑policy research, compares leading products, and presents best‑practice engineering guidelines for building scalable, privacy‑aware agent memory pipelines.

Agent MemoryControl PolicyLong-term Memory
0 likes · 25 min read
Can Claude’s Code Generation Replace Agent Memory Systems? Understanding CLAUDE.md, Memory, and RAG
AI Engineer Programming
AI Engineer Programming
May 10, 2026 · Artificial Intelligence

Lossless Context Management (LCM): Handling Unlimited Agent Tasks with Finite Windows

The article analyzes the limitation of finite LLM context windows for unbounded agent tasks, reviews existing truncation, summarization, and RAG approaches, and presents the Lossless Context Management (LCM) architecture with immutable storage, hierarchical DAG compression, three‑level summarization, and zero‑overhead processing for both short and large‑scale workloads.

AI agentsAgent MemoryAgentic-Map
0 likes · 9 min read
Lossless Context Management (LCM): Handling Unlimited Agent Tasks with Finite Windows
dbaplus Community
dbaplus Community
May 5, 2026 · Artificial Intelligence

The True Nature of Agent Memory: Deep Dive into Architecture and Design

The article analyses why a real agent must have memory, defining memory as an external state that feeds decision‑making, proposing a three‑part architecture (Raw Ledger, Views, Policy), contrasting parametric and non‑parametric approaches, and detailing bottlenecks, temporal handling, and procedural extensions.

Agent MemoryMemory Architecturenon‑parametric memory
0 likes · 46 min read
The True Nature of Agent Memory: Deep Dive into Architecture and Design
DeepHub IMBA
DeepHub IMBA
May 1, 2026 · Artificial Intelligence

How to Build Intelligent Contextual Memory for AI Agents

The article examines why naïvely feeding all dialogue history to large language models is costly and unreliable, and it walks through rolling context windows, inverted‑index pruning, semantic vector search, and GraphRAG as complementary techniques for creating efficient, reasoning‑capable AI agent memory.

AIAgent MemoryContext Window
0 likes · 11 min read
How to Build Intelligent Contextual Memory for AI Agents
Architect
Architect
Apr 30, 2026 · Artificial Intelligence

How Hermes Agent’s Memory System Fixes the Layered Misconception in OpenClaw

The article dissects Hermes Agent’s four‑layer memory architecture—hot memory, session search, skills, and optional Honcho—explaining how each layer’s cost and purpose differ from OpenClaw’s approach, and why careful placement of facts, history, procedures, and user models leads to more stable, cache‑aware agents.

Agent MemoryContext managementHermes Agent
0 likes · 25 min read
How Hermes Agent’s Memory System Fixes the Layered Misconception in OpenClaw
PaperAgent
PaperAgent
Apr 27, 2026 · Artificial Intelligence

A Comprehensive Review of Modern LLM Agent Memory Frameworks

The article surveys recent LLM‑based agent memory research, presenting a unified framework that breaks memory systems into four components, detailing their design choices, experimental evaluation on LOCOMO and LONGMEMEVAL, key findings, and a new low‑token SOTA architecture.

Agent MemoryLLMMemory Management
0 likes · 8 min read
A Comprehensive Review of Modern LLM Agent Memory Frameworks
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 22, 2026 · Artificial Intelligence

How to Classify and Manage Agent Memories for Better Retrieval

This article dissects Claude Code's memory system, explains why unstructured memory degrades performance, introduces four distinct memory types with concrete examples and schema, shows how to handle expiration and retrieval strategies, and provides step‑by‑step implementation code to improve agent reliability.

Agent MemoryLLMMemory Management
0 likes · 19 min read
How to Classify and Manage Agent Memories for Better Retrieval
Code Mala Tang
Code Mala Tang
Apr 17, 2026 · Industry Insights

Beyond Memory: How Context Substrates Are Redefining AI Agents

A comprehensive analysis of over 900 GitHub repositories reveals two distinct paradigms for agent memory—backend storage and context substrates—highlighting their technical differences, strengths, limitations, and the emerging shift toward context engineering for long‑running AI agents.

AIAgent MemoryKnowledge Graph
0 likes · 15 min read
Beyond Memory: How Context Substrates Are Redefining AI Agents
James' Growth Diary
James' Growth Diary
Apr 10, 2026 · Artificial Intelligence

Designing Agent Memory Systems: Short‑Term, Long‑Term, and Knowledge Graph Layers

The article breaks down how to build a three‑layer memory architecture for AI agents—short‑term context windows with sliding‑window summarization, long‑term semantic retrieval via vector databases with selective storage and time decay, and a knowledge‑graph layer for relational reasoning—plus implementation tips and common pitfalls.

Agent MemoryKnowledge GraphLangChain
0 likes · 19 min read
Designing Agent Memory Systems: Short‑Term, Long‑Term, and Knowledge Graph Layers
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 10, 2026 · Artificial Intelligence

How to Build a Robust Agent Memory System: Architecture, Management, and Evaluation

This article provides a comprehensive guide to designing, implementing, and evaluating an Agent Memory module for large‑language‑model assistants, covering memory types, short‑ and long‑term storage, conflict resolution, hybrid retrieval, compliance, and practical interview answers.

Agent MemoryHybrid RetrievalInterview Preparation
0 likes · 32 min read
How to Build a Robust Agent Memory System: Architecture, Management, and Evaluation
Design Hub
Design Hub
Apr 8, 2026 · Artificial Intelligence

Can Hermes Agent Really Replace OpenClaw? A Deep Dive into the New AI Agent Landscape

The article analyzes Hermes Agent's self‑improving features, memory architecture, safety defaults, and long‑term personal assistant focus, comparing them with OpenClaw's gateway‑oriented design to help readers decide which framework better fits their automation and personal‑agent needs.

AI agentsAgent FrameworksAgent Memory
0 likes · 12 min read
Can Hermes Agent Really Replace OpenClaw? A Deep Dive into the New AI Agent Landscape
AI Tech Publishing
AI Tech Publishing
Apr 7, 2026 · Artificial Intelligence

Auto Dream vs OpenClaw Dreaming: How AI Agents Consolidate Memory

The article examines the noise‑accumulation problem of AI‑Agent memory, explains Claude Code’s Auto Memory and its four‑step Auto Dream consolidation process, details OpenClaw’s three‑stage Dreaming mechanism, compares the two systems across several dimensions, and relates the design to human memory science and practical agent engineering.

AIAgent MemoryAuto-dream
0 likes · 15 min read
Auto Dream vs OpenClaw Dreaming: How AI Agents Consolidate Memory
AI Engineer Programming
AI Engineer Programming
Apr 6, 2026 · Artificial Intelligence

Designing Agent Memory: Comparative Analysis of Claude, OpenAI Codex CLI, OpenClaw, and Claude Code

This article defines agent memory, outlines its three core components and memory classifications, then provides a detailed comparative analysis of the memory designs in Claude Agent SDK, OpenAI Codex CLI, OpenClaw, and Claude Code, highlighting trade‑offs, implementation details, and engineering implications.

Agent MemoryClaudeContext management
0 likes · 29 min read
Designing Agent Memory: Comparative Analysis of Claude, OpenAI Codex CLI, OpenClaw, and Claude Code
Architecture and Beyond
Architecture and Beyond
Apr 4, 2026 · Artificial Intelligence

How Claude Code Structures Its Memory: A Deep Dive into Multi‑Layered Agent Memory Design

This article dissects Claude Code's memory architecture, explaining its four distinct memory layers, file‑based long‑term storage, dynamic retrieval without embeddings, multi‑stage write paths, and session‑compression strategies, while highlighting design trade‑offs and practical takeaways for building robust AI agents.

AI ArchitectureAgent MemoryClaude Code
0 likes · 20 min read
How Claude Code Structures Its Memory: A Deep Dive into Multi‑Layered Agent Memory Design
Data STUDIO
Data STUDIO
Apr 2, 2026 · Artificial Intelligence

Building a Dual‑Stack Memory Agent: Situational + Semantic Memory for Long‑Term AI Understanding

This tutorial walks through designing and implementing a dual‑stack memory architecture for AI agents—combining episodic vector‑based situational memory with graph‑based semantic memory—using LangChain, FAISS, and Neo4j, and demonstrates a complete end‑to‑end workflow with code examples.

Agent MemoryFAISSKnowledge Graph
0 likes · 14 min read
Building a Dual‑Stack Memory Agent: Situational + Semantic Memory for Long‑Term AI Understanding
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Apr 1, 2026 · Artificial Intelligence

How to Design an Effective Agent Memory System for Enterprise AI Assistants

This article explains why AI agents need a structured memory module, outlines three memory types from cognitive science, details short‑term and long‑term storage architectures using vector databases, and provides concrete code and management strategies—including conflict resolution, TTL expiration, and privacy compliance—to build a robust Agent Memory system.

Agent MemoryLLMMem0
0 likes · 23 min read
How to Design an Effective Agent Memory System for Enterprise AI Assistants
AI Tech Publishing
AI Tech Publishing
Mar 28, 2026 · Artificial Intelligence

Designing Agent Memory Systems: Four Types, Three Strategies, and Full Python Implementation

This article breaks down agentic memory into four distinct types—In‑context, External, Episodic, and Semantic/Parametric—explains three forgetting strategies (time decay, importance scoring, periodic consolidation), shows how memory flows through an agent loop, and provides complete Python code using OpenAI embeddings and ChromaDB for a production‑ready memory layer.

Agent MemoryChromaDBLLM
0 likes · 22 min read
Designing Agent Memory Systems: Four Types, Three Strategies, and Full Python Implementation
ShiZhen AI
ShiZhen AI
Feb 23, 2026 · Artificial Intelligence

Is OpenViking’s File‑System‑Based Agent Memory a Real Innovation or Just a RAG Facelift?

OpenViking, an open‑source “Agent context database” from ByteDance’s Volcano Engine, replaces flat RAG retrieval with a hierarchical file‑system model, offering layered summaries, recursive directory search, and traceable sessions, but its core still relies on vector retrieval and some features remain placeholders, making it more suited to enterprise agents than hobby projects.

Agent MemoryContext managementEnterprise AI
0 likes · 11 min read
Is OpenViking’s File‑System‑Based Agent Memory a Real Innovation or Just a RAG Facelift?
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 14, 2026 · Artificial Intelligence

MetaAgent Auto‑Evolves SOTA Memory Modules Without Hyperparameter Tuning

The article explains how the ALMA system lets a meta‑agent automatically generate and evolve Python memory modules for agents, replacing brittle handcrafted heuristics with a four‑stage meta‑learning loop, and shows that the resulting designs outperform existing baselines while using far fewer tokens.

ALMAAgent MemoryBenchmark
0 likes · 9 min read
MetaAgent Auto‑Evolves SOTA Memory Modules Without Hyperparameter Tuning
DataFunTalk
DataFunTalk
Feb 14, 2026 · Artificial Intelligence

Memory‑Based Self‑Evolution: Enabling AI Agents to Learn Like Humans

This article explores a new agent‑optimization paradigm—Memory‑Based Self‑Evolution—detailing how dynamic memory systems such as Dynamic Cheatsheet, ReasoningBank, ACE, and MemGen transform LLM agents from static, parameter‑only models into continuously learning entities that can adapt to real‑world data, with a focus on insurance industry applications.

Agent MemoryInsurance AILLM
0 likes · 13 min read
Memory‑Based Self‑Evolution: Enabling AI Agents to Learn Like Humans
PaperAgent
PaperAgent
Feb 6, 2026 · Artificial Intelligence

How xMemory Cuts Tokens by 30% While Boosting Agent QA Scores Over 10 Points

The paper introduces xMemory, a hierarchical "split‑aggregate‑retrieve" framework that reduces token usage by up to 30% and improves QA performance by more than 10 points in long‑range agent conversations, outperforming traditional RAG across multiple LLMs.

Agent MemoryHierarchical RetrievalLLM
0 likes · 8 min read
How xMemory Cuts Tokens by 30% While Boosting Agent QA Scores Over 10 Points
大转转FE
大转转FE
Feb 2, 2026 · Artificial Intelligence

Inside Moltbot’s Core Architecture, AI Memory Systems, and ToolRL Advances

This edition of the ZuanZuan Frontend Weekly curates five in‑depth articles covering Moltbot’s underlying gateway architecture, the explosive growth of Moltbook AI agents, practical integration of Alibaba Cloud RDS AI assistants, the design of short‑ and long‑term AI Agent memory systems, and a two‑stage ToolRL approach that dramatically improves AI‑driven recommendation performance.

AI ArchitectureAI OpsAgent Memory
0 likes · 7 min read
Inside Moltbot’s Core Architecture, AI Memory Systems, and ToolRL Advances
DataFunSummit
DataFunSummit
Jan 9, 2026 · Artificial Intelligence

Designing Scalable Memory for AI Agents: Short‑Term, Long‑Term, and Guardrails

This article distills OpenAI's Build Hour on agent memory patterns, explaining why memory is treated as context engineering, detailing short‑term and long‑term memory architectures, outlining practical challenges like token limits, context explosion, and safety guardrails, and offering engineering best‑practices for production‑grade AI agents.

AIAgent MemoryContext Engineering
0 likes · 20 min read
Designing Scalable Memory for AI Agents: Short‑Term, Long‑Term, and Guardrails
Tencent Technical Engineering
Tencent Technical Engineering
Dec 8, 2025 · Artificial Intelligence

Building Persistent Long‑Term Memory for LLM Agents with LangGraph – A Complete Guide

This article explains how to give large language model agents lasting memory by combining short‑term and long‑term storage in LangGraph, covering concepts, implementation details, database persistence, tool integration, semantic search, memory‑management strategies, checkpoint handling, and a multi‑agent supervisor example.

Agent MemoryLLMLangGraph
0 likes · 43 min read
Building Persistent Long‑Term Memory for LLM Agents with LangGraph – A Complete Guide
AI Large Model Application Practice
AI Large Model Application Practice
Dec 1, 2025 · Artificial Intelligence

Which Open‑Source Agent Memory Engine Wins? Deep Dive into Mem0, Graphiti & Cognee

This article examines the limitations of LLM short‑term context windows and compares three open‑source long‑term memory frameworks—Mem0, Graphiti, and Cognee—by detailing their architectures, storage modes, integration steps, code examples, strengths, drawbacks, and practical selection guidance for building smarter AI agents.

Agent MemoryGraphitiLLM
0 likes · 20 min read
Which Open‑Source Agent Memory Engine Wins? Deep Dive into Mem0, Graphiti & Cognee
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 9, 2025 · Artificial Intelligence

How Short‑Term and Long‑Term Memory Power LLM‑Based Agents

This article explains the definitions, technical implementations, functions, limitations, and collaborative workflow of short‑term and long‑term memory in large‑language‑model agents, detailing context windows, attention mechanisms, vector storage, retrieval strategies, and future research directions for building personalized, continuously learning AI agents.

Agent MemoryLLMLong-term Memory
0 likes · 11 min read
How Short‑Term and Long‑Term Memory Power LLM‑Based Agents
Fighter's World
Fighter's World
Jun 2, 2025 · Artificial Intelligence

Why Is Context King for Large Language Models?

This article provides a comprehensive technical analysis of LLM context, covering its definition, types, tokenization, window‑size evolution, diminishing returns, management techniques such as RAG, CoT, memory‑as‑a‑service, and future challenges like multimodal fusion, privacy, and autonomous agent memory.

Agent MemoryContext managementLLM
0 likes · 48 min read
Why Is Context King for Large Language Models?
Tencent Technical Engineering
Tencent Technical Engineering
May 8, 2025 · Artificial Intelligence

Augment AI Programming Assistant: Technical Breakthroughs, Industry Impact, and Security Risks

Augment, a newly funded AI programming assistant that tops the SWE‑bench benchmark with a 65.4% score and a 200 k‑token context window, promises massive productivity gains for developers but also introduces sophisticated security threats such as malicious memory prompts, back‑door context injection, compromised guidelines, and risky multi‑task collaboration protocols, prompting calls for layered defenses and vigilant monitoring.

AI SafetyAI programmingAgent Memory
0 likes · 11 min read
Augment AI Programming Assistant: Technical Breakthroughs, Industry Impact, and Security Risks
Architect
Architect
Mar 26, 2025 · Artificial Intelligence

Agent Memory Mechanisms and Dify Knowledge Base Segmentation & Retrieval Details

This article explains the fundamentals of AI agent memory—including short‑term, long‑term, and working memory types and their storage designs—and then details Dify's knowledge‑base segmentation modes, indexing strategies, and retrieval configurations for effective RAG applications.

Agent MemoryDifyKnowledge Base
0 likes · 14 min read
Agent Memory Mechanisms and Dify Knowledge Base Segmentation & Retrieval Details
JavaEdge
JavaEdge
Jun 26, 2024 · Artificial Intelligence

Add Memory to LangChain Agents for Context‑Aware Multi‑Turn Conversations

This guide walks through adding ConversationBufferMemory to a LangChain agent, covering tool creation, memory setup, agent initialization with OpenAI function calling, prompt inspection, configuration tweaks using agent_kwargs, and best‑practice considerations for maintaining context in multi‑turn AI conversations.

Agent MemoryConversationBufferMemoryLangChain
0 likes · 8 min read
Add Memory to LangChain Agents for Context‑Aware Multi‑Turn Conversations
DataFunSummit
DataFunSummit
Jun 6, 2024 · Artificial Intelligence

MetaGPT: Multi‑Agent Collaboration and Agent Capability Enhancement

This article introduces MetaGPT, an open‑source multi‑agent framework that leverages large language models to automate software development, data science, and simulation tasks, detailing its development, impact, experimental results, memory and reasoning enhancements, and comparisons with related systems.

AI researchAgent MemoryLLM agents
0 likes · 21 min read
MetaGPT: Multi‑Agent Collaboration and Agent Capability Enhancement