Tagged articles
36 articles
Page 1 of 1
DataFunSummit
DataFunSummit
May 10, 2026 · Artificial Intelligence

Why Memory Is the Bottleneck for AI Agents and How MemOS Overcomes It

The article analyzes the critical role of memory in AI agents, compares model‑driven and application‑driven approaches, details the five‑layer MemOS architecture with three‑level memory coordination, and presents performance gains such as 100‑200% monthly cloud‑service growth, up to 72% token savings, and a 30% improvement in answer quality.

AI AgentEnterprise AILLM
0 likes · 18 min read
Why Memory Is the Bottleneck for AI Agents and How MemOS Overcomes It
DataFunTalk
DataFunTalk
May 9, 2026 · Artificial Intelligence

Four Hidden Pitfalls of Hermes Agent and How DTClaw Bridges Them

The article examines four overlooked problems of the Hermes AI Agent—cognitive deployment gaps, uncontrolled self‑evolution, limited memory applicability, and finite security rules—and details how DTClaw’s professional skill bundles, deterministic self‑evolution engine, pluggable memory backend, and CARLI five‑dimensional security model address each issue with concrete benchmark improvements.

AI AgentDTClawHermes Agent
0 likes · 8 min read
Four Hidden Pitfalls of Hermes Agent and How DTClaw Bridges Them
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
AI Waka
AI Waka
Apr 29, 2026 · Artificial Intelligence

Mastering Agent Harness: The Core Architecture Behind Modern AI Systems

The article explains how Agent Harness structures the interaction between user intent and LLM output, detailing its components, long‑conversation handling, layered memory, tool integration, and a four‑stage pipeline demonstrated by an Essay Harness prototype, highlighting design trade‑offs and practical implementation details.

Agent HarnessLLMMemory Architecture
0 likes · 22 min read
Mastering Agent Harness: The Core Architecture Behind Modern AI Systems
Tech Freedom Circle
Tech Freedom Circle
Apr 29, 2026 · Artificial Intelligence

Inside Harness’s Super‑Powerful Three‑Level Memory Architecture: Context, History Layers, and Fact Lists

The article provides a detailed, source‑code‑backed walkthrough of Harness’s three‑level memory system—user context, historical layering, and a structured fact list—explaining each layer’s purpose, update frequency, lifecycle, and how the surrounding middleware, queue, updater, storage, and injection modules cooperate to deliver real‑time, persistent, and searchable memory for AI agents.

AI AgentDeerFlowHarness
0 likes · 27 min read
Inside Harness’s Super‑Powerful Three‑Level Memory Architecture: Context, History Layers, and Fact Lists
AI Illustrated Series
AI Illustrated Series
Apr 25, 2026 · Artificial Intelligence

How AI Agents Remember Everything: A Deep Dive into Memory System Design

The article explains why large language models lack persistent memory, introduces a three‑layer memory architecture for AI agents—sensory, working, and long‑term memory—and details how vector databases, embedding models, and retrieval strategies enable cross‑session knowledge retention and personalized assistance.

AI AgentEmbeddingLong-term Memory
0 likes · 24 min read
How AI Agents Remember Everything: A Deep Dive into Memory System Design
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 21, 2026 · Artificial Intelligence

Hermes Agent vs OpenClaw: Deep 7‑Dimension Comparison to Choose the Right AI Assistant

This article provides a detailed side‑by‑side analysis of Hermes Agent and OpenClaw across seven key dimensions—architecture, memory, skill system, security, platform support, deployment cost, and use‑case suitability—to help readers decide which AI assistant framework best matches their needs.

AI AssistantHermes AgentMemory Architecture
0 likes · 13 min read
Hermes Agent vs OpenClaw: Deep 7‑Dimension Comparison to Choose the Right AI Assistant
AI Architecture Hub
AI Architecture Hub
Apr 19, 2026 · Artificial Intelligence

Why Hermes’ Three‑Layer Learning Loop Outperforms OpenClaw’s Memory Design

This article dissects Hermes’ three‑layer learning mechanism—fact memory, session‑search SQLite/FTS5, and procedural skill management—contrasting it with OpenClaw’s architecture, and explains how placing auto‑summarized skills at the right runtime layer determines true agent learning capability.

AI agentsHermesLearning Loop
0 likes · 24 min read
Why Hermes’ Three‑Layer Learning Loop Outperforms OpenClaw’s Memory Design
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 13, 2026 · Artificial Intelligence

Hermes vs OpenClaw: Deep AI Agent Framework Comparison to Save Six Months

This article provides a detailed, side‑by‑side analysis of the Hermes and OpenClaw AI agent frameworks, covering their design philosophies, runtime flows, tool ecosystems, memory and skill systems, deployment options, and practical selection guidance so developers can choose the right solution without months of trial and error.

AI AgentHermesMemory Architecture
0 likes · 11 min read
Hermes vs OpenClaw: Deep AI Agent Framework Comparison to Save Six Months
AI Tech Publishing
AI Tech Publishing
Apr 12, 2026 · Artificial Intelligence

How Hermes Agent’s Multi‑Layer Memory Beats OpenClaw’s Simple Markdown Store

The article dissects Hermes Agent’s four‑store memory architecture—declarative, procedural, situational, and persona—deterministic routing, frozen snapshots, nudge‑driven persistence, security scanning, dual‑peer modeling, skill management, and three‑phase context compression, showing why it outperforms OpenClaw’s breadth‑first design.

Hermes AgentLLM agentsMemory Architecture
0 likes · 17 min read
How Hermes Agent’s Multi‑Layer Memory Beats OpenClaw’s Simple Markdown Store
IT Services Circle
IT Services Circle
Apr 10, 2026 · Artificial Intelligence

Designing Robust Multi‑Turn Conversational Agents: Key Strategies and Pitfalls

Building a multi‑turn dialogue agent requires coordinated solutions for history management, layered memory, state tracking, context‑window optimization, tool‑call orchestration, and meta‑control, each addressing token limits, information relevance, and robustness, with practical strategies such as sliding windows, summarization, selective retention, and multi‑agent collaboration.

LLMMemory Architectureconversation agent
0 likes · 19 min read
Designing Robust Multi‑Turn Conversational Agents: Key Strategies and Pitfalls
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 27, 2026 · Artificial Intelligence

How OpenClaw Empowers a Self‑Evolving Bank Manager Assistant

This article details a three‑day deep dive into OpenClaw, demonstrating how a self‑iterating AI assistant for bank relationship managers can be built, validated, and refined through autonomous agent communication, scheduled tasks, and memory‑driven reflection.

AI agentsAgent EvaluationMemory Architecture
0 likes · 20 min read
How OpenClaw Empowers a Self‑Evolving Bank Manager Assistant
Frontend AI Walk
Frontend AI Walk
Mar 25, 2026 · Artificial Intelligence

Slow Learning Agents: 7 Cognitive Shifts from Using ChatGPT to Truly Understanding Agents

The article outlines seven essential mindset transitions for building robust LLM agents—recognizing agents as autonomous decision loops, prioritizing harness over model size, layering context, designing tools for agent goals, structuring multi‑layer memory, coordinating multiple agents with isolation and protocols, and aligning evaluation with the real environment.

HarnessLLM agentsMemory Architecture
0 likes · 16 min read
Slow Learning Agents: 7 Cognitive Shifts from Using ChatGPT to Truly Understanding Agents
SuanNi
SuanNi
Mar 19, 2026 · Artificial Intelligence

Unlocking AI Agent Power with Multi‑Layer Memory: Scratchpad, Episodic & Semantic

This article explores a three‑tier memory system for AI agents—instant scratchpad (L1), structured episodic logs (L2), and external semantic knowledge bases (L3)—detailing their functions, implementation strategies, best‑practice patterns, and how they combine with retrieval‑augmented generation and vector databases to create truly intelligent, long‑term, and reliable agents.

AI agentsMemory ArchitectureRAG
0 likes · 18 min read
Unlocking AI Agent Power with Multi‑Layer Memory: Scratchpad, Episodic & Semantic
Data Party THU
Data Party THU
Jan 13, 2026 · Artificial Intelligence

How Engram’s ‘Lookup‑Compute Separation’ Boosts LLM Performance

DeepSeek’s newly open‑sourced Engram module introduces a scalable lookup‑based memory that separates knowledge retrieval from computation, enabling O(1) deterministic access and significantly improving large language model performance on knowledge‑heavy, reasoning, code, and math tasks without extra FLOPs.

LLMLookupMemory Architecture
0 likes · 10 min read
How Engram’s ‘Lookup‑Compute Separation’ Boosts LLM Performance
Architect
Architect
Jan 3, 2026 · Artificial Intelligence

Unlocking AI Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics

This article surveys the emerging field of AI agent memory, presenting a three‑dimensional taxonomy of memory forms, detailing functional categories such as factual, experiential, and working memory, and outlining dynamic processes of formation, evolution, and retrieval, while also highlighting benchmarks, open‑source frameworks, and future research directions.

AI agentsLLMMemory Architecture
0 likes · 7 min read
Unlocking AI Agent Memory: A Comprehensive Survey of Forms, Functions, and Dynamics
Architecture and Beyond
Architecture and Beyond
Jul 27, 2025 · Artificial Intelligence

What Makes an AI Agent Tick? From Expert Systems to Modern Architectures

This article traces the evolution of AI agents from early expert systems to today’s multimodal, memory‑rich agents, explains their perception, reasoning, memory and action modules, discusses model selection, prompt engineering, RAG techniques, and highlights current limitations such as hallucinations, reliability, cost, and security.

AI AgentFunction CallingMemory Architecture
0 likes · 28 min read
What Makes an AI Agent Tick? From Expert Systems to Modern Architectures
Architecture and Beyond
Architecture and Beyond
Jul 12, 2025 · Artificial Intelligence

What Exactly Is an AI Agent? History, Architecture, and Future Challenges

This article traces the evolution of AI agents from early expert systems to modern large‑language‑model‑driven assistants, explains their core perception, reasoning, memory, and action modules, compares thinking and execution models, and discusses current limitations such as hallucinations, reliability, cost, and security.

AI AgentMemory ArchitecturePrompt engineering
0 likes · 20 min read
What Exactly Is an AI Agent? History, Architecture, and Future Challenges
Architects' Tech Alliance
Architects' Tech Alliance
Jul 2, 2025 · Fundamentals

What’s Next for HBM? Roadmap from HBM4 to HBM8 (2026‑2038)

This article outlines the next‑generation high‑bandwidth memory (HBM) roadmap from HBM4 to HBM8, detailing launch timelines, architectural shifts, I/O counts, data rates, bandwidth, capacities, and novel integration concepts such as modular stacks, near‑memory compute, four‑tower structures, memory‑storage convergence, and full 3D integration.

HBMMemory Architecturefuture hardware
0 likes · 5 min read
What’s Next for HBM? Roadmap from HBM4 to HBM8 (2026‑2038)
Liangxu Linux
Liangxu Linux
Apr 6, 2025 · Fundamentals

Understanding DDR Memory: From ROM/RAM Basics to DDR5 Innovations

This article provides a comprehensive overview of modern memory technologies, explaining the fundamental differences between ROM and RAM, detailing DDR SDRAM operation, and exploring the architectural and performance advancements of DDR4 and DDR5, including signal characteristics, power management, and bandwidth improvements.

Computer EngineeringDDRDRAM
0 likes · 23 min read
Understanding DDR Memory: From ROM/RAM Basics to DDR5 Innovations
AI Code to Success
AI Code to Success
Mar 6, 2025 · Artificial Intelligence

Inside the Brain Module: How AI Agents Process, Remember, and Decide

This article provides a comprehensive analysis of the Brain module in AI agents, covering its multi‑step workflow, knowledge integration, memory mechanisms, intent recognition, planning strategies, reasoning techniques, and the role of reflection and emotion in enhancing adaptability and robustness.

Brain moduleEmotion simulationMemory Architecture
0 likes · 17 min read
Inside the Brain Module: How AI Agents Process, Remember, and Decide
Deepin Linux
Deepin Linux
Feb 4, 2025 · Fundamentals

Understanding CPU Cache: Architecture, Hierarchy, and Optimization Techniques

This article explains the fundamental role of CPU cache in bridging the speed gap between processors and memory, covering cache hierarchy, locality principles, write policies, coherence protocols, and practical code optimizations such as data alignment and loop restructuring to improve performance.

CPU cacheData AlignmentMESI Protocol
0 likes · 31 min read
Understanding CPU Cache: Architecture, Hierarchy, and Optimization Techniques
Architects' Tech Alliance
Architects' Tech Alliance
Aug 13, 2024 · Fundamentals

Understanding High Bandwidth Memory (HBM): Architecture, Benefits, and Applications

High Bandwidth Memory (HBM) is a DRAM technology that uses stacked chips, TSV, and micro‑bump interconnects to deliver ultra‑high data rates, lower power consumption, and compact form factor, addressing the bandwidth, latency, power, space, thermal, and complexity challenges of traditional 2D memory in GPUs, AI, HPC, and data‑center workloads.

HBMHigh‑performance computingMemory Architecture
0 likes · 10 min read
Understanding High Bandwidth Memory (HBM): Architecture, Benefits, and Applications
Open Source Linux
Open Source Linux
Nov 15, 2023 · Fundamentals

How Floating‑Gate Transistors Enable NAND Flash Write and Read Operations

This article explains the structure of NAND flash memory, the MOSFET characteristics that form floating‑gate transistors, how applying different gate voltages writes logical 0 or 1, how reading detects electron presence, and how matrix control manages block‑level operations.

Memory ArchitectureNAND Flashfloating gate transistor
0 likes · 4 min read
How Floating‑Gate Transistors Enable NAND Flash Write and Read Operations
Architects' Tech Alliance
Architects' Tech Alliance
Feb 8, 2023 · Artificial Intelligence

Computing‑in‑Memory (CiM) Technology: Concepts, History, Advantages, Classifications and Application Scenarios

This article provides a comprehensive overview of Computing‑in‑Memory technology, covering its definition, historical evolution, performance advantages over traditional von Neumann architectures, various technical classifications, storage‑media choices, market drivers, and its pivotal role in AI and big‑data workloads across edge, cloud and automotive domains.

AI accelerationBig DataMemory Architecture
0 likes · 17 min read
Computing‑in‑Memory (CiM) Technology: Concepts, History, Advantages, Classifications and Application Scenarios
Architects' Tech Alliance
Architects' Tech Alliance
Oct 23, 2022 · Industry Insights

How CXL is Redefining Memory Architecture for the Big‑Data Era

This article explains the CXL cache‑coherent interconnect, its evolution to CXL 2.0, real‑world deployments by Meta and MemVerge, and how external memory pools can dramatically expand capacity and bandwidth while keeping latency comparable to NUMA, reshaping future server designs.

CXLIndustry analysisMemory Architecture
0 likes · 13 min read
How CXL is Redefining Memory Architecture for the Big‑Data Era
Architects' Tech Alliance
Architects' Tech Alliance
Feb 9, 2022 · Fundamentals

Unlocking DDR Memory: From Basics to Advanced Architecture

This article provides a comprehensive, step‑by‑step exploration of DDR memory, covering its historical evolution, fundamental concepts of ROM and RAM, the progression from early DRAM to DDR5, detailed hardware hierarchies such as channels, DIMMs, ranks, banks, and the intricate address‑line and prefetch mechanisms that enable modern high‑speed memory operation.

Computer EngineeringDDRDRAM
0 likes · 20 min read
Unlocking DDR Memory: From Basics to Advanced Architecture
Architects' Tech Alliance
Architects' Tech Alliance
Jul 11, 2021 · Industry Insights

Unlocking the Future of Storage: SCM Technologies and Research Roadmap

Storage Class Memory (SCM) bridges the gap between DRAM and NAND by offering non‑volatile, near‑DRAM speed, and the article surveys major SCM types—PCM, ReRAM, MRAM, NRAM—examines their characteristics, and outlines nine research challenges ranging from system architecture to data reliability and security.

HardwareMemory ArchitectureNon-volatile Memory
0 likes · 15 min read
Unlocking the Future of Storage: SCM Technologies and Research Roadmap
Architects' Tech Alliance
Architects' Tech Alliance
Dec 22, 2017 · Fundamentals

NAND Flash Manufacturing Process, Architecture, and Key Metrics

This article explains the NAND Flash production flow, hierarchical structure from wafer to cell, and critical performance indicators such as endurance, data retention, bit error rates, and factors influencing SSD lifespan, providing a comprehensive overview for storage engineers and designers.

EnduranceMemory ArchitectureNAND Flash
0 likes · 8 min read
NAND Flash Manufacturing Process, Architecture, and Key Metrics
Architects' Tech Alliance
Architects' Tech Alliance
Nov 12, 2017 · Fundamentals

Evolution of SSD Storage: From SATA and PCIe to NVMe and the Emerging Role of Storage Class Memory

The article traces the development of SSD technology—from early SATA and SAS drives through PCIe and NVMe standards—explains Intel Optane's impact, introduces various Storage Class Memory types such as PRAM, ReRAM, MRAM and NRAM, and discusses their current applications and future challenges in high‑performance storage systems.

Memory ArchitectureNVMeOptane
0 likes · 9 min read
Evolution of SSD Storage: From SATA and PCIe to NVMe and the Emerging Role of Storage Class Memory