Tagged articles
25 articles
Page 1 of 1
ZhiKe AI
ZhiKe AI
Apr 23, 2026 · Artificial Intelligence

Why Hermes Agent’s 90K GitHub Stars Could Overtake OpenClaw

Hermes Agent, launched in February 2026, quickly amassed over 90,000 GitHub stars and a 3,670% weekly growth, while OpenClaw’s growth stalled; the article analyzes Hermes’s self‑evolving architecture, persistent multi‑layer memory, automatic skill generation, 200+ model support and zero‑CVE security that together explain its potential to replace OpenClaw.

AI AgentHermes AgentOpenClaw
0 likes · 8 min read
Why Hermes Agent’s 90K GitHub Stars Could Overtake OpenClaw
DeepHub IMBA
DeepHub IMBA
Apr 21, 2026 · Artificial Intelligence

Designing Persistent Memory for Production AI Agents: A Five‑Stage Pipeline and Four Design Patterns

Production AI agents require persistent memory to maintain continuity, learn from interactions, and recover from failures, but naïvely stuffing full conversation history into the LLM context incurs prohibitive latency and cost; this article outlines four memory types, a five‑stage pipeline, four design patterns, and practical metrics for building efficient, auditable memory systems.

AI agentsDesign PatternsKnowledge Graph
0 likes · 27 min read
Designing Persistent Memory for Production AI Agents: A Five‑Stage Pipeline and Four Design Patterns
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 7, 2026 · Artificial Intelligence

Can AI Self‑Evolve? New Meta Research Redefines Agent Rules

A recent Meta‑led study introduces HyperAgents, a framework that merges task agents with meta‑agents to enable metacognitive self‑modification, showing significant gains on coding benchmarks, paper review, robotics reward design, and Olympiad‑level math grading, while also highlighting emerging safety risks as AI systems begin to rewrite their own improvement mechanisms.

Benchmark resultsDarwin Gödel MachineHyperagents
0 likes · 10 min read
Can AI Self‑Evolve? New Meta Research Redefines Agent Rules
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 1, 2026 · Artificial Intelligence

What the Claude Code Leak Reveals About the Future of AI Programming Agents

The massive Claude Code source leak—over 1,900 TypeScript files, 512,000 lines of code, and a 59.8 MB source map—exposes the inner architecture of Anthropic's AI programming agent, showing a complex system of modular tools, multi‑agent orchestration, persistent memory, and security controls that signal a shift from simple code completion to full‑stack AI development assistants.

AI programmingClaude CodeSoftware Security
0 likes · 20 min read
What the Claude Code Leak Reveals About the Future of AI Programming Agents
Shuge Unlimited
Shuge Unlimited
Mar 3, 2026 · Artificial Intelligence

OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert

This comprehensive guide walks you through OpenClaw's five advanced modules—identity system, persistent memory, Skills, sub‑agents, and cron jobs—showing how to configure each with concrete file examples, JSON settings, and CLI commands so your AI assistant gains personality, long‑term recall, extensible capabilities, parallel processing, and automated workflows.

AI AssistantConfigurationCron Jobs
0 likes · 22 min read
OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert
Tech Minimalism
Tech Minimalism
Feb 2, 2026 · Artificial Intelligence

Turning Markdown into Persistent Memory: Inside the planning-with-files Claude Code Plugin

planning-with-files is a Claude Code plugin that replaces volatile AI context with durable Markdown files—task_plan.md, findings.md, and progress.md—using hooks to automatically sync goals, record research, and log actions, enabling reliable task tracking, error persistence, and seamless session recovery for complex coding projects.

AI workflowClaude Codehooks
0 likes · 14 min read
Turning Markdown into Persistent Memory: Inside the planning-with-files Claude Code Plugin
AI Tech Publishing
AI Tech Publishing
Feb 1, 2026 · Artificial Intelligence

How Clawdbot Implements a Persistent, Search‑Driven Memory System

Clawdbot, an open‑source AI assistant, uses local Markdown files and a SQLite‑based vector index to provide a transparent, searchable, and long‑term memory that separates temporary context from durable storage, enabling autonomous task handling across sessions.

AI AssistantClawdbotSQLite
0 likes · 10 min read
How Clawdbot Implements a Persistent, Search‑Driven Memory System
PaperAgent
PaperAgent
Jan 28, 2026 · Artificial Intelligence

How Clawdbot Achieves Persistent, Local Memory for LLM Agents

Clawdbot implements a fully local, persistent memory system for LLM agents by storing context and long‑term knowledge in editable Markdown files, indexing them with SQLite‑vec and FTS5, supporting multi‑agent isolation, compression, pruning, and configurable session lifecycles to maintain efficient, cost‑effective interactions.

LLM agentscontext compressionlocal storage
0 likes · 13 min read
How Clawdbot Achieves Persistent, Local Memory for LLM Agents
Shuge Unlimited
Shuge Unlimited
Jan 27, 2026 · Artificial Intelligence

Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention

Clawdbot, an open‑source AI Agent gateway with 54.6k GitHub stars, offers persistent three‑month memory, 50+ built‑in tools, and multi‑model channel management; built on TypeScript/Node.js, it delivers strong automation but incurs notable API costs and a learning curve, making it ideal for long‑term AI‑driven projects yet less suited for casual users.

AI AgentClawdbotMulti‑Channel
0 likes · 13 min read
Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention
Frontend AI Walk
Frontend AI Walk
Jan 13, 2026 · Artificial Intelligence

Master the planning-with-files AI Skill: Persistent Thinking Like Manus

This tutorial explains the planning-with-files Claude Code skill, its three‑file architecture, installation steps, activation methods, real‑world use cases such as a 2025 front‑end framework research demo, and advanced tips for recovery, collaboration, and version control, showing how external file persistence transforms AI conversations into durable, multi‑step workflows.

AI workflowClaudePrompt engineering
0 likes · 17 min read
Master the planning-with-files AI Skill: Persistent Thinking Like Manus
Kuaishou Tech
Kuaishou Tech
Aug 26, 2023 · Artificial Intelligence

PetPS: A Persistent‑Memory Parameter Server for Large‑Scale Embedding Models

PetPS introduces a persistent‑memory‑based parameter server that redesigns indexing with the PetHash hash table and offloads parameter aggregation to NIC Gathering, achieving up to 1.7× higher throughput and significantly lower latency for industrial‑scale embedding models in recommendation, search, and advertising workloads.

Parameter ServerPerformance OptimizationSystem Design
0 likes · 14 min read
PetPS: A Persistent‑Memory Parameter Server for Large‑Scale Embedding Models
Tencent Cloud Developer
Tencent Cloud Developer
Nov 11, 2022 · Databases

How KeeWiDB Solves Redis’s Memory Cost with Tiered Storage & Async I/O

KeeWiDB, a next‑generation distributed KV store from Tencent Cloud, combines a proxy layer, multi‑node service layer, tiered hot‑cold data placement, multi‑threaded and coroutine‑based processing, persistent memory caching, direct I/O, and enhanced replication to address Redis’s memory cost, scalability, and latency challenges.

Async IOKV StoreReplication
0 likes · 18 min read
How KeeWiDB Solves Redis’s Memory Cost with Tiered Storage & Async I/O
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
Apr 8, 2022 · Fundamentals

Intel® Optane™ Persistent Memory: Comprehensive Performance Evaluation and Configuration Guide

This article presents a detailed evaluation of Intel® Optane™ Persistent Memory, including benchmark comparisons with DRAM and NVMe using Redis and RocksDB workloads, analysis of latency and throughput, and step‑by‑step configuration instructions for Memory Mode, App Direct, and KMEM DAX.

Intel OptaneMemory configurationPerformance Testing
0 likes · 7 min read
Intel® Optane™ Persistent Memory: Comprehensive Performance Evaluation and Configuration Guide
IT Architects Alliance
IT Architects Alliance
Sep 16, 2021 · Databases

In-Memory Databases: Concepts, Evolution, Applications, and Selection Guidance

This whitepaper explains the definition and history of in‑memory databases, discusses their performance advantages and persistence challenges, outlines the technology’s maturity and bottlenecks, classifies key products, and provides technical and non‑technical criteria for selecting the most suitable solution for high‑concurrency, low‑latency workloads.

Relational Databasedatabase selectionkey-value store
0 likes · 11 min read
In-Memory Databases: Concepts, Evolution, Applications, and Selection Guidance
Programmer DD
Programmer DD
Sep 7, 2021 · Databases

Why In-Memory Databases Are Revolutionizing High‑Performance Data Management

This whitepaper explains the concept, history, core attributes, typical industry use cases, major products, and selection guidelines for in‑memory databases, highlighting their performance advantages, technical challenges, and future trends driven by evolving memory technologies.

In-Memory Databasedatabase selectionhigh performance
0 likes · 12 min read
Why In-Memory Databases Are Revolutionizing High‑Performance Data Management
Architects' Tech Alliance
Architects' Tech Alliance
Aug 21, 2021 · Databases

In-Memory Databases: Concepts, Evolution, Applications, and Selection Guide

This whitepaper explains the concept of in‑memory databases, traces their historical development, outlines core attributes and typical use cases in e‑commerce, live streaming and telecom, compares leading products, and provides technical and management recommendations for hardware and product selection as well as future trends.

In-Memory DatabaseKey-ValueSQL
0 likes · 14 min read
In-Memory Databases: Concepts, Evolution, Applications, and Selection Guide
DataFunTalk
DataFunTalk
Jun 4, 2021 · Fundamentals

Intel Optane Persistent Memory: Architecture, Programming Model, and Development Kit Overview

This article introduces Intel® Optane™ Persistent Memory (PMem), explains its performance characteristics, usage modes, the SNIA NVM programming model, and details the PMDK libraries and related tools that enable developers to build high‑performance, fault‑tolerant applications on persistent memory.

Intel OptaneMemory ManagementNVM Programming
0 likes · 16 min read
Intel Optane Persistent Memory: Architecture, Programming Model, and Development Kit Overview
Open Source Linux
Open Source Linux
Mar 5, 2021 · Fundamentals

Understanding Linux Virtual File Systems and NVDIMM Persistent Memory

This article explains the Linux virtual file system architecture, the differences between storage media such as HDD, SSD, NAND and NOR flash, introduces NVDIMM‑N/F/P types, their hardware and software handling, and shows how to configure and use persistent memory (PMEM) with DAX, BTT and kernel memmap on Linux.

DAXLinuxNVDIMM
0 likes · 35 min read
Understanding Linux Virtual File Systems and NVDIMM Persistent Memory