Tagged articles

Agent Architecture

197 articles · Page 1 of 2
Linyb Geek Road
Linyb Geek Road
Aug 18, 2026 · Artificial Intelligence

How Decoupling the “Brain” and “Hands” Transforms Agent Architecture and Cuts First‑Token Latency by 60%

The article analyzes the structural flaw of tightly coupling session, harness, and sandbox in a single container, proposes separating them into three independent interfaces, and demonstrates how this redesign improves fault tolerance, security, and reduces Time‑to‑First‑Token latency by about 60% while enabling flexible, scalable agent deployments.

Agent ArchitectureDecouplingHarness
0 likes · 11 min read
How Decoupling the “Brain” and “Hands” Transforms Agent Architecture and Cuts First‑Token Latency by 60%
DataFunTalk
DataFunTalk
Aug 15, 2026 · Artificial Intelligence

Why Real-Time Agents Need More Than One Loop: Google’s AMIE Splits Talk, Think, and See

Real‑time agents face a three‑way conflict—low‑latency interaction, slow reasoning, and continuous perception—so Google’s AMIE (Video) replaces a single loop with three asynchronous agents (Talker, Planner, Perception), cutting average latency from 21.4 s to 2.6 s while preserving task performance.

AMIEAgent Architectureasynchronous orchestration
0 likes · 13 min read
Why Real-Time Agents Need More Than One Loop: Google’s AMIE Splits Talk, Think, and See
Architect
Architect
Aug 9, 2026 · Artificial Intelligence

Repositioning the Three Architectural Axes of LLM Memory

This article reviews the recent “Memory for Large Language Models” survey, outlining three orthogonal design axes—representation, update dynamics, and persistence—and maps them to engineering concerns such as work‑set, compressed state, long‑term items, and raw evidence, while discussing evaluation dimensions and practical implementation guidelines for agent systems.

Agent ArchitectureLLM memoryLarge Language Models
0 likes · 20 min read
Repositioning the Three Architectural Axes of LLM Memory
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Aug 9, 2026 · Artificial Intelligence

Why Enterprise AI Needs All Three Legs: Data, Agent, and FDE

The article explains how a large enterprise succeeded in AI‑enabled sales by cleaning five years of data, deploying a dedicated AI agent for each of eleven sales stages, and using Front‑end Deployment Engineers to translate expert knowledge into repeatable processes, showing that missing any of these three components makes the system limp.

AI deploymentAgent ArchitectureBusiness Process Automation
0 likes · 9 min read
Why Enterprise AI Needs All Three Legs: Data, Agent, and FDE
Machine Heart
Machine Heart
Jul 24, 2026 · Artificial Intelligence

From One‑Shot Answers to Action Chains: S‑Agent Advances Spatial Intelligence

S‑Agent redefines spatial intelligence by replacing single‑shot answers with a multi‑step action chain that combines a vision‑language model for task planning, specialized depth and pose models for 3D alignment, and a spatial expert that converts geometry into usable evidence, achieving state‑of‑the‑art zero‑shot scores on MMSI‑Bench and ViewSpatial‑Bench and further improvements after distilling 29.2 k trajectories into an 8‑billion‑parameter model.

Agent Architecturemodel distillationspatial intelligence
0 likes · 11 min read
From One‑Shot Answers to Action Chains: S‑Agent Advances Spatial Intelligence
TechVision Expert Circle
TechVision Expert Circle
Jul 21, 2026 · Artificial Intelligence

Apple’s New Siri Public Beta Redefines Mobile Assistants with LLM‑Based Agent Architecture

Apple’s July 2026 public beta of Siri replaces its legacy intent‑based pipeline with a large‑language‑model‑driven agent architecture, introducing multimodal perception, persistent memory, and a three‑tier edge‑cloud inference system that reshapes mobile assistants while emphasizing privacy through on‑device processing and differential‑privacy techniques.

Agent ArchitectureAppleLLM
0 likes · 13 min read
Apple’s New Siri Public Beta Redefines Mobile Assistants with LLM‑Based Agent Architecture
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 21, 2026 · R&D Management

How End‑to‑End Delivery 2.0 Turns AI Coding into an Industrial‑Scale Assembly Line

The article analyzes the bottlenecks of current AI‑assisted coding, proposes a 2.0 end‑to‑end delivery framework that combines a Spec‑driven pipeline with a Harness constraint system, introduces multiple specialized agents, and outlines traceability, verification, and continuous‑improvement mechanisms to achieve industrial‑grade software production.

AI codingAgent ArchitectureHarness framework
0 likes · 41 min read
How End‑to‑End Delivery 2.0 Turns AI Coding into an Industrial‑Scale Assembly Line
AI Architecture Path
AI Architecture Path
Jul 19, 2026 · Artificial Intelligence

DeepTutor: 27K‑Star Open‑Source AI Tutor with Agent‑Native Architecture and Auditable Memory

The article critiques common AI learning tools for providing only answers, losing context, and risking data privacy, then presents DeepTutor—a locally deployable, open‑source AI tutor that uses a unified Agent‑Native runtime, double‑loop reasoning, three‑layer auditable memory, and a full offline learning loop covering study, practice, testing, research, and note‑taking.

AI tutoringAgent ArchitectureAuditable memory
0 likes · 17 min read
DeepTutor: 27K‑Star Open‑Source AI Tutor with Agent‑Native Architecture and Auditable Memory
Linyb Geek Road
Linyb Geek Road
Jul 15, 2026 · Artificial Intelligence

From ReAct to Harness: Building Production‑Ready Agent Architectures

The article outlines the five‑stage evolution of AI agents—from the basic ReAct loop to self‑driving, self‑optimizing systems—and presents six engineering pillars (verification, stop, state, recovery, isolation, observability) that together form a Harness framework for deploying reliable, production‑grade agents.

AI agentsAgent Architectureobservability
0 likes · 8 min read
From ReAct to Harness: Building Production‑Ready Agent Architectures
AI Engineering
AI Engineering
Jul 11, 2026 · Artificial Intelligence

Why Logs Should Be the Agent Itself, Not Just a Byproduct

The article analyzes Yohei Nakajima’s "The Log is the Agent" paper, showing how ActiveGraph unifies goals, rules, tool calls, LLM responses, and artifacts into a single append‑only event log, enabling deterministic replay, cheap forking, and full provenance for LLM‑driven agents.

ActiveGraphAgent ArchitectureLLM Agents
0 likes · 13 min read
Why Logs Should Be the Agent Itself, Not Just a Byproduct
DataFunTalk
DataFunTalk
Jul 10, 2026 · Artificial Intelligence

How Agents Evolve Without Degrading: From Risk Control to Semantic Engineering

In a July 2 live discussion, three experts dissect practical AI‑agent engineering—covering risk, semantics, evolution, cost, architecture, evaluation metrics, responsibility, and scaling—showing how to build stable, explainable, and continuously improvable agent systems without falling into hype or degradation.

AI agentsAgent Architecturecost optimization
0 likes · 17 min read
How Agents Evolve Without Degrading: From Risk Control to Semantic Engineering
DataFunSummit
DataFunSummit
Jul 7, 2026 · Artificial Intelligence

Ant Group OpAgent: Online RL‑Powered Open‑Domain Browser Automation Agent

The article details Ant Group's OpAgent, an open‑domain browser automation agent that overcomes perception, timeliness, and implicit interaction challenges through a three‑stage pipeline of multi‑task supervised fine‑tuning, online reinforcement learning, and a four‑module Planner‑Grounder‑Reflector‑Summarizer architecture, achieving a 71.6% Pass@1 score on WebArena and releasing all code and models publicly.

Agent ArchitectureOpAgentWebArena
0 likes · 15 min read
Ant Group OpAgent: Online RL‑Powered Open‑Domain Browser Automation Agent
JavaGuide
JavaGuide
Jul 7, 2026 · Artificial Intelligence

How Does Claude Code Detect the Skills You’ve Been Using for Months?

The article explains the technical differences between CLAUDE.md and Skill files, when to use each, their loading strategies, file structures, front‑matter fields, dynamic context, security considerations, and how Skills interact with Subagents, Plugins and Agent Teams in Claude Code.

AI SkillsAgent ArchitectureClaude Code
0 likes · 19 min read
How Does Claude Code Detect the Skills You’ve Been Using for Months?
inShocking
inShocking
Jul 6, 2026 · Artificial Intelligence

AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?

The article breaks down how AI agents extend large language models by adding tools, memory, and looping mechanisms, explains the ReAct paradigm and its evolution, compares agents to traditional workflows, and outlines product perspectives, coding advantages, current maturity stages, and typical use‑case categories.

AI AgentAgent ArchitectureCoding Agent
0 likes · 11 min read
AI Agent Core Technology Explained – Chapter 01: What Is a Foundational Agent?
AgentGuide
AgentGuide
Jul 5, 2026 · Artificial Intelligence

Learning Path for Large‑Model Application Engineers: From Prompt & RAG to Agent Deployment

This guide outlines a comprehensive learning roadmap for large‑model application engineers, covering fundamentals such as Transformer architecture and scaling laws, practical API usage, prompt engineering, retrieval‑augmented generation, agent design, engineering best practices, security, observability, cost optimization, and fine‑tuning principles.

AI agentsAgent ArchitectureLarge Language Models
0 likes · 14 min read
Learning Path for Large‑Model Application Engineers: From Prompt & RAG to Agent Deployment
AI Architecture Hub
AI Architecture Hub
Jul 3, 2026 · Artificial Intelligence

20 Loop Design Patterns Every AI Engineer Must Master

This article catalogs twenty high‑frequency loop architectures that transform single‑call AI models into autonomous, self‑optimising agents, explaining each pattern’s purpose, workflow, concrete code example, and typical commercial scenarios such as content creation, compliance review, and strategic decision making.

AI loopsAgent ArchitectureAutonomous Agents
0 likes · 21 min read
20 Loop Design Patterns Every AI Engineer Must Master
AI Programming Lab
AI Programming Lab
Jul 1, 2026 · Artificial Intelligence

Hands‑On Review of Claude Science: A Game‑Changer for Researchers

The article reviews Anthropic's new Claude Science app, detailing how its integrated agent architecture, reproducible workflow, reviewer agent, and seamless HPC support streamline fragmented life‑science research tasks while noting current platform limits and installation steps.

AI research assistantAgent ArchitectureAnthropic
0 likes · 8 min read
Hands‑On Review of Claude Science: A Game‑Changer for Researchers
TechVision Expert Circle
TechVision Expert Circle
Jun 30, 2026 · Industry Insights

How AI Agents Are Redefining Enterprise Software Procurement

The article analyzes how AI agents are shifting software purchasing from license‑based models to outcome‑based and capability‑marketplace approaches, detailing architectural differences, emerging pricing models, implementation challenges, and the strategic implications for CIOs and vendors.

AI agentsAgent ArchitectureEnterprise IT
0 likes · 11 min read
How AI Agents Are Redefining Enterprise Software Procurement
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Jun 30, 2026 · Artificial Intelligence

From Prompt to Loop: The Evolution of AI Development Paradigms

AI applications are shifting from single‑turn Q&A to systematic intelligence through four nested engineering stages—Prompt, Context, Harness, and Loop—each addressing communication, information supply, execution safety, and autonomous closed‑loop control, while exposing distinct limitations that drive the next paradigm.

AI systemsAgent ArchitectureContext Engineering
0 likes · 16 min read
From Prompt to Loop: The Evolution of AI Development Paradigms
AI Architecture Hub
AI Architecture Hub
Jun 27, 2026 · Artificial Intelligence

From One‑Shot Prompts to Autonomous Loops: What Architects Must Focus on in 2026

In 2026 the AI industry shifts from single‑prompt engineering to autonomous Loop systems, requiring architects to adopt a four‑pillar design—trusted feedback, persistent state, stop conditions, and human hand‑off—while mapping traditional SRE reliability practices, avoiding common pitfalls, and leveraging low‑cost, production‑grade implementations such as daily CI failure triage.

AI agentsAgent ArchitectureHigh reliability
0 likes · 15 min read
From One‑Shot Prompts to Autonomous Loops: What Architects Must Focus on in 2026
Hacker Afternoon Tea
Hacker Afternoon Tea
Jun 26, 2026 · Artificial Intelligence

Why Loop Beats Multica: The Crucial Divide Between an AI “Colleague” and an Outsourced Agent

The article compares Loop and Multica, showing how Loop’s “colleague” model—featuring a three‑layer Soul/Agent/Instance identity, explicit @‑based dispatch, rich multi‑agent orchestration, rewind capability, scheduled tasks, and precise external event routing—outperforms Multica’s simpler “outsourced task” approach despite Multica’s broader tool matrix.

AI collaborationAgent ArchitectureMultica
0 likes · 18 min read
Why Loop Beats Multica: The Crucial Divide Between an AI “Colleague” and an Outsourced Agent
DataFunSummit
DataFunSummit
Jun 26, 2026 · Artificial Intelligence

Why Memory Is the Bottleneck for AI Agents and How MemOS Boosts Performance by Over 200%

The article explains how memory has become the decisive factor for AI agents, details the MemOS framework’s five‑layer architecture and three‑layer memory coordination, compares model‑driven and application‑driven approaches, and shows how MemOS‑powered cloud services achieved 100‑200% monthly growth, 45‑72% token savings, and up to 50% reduction in overall token consumption.

AI memoryAgent ArchitectureLarge Language Models
0 likes · 18 min read
Why Memory Is the Bottleneck for AI Agents and How MemOS Boosts Performance by Over 200%
AI Architecture Hub
AI Architecture Hub
Jun 26, 2026 · Artificial Intelligence

30 Core AI Agent Engineering Concepts Every Developer Must Know

This article breaks down the essential 30 concepts behind AI agents—covering their loop‑based execution, state management, common patterns, configuration files, prompt caching, context corruption, capability protocols, sandbox security, permission controls, observability, and practical entry‑level advice—so developers can understand any new framework without chasing hype.

AI agentsAgent ArchitectureMCP
0 likes · 21 min read
30 Core AI Agent Engineering Concepts Every Developer Must Know
Code Mala Tang
Code Mala Tang
Jun 25, 2026 · Artificial Intelligence

30 Core Concepts Every AI Agent Engineer Must Master

Understanding the timeless principles behind AI agents—rather than chasing the latest frameworks—requires mastering 30 core concepts, from the fundamental Think‑Act‑Observe loop and state management to configuration files, workflow caching, sandboxing, and multi‑agent orchestration, enabling predictable, cost‑effective, and secure automation.

AI agentsAgent ArchitecturePrompt Engineering
0 likes · 21 min read
30 Core Concepts Every AI Agent Engineer Must Master
Node.js Tech Stack
Node.js Tech Stack
Jun 25, 2026 · Artificial Intelligence

Testing Tencent Marvis Reveals Claude Code‑Style AI Agent Architecture

The author tests Tencent’s Marvis AI assistant, showing how its dual‑device agent system lets a phone remotely control a Mac, locate and transfer files, execute commands, schedule tasks, and even organize documents offline, while highlighting security controls and the similarity to Claude Code’s multi‑agent design.

AI assistantAgent ArchitectureAutomation
0 likes · 9 min read
Testing Tencent Marvis Reveals Claude Code‑Style AI Agent Architecture
DataFunSummit
DataFunSummit
Jun 24, 2026 · Artificial Intelligence

Three Forms of Large Model Memory – Parameter, Token, and Latent – Why Top Companies Are All‑In

A new paper unifies AI memory research with a three‑dimensional framework (Forms, Functions, Dynamics), classifies memory as parameter‑level, token‑level, or latent‑space, and evaluates real‑world implementations from OpenAI, Google, Amazon and dozens of open‑source frameworks, highlighting trade‑offs such as retrieval quality, catastrophic forgetting and forgetting mechanisms.

AI memoryAgent ArchitectureFramework Comparison
0 likes · 19 min read
Three Forms of Large Model Memory – Parameter, Token, and Latent – Why Top Companies Are All‑In
DaTaobao Tech
DaTaobao Tech
Jun 22, 2026 · Artificial Intelligence

Breaking AI Coding Bottlenecks: How Specflow Agent Separates Deep Analysis from Code Execution

The article dissects why AI‑generated code often fails to boost productivity—highlighting attention‑mechanism limits, context collapse, and mismatched developer workflows—and proposes a Specflow Agent that isolates deep requirement analysis from coding to dramatically cut manual intervention.

AI codingAgent ArchitectureContext Management
0 likes · 40 min read
Breaking AI Coding Bottlenecks: How Specflow Agent Separates Deep Analysis from Code Execution
ThinkingAgent
ThinkingAgent
Jun 21, 2026 · Artificial Intelligence

The 6‑Layer Architecture of AI Agents: Perception, Planning, Tools, Memory, Execution, and Feedback

This article breaks down the complete cognition‑action system of modern AI agents into six inter‑connected layers—Perception, Planning, Tools, Memory, Execution, and Feedback—explaining their core problems, engineering designs, common pitfalls, and best‑practice metrics with concrete code examples and real‑world use cases.

AI agentsAgent ArchitectureMemory Management
0 likes · 40 min read
The 6‑Layer Architecture of AI Agents: Perception, Planning, Tools, Memory, Execution, and Feedback
TechVision Expert Circle
TechVision Expert Circle
Jun 19, 2026 · Artificial Intelligence

Avoid the Top 5 Pitfalls When Deploying Enterprise AI Agents (Part 1)

The article shares hard‑won lessons from three enterprise‑grade AI Agent projects, detailing five common pitfalls—over‑reliance on a single agent, insecure direct model calls, latency and cost overruns, hallucinations, and lack of observability—and provides concrete architectural and operational solutions for each.

AI agentsAgent ArchitectureCost Management
0 likes · 10 min read
Avoid the Top 5 Pitfalls When Deploying Enterprise AI Agents (Part 1)
James' Growth Diary
James' Growth Diary
Jun 18, 2026 · Artificial Intelligence

Externalizing Agent Decisions to Files: How a Three‑Layer Prompt Architecture Drives Behavior

The article examines Hermes' design that moves all agent decision rules into editable text files, explains the three‑layer stable‑context‑volatile architecture, compares it with other frameworks, and shows how this approach improves transparency, controllability, and cache efficiency for AI agents.

AI safetyAgent ArchitectureCache Optimization
0 likes · 11 min read
Externalizing Agent Decisions to Files: How a Three‑Layer Prompt Architecture Drives Behavior
Shuge Unlimited
Shuge Unlimited
Jun 18, 2026 · Artificial Intelligence

What the 120k‑Character Claude Fable 5 Prompt Leak Reveals About Its True Architecture

A leaked 120 KB system prompt for Claude Fable 5 shows that the model is not merely a chat bot but a fully engineered agent system with layered responsibilities, tool contracts, hard and soft constraints, runtime patches, and an opt‑in design that prevents it from autonomously selecting commercial partners.

Agent ArchitectureClaude Fable 5LLM constraints
0 likes · 17 min read
What the 120k‑Character Claude Fable 5 Prompt Leak Reveals About Its True Architecture
Frontend AI Walk
Frontend AI Walk
Jun 16, 2026 · Artificial Intelligence

From Manual AI Chores to Self‑Driving Loops: Six Core Components and a Five‑Step Guide

This article introduces Loop Engineering, explains its five atomic actions and six essential components, contrasts loops with traditional workflows, outlines suitable and unsuitable scenarios, presents real‑world case studies, highlights three key risks with mitigations, and provides a concrete five‑step implementation guide for building a self‑running AI loop.

AI automationAgent ArchitectureLoop Engineering
0 likes · 23 min read
From Manual AI Chores to Self‑Driving Loops: Six Core Components and a Five‑Step Guide
Coder Trainee
Coder Trainee
Jun 12, 2026 · Artificial Intelligence

From Solo to Team: Multi‑Agent Collaboration with AutoGen, CrewAI, and LangGraph

This article explains why a single AI agent often falls short for complex tasks, outlines the benefits of multi‑agent collaboration, compares common architecture patterns, and provides hands‑on examples using AutoGen, CrewAI, and LangGraph, followed by a real‑world customer‑service team case and best‑practice guidelines.

AI agentsAgent ArchitectureAutoGen
0 likes · 14 min read
From Solo to Team: Multi‑Agent Collaboration with AutoGen, CrewAI, and LangGraph
AntData
AntData
Jun 12, 2026 · Artificial Intelligence

Rethinking AI Memory: From Raw Ledger to Policy‑Driven Closed Loop

The article argues that AI memory is not mere storage but an external state that feeds decisions, proposes three core propositions—Memory as decision‑usable external state, a minimal closure of Raw Ledger + Views + Policy, and event sequences as the fundamental unit—and details how a System 1 + System 2 architecture, non‑parametric designs, temporal handling, and learnable policies together shape the practical limits of modern agentic memory systems.

AI memoryAgent ArchitectureRetrieval Augmentation
0 likes · 42 min read
Rethinking AI Memory: From Raw Ledger to Policy‑Driven Closed Loop
IT Services Circle
IT Services Circle
Jun 12, 2026 · Artificial Intelligence

Inside Claude Code’s Query Loop: From a Simple While Loop to an Industrial‑Grade Agent Engine

This article dissects Claude Code’s 1729‑line queryLoop, explaining its four‑layer call chain (ask → QueryEngine → query → queryLoop), the async‑generator core that streams model output, how tool calls are handled in parallel, the explicit state object, and the many error‑recovery paths that make the loop production‑ready.

Agent ArchitectureAsync GeneratorClaude Code
0 likes · 27 min read
Inside Claude Code’s Query Loop: From a Simple While Loop to an Industrial‑Grade Agent Engine
Data Party THU
Data Party THU
Jun 11, 2026 · Artificial Intelligence

GBrain’s 14K‑Star Open‑Source System Solves AI Agent Forgetting

GBrain, the open‑source AI agent memory platform with over 14,000 GitHub stars, uses a three‑layer architecture—Markdown‑based truth source, hybrid retrieval with PGLite, and 34 skill workflows—to eliminate agent forgetting, achieve a 31.4% retrieval boost, and provide Python integration via the MCP protocol, while outlining practical deployment pitfalls.

AI memoryAgent ArchitectureHybrid Retrieval
0 likes · 17 min read
GBrain’s 14K‑Star Open‑Source System Solves AI Agent Forgetting
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)
AI Engineer Programming
AI Engineer Programming
Jun 9, 2026 · Artificial Intelligence

How Pi Works: Agent Architecture, Tools, Interactive UI, and Skills

The article breaks down Pi, a minimalist programming agent, explaining its two‑layer architecture, the iterative agent loop, a four‑tool set, extensible extensions, layered context construction, and reusable Skills, showing why a clear design, not tool count, determines an agent’s capability.

AI AgentAgent ArchitectureContext Layering
0 likes · 6 min read
How Pi Works: Agent Architecture, Tools, Interactive UI, and Skills
Fun with Large Models
Fun with Large Models
Jun 9, 2026 · Artificial Intelligence

Master AI Agents: 6 Essential GitHub Projects to Learn From

The article outlines a progressive learning path for AI agents, recommending six GitHub projects—from a beginner-friendly tutorial to production‑grade frameworks—detailing each project's purpose, difficulty, key takeaways, and suitable audience, helping programmers transition from users to builders.

AI agentsAgent ArchitectureAgent development
0 likes · 15 min read
Master AI Agents: 6 Essential GitHub Projects to Learn From
IT Services Circle
IT Services Circle
Jun 6, 2026 · Artificial Intelligence

How Claude Code’s Memory Mechanism Works: A Deep Dive into the Source Code

This article explains why LLMs are stateless, distinguishes short‑term from long‑term memory needs for agents, critiques common memory solutions, and then details Claude Code’s two‑layer architecture—static CLAUDE.md with six hierarchical files and a dynamic auto‑memory system that uses structured markdown, a lightweight selector model, and aging warnings—to provide a practical, source‑level blueprint for building robust agent memory.

Agent ArchitectureClaude CodeDynamic Memory
0 likes · 33 min read
How Claude Code’s Memory Mechanism Works: A Deep Dive into the Source Code
Data Party THU
Data Party THU
Jun 3, 2026 · Artificial Intelligence

A Six‑Day, Million‑Token AI‑Driven Review Unpacks the L1‑L5 Agent Hierarchy

The article details how an AI‑augmented workflow completed a 46‑page research paper in six days using 108 agent calls and 648 k tokens, introduces an L1‑L5 autonomy taxonomy, compares four architectural patterns across 17 systems, and highlights six open challenges and key bottlenecks such as continual knowledge accumulation and reliable self‑assessment.

AI agentsAgent ArchitectureBenchmark analysis
0 likes · 8 min read
A Six‑Day, Million‑Token AI‑Driven Review Unpacks the L1‑L5 Agent Hierarchy
James' Growth Diary
James' Growth Diary
Jun 2, 2026 · Artificial Intelligence

Cross‑Session Retrieval with SQLite FTS5 and LLM Summaries – Hermes Agent’s Four‑Layer Architecture

This article dissects Hermes Agent’s four‑layer cross‑session retrieval system, covering persistent storage, dual‑table FTS5 indexing for CJK and English, a three‑path search strategy, intelligent truncation for LLM prompts, structured summarisation, and a holographic retrieval layer that blends FTS5, Jaccard similarity and HRR vector algebra.

Agent ArchitectureCross-Session RetrievalFTS5
0 likes · 25 min read
Cross‑Session Retrieval with SQLite FTS5 and LLM Summaries – Hermes Agent’s Four‑Layer Architecture
Architect
Architect
May 31, 2026 · Artificial Intelligence

Why Automating Low‑Quality Workflows with Hermes Agent Can Backfire

The article dissects Hermes Agent’s four‑layer architecture, warns that automating sloppy processes merely amplifies their flaws, and outlines practical governance steps—including stable input, output handling, failure logging, approval boundaries, memory budgeting, skill lifecycle, and self‑evolution evidence—to keep long‑running agents reliable and maintainable.

AI Agent GovernanceAgent ArchitectureAutomation Risks
0 likes · 21 min read
Why Automating Low‑Quality Workflows with Hermes Agent Can Backfire
DataFunSummit
DataFunSummit
May 28, 2026 · Artificial Intelligence

How DataWorks Data Agent Advances from Augmented Assistance to Full Autonomy

The article analyzes DataWorks Data Agent’s evolution from a helper‑style tool to an autonomous data‑centric AI agent, detailing its five‑stage roadmap, dual‑engine CLI/Claw architecture, unified runtime kernel, open skill ecosystem, and CPU‑GPU joint optimization for enterprise‑grade data automation.

AIAgent ArchitectureAutomation
0 likes · 12 min read
How DataWorks Data Agent Advances from Augmented Assistance to Full Autonomy
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 28, 2026 · Artificial Intelligence

Why AI Agent Architecture Mirrors 50 Years of OS Design

The article maps classic operating‑system concepts—processes, system calls, caching, file‑system mounting, and scheduling—to AI agents, showing how these analogies explain challenges like context sharing, tool permissions, token limits, knowledge‑base mounting, and orchestrated execution, and proposes a concrete multi‑layer design framework.

AI agentsAgent ArchitectureContext Management
0 likes · 10 min read
Why AI Agent Architecture Mirrors 50 Years of OS Design
Design Hub
Design Hub
May 24, 2026 · Artificial Intelligence

How Claude’s New Memory System Turns AI Agents into Self‑Organizing Assistants

Claude’s latest memory and Dreaming features combine cross‑session memory, project workspaces, persistent memory files, and a background “Dreaming” organizer, shifting AI agents from forgetful bots to systems that selectively retain useful experience, reduce rework, and behave more like human assistants.

AI memoryAgent ArchitectureClaude
0 likes · 10 min read
How Claude’s New Memory System Turns AI Agents into Self‑Organizing Assistants
AI Step-by-Step
AI Step-by-Step
May 24, 2026 · Artificial Intelligence

Learning Agent Architecture from Giants: Blueprint of Hermes and Claude Code

The article breaks down a six‑layer agent architecture—entry, core loop, tool ecosystem, memory & learning, scheduling & orchestration, and output delivery—illustrating how Hermes and Claude Code implement each layer and offering guidance on choosing the right framework for specific needs.

AI agentsAgent ArchitectureClaude Code
0 likes · 17 min read
Learning Agent Architecture from Giants: Blueprint of Hermes and Claude Code
DataFunSummit
DataFunSummit
May 22, 2026 · Artificial Intelligence

Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth

The article analyses how memory has become the critical limitation for AI agents, details the MemOS framework’s five‑layer architecture that fuses model‑driven and application‑driven approaches, presents cloud service usage surging over 200%, and explains how these advances address scalability, privacy, and performance challenges in enterprise deployments.

AI memoryAgent ArchitectureCloud AI services
0 likes · 18 min read
Why Memory Is the Bottleneck for AI Agents and How MemOS Achieves 200% Cloud Call Growth
Tech Ocean
Tech Ocean
May 20, 2026 · Artificial Intelligence

Deep Agents Explained: Skills Manage Internals, MCP/A2A/ACP Manage Externals

The article maps the four core mechanisms of Deep Agents—Skills, MCP, A2A, and ACP—explaining how Skills governs internal agent behavior while the three protocols handle external tool integration, agent‑to‑agent collaboration, and client‑to‑agent communication, and offers guidance on when to adopt each layer.

A2AACPAgent Architecture
0 likes · 7 min read
Deep Agents Explained: Skills Manage Internals, MCP/A2A/ACP Manage Externals
AI Engineer Programming
AI Engineer Programming
May 17, 2026 · Artificial Intelligence

ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial

While a single LLM call is a stateless function, real‑world tasks require dynamic information gathering, hypothesis testing, and iterative refinement, so agents must operate in a continuous loop; the article analyzes core patterns such as ReAct, Plan‑Execute, Reflection, Multi‑Agent and HITL, highlighting state management, cost, debugging, and observability challenges.

Agent ArchitectureLLMPlan-Execute
0 likes · 21 min read
ReAct, Plan‑Execute, and Reflection: How Continuous Loops Make Agent Architecture Crucial
FunTester
FunTester
May 16, 2026 · Artificial Intelligence

Anthropic’s Generator‑Critic Approach for Reliable Test‑Case Evaluation

The article explains why letting the same Agent both generate a test case and self‑review leads to hidden flaws, and how Anthropic’s Generator‑Critic architecture with physically isolated contexts and a well‑crafted rubric provides a more dependable way to assess test‑case quality and control retries.

Agent ArchitectureAnthropicGenerator‑Critic
0 likes · 7 min read
Anthropic’s Generator‑Critic Approach for Reliable Test‑Case Evaluation
AI Architecture Hub
AI Architecture Hub
May 13, 2026 · Artificial Intelligence

Why Harness Engineering Is the Key to Unlocking AI Agents’ True Potential

The article argues that the performance gap of AI agents stems from the missing or poorly designed Harness layer, and explains how systematic engineering of prompts, tools, context strategies, hooks, sandboxing, and feedback loops can turn a raw model into a reliable, high‑performing autonomous agent.

AI agentsAgent ArchitectureContext Management
0 likes · 15 min read
Why Harness Engineering Is the Key to Unlocking AI Agents’ True Potential
Linyb Geek Road
Linyb Geek Road
May 10, 2026 · Artificial Intelligence

Designing Progressive Large‑Model Agents: Architecture, Frameworks, and Real‑World Practices

This article examines the evolution of large‑model agents, outlines four development stages, compares workflow, collaborative, and evolutionary frameworks, details core components such as perception, memory, planning, tools, and reflection, and explains how a progressive, loop‑based architecture can be applied across verticals like research, code generation, and complex workflow automation.

Agent ArchitectureAlphaEvolveLLM Agents
0 likes · 9 min read
Designing Progressive Large‑Model Agents: Architecture, Frameworks, and Real‑World Practices
Architect's Ambition
Architect's Ambition
May 8, 2026 · Artificial Intelligence

A 12,000‑Word Guide to Agent Harness: Designing and Implementing Production‑Ready AI Agents

The article presents a comprehensive 7‑layer Agent Harness architecture that transforms experimental LLM‑based agents into stable, cost‑effective, secure, and observable production‑grade autonomous workers, illustrated with real‑world case studies, performance metrics, and concrete implementation details.

AI agentsAgent ArchitectureContext Compression
0 likes · 33 min read
A 12,000‑Word Guide to Agent Harness: Designing and Implementing Production‑Ready AI Agents
AI Step-by-Step
AI Step-by-Step
May 7, 2026 · Artificial Intelligence

How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency

Claude Code tackles the bottleneck of overloaded main sessions in complex code tasks by splitting work into a Coordinator that keeps the overall goal and independent Workers that handle research, implementation, testing, and review in isolated contexts, returning only essential evidence for synthesis.

AI concurrencyAgent ArchitectureClaude Code
0 likes · 13 min read
How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency
inShocking
inShocking
May 7, 2026 · Artificial Intelligence

What to Store and When to Skip: Lessons from Claude Code’s Memory Mechanism

The article dissects Claude Code’s memory system, showing that the real challenge is deciding what information to keep and when to discard, and it details design principles, index‑content separation, LLM‑based retrieval, expiration handling, write‑path isolation, and practical improvements applied to the author’s own agent platform.

Agent ArchitectureClaude CodeLLM
0 likes · 16 min read
What to Store and When to Skip: Lessons from Claude Code’s Memory Mechanism
Linux Kernel Journey
Linux Kernel Journey
May 6, 2026 · Operations

How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis

By combining low‑overhead eBPF data collection with AI‑driven diagnosis and an agent‑based execution layer, the authors present a three‑tier system that shifts mobile optimization from peak performance to sustained energy efficiency, achieving sub‑1% monitoring overhead and up to 20% power savings in real‑world video workloads.

AIAgent ArchitectureeBPF
0 likes · 12 min read
How eBPF and AI Redefine Mobile Microarchitectural Energy‑Efficiency Analysis
Linyb Geek Road
Linyb Geek Road
May 4, 2026 · Artificial Intelligence

Agent Principles, Architecture, and Engineering Practices for Stable AI Systems

The article breaks down the core loop of AI agents, distinguishes agents from static workflows, and presents engineering practices—such as harness testing, context management, skill loading, tool design, memory handling, multi‑agent coordination, evaluation reliability, and security—that are essential for building robust, cost‑effective agents.

AI agentsAgent ArchitectureMemory Management
0 likes · 20 min read
Agent Principles, Architecture, and Engineering Practices for Stable AI Systems
ZhiKe AI
ZhiKe AI
May 1, 2026 · Artificial Intelligence

From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks

The article explains that large‑model agents differ from traditional chatbots by perceiving goals, planning steps, invoking tools, and executing actions autonomously, covering their definition, core modules, ReAct reasoning‑acting loop, single‑ versus multi‑agent systems, current industry trends, and the reliability, safety, observability, and cost challenges they face.

AI AgentAI engineeringAgent Architecture
0 likes · 18 min read
From Chatbot to Action: How Large‑Model Agents Turn Queries into Real‑World Tasks
High Availability Architecture
High Availability Architecture
Apr 30, 2026 · Artificial Intelligence

Redefining the Backend: How Workers, Triggers, and Functions Turn Agents into First-Class Workers

The article argues that the traditional separation between AI agent harnesses and back‑ends creates debugging complexity, and proposes redefining the backend with three primitives—worker, trigger, and function—so that agents become equivalent to services or queues, enabling real‑time discovery, scalable extensibility, and unified observability across heterogeneous components.

AI infrastructureAgent ArchitectureFunction
0 likes · 18 min read
Redefining the Backend: How Workers, Triggers, and Functions Turn Agents into First-Class Workers
AI Step-by-Step
AI Step-by-Step
Apr 27, 2026 · Artificial Intelligence

Hermes Prompt Runtime: Managing Provider, Prompt, Memory, and Context

Hermes Prompt Runtime introduces a layered architecture that first resolves the model provider, then builds a stable system prompt, freezes memory snapshots for session boundaries, isolates per‑call temporary context, and compresses long histories, thereby keeping long‑term semantics stable, improving prompt caching, and reducing context‑window pressure.

Agent ArchitectureContext CompressionHermes
0 likes · 12 min read
Hermes Prompt Runtime: Managing Provider, Prompt, Memory, and Context
Architect
Architect
Apr 26, 2026 · Artificial Intelligence

Designing Products for Agents: Beyond APIs and MCPs

The article argues that building products for AI agents requires more than swapping UI pages for APIs or adding MCPs; it demands reorganizing product capabilities into actions that agents can understand, invoke, be constrained by, and audit, while addressing semantics, governance, and reliability.

AI agentsAPIAgent Architecture
0 likes · 26 min read
Designing Products for Agents: Beyond APIs and MCPs
AI Step-by-Step
AI Step-by-Step
Apr 26, 2026 · Artificial Intelligence

Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries

The article analyzes how B‑side SaaS agents must extend isolation beyond the data layer to the execution layer, introducing a tenant control plane, tiered compute isolation, pre‑retrieval RAG filtering, versioned prompt loading, and a detailed launch checklist to ensure every inference, retrieval, and action respects a verifiable tenant boundary.

Agent ArchitecturePrompt VersioningRAG isolation
0 likes · 15 min read
Designing Multi‑Tenant Agent Isolation for Verifiable Tenant Boundaries
Architecture and Beyond
Architecture and Beyond
Apr 25, 2026 · Artificial Intelligence

Practical Insights on Recent AI Engineering Deployments

The article examines how large language models function as probabilistic components within deterministic software, discusses fault‑tolerance limits for viable AI use cases, and offers detailed engineering guidance on RAG pipelines, tool‑calling determinism, agent fragility, testing, monitoring, and privacy‑conscious deployment in finance.

AI engineeringAgent ArchitectureFault Tolerance
0 likes · 14 min read
Practical Insights on Recent AI Engineering Deployments
Wukong Talks Architecture
Wukong Talks Architecture
Apr 23, 2026 · Artificial Intelligence

Hermes Agent’s Self‑Improving Architecture vs OpenClaw: A Deep Technical Comparison

The article dissects the fundamental design philosophies of Hermes Agent and OpenClaw, explains how Hermes achieves autonomous skill creation and memory management, and presents a detailed side‑by‑side comparison of their ability sources, learning loops, context efficiency, core value and security considerations.

AI agentsAgent ArchitectureHermes Agent
0 likes · 7 min read
Hermes Agent’s Self‑Improving Architecture vs OpenClaw: A Deep Technical Comparison
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

What Is Harness Engineering and How to Use It in Your Projects?

Harness Engineering, the set of systems that surround and extend a large‑language‑model‑based agent, determines real‑world performance far more than the model itself, and mastering its six‑layer architecture, bottlenecks, and practical rollout steps is essential for AI‑agent development and interview preparation.

AI agentsAgent ArchitectureContext Engineering
0 likes · 20 min read
What Is Harness Engineering and How to Use It in Your Projects?
SuanNi
SuanNi
Apr 21, 2026 · Artificial Intelligence

How Kimi K2.6 Redefines AI Agents: Benchmarks, 300‑Agent Cluster, and Full‑Stack Development

Kimi K2.6 demonstrates a dramatic leap in general intelligence, code generation, and visual understanding, breaking multiple industry records, sustaining 13‑hour nonstop coding sessions, outperforming GPT‑5.4, Claude Opus 4.6 and Gemini 3.1 Pro, and introducing a 300‑agent collaborative architecture for full‑stack development.

AI modelAgent Architecturebenchmark
0 likes · 10 min read
How Kimi K2.6 Redefines AI Agents: Benchmarks, 300‑Agent Cluster, and Full‑Stack Development
PaperAgent
PaperAgent
Apr 21, 2026 · Artificial Intelligence

How to Understand Agents: From Resource‑Constrained Decisions to Contextual Cognition

This survey clarifies the essence of AI agents as resource‑limited sequential decision‑making and contextual‑cognition systems, introduces a formal definition, outlines a five‑stage evolution of large models, presents a four‑loop architecture, and illustrates the concepts with the OpenClaw agent case study.

AI SurveyAgent ArchitectureContextual Cognition
0 likes · 11 min read
How to Understand Agents: From Resource‑Constrained Decisions to Contextual Cognition
AI Illustrated Series
AI Illustrated Series
Apr 20, 2026 · Artificial Intelligence

From Reactive Bots to Strategic Thinkers: The Evolution of AI Agent Planning

Understanding why some AI act impulsively while others plan like humans, this article visualizes the evolution of AI Agent planning—from early reactive assistants to ReAct’s thought-action loop and Tree of Thoughts’ multi‑path reasoning—highlighting key differences from traditional software and future directions such as memory, self‑reflection, and multi‑agent collaboration.

AI planningAgent ArchitectureFuture AI
0 likes · 9 min read
From Reactive Bots to Strategic Thinkers: The Evolution of AI Agent Planning
大转转FE
大转转FE
Apr 20, 2026 · Industry Insights

What’s Driving the Next Wave of AI Agents? A Deep Dive into OpenClaw, DeerFlow, YC Insights, and Card‑Based Dialogues

This newsletter curates five cutting‑edge industry analyses covering ByteDance’s open‑source Agent evolution framework, OpenClaw’s Prompt/Context/Harness design, DeerFlow 2.0’s Super Agent runtime, YC’s architecture‑first efficiency lessons, and a systematic protocol for card‑based conversational interfaces.

AI agentsAgent ArchitectureContext Management
0 likes · 5 min read
What’s Driving the Next Wave of AI Agents? A Deep Dive into OpenClaw, DeerFlow, YC Insights, and Card‑Based Dialogues
AI Waka
AI Waka
Apr 20, 2026 · Artificial Intelligence

Why the Hidden ‘Agent Harness’ Beats Bigger Models in AI Performance

The article explains how the often‑overlooked Agent Harness—an orchestration layer surrounding large language models—determines AI agent success, detailing its five core components, real‑world case studies, and why system design now outweighs raw model size.

AI agentsAgent ArchitectureHarness Engineering
0 likes · 17 min read
Why the Hidden ‘Agent Harness’ Beats Bigger Models in AI Performance
o-ai.tech
o-ai.tech
Apr 17, 2026 · Artificial Intelligence

How Hermes Agent Self‑Evolves: Memory, Skills, and Offline Training Pipelines

This article dissects Hermes Agent’s self‑evolution mechanism, explaining how stable facts are stored in memory, reusable procedures become skills, and rollout trajectories are turned into training data through background review, context compression, and OPD‑based token‑level distillation.

Agent ArchitectureContext CompressionHermes Agent
0 likes · 33 min read
How Hermes Agent Self‑Evolves: Memory, Skills, and Offline Training Pipelines
Alibaba Cloud Native
Alibaba Cloud Native
Apr 16, 2026 · Artificial Intelligence

Why Modern AI Agents Are Getting Lighter, Thinner, and More Collaborative

The article analyzes three mainstream AI agents—Manus, OpenClaw, and Claude Managed Agent—showing how their middle‑layer architectures differ, why agent designs are shifting toward slimmer structures, and how emerging multi‑agent collaboration patterns like Manager‑Worker, Pipeline, and P2P are reshaping complex task execution.

AI agentsAgent Architecturemulti-agent collaboration
0 likes · 11 min read
Why Modern AI Agents Are Getting Lighter, Thinner, and More Collaborative
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 16, 2026 · Artificial Intelligence

Why AI Product Managers Must Master Agent Architecture

The article explains how AI agents are reshaping product logic, breaks down the four core modules—Planner, Memory, Actor, and Tools—illustrates their interaction with a real‑world market‑report example, and offers design guidelines and pitfalls for product managers transitioning to intelligent, autonomous systems.

AI agentsAgent ArchitectureAutonomous Systems
0 likes · 11 min read
Why AI Product Managers Must Master Agent Architecture
Ray's Galactic Tech
Ray's Galactic Tech
Apr 15, 2026 · Cloud Native

From Solo Demo to Cloud‑Native: Building a High‑Availability Real‑Time Translation Bot with AgentScope Java

This article walks through the complete engineering practice of turning a single‑machine demo into a cloud‑native, highly available real‑time translation robot using AgentScope Java, covering business requirements, architecture evolution, core AgentScope concepts, code examples, deployment, observability, performance tuning, and common pitfalls.

Agent Architecturecloud-nativemicroservices
0 likes · 29 min read
From Solo Demo to Cloud‑Native: Building a High‑Availability Real‑Time Translation Bot with AgentScope Java
Alibaba Cloud Native
Alibaba Cloud Native
Apr 14, 2026 · Artificial Intelligence

The Hidden Memory Crisis in AI Agents—and a Scalable Solution

AI agents often forget user intents after a few interactions, leading to poor experience and lost business, and while building a reliable memory system is technically feasible, teams face challenges in storage, retrieval, consistency, scalability, compliance, and operational overhead, which AgentLoop MemoryStore aims to solve with a serverless, enterprise‑grade architecture.

AI memoryAgent ArchitectureAgentLoop
0 likes · 21 min read
The Hidden Memory Crisis in AI Agents—and a Scalable Solution
Architect
Architect
Apr 13, 2026 · Artificial Intelligence

How Hermes and OpenClaw Differ in Memory Architecture and Skill Management

The article analyzes Hermes Agent's three‑layer memory system—fact memory stored in tiny Markdown files, session history indexed with SQLite + FTS5, and procedural memory via skill management—then compares each layer to OpenClaw's architecture and explains how to integrate self‑summarizing skills into OpenClaw.

Agent ArchitectureExternal Memory ProviderFTS5
0 likes · 27 min read
How Hermes and OpenClaw Differ in Memory Architecture and Skill Management
Architect
Architect
Apr 12, 2026 · Artificial Intelligence

OpenClaw vs Hermes Agent: Which General AI Agent Fits Your Needs?

OpenClaw and Hermes are both general‑purpose AI agent platforms, but they differ fundamentally in focus—OpenClaw emphasizes a gateway‑centric, multi‑channel control plane, while Hermes centers on a self‑improving execution loop with procedural memory, skill automation, and deep security layers—making each better suited to distinct use cases and migration paths.

AI agentsAgent ArchitectureHermes
0 likes · 27 min read
OpenClaw vs Hermes Agent: Which General AI Agent Fits Your Needs?
Tech Freedom Circle
Tech Freedom Circle
Apr 12, 2026 · Artificial Intelligence

What Is Harness Agent? A Deep Dive into the New AI Engineering Framework

Harness Agent is an AI engineering framework that combines a large language model with a runtime control system—called the Harness—to provide task planning, sandboxed execution, tool integration, memory management, safety guardrails, and observability, turning raw model capabilities into reliable, production‑grade agents.

AI engineeringAgent ArchitectureDeerFlow
0 likes · 26 min read
What Is Harness Agent? A Deep Dive into the New AI Engineering Framework
DataFunTalk
DataFunTalk
Apr 11, 2026 · Industry Insights

Why Most Intelligent Data Analytics Fail and How Aloudata’s Agent Architecture Solves It

This article examines three common misconceptions in enterprise intelligent data analysis, explains how a semantic metric layer can break data silos, and details Aloudata Agent’s dual‑path engine, multi‑agent collaboration, and product design that together deliver trustworthy, deep, and democratized analytics for modern businesses.

AIAgent ArchitectureAttribution Analysis
0 likes · 18 min read
Why Most Intelligent Data Analytics Fail and How Aloudata’s Agent Architecture Solves It
JavaEdge
JavaEdge
Apr 9, 2026 · Artificial Intelligence

How Claude’s Managed Agents Accelerate AI Agent Development by 10×

Claude’s Managed Agents provide a composable API that combines a high‑performance execution framework with production‑grade infrastructure, enabling developers to prototype, deploy, and scale intelligent agents up to ten times faster while reducing operational overhead and simplifying security, permissions, and tracing.

AIAgent ArchitectureClaude
0 likes · 8 min read
How Claude’s Managed Agents Accelerate AI Agent Development by 10×
Fun with Large Models
Fun with Large Models
Apr 9, 2026 · Artificial Intelligence

Harness Engineering: The Critical Factor That Determines AI Agent Performance

The article explains Harness Engineering, the emerging concept that moves AI agents from simple question answering to reliable task execution by adding constraints, orchestration, observation, and recovery mechanisms, and shows how it builds on Prompt and Context Engineering through layered architecture and real‑world examples from OpenAI and Anthropic.

AI agentsAgent ArchitectureAnthropic
0 likes · 16 min read
Harness Engineering: The Critical Factor That Determines AI Agent Performance
AI Insight Log
AI Insight Log
Apr 8, 2026 · Artificial Intelligence

Anthropic Blocks Third‑Party Agents, Then Launches Claude Managed Agents to Disrupt the Startup Scene

Anthropic’s Claude Managed Agents is a hosted platform that offers sandboxed execution, long‑running sessions, multi‑agent coordination, MCP integration and immutable session persistence, delivering up to 90% latency reduction and fault‑tolerant design, while early adopters like Notion, Rakuten, Asana and Sentry showcase real‑world production use.

AI agent orchestrationAgent ArchitectureAnthropic
0 likes · 7 min read
Anthropic Blocks Third‑Party Agents, Then Launches Claude Managed Agents to Disrupt the Startup Scene
Architecture Musings
Architecture Musings
Apr 7, 2026 · Artificial Intelligence

Why I Reject the Equation Agent = LLM + Harness

The article argues that equating an AI agent with merely an LLM plus engineering harness oversimplifies the agent’s true cognitive core—memory, planning, and tool use—and warns that such a formula risks cementing a temporary engineering compromise into a lasting ontological definition.

AI planningAgent ArchitectureAutonomous Agents
0 likes · 10 min read
Why I Reject the Equation Agent = LLM + Harness
PaperAgent
PaperAgent
Apr 7, 2026 · Artificial Intelligence

Unlock Production‑Grade AI Agents with the OpenHarness Python Framework

This article introduces OpenHarness, an open‑source Python implementation that simplifies building production‑level AI agents by providing lightweight core infrastructure, detailed feature breakdown, architecture overview, and sample code to help researchers and developers understand and create custom intelligent agents.

Agent ArchitecturePythonTool Integration
0 likes · 5 min read
Unlock Production‑Grade AI Agents with the OpenHarness Python Framework
Architect
Architect
Apr 6, 2026 · Artificial Intelligence

Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained

The article breaks down how a Coding Agent’s performance depends not just on the underlying LLM but on the surrounding Harness system that adds context, tool orchestration, memory management, and execution safeguards, turning raw models into collaborative software engineers.

Agent ArchitectureCoding AgentContext Management
0 likes · 18 min read
Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 4, 2026 · Artificial Intelligence

Inside Claude Code: How Anthropic Built a 512k‑Line AI Agent with Tools, Memory, and Security

The article dissects Claude Code’s 512,000‑line TypeScript codebase, detailing its modular architecture, fine‑grained tool orchestration, three‑layer memory system, multi‑stage query engine, six‑layer security sandbox, unreleased features like Kairos and Undercover modes, and the engineering practices that turn an AI model into an industrial‑grade digital employee.

AIAgent ArchitectureEngineering Practices
0 likes · 14 min read
Inside Claude Code: How Anthropic Built a 512k‑Line AI Agent with Tools, Memory, and Security
JavaEdge
JavaEdge
Apr 3, 2026 · Artificial Intelligence

Why Harness Engineering Is the Next Frontier for AI Agents

This article analyzes the rise of Harness Engineering for AI agents, contrasting it with Prompt and Context Engineering, detailing how leading companies like Anthropic, OpenAI, Google DeepMind, Windsurf, and Stripe design comprehensive runtime systems, and offering practical steps for teams to build robust agent harnesses.

AI agentsAgent ArchitectureContext Engineering
0 likes · 12 min read
Why Harness Engineering Is the Next Frontier for AI Agents
Geek Labs
Geek Labs
Apr 1, 2026 · Artificial Intelligence

Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?

A mishandled .npmignore file caused Anthropic to publish the Claude Code npm package with its full 512,000‑line TypeScript source map, revealing the tool’s architecture, hidden modes, and internal models, sparking deep analysis of technical, commercial, and security implications for AI coding assistants.

AI coding assistantAgent ArchitectureClaude Code
0 likes · 15 min read
Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?
LuTiao Programming
LuTiao Programming
Mar 31, 2026 · Artificial Intelligence

Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System

A leaked 512k‑line TypeScript codebase reveals that Claude Code implements a multi‑layered AI operating system with fine‑grained permission control, dynamic prompt compilation, lazy‑loaded tools, memory selection, agent coordination and compression mechanisms, far beyond a simple code‑generation assistant.

AI Operating SystemAgent ArchitectureClaude Code
0 likes · 10 min read
Why Claude Code Is More Than an AI Coding Tool – It’s an AI Operating System
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 31, 2026 · Artificial Intelligence

DeerFlow 2.0 Architecture and Agent Design Deep Dive

This article dissects DeerFlow 2.0’s architecture, detailing its TypeScript‑React frontend, Python‑LangGraph backend, FastAPI interface, the deerflow‑harness core, agent and skill scheduling mechanisms, three collaboration modes, and how it compares to OpenClaw.

Agent ArchitectureDeerFlow 2.0LangGraph
0 likes · 3 min read
DeerFlow 2.0 Architecture and Agent Design Deep Dive