Tagged articles

agent architecture

170 articles · Page 2 of 2
Code Wrench
Code Wrench
Feb 15, 2026 · Backend Development

What OpenClaw’s Rise Reveals About Building Reliable Go Agents

The article examines OpenClaw’s rapid popularity, extracts three practical engineering lessons for Go‑based AI agents, warns against three common pitfalls, and outlines a phased roadmap for easy‑agent, emphasizing local‑first data, lightweight routing, secure plugin ecosystems, and robust observability.

GoRAGagent architecture
0 likes · 12 min read
What OpenClaw’s Rise Reveals About Building Reliable Go Agents
Qborfy AI
Qborfy AI
Feb 11, 2026 · Artificial Intelligence

What Is an AI Agent? From Passive Models to Autonomous Digital Assistants

This article explains AI agents as autonomous systems that perceive environments, set goals, and act, contrasting them with traditional AI, detailing their core definition, architecture, key components, practical applications, implementation steps, classification, technology stack, case studies, emerging trends, challenges, and future directions.

AI AgentAutoGPTAutonomous Systems
0 likes · 11 min read
What Is an AI Agent? From Passive Models to Autonomous Digital Assistants
Architect
Architect
Feb 5, 2026 · Artificial Intelligence

Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase

The article dissects nanobot’s lean 4‑5k‑line architecture, contrasting it with OpenClaw’s 430k‑line implementation, and explains how its message‑bus, AgentLoop, ContextBuilder, tool registry, and proactive Cron/Heartbeat components create a readable, controllable, and extensible AI agent runtime.

Context BuilderLLM Tool LoopMessage Bus
0 likes · 22 min read
Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase
Tech Minimalism
Tech Minimalism
Feb 4, 2026 · Artificial Intelligence

Everything Claude Code: A Complete Guide to Building a Virtual AI Development Team

Everything Claude Code is an open‑source, hackathon‑winning configuration suite that transforms Claude Code from a single chatbot into a virtual development team composed of agents, skills, hooks, commands and rules, delivering up to 65% faster feature delivery, 75% fewer PR issues, and 34% higher test coverage, with step‑by‑step installation and best‑practice recommendations.

Claude CodeDevOps automationPrompt Engineering
0 likes · 15 min read
Everything Claude Code: A Complete Guide to Building a Virtual AI Development Team
AI Tech Publishing
AI Tech Publishing
Feb 2, 2026 · Artificial Intelligence

2025’s Hottest Agent Architecture Patterns: A Deep Technical Summary

The article surveys emerging 2025 agent architecture patterns—including giving agents a computer, multi‑layer action spaces, progressive disclosure, context offloading, caching, sub‑agent isolation, evolving context, and multi‑agent coordination—backed by citations from Meta, Anthropic, and open‑source projects.

AI AgentsCachingContext Management
0 likes · 20 min read
2025’s Hottest Agent Architecture Patterns: A Deep Technical Summary
AI Tech Publishing
AI Tech Publishing
Feb 1, 2026 · Artificial Intelligence

What Makes Clawdbot’s Agent Architecture Worth Emulating?

The article dissects Clawdbot’s (also known as Moltbot or OpenClaw) agent architecture, covering its TypeScript‑based CLI core, channel adapters, gateway server with lane‑based command queues, agent runner logic, memory handling via JSONL transcripts and markdown files, tool execution options, security allowlist, and a semantic snapshot browser that reduces token costs.

ClawdbotMemory SystemSemantic Snapshot
0 likes · 9 min read
What Makes Clawdbot’s Agent Architecture Worth Emulating?
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 30, 2026 · Artificial Intelligence

How Memory Systems Empower AI Agents: From Short‑Term Context to Long‑Term Knowledge

This article explains how memory systems—both short‑term session memory and cross‑session long‑term memory—address the context‑window limits, token costs, and personalization challenges of AI agents, detailing core concepts, framework differences, integration architectures, context‑engineering strategies, technical components, challenges, and emerging industry trends.

AIMemory systemsagent architecture
0 likes · 21 min read
How Memory Systems Empower AI Agents: From Short‑Term Context to Long‑Term Knowledge
Code Wrench
Code Wrench
Jan 27, 2026 · Artificial Intelligence

Building a Multi‑Agent AI System: Easy‑Agent’s Foreman, Coder, and Researcher

This article explains how the easy‑agent project evolved from a single monolithic AI into a multi‑agent architecture with specialized Foreman, Coder, and Researcher agents, covering design principles, communication mechanisms, task decomposition, fault tolerance, parallel execution, observability, and future extensions, complete with code examples and open‑source links.

AIGoObservability
0 likes · 13 min read
Building a Multi‑Agent AI System: Easy‑Agent’s Foreman, Coder, and Researcher
PaperAgent
PaperAgent
Jan 26, 2026 · Artificial Intelligence

What Can Clawdbot Do? A Deep Dive into the Open‑Source Personal AI Assistant

This article examines the open‑source Clawdbot personal AI assistant, outlining its capabilities, real‑world use cases, a detailed comparison with Claude Cowork, and the broader ecosystem architecture that signals the future of agentic AI for both consumers and enterprises.

ClaudeClawdbotPersonal AI
0 likes · 6 min read
What Can Clawdbot Do? A Deep Dive into the Open‑Source Personal AI Assistant
Alibaba Cloud Native
Alibaba Cloud Native
Jan 22, 2026 · Cloud Native

Building a Cloud‑Native AI Glass Traffic Enforcement Prototype with AgentRun and Serverless Functions

This article details a cloud‑native architecture that combines Meta Ray‑Ban AI glasses, a custom iOS app, and Alibaba Cloud Function Compute (FC) with AgentRun to perform OCR‑based traffic rule enforcement, showcasing a three‑layer "client‑brain‑tools" design, prompt‑driven logic, and cost‑effective serverless deployment.

AIAlibaba CloudCloud Native
0 likes · 14 min read
Building a Cloud‑Native AI Glass Traffic Enforcement Prototype with AgentRun and Serverless Functions
StarRocks
StarRocks
Jan 15, 2026 · Artificial Intelligence

How AI‑First Lakehouse Redefines Data Platforms for Multimodal Analytics

The article outlines the evolution from traditional OLAP to an AI‑first Lakehouse, detailing unified multimodal storage, CPU/GPU heterogeneous scheduling, native vector search, in‑database AI inference, agent‑centric execution, and self‑evolving platform capabilities that together reshape modern data analytics.

AIBig DataIn‑Database Inference
0 likes · 11 min read
How AI‑First Lakehouse Redefines Data Platforms for Multimodal Analytics
AI Large Model Application Practice
AI Large Model Application Practice
Jan 13, 2026 · Artificial Intelligence

Why MemOS Is the Next‑Generation Memory OS for AI Agents

This article explains MemOS’s novel approach to treating AI memory as an operating‑system resource, detailing its layered architecture, core modules, three memory forms, and practical SDK usage for cloud or self‑hosted deployments, while highlighting performance benefits and engineering constraints.

AI memoryKnowledge BaseMemOS
0 likes · 17 min read
Why MemOS Is the Next‑Generation Memory OS for AI Agents
BirdNest Tech Talk
BirdNest Tech Talk
Jan 11, 2026 · Artificial Intelligence

How AI Agents Overcome Context Window Limits: Gemini vs Manus Deep Research

The article analyzes the context‑window bottleneck of large language models, compares two architectural strategies—strengthening the model (Gemini Deep Research) and parallel agent decomposition (Manus Wide Research)—and details a wind‑power investment case study, technical implementation, and future directions.

AI researchReActagent architecture
0 likes · 16 min read
How AI Agents Overcome Context Window Limits: Gemini vs Manus Deep Research
Frontend AI Walk
Frontend AI Walk
Jan 11, 2026 · Artificial Intelligence

2026 Showdown: Unveiling the Skills Paradigm and Assetization in AI Programming

In 2026 AI programming shifts to an agent‑native era where Prompt Engineering evolves into Agent Architecture, and the emerging Skills paradigm—described as programmable semantic firmware—offers deterministic encapsulation, token efficiency through lazy loading, and a framework for knowledge‑as‑asset, enabling multi‑agent meshes and ROI‑driven hot‑cold task separation.

AI programmingKnowledge as AssetMulti-Agent Mesh
0 likes · 6 min read
2026 Showdown: Unveiling the Skills Paradigm and Assetization in AI Programming
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 10, 2026 · Artificial Intelligence

Intelligent Agent System Levels 0‑4: From Core Reasoning to Self‑Evolving Agents

The article outlines a five‑tier taxonomy of intelligent agents—from a standalone language‑model reasoning engine lacking real‑time perception, through tool‑enabled problem solvers, context‑engineered planners, collaborative multi‑agent teams, up to self‑evolving systems that can create new tools or agents to fill capability gaps.

Intelligent agentsSelf‑evolving systemsTool Integration
0 likes · 9 min read
Intelligent Agent System Levels 0‑4: From Core Reasoning to Self‑Evolving Agents
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 10, 2026 · Artificial Intelligence

Five Core AI Agent Paradigms: Reflection, Tool Use, ReAct, Planning, and Multi‑Agent Collaboration

The article systematically outlines five dominant AI agent paradigms—Reflection, Tool Use, ReAct (reason‑action loop), Planning, and Multi‑Agent Collaboration—detailing their workflows, cognitive analogies, and how each advances agents from simple responders to self‑reflective, tool‑augmented, and socially coordinated intelligences.

AI AgentsReAct patternagent architecture
0 likes · 14 min read
Five Core AI Agent Paradigms: Reflection, Tool Use, ReAct, Planning, and Multi‑Agent Collaboration
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 10, 2026 · Artificial Intelligence

Essential Components of an AI Agent Architecture

The article outlines the core building blocks of AI agents—including frontend frameworks, development kits, tool integration, memory strategies, design patterns, model selection, and runtime environments—while explaining how each choice impacts performance, scalability, cost, and security.

ADKAI AgentsGoogle Cloud
0 likes · 19 min read
Essential Components of an AI Agent Architecture
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 8, 2026 · Artificial Intelligence

Google Agent Whitepaper: Building Production‑Ready AI Agents from Architecture to Ops

This whitepaper explains how modern AI agents evolve from simple language models to autonomous, multi‑step systems, detailing their core components, five‑step reasoning loop, classification levels, design patterns, deployment options, observability, security, and continuous learning with concrete examples.

AI AgentsMulti-Agent SystemsObservability
0 likes · 49 min read
Google Agent Whitepaper: Building Production‑Ready AI Agents from Architecture to Ops
BirdNest Tech Talk
BirdNest Tech Talk
Jan 7, 2026 · Artificial Intelligence

How ManusAgent Uses Markdown Files to Overcome AI Context Limits

This article explains how the ManusAgent, built on LangGraphGo, combines a persistent three‑file Markdown workflow with a graph execution engine to solve AI context window constraints, detailing its design, implementation steps, core features, usage scenarios, and a side‑by‑side comparison with a simpler planning agent.

AI planningGoLangGraphGo
0 likes · 17 min read
How ManusAgent Uses Markdown Files to Overcome AI Context Limits
Amazon Cloud Developers
Amazon Cloud Developers
Dec 31, 2025 · Artificial Intelligence

How Monus AI Cuts Search Costs by 34% with Amazon Bedrock AgentCore

Monus AI leverages Amazon Bedrock AgentCore and a five‑level agent architecture to recognize consumer decision stages with 94% accuracy, boost data‑processing speed threefold, slash overall processing cost by 80%, and reduce response time by 60%, fundamentally reshaping e‑commerce AI search.

AgentCoreAmazon BedrockMonus AI
0 likes · 10 min read
How Monus AI Cuts Search Costs by 34% with Amazon Bedrock AgentCore
Data Party THU
Data Party THU
Dec 29, 2025 · Artificial Intelligence

Unlocking AI Agent Memory: A Deep Dive into Forms, Functions, and Dynamics

This article reviews the survey "Memory in the Age of AI Agents," presenting a comprehensive taxonomy that classifies agent memory by its forms, functions, and dynamic mechanisms, and explores future directions such as generative memory, reinforcement‑learning‑driven management, multimodal storage, and trustworthy handling.

AI AgentsFuture AILLM
0 likes · 14 min read
Unlocking AI Agent Memory: A Deep Dive into Forms, Functions, and Dynamics
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 24, 2025 · Artificial Intelligence

Why CLI AI Tools Matter: Aesthetics, Single vs Multi-Agent Design, Tips

This article explores the resurgence of command‑line AI coding tools, examining their product aesthetics rooted in Unix philosophy, the technical contrast between single‑agent and multi‑agent architectures, practical usage scenarios, context‑engineering techniques, and why a lightweight single‑agent core often outperforms more complex multi‑agent systems.

agent architecturecontext engineeringsoftware development
0 likes · 17 min read
Why CLI AI Tools Matter: Aesthetics, Single vs Multi-Agent Design, Tips
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Dec 9, 2025 · Artificial Intelligence

How Do LLM Trading Agents Perform in a Competitive Market Arena?

The paper introduces Agent Market Arena (AMA), a lifelong, real‑time benchmark that evaluates diverse LLM‑based trading agents across crypto and equity markets, revealing that agent architecture, rather than the underlying LLM, drives performance differences and risk‑adjusted returns.

Financial TradingLLM Agentsagent architecture
0 likes · 11 min read
How Do LLM Trading Agents Perform in a Competitive Market Arena?
PaperAgent
PaperAgent
Dec 2, 2025 · Artificial Intelligence

How DeepSeek‑V3.2’s New Agent Architecture Bridges the Gap to Closed‑Source LLMs

DeepSeek‑V3.2 introduces a reinforced‑agent framework that combines a synthetic task factory, scaling reinforcement learning, and advanced context management, achieving the highest open‑source agent scores and narrowing the performance gap with leading closed‑source models such as Claude‑4.5‑Sonnet, GPT‑5‑High, and Gemini‑3.0‑Pro.

AI AgentsDeepSeekScaling RL
0 likes · 7 min read
How DeepSeek‑V3.2’s New Agent Architecture Bridges the Gap to Closed‑Source LLMs
Data Party THU
Data Party THU
Nov 29, 2025 · Artificial Intelligence

Unlocking AI Agents: From Fundamentals to Building Your First LLM‑Powered Agent

This comprehensive guide explores the concept of AI agents, detailing their definitions, classifications, and core interaction loops, then walks you through building a functional LLM‑driven travel assistant with step‑by‑step code, tool integration, and practical insights on agent versus workflow paradigms.

AI AgentsLLMTool Integration
0 likes · 39 min read
Unlocking AI Agents: From Fundamentals to Building Your First LLM‑Powered Agent
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 28, 2025 · Operations

How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring

The article details the design, core components, and implementation of the GC Agent System—a modular, cloud‑native monitoring platform that uses natural‑language interaction, dual‑mode execution, intent recognition, and secure multi‑tenant authentication to provide real‑time observability and automated fault diagnosis for enterprise IT environments.

LLM orchestrationagent architecturecloud-native
0 likes · 19 min read
How the GC Agent System Enables Intelligent, Scalable Cloud‑Native Monitoring
Wuming AI
Wuming AI
Nov 10, 2025 · Artificial Intelligence

What Exactly Is an AI Agent? A Clear, Practical Guide

This article explains the concept of AI agents, contrasting them with chatbots, detailing their ability and structural layers, summarizing academic surveys and whitepapers, and illustrating how agents plan, perceive, and act to autonomously accomplish user‑defined goals.

AI AgentAutonomous PlanningLarge Language Model
0 likes · 9 min read
What Exactly Is an AI Agent? A Clear, Practical Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 29, 2025 · Artificial Intelligence

Building Multimodal AI Agents: From Vision‑Language Fusion to Action

This article explores the rise of multimodal agents that integrate language, vision, and action, detailing their core architecture, model fusion strategies, decision chain, and a practical Python implementation using GPT‑4o‑mini and BLIP, while also discussing future extensions such as reinforcement learning and robotic control.

Multimodal AIPython implementationagent architecture
0 likes · 9 min read
Building Multimodal AI Agents: From Vision‑Language Fusion to Action
Data Thinking Notes
Data Thinking Notes
Oct 12, 2025 · Artificial Intelligence

Mastering AI Agent Planning: Architectures, Strategies, and Real-World Implementations

This article provides a comprehensive guide to AI Agent planning modules, covering their core responsibilities, architectural designs, major planning paradigms such as ReAct, Plan‑and‑Execute, Hierarchical Planning and Reflexion, detailed prompt engineering, execution frameworks, and practical case studies in data analysis and intelligent customer service.

AI planningPrompt EngineeringReAct
0 likes · 25 min read
Mastering AI Agent Planning: Architectures, Strategies, and Real-World Implementations
Fighter's World
Fighter's World
Sep 24, 2025 · Artificial Intelligence

Aivis: Pioneering Autonomous Agents for Alibaba Cloud’s Next‑Gen Intelligent Services

The talk outlines how Alibaba Cloud’s Aivis autonomous service agent tackles the “impossible triangle” of ultra‑high experience, low cost, and complex services by evolving from tool‑based chatbots to teammate‑level agents, detailing a four‑layer architecture, domain‑model training, and actionable steps for enterprise AI service transformation.

AI AgentCloud ServiceEnterprise AI
0 likes · 14 min read
Aivis: Pioneering Autonomous Agents for Alibaba Cloud’s Next‑Gen Intelligent Services
ByteDance Data Platform
ByteDance Data Platform
Sep 24, 2025 · Artificial Intelligence

Why Data Agents Are the Next AI Frontier: Insights from Volcano Engine’s Journey

In this talk, Volcano Engine’s technical expert Chen Shuo explains the evolution of the Data Agent platform, the four‑quadrant framework for AI‑driven analytics, real‑world deployment challenges, architectural upgrades from pipeline to intelligent scheduling, and key lessons for building reliable, enterprise‑grade AI agents.

AIData AgentProduct Development
0 likes · 17 min read
Why Data Agents Are the Next AI Frontier: Insights from Volcano Engine’s Journey
DataFunSummit
DataFunSummit
Aug 30, 2025 · Artificial Intelligence

How Tencent’s DEA‑SQL Revolutionizes Text‑to‑SQL for Intelligent BI

This article systematically presents Tencent PGC's Text‑to‑SQL research, detailing the DEA‑SQL framework, its agent‑based architecture, extensive experiments on benchmark datasets, and real‑world deployment in the OlaChat intelligent BI product, highlighting performance gains and practical capabilities.

DEA-SQLPrompt EngineeringText-to-SQL
0 likes · 20 min read
How Tencent’s DEA‑SQL Revolutionizes Text‑to‑SQL for Intelligent BI
DataFunSummit
DataFunSummit
Aug 25, 2025 · Artificial Intelligence

Building Xiaomi’s Vertical Domain QA Agent: From RAG to Real‑World Deployment

This article explains how Xiaomi designed and deployed a vertical‑domain question‑answering assistant for product and car queries, covering business background, a four‑module RAG‑plus‑LLM architecture, knowledge‑base construction, custom chunking strategies, dynamic signal handling, and the challenges overcome to achieve reliable real‑time voice interactions.

LLMRAGagent architecture
0 likes · 22 min read
Building Xiaomi’s Vertical Domain QA Agent: From RAG to Real‑World Deployment
Huolala Tech
Huolala Tech
Aug 20, 2025 · Backend Development

How We Rebuilt Our Code Coverage Platform for Real‑Time, Multi‑Language Insight

This article details the redesign of a code coverage platform, introducing a Kafka‑centric real‑time data stream, language‑agnostic contracts, non‑intrusive agents for Java and PHP, fine‑grained multi‑dimensional analysis, and interactive visualizations that dramatically improve testing efficiency and coverage accuracy.

Real-time StreamingTesting automationagent architecture
0 likes · 11 min read
How We Rebuilt Our Code Coverage Platform for Real‑Time, Multi‑Language Insight
Data Thinking Notes
Data Thinking Notes
Aug 17, 2025 · Artificial Intelligence

Unlocking AI Agents: From Basics to Real-World Development

This article provides a comprehensive overview of AI Agents, covering their fundamental concepts, core features, technical evolution, work cycle, architectural modules, key technologies such as prompt engineering and RAG, practical development steps, a data‑analysis agent case study, and typical industry applications.

AI AgentPrompt EngineeringRAG
0 likes · 13 min read
Unlocking AI Agents: From Basics to Real-World Development
Fighter's World
Fighter's World
Jul 19, 2025 · Industry Insights

Why Perplexity Is Betting on Its Own AI Browser, Comet

The article analyzes the emerging AI browser war, explaining why Perplexity sees building its own native browser Comet as essential for survival, detailing its strategic rationale, workflow‑centric business model, technical architecture, and the risks of relying on rival AI models.

AI browserAI integrationBrowser war
0 likes · 12 min read
Why Perplexity Is Betting on Its Own AI Browser, Comet
Instant Consumer Technology Team
Instant Consumer Technology Team
Jul 14, 2025 · Artificial Intelligence

9 Essential Technologies for Building Scalable AI Agents

An in‑depth guide outlines the nine core technologies—ranging from autonomous agent fundamentals and multi‑agent collaboration to workflow orchestration, retrieval‑augmented generation, fine‑tuning, function calling, model context protocols, agent‑to‑agent communication, and AI‑driven UI—required to design, deploy, and scale enterprise‑grade AI agents.

AI AgentsFunction CallingModel Context Protocol
0 likes · 9 min read
9 Essential Technologies for Building Scalable AI Agents
Fighter's World
Fighter's World
Jun 28, 2025 · Artificial Intelligence

What Is the Generator‑Verifier Gap and Why It Matters for LLM Reasoning

The article explains the Generator‑Verifier Gap (GVG)—the asymmetry where verifying a solution is far cheaper than generating it—covers its origin, its impact on test‑time scaling for large language models, reinforcement‑learning approaches, and how the concept can shape agent architectures and AI product strategy.

Generator-Verifier GapLLMVerifier Moat
0 likes · 21 min read
What Is the Generator‑Verifier Gap and Why It Matters for LLM Reasoning
TAL Education Technology
TAL Education Technology
Jun 13, 2025 · Operations

How Large Language Models Are Revolutionizing Fault Localization

This article explores how the rapid rise of large language models and techniques like Retrieval‑Augmented Generation, Chain‑of‑Thought prompting, and multi‑agent architectures can dramatically improve the speed, accuracy, and automation of fault localization in modern operations environments.

CoTFault LocalizationLarge Language Model
0 likes · 14 min read
How Large Language Models Are Revolutionizing Fault Localization
DaTaobao Tech
DaTaobao Tech
Jun 6, 2025 · Artificial Intelligence

Redefining Business Core Assets in the LLM Era: Agent Evolution & Collaboration

This article examines how the rise of large language models reshapes core business assets, defines agents and tools, explores multi‑agent collaboration patterns, task allocation and conflict resolution mechanisms, and evaluates the MCP protocol and engineering requirements for building scalable, flexible agent platforms.

LLMMCP protocolTool Integration
0 likes · 9 min read
Redefining Business Core Assets in the LLM Era: Agent Evolution & Collaboration
AI Large Model Application Practice
AI Large Model Application Practice
May 12, 2025 · Artificial Intelligence

Which AI Agent Planning Strategy Wins? ReAct, Plan‑and‑Execute, Static Workflow & Hybrid Models Compared

This article examines five major LLM‑driven AI agent planning and execution patterns—ReAct, Plan‑and‑Execute, Static Workflow, Static Workflow with local intelligence, and modular hierarchical planning—detailing their mechanisms, code examples, strengths, weaknesses, suitable scenarios, and optimization techniques.

AIPlan-and-ExecuteReAct
0 likes · 17 min read
Which AI Agent Planning Strategy Wins? ReAct, Plan‑and‑Execute, Static Workflow & Hybrid Models Compared
JD Tech
JD Tech
May 8, 2025 · Artificial Intelligence

The Emerging Boom of Large Model Applications and Why 2025 Will Be the Turning Point

Amid the AI wave, large language models like DeepSeek R1 are poised to explode by 2025, driven by open-source, low-cost access and superior reasoning, with successful deployment requiring four key factors—domain expertise, knowledge bases, robust search, and engineered agent architectures—to unlock value beyond simple chat.

2025AI ApplicationsDeepSeek
0 likes · 10 min read
The Emerging Boom of Large Model Applications and Why 2025 Will Be the Turning Point
AI Algorithm Path
AI Algorithm Path
Apr 26, 2025 · Artificial Intelligence

Exploring Different AI Agent Architectures: From Reactive to Cognitive

This tutorial explains AI agent architectures, compares reactive, deliberative, hybrid, neural‑symbolic and cognitive designs, shows their trade‑offs, provides Python code examples for each, and links these patterns to LangGraph design templates for building scalable intelligent systems.

AI AgentsLangGraphNeural-symbolic
0 likes · 17 min read
Exploring Different AI Agent Architectures: From Reactive to Cognitive
Architecture and Beyond
Architecture and Beyond
Apr 5, 2025 · Artificial Intelligence

Why Defining Problem Boundaries Is Crucial for Effective AI Agents

The article discusses how defining clear problem boundaries is essential for AI agents, explains the challenges of vague tasks for large language models, and proposes multi‑stage decomposition, self‑reflection, and human‑in‑the‑loop strategies to improve AI performance on complex, dynamic tasks.

AIHuman-AI CollaborationTask Decomposition
0 likes · 13 min read
Why Defining Problem Boundaries Is Crucial for Effective AI Agents
AI Frontier Lectures
AI Frontier Lectures
Mar 24, 2025 · Artificial Intelligence

What Can AI Agents Learn from the Latest AIR 2025 Research?

The article compiles insights from the AIR 2025 conference and related talks, covering the evolution of agents from reinforcement‑learning to LLM‑driven systems, novel agent architectures like AIDE, GUI agents, natural‑language reinforcement learning, and scaling advances in large language models such as Qwen, while highlighting key algorithms, benchmarks, and open research questions.

AI AgentsGUI agentsagent architecture
0 likes · 27 min read
What Can AI Agents Learn from the Latest AIR 2025 Research?
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Mar 13, 2025 · Artificial Intelligence

From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from AI Agent Engineering

This article traces the evolution of large‑model agents from a simple chain‑of‑thought design through tool and agent instantiation, structured PEER patterns, and self‑evolving architectures, highlighting practical challenges, middleware solutions, and open‑source resources for building robust AI agents.

AI AgentsMiddlewareTool Integration
0 likes · 16 min read
From Chain‑of‑Thought to Self‑Evolving Agents: Lessons from AI Agent Engineering
Architect
Architect
Mar 11, 2025 · Artificial Intelligence

OpenManus: Design, Architecture, and Future Directions of a Multi‑Agent System

OpenManus is an open‑source, plug‑in‑friendly multi‑agent framework that combines planning, tool‑driven ReAct agents, dynamic task allocation, and memory management, detailing its design principles, code structure, workflow, technical components, and future research directions within the AI agent ecosystem.

AI planningOpenManusTool Integration
0 likes · 18 min read
OpenManus: Design, Architecture, and Future Directions of a Multi‑Agent System
Architects' Tech Alliance
Architects' Tech Alliance
Mar 10, 2025 · Industry Insights

How AI Agents Are Redefining the Future of Intelligent Computing

This article provides a comprehensive analysis of AI agents, covering their historical origins, three‑layer technology stack, market size forecasts, evolution from training to inference, interaction modes, core modules, and the full industry chain from infrastructure providers to downstream applications.

AI AgentAI marketIndustry Analysis
0 likes · 13 min read
How AI Agents Are Redefining the Future of Intelligent Computing
Fighter's World
Fighter's World
Mar 8, 2025 · Artificial Intelligence

Why MCP Is Essential for Building LLM Agents – Anthropic’s Protocol Explained

The Model Context Protocol (MCP) introduced by Anthropic provides a standardized, TCP/IP‑like communication layer that unifies resources, tools, and prompts, enabling seamless integration of large language model agents with external systems, reducing fragmentation, and accelerating AI agent development.

AI interoperabilityAnthropicLLM Agents
0 likes · 16 min read
Why MCP Is Essential for Building LLM Agents – Anthropic’s Protocol Explained
JD Cloud Developers
JD Cloud Developers
Feb 20, 2025 · Artificial Intelligence

How Multi‑Agent ReAct Architecture Boosts E‑Commerce AI Assistants

This article explains the evolution of multi‑agent systems for e‑commerce assistants, detailing the ReAct‑based planning framework, hierarchical master‑sub agent collaboration, evaluation methods, and sample‑generation techniques that together improve accuracy, efficiency, and scalability of AI‑driven merchant services.

AI planningLLMReAct
0 likes · 23 min read
How Multi‑Agent ReAct Architecture Boosts E‑Commerce AI Assistants
DataFunTalk
DataFunTalk
Jan 1, 2025 · Artificial Intelligence

Applying Large Language Models to Financial Risk Control at Akulaku

This article details Akulaku’s deployment of large language models across multimodal financial risk‑control scenarios—covering business background, a three‑module intelligent‑agent architecture, concrete tool‑ and planning‑enhancement case studies, and future outlook—demonstrating how LLMs boost efficiency, reduce labeling effort, and enable copilot‑style assistance.

Data AugmentationKYC verificationMultimodal AI
0 likes · 15 min read
Applying Large Language Models to Financial Risk Control at Akulaku
DataFunSummit
DataFunSummit
Nov 18, 2024 · Artificial Intelligence

Intelligent Data Analysis: Agent Architecture Combined with Semantic Layer for Product Implementation

This article explores how large‑model technologies can address data analysis challenges by introducing an Agent‑based architecture integrated with a semantic layer, detailing design principles, optimization paths, technical implementation, real‑world retail case studies, product design considerations, and future directions for intelligent analytics.

AIBusiness IntelligenceSemantic Layer
0 likes · 22 min read
Intelligent Data Analysis: Agent Architecture Combined with Semantic Layer for Product Implementation
DataFunSummit
DataFunSummit
Aug 23, 2024 · Artificial Intelligence

Applying Large Language Models to Automotive Industrialization: Practices and Experiences

This presentation outlines the development of ChatGPT, the underlying principles of large language models, and how they empower new industrialization in automotive manufacturing, detailing practical implementations, agent architectures, data and model closed loops, and case studies such as intelligent inspection and G8D agents.

AutomotiveChatGPTData Loop
0 likes · 13 min read
Applying Large Language Models to Automotive Industrialization: Practices and Experiences
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jul 25, 2024 · Artificial Intelligence

Designing Autonomous LLM Agents: Architecture, Memory, Planning, and Learning Strategies

This article surveys the design of autonomous large‑language‑model agents, detailing their modular architecture—including profiling, memory, planning, and execution—while also reviewing common profiling methods, memory structures, planning techniques, action strategies, and various learning approaches such as exemplar, human‑in‑the‑loop, and environment‑feedback training.

AIAutonomous AgentsLLM
0 likes · 36 min read
Designing Autonomous LLM Agents: Architecture, Memory, Planning, and Learning Strategies
DataFunSummit
DataFunSummit
Jul 17, 2024 · Artificial Intelligence

Overview of LLM‑Based Agents: Architecture, Key Challenges, and Future Directions

This article reviews the emerging field of large‑language‑model (LLM) based AI agents, outlining their overall architecture, core modules such as profiling, memory, planning and action, discussing current challenges, presenting concrete use‑cases, and highlighting promising research directions.

AI AgentLLMMemory Mechanism
0 likes · 11 min read
Overview of LLM‑Based Agents: Architecture, Key Challenges, and Future Directions
NewBeeNLP
NewBeeNLP
Jun 28, 2024 · Artificial Intelligence

Why Large Language Models Aren’t Magic: Understanding Compression and Prompt Engineering

This article demystifies large language models by comparing them to classic compression algorithms, explains how they compress massive data into compact parameters, explores their ability to learn abstract patterns, and provides practical insights into prompt engineering, sampling strategies, and multi‑step agent architectures for real‑world applications.

LLMagent architecturemodel compression
0 likes · 19 min read
Why Large Language Models Aren’t Magic: Understanding Compression and Prompt Engineering
Baidu Geek Talk
Baidu Geek Talk
Jun 26, 2024 · Artificial Intelligence

Build a Conversational 24‑Point Game with Baidu AppBuilder’s AI Agent

This guide walks through the complete workflow of creating an AI‑native 24‑point game using Baidu Cloud's AppBuilder, covering the three‑step methodology, Agent architecture, component design, custom workflow implementation, and practical tips for optimal model selection.

24-point gameAI native appAppBuilder
0 likes · 14 min read
Build a Conversational 24‑Point Game with Baidu AppBuilder’s AI Agent
JD Retail Technology
JD Retail Technology
May 22, 2024 · Artificial Intelligence

AI Multi‑Agent System for E‑commerce: Design, Implementation, and Operational Insights

This article presents a comprehensive overview of JD Retail's AI‑driven multi‑agent architecture for e‑commerce assistance, detailing how real‑world merchant decision processes are modeled with ReAct‑based LLM agents, the hierarchical workflow, training pipelines, monitoring mechanisms, and future directions for scalable intelligent commerce support.

AILLMReAct
0 likes · 20 min read
AI Multi‑Agent System for E‑commerce: Design, Implementation, and Operational Insights
DataFunTalk
DataFunTalk
Apr 8, 2024 · Artificial Intelligence

LLM‑Based Agents: Architecture, Key Challenges, and Future Directions

This article surveys the emerging field of large‑language‑model (LLM) based agents, detailing their modular architecture—including profiling, memory, planning, and action components—while discussing critical challenges such as role‑playing, memory design, reasoning, multi‑agent collaboration, and outlining promising research directions and practical case studies.

AI AgentLLMMemory Mechanism
0 likes · 11 min read
LLM‑Based Agents: Architecture, Key Challenges, and Future Directions
Tencent Cloud Developer
Tencent Cloud Developer
Nov 8, 2023 · Artificial Intelligence

Comprehensive Overview of AI Agents: Concepts, Technical Frameworks, and Applications

The article surveys modern AI agents—software entities powered by large language models that perceive multimodal inputs, reason via brain modules, act through tools or embodied actions, employ retrieval‑augmented generation and chain‑of‑thought planning, and can operate singly (e.g., AutoGPT) or collaboratively via frameworks like Microsoft’s AutoGen—while highlighting current challenges such as controllability, memory limits, parallelism, and reliability.

AI AgentsAutoGenMulti-Agent Systems
0 likes · 34 min read
Comprehensive Overview of AI Agents: Concepts, Technical Frameworks, and Applications