Tagged articles

Memory

405 articles · Page 1 of 5
PaperAgent
PaperAgent
Aug 17, 2026 · Artificial Intelligence

A Fresh Survey of Self‑Evolving Coding Agents

This article surveys the emerging field of self‑evolving coding agents, defining their taxonomy, detailing how components such as frameworks, memory, skills, models, and workflows can evolve, and analyzing when and on what evidence evolution occurs, supported by recent papers and benchmarks.

AI agentsMemorySoftware Engineering
0 likes · 14 min read
A Fresh Survey of Self‑Evolving Coding Agents
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 16, 2026 · Artificial Intelligence

Agent Core Capabilities: A Full Breakdown from Interview Question to Agent Architecture

The article explains that interviewers expect a detailed decomposition of an Agent's architecture, covering seven tightly linked capabilities—perception, planning, memory, tool use, action, reflection, and their closed‑loop cooperation—rather than a vague claim of merely calling a large model.

AI architectureAgentMemory
0 likes · 5 min read
Agent Core Capabilities: A Full Breakdown from Interview Question to Agent Architecture
Ops Community
Ops Community
Aug 7, 2026 · Operations

Node Exporter Metrics Explained: CPU, Memory, Disk & Network Monitoring

This guide walks through a systematic investigation of Node Exporter metrics—starting with verifying the scrape pipeline, then analyzing CPU, memory, disk, and network data using PromQL queries, command‑line checks, and alert‑rule examples—to help operators pinpoint resource bottlenecks and configure reliable monitoring.

CPUMemoryMonitoring
0 likes · 25 min read
Node Exporter Metrics Explained: CPU, Memory, Disk & Network Monitoring
dbaplus Community
dbaplus Community
Jul 28, 2026 · Operations

PostgreSQL Ops Checklist: 13 Pitfalls to Avoid (2026 Edition)

The article provides a comprehensive PostgreSQL operational self‑checklist covering CPU, memory, generic plans, idle connections, autovacuum, checkpoint and bgwriter tuning, AI workload handling, index building, replication, migration, partition management, and observability, with concrete examples, benchmarks, and practical commands.

IndexingMemoryMigration
0 likes · 39 min read
PostgreSQL Ops Checklist: 13 Pitfalls to Avoid (2026 Edition)
Linyb Geek Road
Linyb Geek Road
Jul 24, 2026 · Artificial Intelligence

Inside Claude Code’s Harness: How Loops, Planning, Sandboxes, and Memory Power AI Programming

The article dissects Claude Code’s harness control framework, showing how a simple execution loop, planning layer, sandboxed tools, hierarchical delegation, and persistent memory—implemented with CrewAI—enable reliable AI‑driven code fixing, while highlighting trade‑offs, overhead, and future limitations.

AI agentsClaude CodeCrewAI
0 likes · 17 min read
Inside Claude Code’s Harness: How Loops, Planning, Sandboxes, and Memory Power AI Programming
Old Zhang's AI Learning
Old Zhang's AI Learning
Jul 14, 2026 · Artificial Intelligence

Discover Codex’s Hidden Features: Browser Integration, High‑Power Model Mode, and More

The article walks through ten lesser‑known Codex settings—including browser capability, unlocking the highest inference strength, importing work from other AI apps, advanced computer control, quick‑snapshot shortcuts, the dormant GPT‑5.3‑Codex‑Spark mode, phone‑to‑Mac remote control, memory/Chronicle preview, and plugin tips—providing step‑by‑step paths and screenshots for each.

AI assistantCodexMemory
0 likes · 6 min read
Discover Codex’s Hidden Features: Browser Integration, High‑Power Model Mode, and More
Golang Shines
Golang Shines
Jul 14, 2026 · Operations

Why Does OOM Occur Even When Server Memory Looks Sufficient?

The article explains that out‑of‑memory (OOM) events can happen despite apparent free memory because OOM can be triggered by cgroup limits, NUMA constraints, kernel allocation failures, or systemd‑oomd policies, and it provides a step‑by‑step diagnostic method covering logs, metrics, and Kubernetes specifics.

KubernetesLinuxMemory
0 likes · 27 min read
Why Does OOM Occur Even When Server Memory Looks Sufficient?
ITPUB
ITPUB
Jul 12, 2026 · Operations

How to Diagnose and Fix Online Service Failures: A Step‑by‑Step Checklist

This guide walks through a systematic troubleshooting checklist for online service incidents, covering CPU, disk, memory, GC, and network problems, and demonstrates how to use Linux tools such as ps, top, jstack, jmap, vmstat, iostat, netstat, ss, and tcpdump to pinpoint root causes.

CPUGCLinux
0 likes · 22 min read
How to Diagnose and Fix Online Service Failures: A Step‑by‑Step Checklist
Shuge Unlimited
Shuge Unlimited
Jul 7, 2026 · Artificial Intelligence

Is Trellis Stronger Than Superpowers? A Source‑Code Comparison

The article conducts a detailed source‑code analysis of Trellis and superpowers, showing they belong to different abstraction layers—Trellis offers a heavy engineering framework with persistent memory, spec files, task state machines and multi‑platform configurators, while superpowers provides a lightweight, plug‑in methodology with strict TDD discipline and a permissive MIT license.

AI codingLicenseMemory
0 likes · 22 min read
Is Trellis Stronger Than Superpowers? A Source‑Code Comparison
dbaplus Community
dbaplus Community
Jul 5, 2026 · Databases

Why Did Redis Keys Vanish at 2 AM Despite No Memory Alerts?

A production incident showed Redis keys disappearing at 2 AM without any memory alarms; deep analysis revealed a short‑term memory spike caused by a surge in GET requests, client‑output‑buffer‑limit growth, and LRU eviction, leading to practical mitigation steps.

MemoryRedisclient-output-buffer-limit
0 likes · 9 min read
Why Did Redis Keys Vanish at 2 AM Despite No Memory Alerts?
AgentGuide
AgentGuide
Jun 29, 2026 · Artificial Intelligence

What Is Loop Engineering in AI Agents? Definition, Components, and Use Cases Explained

Loop Engineering replaces manual prompt writing with autonomous AI-driven cycles that automate task initiation, parallel isolation, skill definition, tool integration, sub‑agent delegation, and persistent memory, enabling agents to self‑manage complex workflows across diverse scenarios.

AI AgentAutomationLoop Engineering
0 likes · 8 min read
What Is Loop Engineering in AI Agents? Definition, Components, and Use Cases Explained
IT Services Circle
IT Services Circle
Jun 28, 2026 · Artificial Intelligence

Interviewer's Skepticism: After Six Months with Claude Code, Do You Really Understand Skills?

The article demystifies Claude Code’s “skills”, showing they are full‑featured folders—not just markdown files—explaining their structure, the progressive‑disclosure mechanism, the critical role of concise descriptions, nine functional categories, advanced features like memory and hooks, and best practices for team‑wide adoption and usage monitoring.

AI SkillsClaude CodeHooks
0 likes · 22 min read
Interviewer's Skepticism: After Six Months with Claude Code, Do You Really Understand Skills?
Old Meng AI Explorer
Old Meng AI Explorer
Jun 26, 2026 · Artificial Intelligence

Understanding Codex: Agents, Sandbox, Approval, AGENTS.md, and Memory

This article explains Codex’s core concepts—its autonomous Agent loop, sandbox permission boundaries, approval policies, the project‑specific AGENTS.md handbook, and optional Memory/Chronicle features—showing how they work together, how to configure them, and why they affect file‑renaming and other tasks.

AGENTS.mdAI AgentCLI
0 likes · 16 min read
Understanding Codex: Agents, Sandbox, Approval, AGENTS.md, and Memory
PaperAgent
PaperAgent
Jun 26, 2026 · Artificial Intelligence

13 Must-Read Agent Papers from Meituan for ICML'26

This article presents a curated list of thirteen recent research papers on generalist agents—covering visual memory, environment synthesis, value modeling, self‑verification, robustness benchmarks, high‑resolution video generation, long‑horizon world models, and alignment fine‑tuning—along with brief abstracts and links to the PDFs for the upcoming Meituan ICML'26 sharing sessions.

AIAgentICML
0 likes · 16 min read
13 Must-Read Agent Papers from Meituan for ICML'26
Java Architect Essentials
Java Architect Essentials
Jun 20, 2026 · Backend Development

FastUtil High‑Performance Collection Best Practices: Speed Up Your Java Programs

FastUtil, an open‑source library maintained by Sebastiano Vigna, offers type‑specialized Java collections that are typically 2–5× faster and use 40–70% less memory than JDK equivalents, and this article provides detailed benchmarks, a cheat‑sheet of core types, production‑ready code snippets, Maven/Gradle setup, and a checklist of common pitfalls to help developers adopt FastUtil safely and efficiently.

CollectionsFastUtilMemory
0 likes · 12 min read
FastUtil High‑Performance Collection Best Practices: Speed Up Your Java Programs
Tech Ocean
Tech Ocean
Jun 18, 2026 · Artificial Intelligence

Master AgentScope Java’s 5 Core Blocks: Message, Agent, Model, Memory, Tool

This article breaks down AgentScope Java's five fundamental components—Message, Agent, Model, Memory, and Tool—explaining their roles, structures, code examples, provider switching, tool definition, and state management, while highlighting concurrency pitfalls and persistence options.

AgentAgentScopeLLM
0 likes · 8 min read
Master AgentScope Java’s 5 Core Blocks: Message, Agent, Model, Memory, Tool
IoT Full-Stack Technology
IoT Full-Stack Technology
Jun 17, 2026 · Backend Development

When Java Streams Crash: A Real‑World Performance Disaster

A production outage caused by a Java Stream pipeline processing one million orders revealed massive memory overhead and CPU‑bound garbage collection, prompting a benchmark that showed a handcrafted for‑loop to be up to twenty times faster and far more memory‑efficient.

Garbage CollectionMemoryStream API
0 likes · 10 min read
When Java Streams Crash: A Real‑World Performance Disaster
ZhiKe AI
ZhiKe AI
Jun 16, 2026 · Artificial Intelligence

What Is LangChain? Turning Scattered LLM Steps into Standardized Components

LangChain is an LLM application framework that standardizes development steps into reusable components linked by a unified syntax (LCEL), offering modules such as Models, Prompts, Chains, Agents, Tools, and Memory, and shows measurable benefits like 17% lower latency and halved development time for multi‑step workflows.

AI FrameworkAgentsLLM
0 likes · 4 min read
What Is LangChain? Turning Scattered LLM Steps into Standardized Components
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Jun 15, 2026 · Artificial Intelligence

A Comprehensive Survey of Agentic Time Series Systems: Architecture, Reliability, and Research Frontiers

This survey maps the emerging field of agentic time‑series systems, outlining a five‑layer architecture that integrates perception, reasoning, planning, memory, and world modeling, while emphasizing reliability constraints, benchmark evolution, diverse applications, and six key research frontiers.

LLMMemoryagentic time series
0 likes · 27 min read
A Comprehensive Survey of Agentic Time Series Systems: Architecture, Reliability, and Research Frontiers
Java Tech Enthusiast
Java Tech Enthusiast
Jun 13, 2026 · Artificial Intelligence

Why Bigger 1M‑Token Windows Still Need Careful Context Engineering

Even though modern LLMs like DeepSeek‑V4, GPT‑5.5 and Claude Opus 4.7 support 1 million‑token windows, simply stuffing more data does not improve agent performance; effective Context Engineering—selecting, structuring, and managing the right information—remains essential for reliable results.

Context EngineeringLLM agentsMemory
0 likes · 32 min read
Why Bigger 1M‑Token Windows Still Need Careful Context Engineering
Machine Heart
Machine Heart
Jun 11, 2026 · Artificial Intelligence

MBench: Tsinghua and Tencent Define Long-Term Memory for Video World Models

MBench, a new benchmark from Tsinghua University and Tencent, systematically evaluates the long‑term memory ability of streaming video generation models across entity, environment, and causal consistency, introduces a trigger‑conditioned scoring scheme, and reveals that memory remains a major bottleneck for current SOTA models.

AIMemoryVideo Generation
0 likes · 8 min read
MBench: Tsinghua and Tencent Define Long-Term Memory for Video World Models
Linyb Geek Road
Linyb Geek Road
Jun 11, 2026 · Artificial Intelligence

From Reactive to Self‑Evolving: The Four‑Stage Evolution of AI Agents (2023‑2026)

The article maps the 2023‑2026 evolution of AI agents across four distinct stages—reactive ReAct, workflow‑driven, autonomous, and self‑evolving—while dissecting how the six core modules (Prompt, Planning, Memory, Tools, Workflow, Environment) shift from model‑centric to engineered determinism.

AI agentsAgent ArchitectureMemory
0 likes · 10 min read
From Reactive to Self‑Evolving: The Four‑Stage Evolution of AI Agents (2023‑2026)
IT Services Circle
IT Services Circle
Jun 10, 2026 · Industry Insights

Why DDR4 Memory Is Making a Comeback in 2026

At the 2026 Taipei Computer Expo, manufacturers announced a revival and expansion of DDR4 production as AI‑driven data‑center demand reshapes the memory market, driving prices up and giving older platforms a surprising new relevance.

AIDDR4Data Center
0 likes · 7 min read
Why DDR4 Memory Is Making a Comeback in 2026
Design Hub
Design Hub
Jun 10, 2026 · Artificial Intelligence

Why Prompting Isn’t Enough: Designing Loops with Claude Fable 5

Lance Martin explains that the next stage of agent engineering shifts focus from clever prompts to designing self‑correction loops and cross‑session memory, using Claude Fable 5’s parameter‑golf experiment and continual‑learning benchmarks to show how robust loops turn powerful models into trustworthy work systems.

AIAgent EngineeringClaude Fable 5
0 likes · 17 min read
Why Prompting Isn’t Enough: Designing Loops with Claude Fable 5
High Availability Architecture
High Availability Architecture
Jun 10, 2026 · Artificial Intelligence

Claude Fable 5 Launch Highlights Loop‑Based AI Workflows

Anthropic’s Claude Fable 5 sets new top‑tier performance on most benchmarks, excels at long‑running tasks, and introduces self‑correcting loops and cross‑session memory, while the paper details experimental comparisons with Opus 4.7 and Sonnet 4.6, risk mitigations, and practical usage tips.

AI loopsClaude Fable 5Claude Managed Agents
0 likes · 11 min read
Claude Fable 5 Launch Highlights Loop‑Based AI Workflows
SuanNi
SuanNi
Jun 9, 2026 · Artificial Intelligence

ChatGPT’s New Dreaming Memory Boosts Factual Accuracy to 83%

OpenAI’s Dreaming V3 memory system automatically aggregates user preferences and context from past chats, delivering up to five‑fold efficiency gains and raising factual continuity, preference adherence, and timeliness accuracies to 82.8%, 71.3% and 75.1% respectively, now available to free users.

AIChatGPTMemory
0 likes · 7 min read
ChatGPT’s New Dreaming Memory Boosts Factual Accuracy to 83%
Coder Trainee
Coder Trainee
Jun 8, 2026 · Artificial Intelligence

Rapidly Build AI Agents with LangChain: A Hands‑On Tutorial

This article walks through why LangChain is the leading framework for AI agents, compares it with low‑level implementations, and provides step‑by‑step code examples for installation, prompt templates, LCEL pipelines, memory modules, RAG, custom tools, and a complete customer‑service agent, concluding with a concise feature comparison.

AI agentsLLMLangChain
0 likes · 14 min read
Rapidly Build AI Agents with LangChain: A Hands‑On Tutorial
Coder Trainee
Coder Trainee
Jun 7, 2026 · Artificial Intelligence

AI Agent Deep Dive: Understanding Planning, Memory, Tools, and Action

This article revisits the AI Agent architecture and provides a detailed analysis of its four core components—Planning, Memory, Tools, and Action—covering mainstream planning strategies, memory types, tool specifications, and execution loops, accompanied by concrete LangChain code examples that demonstrate building a fully integrated multi‑component agent.

AI AgentLangChainMemory
0 likes · 12 min read
AI Agent Deep Dive: Understanding Planning, Memory, Tools, and Action
Tech Ocean
Tech Ocean
Jun 6, 2026 · Artificial Intelligence

Day 7 of Spring AI Series: How Advisors Form a Filter Chain for AI Applications

This article explains Spring AI Advisors as interceptors that can modify requests and responses in the LLM call chain, demonstrates building a custom logging Advisor with code examples, shows how ordering controls execution, and reviews the built‑in Advisors for memory, RAG, logging, and safety.

AdvisorChatClientMemory
0 likes · 5 min read
Day 7 of Spring AI Series: How Advisors Form a Filter Chain for AI Applications
PaperAgent
PaperAgent
Jun 5, 2026 · Artificial Intelligence

The Most Systematic 102‑Page Review of Agent Harnesses

This article provides a comprehensive overview of the "Code as Agent Harness" paradigm, detailing its three‑layer architecture, the roles of code in reasoning, acting, and environment modeling, the mechanisms that enable reliable long‑term execution, and how multi‑agent systems scale the harness through shared code and feedback loops.

Code as AgentLLMMemory
0 likes · 10 min read
The Most Systematic 102‑Page Review of Agent Harnesses
AI Architecture Hub
AI Architecture Hub
Jun 5, 2026 · Artificial Intelligence

Memory Mechanisms in Agent Harness: Current Landscape and Challenges

The article surveys memory mechanisms across major Agent Harness frameworks, classifies three memory types, evaluates each system’s implementation, highlights benchmark shortcomings, and presents Mem0 as a unified solution that overcomes capacity, retrieval, and isolation limitations.

AI agentsMemoryagent harness
0 likes · 19 min read
Memory Mechanisms in Agent Harness: Current Landscape and Challenges
DaTaobao Tech
DaTaobao Tech
Jun 3, 2026 · Artificial Intelligence

A Comprehensive Survey of Agent Memory: Benchmarks, Evaluation Frameworks, and System Designs

This article systematically reviews the state of agent long‑term memory by covering three core dimensions—benchmark datasets such as MUSE and LOCOMO, evaluation frameworks like MemoryAgentBench, LONGMEMEVAL and MemBench, and representative memory system implementations (THEANINE, RMM, M3‑Agent, Mem0)—while highlighting key capabilities, performance gaps, and future research directions.

AgentLLMMemory
0 likes · 25 min read
A Comprehensive Survey of Agent Memory: Benchmarks, Evaluation Frameworks, and System Designs
ITPUB
ITPUB
Jun 2, 2026 · Artificial Intelligence

Why Memory Architecture Remains Elusive: An In‑Depth Analysis of Agent Memory Systems

The article argues that memory for AI agents is not mere storage but a closed‑loop system comprising a raw ledger, derived views, and a policy layer, and examines how non‑parametric memory, time‑aware structures, and system‑2 control affect scalability, reliability, and performance.

AgentMemoryRetrieval
0 likes · 45 min read
Why Memory Architecture Remains Elusive: An In‑Depth Analysis of Agent Memory Systems
DataFunTalk
DataFunTalk
May 30, 2026 · Artificial Intelligence

Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents

This article breaks down the concept of an Agent Harness—a complete software infrastructure that surrounds large language models—covering its definition, three engineering layers, twelve core components, step‑by‑step execution flow, and the trade‑offs that determine production‑grade performance.

Context ManagementLLMMemory
0 likes · 19 min read
Deep Dive into Agent Harness: Dissecting the Architecture of AI Agents
Linyb Geek Road
Linyb Geek Road
May 30, 2026 · Artificial Intelligence

7 Essential Harness Components for Building Reliable AI Agents

The article explains why a robust harness is critical for production AI agents and walks through seven core components—control loop, state management, memory, tool integration with a bash escape hatch, context management, planning, and error handling—providing concrete code examples, pitfalls, and a step‑by‑step guide for developers.

AI agentsContext ManagementMemory
0 likes · 20 min read
7 Essential Harness Components for Building Reliable AI Agents
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 28, 2026 · Artificial Intelligence

How PilotDeck’s Open‑Source Agent Cuts Token Costs by 70% with Parallel Workspaces

PilotDeck, an open‑source agent operating system from Tsinghua and partners, introduces isolated workspaces, transparent memory and smart routing that together reduce token expenses by up to 70% while keeping performance, and it demonstrates these gains through a milk‑tea game, a data‑visualisation dashboard, and a programmer‑personality test.

AgentMemoryOpenSource
0 likes · 12 min read
How PilotDeck’s Open‑Source Agent Cuts Token Costs by 70% with Parallel Workspaces
Architect
Architect
May 21, 2026 · Artificial Intelligence

Beyond Code: Extending Codex into Full‑Scale Workflows

The article analyzes how Codex is shifting from merely writing code to sustaining entire workflows that span code, UI, documents, time, and human judgment, and proposes concrete boundaries, evidence artifacts, and incremental steps—such as THREAD.md, GOAL.md, and PERMISSIONS.md—to make the agent’s actions safe, auditable, and stoppable.

AI agentsAutomationCodex
0 likes · 26 min read
Beyond Code: Extending Codex into Full‑Scale Workflows
Amazon Cloud Developers
Amazon Cloud Developers
May 20, 2026 · Artificial Intelligence

AgentCore Memory’s Philosophy: Teaching Agents to Forget and Remember What Matters

This article explains Amazon Bedrock AgentCore Memory’s two‑layer design that separates raw interactions from extracted insights, details built‑in, override and self‑managed strategies, shows Python configuration and three demo scenarios that illustrate cross‑session continuity, semantic deduplication, and episodic reflection, and discusses namespace organization, retrieval settings, and failure handling.

AI agentsAgentCoreAmazon Bedrock
0 likes · 12 min read
AgentCore Memory’s Philosophy: Teaching Agents to Forget and Remember What Matters
Old Zhang's AI Learning
Old Zhang's AI Learning
May 19, 2026 · Artificial Intelligence

ByteDance’s Agent Plan Enhances Hermes Agent and Claude Code with Models, Seedance Skills, and Web Search

The article examines Volcano Engine’s new Agent Plan, detailing how its bundled flagship models, Seedance image and video generation skills, web‑search and memory capabilities streamline tasks such as browser‑plugin replication, data‑analysis report creation, full‑stack web dashboards, PDF translation, PPT generation, and Three.js visualizations within Claude Code and Hermes Agent, while comparing it to the earlier Coding Plan model.

AI agentsAgent PlanByteDance
0 likes · 8 min read
ByteDance’s Agent Plan Enhances Hermes Agent and Claude Code with Models, Seedance Skills, and Web Search
IT Services Circle
IT Services Circle
May 8, 2026 · Industry Insights

Microsoft's Push for 32 GB Gaming PCs Sparks Global Backlash

Microsoft recently declared 32 GB of RAM the new standard for PC gaming in 2026, relegating 16 GB to a bare minimum, but the announcement triggered worldwide criticism as hardware prices soar, Steam data shows 16 GB still dominates, and many gamers argue the move unfairly shifts cost to consumers.

GamingHardwareMemory
0 likes · 6 min read
Microsoft's Push for 32 GB Gaming PCs Sparks Global Backlash
PaperAgent
PaperAgent
May 7, 2026 · Artificial Intelligence

190 Must-Read AI Agent Papers + 321 Google Implementation Cases – Free Resource Pack

The article provides a free compiled resource containing 190 essential AI Agent papers—from fundamentals to cutting‑edge topics—along with 321 Google‑released implementation cases and 500 open‑source agent applications, all with source code to help beginners and researchers quickly understand the field and reproduce results.

AI AgentLLMMemory
0 likes · 6 min read
190 Must-Read AI Agent Papers + 321 Google Implementation Cases – Free Resource Pack
Tech Ocean
Tech Ocean
May 7, 2026 · Artificial Intelligence

Replace ConversationSummaryBufferMemory with Six Lines of Code in LangChain 1.x

The article explains why the old LangChain memory classes are deprecated, breaks down the new 1.x memory architecture into three independent components, and shows how to replace ConversationSummaryBufferMemory with a concise six‑line agent setup that supports multi‑user isolation, persistence, and summarization middleware.

AgentLangChainLangGraph
0 likes · 12 min read
Replace ConversationSummaryBufferMemory with Six Lines of Code in LangChain 1.x
FunTester
FunTester
May 6, 2026 · Fundamentals

How to Turn AI-Generated Knowledge into Long-Term Memory

The article explains why rapid AI‑driven information consumption often fails to create lasting memory, outlines the three core mechanisms of encoding, retrieval, and reconstruction, and offers a four‑step workflow plus practical AI usage tips to transform fleeting learning into durable knowledge.

AICognitive ScienceLearning
0 likes · 10 min read
How to Turn AI-Generated Knowledge into Long-Term Memory
Deepin Linux
Deepin Linux
May 6, 2026 · Fundamentals

Master Linux Memory Performance: From Theory to Real‑World Optimization

This article systematically breaks down Linux's core memory mechanisms, identifies common performance bottlenecks, and demonstrates how to use tools like numastat, perf, and Valgrind together with kernel parameters such as swappiness and min_free_kbytes to achieve practical memory optimizations.

HugePagesLinuxMemory
0 likes · 55 min read
Master Linux Memory Performance: From Theory to Real‑World Optimization
FunTester
FunTester
May 5, 2026 · Artificial Intelligence

Is AI Undermining Our Long‑Term Memory?

While AI dramatically boosts efficiency in drafting, coding, and research, the author warns that over‑reliance can disrupt the slow, effortful process of turning new information into long‑term memory, leading to superficial understanding and a hidden decline in true cognitive ability.

AILearningMemory
0 likes · 13 min read
Is AI Undermining Our Long‑Term Memory?
PMTalk Product Manager Community
PMTalk Product Manager Community
May 3, 2026 · Product Management

Why Every AI Product Manager Must Master Agent Architecture

Product managers are increasingly anxious about how AI Agents will reshape product logic, prompting a shift from button‑driven apps to intent‑driven assistants; this article breaks down the four core modules of an Agent, illustrates a market‑analysis workflow, and outlines design trade‑offs and common pitfalls.

AI AgentActorContext Engineering
0 likes · 11 min read
Why Every AI Product Manager Must Master Agent Architecture
Data Party THU
Data Party THU
May 1, 2026 · Artificial Intelligence

Scaling Large-Scale Agent Networks: A Review of Topology, Memory, and Updates

This review examines why some large‑scale multi‑agent systems remain stable while others falter, introducing a three‑dimensional taxonomy—topology, memory scope, and update behavior—to explain scalability limits and highlighting world‑model inconsistency as a deeper bottleneck than communication protocols.

Memorydynamic updatesmulti-agent systems
0 likes · 9 min read
Scaling Large-Scale Agent Networks: A Review of Topology, Memory, and Updates
Java Tech Workshop
Java Tech Workshop
May 1, 2026 · Fundamentals

7 Crucial Differences Between Java int and Integer You Must Know

This article explains the seven key differences between Java's primitive int and its wrapper Integer, covering default values, memory layout, comparison pitfalls, caching, autoboxing/unboxing, performance impact, and appropriate usage scenarios with concrete code examples and benchmarks.

AutoboxingIntegerMemory
0 likes · 22 min read
7 Crucial Differences Between Java int and Integer You Must Know
Java Tech Workshop
Java Tech Workshop
Apr 30, 2026 · Fundamentals

Why You Should Stop Misusing String: Complete Guide to String, StringBuffer, and StringBuilder

This article thoroughly examines Java's String, StringBuffer, and StringBuilder, explaining their internal implementations, immutability, JDK 9 changes, performance characteristics, and best‑practice usage scenarios, while providing concrete code examples, benchmarks, and interview questions to help developers choose the right tool.

InterviewMemoryStringBuffer
0 likes · 21 min read
Why You Should Stop Misusing String: Complete Guide to String, StringBuffer, and StringBuilder
AI Illustrated Series
AI Illustrated Series
Apr 28, 2026 · Artificial Intelligence

Comprehensive Interview Guide: LangChain & LangGraph Frameworks

This article provides a detailed, question‑and‑answer style walkthrough of LangChain and LangGraph, covering their core concepts, components, workflow patterns, memory mechanisms, LCEL syntax, graph construction, conditional edges, loops, multi‑agent collaboration, persistence, and a comparison with LlamaIndex, offering concrete code examples and practical insights for AI interview preparation.

AI FrameworkAgentLCEL
0 likes · 32 min read
Comprehensive Interview Guide: LangChain & LangGraph Frameworks
MeowKitty Programming
MeowKitty Programming
Apr 27, 2026 · Artificial Intelligence

Java AI Agents: Beyond Tool Calls to Memory Layers

The article explains that recent Spring AI updates—AutoMemoryTools and the Session API—introduce long‑term and short‑term memory capabilities, arguing that Java AI agents must shift focus from merely invoking tools to managing context and memory to become reliable production systems.

AI agentsAutoMemoryToolsMemory
0 likes · 6 min read
Java AI Agents: Beyond Tool Calls to Memory Layers
AI Illustrated Series
AI Illustrated Series
Apr 26, 2026 · Artificial Intelligence

Build Your First LangChain Agent: A Hands‑On Framework Tutorial

This article walks through a practical, step‑by‑step construction of a LangChain agent—from basic concepts and a simple weather‑query agent to a more complex market‑research agent, adding memory and RAG capabilities, and finally comparing LangChain with LangGraph.

AI AgentLangChainMemory
0 likes · 15 min read
Build Your First LangChain Agent: A Hands‑On Framework Tutorial
James' Growth Diary
James' Growth Diary
Apr 25, 2026 · Artificial Intelligence

LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module

This article dissects the most frequent LangChain Memory pitfalls—missing placeholders, wrong memory type, shared instances, and multi‑process issues—provides correct code patterns, compares the five built‑in memory classes, introduces the new RunnableWithMessageHistory approach, and offers a production‑ready checklist.

ChatOpenAIConversationSummaryBufferMemoryLLMChain
0 likes · 12 min read
LangChain Memory Best Practices: Avoid Common Pitfalls and Choose the Right Module
AI Illustrated Series
AI Illustrated Series
Apr 25, 2026 · Artificial Intelligence

How Agents Work: Inside Their Perception, Planning, Action, and Memory

This article breaks down an AI agent's workflow—perception, planning, action, and memory—using a product‑launch example, explains reasoning methods like Chain‑of‑Thought and ReAct, details tool integration, memory types, common failure modes, and why planning and tool ecosystems are essential.

AI AgentMemoryReAct
0 likes · 11 min read
How Agents Work: Inside Their Perception, Planning, Action, and Memory
Data Party THU
Data Party THU
Apr 25, 2026 · Artificial Intelligence

Google & Microsoft Harnesses: Core LLM Post‑Training Methods and 2025‑2026 Trends

These two recent papers—Microsoft’s M⋆, which evolves task‑specific memory harnesses, and Google’s AutoHarness, which automatically generates code‑level constraints—demonstrate reflective code evolution and tree‑search synthesis, achieving state‑of‑the‑art performance across diverse benchmarks and outlining LLM post‑training directions for 2025‑2026.

AgentAutoHarnessHarness
0 likes · 10 min read
Google & Microsoft Harnesses: Core LLM Post‑Training Methods and 2025‑2026 Trends
Tech Ocean
Tech Ocean
Apr 23, 2026 · Artificial Intelligence

Day 6 of LangChain Series: Using Memory and Chains to Make AI Remember Context

This article explains why LLMs need memory, compares BufferMemory and ConversationSummaryBufferMemory, demonstrates how to build memory‑aware chains with LangChain Expression Language (LCEL), and shows practical examples including translation, RAG, and callbacks for monitoring chain execution.

ChainLCELLLM
0 likes · 12 min read
Day 6 of LangChain Series: Using Memory and Chains to Make AI Remember Context
Tinker Programmer
Tinker Programmer
Apr 21, 2026 · Backend Development

Master Go Interview: From Project Engineering to Low‑Level Internals in One Guide

This comprehensive guide covers the most frequent Go interview topics for 2026, including project engineering, slice and map internals, interface mechanics, the GMP scheduler, channel implementation, context usage, memory‑leak pitfalls, pprof profiling, garbage‑collection details, escape analysis, memory alignment, defer traps, sync.Pool, and reflection, all illustrated with concrete code examples and step‑by‑step explanations.

GCGoInterview
0 likes · 35 min read
Master Go Interview: From Project Engineering to Low‑Level Internals in One Guide
Machine Heart
Machine Heart
Apr 21, 2026 · Artificial Intelligence

How Externalization Drives the Evolution of LLM Agents – Insights from a 54‑Page SJTU Review

A recent 54‑page arXiv review by Shanghai Jiao Tong University and collaborators argues that the reliability gains of LLM agents stem more from externalizing memory, skills, protocols, and harness infrastructure than from scaling the underlying model, outlining three structural mismatches and a unified externalization framework.

ExternalizationHarnessLLM agents
0 likes · 13 min read
How Externalization Drives the Evolution of LLM Agents – Insights from a 54‑Page SJTU Review
ZhiKe AI
ZhiKe AI
Apr 19, 2026 · Artificial Intelligence

What Is an AI Agent? A 3‑Minute Beginner’s Guide

An AI Agent is a large‑model system that can perceive its environment, plan steps, invoke tools, and remember past interactions to autonomously achieve user‑specified goals, distinguishing it from simple chatbots that only answer questions.

AI AgentAutomationMemory
0 likes · 6 min read
What Is an AI Agent? A 3‑Minute Beginner’s Guide
AI Architecture Path
AI Architecture Path
Apr 19, 2026 · Artificial Intelligence

How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You

Hermes Agent, an open‑source, self‑evolving AI agent framework from Nous Research, tackles the major pain points of current AI tools—memory loss, static skills, limited deployment, and fragmented ecosystems—by offering autonomous learning loops, three‑layer persistent memory, a self‑optimising skill system, and seamless multi‑platform integration.

AI AgentAutomationMemory
0 likes · 12 min read
How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You
Test Development Learning Exchange
Test Development Learning Exchange
Apr 17, 2026 · Artificial Intelligence

Hermes Agent vs OpenClaw 2026: Which Open‑Source AI Assistant Fits Your Needs?

In the booming 2026 AI agent ecosystem, Hermes Agent and OpenClaw dominate with over 670,000 combined GitHub stars, and this guide compares them across twelve dimensions—including architecture, memory, security, ecosystem, deployment, and use‑case suitability—to help users decide which open‑source assistant aligns with their workflow and technical requirements.

AI agentsComparisonHermes Agent
0 likes · 8 min read
Hermes Agent vs OpenClaw 2026: Which Open‑Source AI Assistant Fits Your Needs?
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 17, 2026 · Artificial Intelligence

AI Coding Skill Library with Built‑In Memory and Self‑Learning

The article analyzes the recurring problem that AI assistants forget project context and fail to retain lessons across sessions, and proposes a two‑part solution—a persistent memory stored in repository files and an explicit self‑learning workflow—that makes AI collaboration transparent, maintainable, and reusable for engineering teams.

AI programmingMemorySoftware Engineering
0 likes · 9 min read
AI Coding Skill Library with Built‑In Memory and Self‑Learning
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 15, 2026 · Artificial Intelligence

How Hermes Enables AI to Remember, Learn, and Grow Autonomously

The article dissects Hermes’s autonomous learning loop, detailing how immutable facts are stored in long‑term memory, reusable methods become skills, session history is searchable, and a background review process periodically consolidates knowledge while a pre‑compression rescue safeguards key information.

AIContext CompressionHermes
0 likes · 15 min read
How Hermes Enables AI to Remember, Learn, and Grow Autonomously
Ops Community
Ops Community
Apr 15, 2026 · Operations

Why Do Linux Processes Vanish? A Complete Troubleshooting Guide

This article systematically explains why Linux processes may disappear, covering OOM Killer, signal termination, cgroup limits, systemd timeouts, manual kills, and provides step‑by‑step diagnostic commands and preventive measures for RHEL, AlmaLinux, and Ubuntu environments.

LinuxMemoryOOM killer
0 likes · 26 min read
Why Do Linux Processes Vanish? A Complete Troubleshooting Guide
ITPUB
ITPUB
Apr 14, 2026 · Operations

Mastering Java Service Performance: Diagnose CPU, Memory, IO & Network Issues

This guide walks you through systematic troubleshooting of Java service performance problems—covering CPU spikes, memory leaks, GC pauses, disk I/O anomalies, and network bottlenecks—by explaining key metrics, command‑line tools, visual profilers, and practical code examples.

CPULinuxMemory
0 likes · 12 min read
Mastering Java Service Performance: Diagnose CPU, Memory, IO & Network Issues
PaperAgent
PaperAgent
Apr 13, 2026 · Artificial Intelligence

How Externalizing Memory, Skills, and Protocols Powers Next‑Gen LLM Agents

This article reviews recent research on externalizing the cognitive load of LLM agents into structured infrastructure, covering the evolution from weight‑based models to context‑rich prompts and finally to Harness systems, and detailing the four externalization dimensions—memory, skills, protocols, and the Harness engineering layer.

ExternalizationMemoryprotocols
0 likes · 11 min read
How Externalizing Memory, Skills, and Protocols Powers Next‑Gen LLM Agents
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 11, 2026 · Artificial Intelligence

2026 AI Agent Showdown: Hermes Agent vs OpenClaw – Which Is the Real Future?

This article provides a detailed side‑by‑side evaluation of Hermes Agent and OpenClaw, covering their architecture, skill systems, memory mechanisms, model support, execution environments, programming capabilities, installation costs, migration tools, and offers a decision tree to help users choose the most suitable AI agent for their workflows.

AI AgentHermes AgentMemory
0 likes · 19 min read
2026 AI Agent Showdown: Hermes Agent vs OpenClaw – Which Is the Real Future?
DataFunSummit
DataFunSummit
Apr 10, 2026 · Artificial Intelligence

How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering

This article examines the shortcomings of current AI assistants, outlines the ideal of long‑term memory engineering, reviews mainstream industry solutions such as hard‑context models and Retrieval‑Augmented Generation, proposes a four‑layer memory loop architecture, and looks ahead to online learning and collective intelligence for future agents.

AIAgentFoundation Model
0 likes · 15 min read
How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering
AI Step-by-Step
AI Step-by-Step
Apr 3, 2026 · Artificial Intelligence

Why Building AI Agents Requires a Full System‑Engineering Harness

The article explains that simply scaling large language models cannot sustain long‑running, production‑grade AI agents, and that a dedicated Agent Harness—acting as an operating system with orchestration, memory, governance, tool execution, and feedback loops—is essential for reliable, industrial‑scale automation.

AI agentsLLMMemory
0 likes · 9 min read
Why Building AI Agents Requires a Full System‑Engineering Harness
ArcThink
ArcThink
Apr 2, 2026 · Artificial Intelligence

Why LLMs Forget You: Uncovering the Limits and Solutions for Long‑Term Memory

The article explains why large language models lack persistent memory due to the stateless Transformer architecture, breaks down the four dimensions of memory loss, surveys seven technical approaches, three product implementations, and emerging research, and discusses security and privacy implications.

AILLMLong-Term Memory
0 likes · 22 min read
Why LLMs Forget You: Uncovering the Limits and Solutions for Long‑Term Memory
Ubuntu
Ubuntu
Apr 1, 2026 · Operations

Ubuntu 26.04 Raises Minimum RAM to 6 GB – Can Your Old PC Keep Up?

Canonical has raised Ubuntu 26.04 LTS desktop’s minimum RAM from 4 GB to 6 GB, prompting a detailed analysis of why GNOME 50 needs more memory, how this change affects legacy laptops and desktops, benchmark results on 4 GB machines, and three practical upgrade paths including RAM expansion, lightweight Ubuntu‑flavors and window‑manager‑only setups.

Lightweight DistrosLinuxMemory
0 likes · 15 min read
Ubuntu 26.04 Raises Minimum RAM to 6 GB – Can Your Old PC Keep Up?
AI Tech Publishing
AI Tech Publishing
Mar 31, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Building Your First AI Agent from Scratch (Full Code Included)

This comprehensive guide walks you through the fundamentals of AI agents, explains the core agent loop, compares workflow patterns with autonomous agents, and provides a practical five‑step process—including tool design, memory handling, testing, and multi‑agent collaboration—complete with real code examples for Anthropic and OpenAI SDKs.

AI AgentLLMMemory
0 likes · 22 min read
Step‑by‑Step Guide to Building Your First AI Agent from Scratch (Full Code Included)
AI Engineer Programming
AI Engineer Programming
Mar 25, 2026 · Artificial Intelligence

What Is an AI Agent? Definition, Core Capabilities, and Architecture

The article explains AI agents as autonomous systems that perceive environments, plan, use tools, iterate through action loops, and self‑reflect, contrasting them with traditional chatbots and workflows, and outlines their core abilities, memory types, tool‑use mechanisms, and single‑ versus multi‑agent architectures.

AI AgentMemoryarchitecture
0 likes · 8 min read
What Is an AI Agent? Definition, Core Capabilities, and Architecture
PaperAgent
PaperAgent
Mar 22, 2026 · Artificial Intelligence

Can LLM Agents Self‑Evolve Without Retraining? Inside Memento‑Skills

The article analyzes the Memento‑Skills framework, which treats external memory as executable skills to enable deployment‑time continual learning for frozen LLM agents, detailing its read‑write reflective loop, skill‑as‑memory design, behavior‑trained skill router, experimental validation on GAIA and HLE benchmarks, and theoretical guarantees without gradient updates.

AIAgentLLM
0 likes · 9 min read
Can LLM Agents Self‑Evolve Without Retraining? Inside Memento‑Skills
AgentGuide
AgentGuide
Mar 19, 2026 · Artificial Intelligence

What Exactly Is an AI Agent? Complete Interview Guide

This article breaks down the concept of AI agents for interview preparation, covering their definition, core components like planning, memory, and tool use, differences from plain LLM chats, real‑world challenges, typical use cases, detailed component analysis, and a runnable pseudo‑code example.

AI AgentLLMMemory
0 likes · 9 min read
What Exactly Is an AI Agent? Complete Interview Guide
LuTiao Programming
LuTiao Programming
Mar 18, 2026 · Backend Development

Why Java Performance Is Secretly Crushed by Strings: Hidden Memory Killers Most Developers Miss

A production outage caused by OutOfMemoryError revealed that millions of duplicate String objects—originating from HTTP headers, JSON keys, and other common fields—were silently inflating heap usage, and the article shows how to diagnose, optimize, and prevent such hidden String-related memory problems in Java applications.

Escape AnalysisGCIntern
0 likes · 7 min read
Why Java Performance Is Secretly Crushed by Strings: Hidden Memory Killers Most Developers Miss
Architect's Ambition
Architect's Ambition
Mar 18, 2026 · Artificial Intelligence

From Zero to a Real AI Agent: Master Its Core Essence, Not Just API Calls

The article explains why an AI Agent is more than a simple LLM API call, outlines its four essential modules—memory, planning, tool use, and feedback—shows how they differ from ordinary models, and offers practical steps and common pitfalls for building a production‑grade single‑agent system.

AI AgentLLMMemory
0 likes · 13 min read
From Zero to a Real AI Agent: Master Its Core Essence, Not Just API Calls
Java Tech Enthusiast
Java Tech Enthusiast
Mar 18, 2026 · Artificial Intelligence

Demystifying OpenClaw: Agents, RAG, Memory & Skills Explained

This article explains the OpenClaw AI agent framework, detailing how its core Agent follows an Observe‑Plan‑Act loop, how Memory uses SQLite for short‑ and long‑term storage, how RAG retrieves external knowledge, and how Skills replace MCP with modular tool workflows, plus security tips and deployment links.

AI AgentFunction CallMemory
0 likes · 14 min read
Demystifying OpenClaw: Agents, RAG, Memory & Skills Explained
SpringMeng
SpringMeng
Mar 14, 2026 · Artificial Intelligence

How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?

The article explains OpenClaw’s four‑layer architecture—Agent, Memory, RAG, and Skills—detailing how each component (including Function Call and MCP) works, how they differ from platforms like Dify, and provides practical security guidelines for running the open‑source AI agent framework.

AI AgentFunction CallMCP
0 likes · 15 min read
How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?
ByteDance Data Platform
ByteDance Data Platform
Mar 13, 2026 · Artificial Intelligence

Beyond Parameters: How ClawLake Turns Agent Memory into Enterprise‑Level AI Infrastructure

The article explains why an AI agent's capabilities are limited by memory depth rather than model size, reviews three historical memory architectures, highlights their structural shortcomings, and details how the ClawLake solution provides a multi‑layer, multimodal, enterprise‑grade memory infrastructure for OpenClaw agents.

AIAgentInfrastructure
0 likes · 17 min read
Beyond Parameters: How ClawLake Turns Agent Memory into Enterprise‑Level AI Infrastructure
Su San Talks Tech
Su San Talks Tech
Mar 12, 2026 · Artificial Intelligence

Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation

OpenClaw is an open‑source AI agent platform that integrates core concepts such as Agents, Retrieval‑Augmented Generation, Memory, Function Calling, and the proprietary Skills protocol, offering a four‑layer architecture, configurable workspaces, SQLite‑backed persistence, and practical deployment guidance while highlighting security best practices.

AI AgentFunction CallingMemory
0 likes · 14 min read
Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation
SuanNi
SuanNi
Mar 9, 2026 · Artificial Intelligence

How Hypernetworks Turn Documents into Instant LLM Skills

This article analyzes the memory and adaptation limits of large language models and presents a hypernetwork‑based approach that instantly converts documents or task descriptions into low‑rank LoRA modules, enabling cheap, on‑demand model updates and cross‑modal knowledge transfer.

AILLMLoRA
0 likes · 9 min read
How Hypernetworks Turn Documents into Instant LLM Skills