Tagged articles
4 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
AI Tech Publishing
AI Tech Publishing
Apr 6, 2026 · Artificial Intelligence

Six Core Components of a Coding Agent Explained with Code

The article systematically breaks down the six essential building blocks of a programming agent—live repository context, prompt shape and cache reuse, structured tool access and validation, context reduction, structured session memory, and bounded sub‑agent delegation—illustrated with a Mini Coding Agent implementation and comparisons to Claude Code, Codex, and OpenClaw.

Coding AgentContext CompressionLLM
0 likes · 15 min read
Six Core Components of a Coding Agent Explained with Code
Shuge Unlimited
Shuge Unlimited
Apr 4, 2026 · Artificial Intelligence

Inside Claude Code: Three‑Tier Compression Enabling Unlimited‑Length AI Tasks

The article dissects Claude Code's three‑level progressive compression system—MicroCompact, SessionMemoryCompact, and Full Compact—showing how it edits cached prompts, maintains background memory files, and generates a structured nine‑section summary to keep AI agents operating over arbitrarily long conversations within a limited context window.

AI agentAuto CompressionClaude Code
0 likes · 17 min read
Inside Claude Code: Three‑Tier Compression Enabling Unlimited‑Length AI Tasks
AI Insight Log
AI Insight Log
Feb 25, 2026 · Artificial Intelligence

How an Open‑Source Plugin Solves Claude Code’s Session‑Memory Loss

Claude Code forgets all prior context each new session because large language models only see the current window, but the open‑source claude‑mem plugin records project actions, compresses them into semantic summaries, and injects the relevant history back into Claude, dramatically reducing re‑explanation overhead.

AI assistantClaude CodeLLM
0 likes · 8 min read
How an Open‑Source Plugin Solves Claude Code’s Session‑Memory Loss