Tagged articles

LLM agents

137 articles · Page 2 of 2
Architect
Architect
Feb 13, 2026 · Artificial Intelligence

Cutting Agent Costs: Practical Tips from the ‘Toward Efficient Agents’ Survey

The article analyzes why autonomous LLM agents become expensive, breaks down their cost components, and presents concrete engineering strategies—memory management, tool‑call optimization, and planning constraints—to dramatically reduce token usage and improve reliability while maintaining performance.

LLM agentscost optimizationplanning
0 likes · 19 min read
Cutting Agent Costs: Practical Tips from the ‘Toward Efficient Agents’ Survey
PaperAgent
PaperAgent
Jan 28, 2026 · Artificial Intelligence

How Clawdbot Achieves Persistent, Local Memory for LLM Agents

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

Context CompressionLLM agentslocal storage
0 likes · 13 min read
How Clawdbot Achieves Persistent, Local Memory for LLM Agents
High Availability Architecture
High Availability Architecture
Jan 27, 2026 · Artificial Intelligence

How LLM Agents Are Redefining Programming: From Manual Coding to Autonomous Agents

The author reflects on a rapid shift in software development workflows driven by LLM agents, highlighting the move from manual coding to agent‑driven automation, the remaining need for IDE oversight, the strengths of tenacity and leverage, and the broader implications for engineers' future roles.

AI programmingAutomationLLM agents
0 likes · 7 min read
How LLM Agents Are Redefining Programming: From Manual Coding to Autonomous Agents
Architecture and Beyond
Architecture and Beyond
Jan 17, 2026 · Artificial Intelligence

Progressive Disclosure & Dynamic Context: Making LLM Agents Reliable Execution Systems

This article explains how progressive disclosure and dynamic context management address the three core bottlenecks of complex LLM agents—context explosion, tool overload, and uncontrolled execution—by structuring context, tools, and SOPs into layered, token‑efficient, and verifiable workflows.

AI EngineeringDynamic ContextLLM agents
0 likes · 15 min read
Progressive Disclosure & Dynamic Context: Making LLM Agents Reliable Execution Systems
Tencent Cloud Developer
Tencent Cloud Developer
Dec 23, 2025 · Artificial Intelligence

How ReAct (Reasoning + Acting) Empowers LLM Agents to Solve Real‑World Tasks

This article explains the ReAct paradigm—combining reasoning, action, and observation—to turn large language models into controllable agents, detailing its core concepts, architecture, workflow, code implementation, application scenarios, advantages over other methods, and future research directions.

AI automationLLM agentsreasoning and acting
0 likes · 29 min read
How ReAct (Reasoning + Acting) Empowers LLM Agents to Solve Real‑World Tasks
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.

Agent ArchitectureFinancial TradingLLM agents
0 likes · 11 min read
How Do LLM Trading Agents Perform in a Competitive Market Arena?
PaperAgent
PaperAgent
Dec 9, 2025 · Artificial Intelligence

Agentic AI Unveiled: Dual Paradigms, Architecture Battles, and Future Directions

This comprehensive survey dissects Agentic AI by contrasting symbolic/classical and neural/generative paradigms, mapping 90 peer‑reviewed papers (2018‑2025) through a PRISMA workflow, evaluating architectures, collaboration models, benchmarks, and ethical considerations, and highlighting the emerging need for hybrid systems and standardized evaluation.

LLM agentsPRISMA reviewagentic AI
0 likes · 8 min read
Agentic AI Unveiled: Dual Paradigms, Architecture Battles, and Future Directions
BirdNest Tech Talk
BirdNest Tech Talk
Dec 8, 2025 · Artificial Intelligence

How the New PEV Agent Pattern Boosts Reliable LLM Automation in Go

The article introduces the Plan‑Execute‑Verify (PEV) agent pattern added to langgraphgo, explains its three‑stage workflow, core features, configuration, concrete Go examples, implementation details, comparisons with ReAct and Reflection, and discusses best practices, limitations, and trade‑offs for high‑risk automation.

GoLLM agentsLangGraphGo
0 likes · 9 min read
How the New PEV Agent Pattern Boosts Reliable LLM Automation in Go
PaperAgent
PaperAgent
Dec 1, 2025 · Artificial Intelligence

How Deep Research Turns LLMs into Autonomous AI Scientists

This article surveys the emerging Deep Research (DR) paradigm that upgrades large language models into research agents capable of autonomous planning, multi‑source evidence gathering, memory management, and verifiable long‑form report generation, outlining its stages, core components, training pipeline, and evaluation benchmarks.

AI agentsAI research automationDeep Research
0 likes · 6 min read
How Deep Research Turns LLMs into Autonomous AI Scientists
AI Frontier Lectures
AI Frontier Lectures
Nov 13, 2025 · Artificial Intelligence

How Graphs Empower LLM Agents: A Deep Dive into GLA

This article reviews the IEEE Intelligent Systems survey that introduces Graph‑augmented LLM Agents (GLA), explains how representing plans, memory, tools and multi‑agent interactions as graphs improves reliability, efficiency, interpretability and flexibility, and outlines five key research directions for future development.

LLM agentsagent coordinationknowledge graphs
0 likes · 8 min read
How Graphs Empower LLM Agents: A Deep Dive into GLA
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Nov 7, 2025 · Artificial Intelligence

Introducing LangGraph: A Low‑Level Framework for Building Stateful AI Agents

This article explains why modern LLM‑based applications need agent capabilities, introduces LangGraph’s core features such as stateful execution, graph‑based orchestration, tool integration, human‑in‑the‑loop and multi‑agent support, and provides a step‑by‑step Python example that builds a simple chat‑bot agent.

LLM agentsLangGraphPython example
0 likes · 11 min read
Introducing LangGraph: A Low‑Level Framework for Building Stateful AI Agents
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Oct 30, 2025 · Artificial Intelligence

FinSearchComp: ByteDance’s Expert‑Level Financial Search and Reasoning Benchmark for Real‑World Scenarios

FinSearchComp is the first fully open‑source benchmark that evaluates large‑language‑model agents' search and reasoning abilities in realistic financial workflows, featuring 635 expert‑annotated questions across three task types, built with 70 finance experts, and revealing that web‑enabled models with financial plugins markedly outperform API‑only models.

AI evaluationFinSearchCompLLM agents
0 likes · 12 min read
FinSearchComp: ByteDance’s Expert‑Level Financial Search and Reasoning Benchmark for Real‑World Scenarios
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 22, 2025 · Artificial Intelligence

How to Speed Up Claude Code by 20× Without Losing Quality – Cognition’s Fast Context Breakthrough

The article analyzes the speed‑intelligence trade‑off in Claude Code, compares traditional embedding‑based and agentic search methods, and details Cognition’s Fast Context approach—using highly parallel sub‑agents, optimized tool calls, and reinforcement‑learning training—to achieve up to twenty‑fold faster retrieval without sacrificing result quality.

Claude CodeFast ContextLLM agents
0 likes · 16 min read
How to Speed Up Claude Code by 20× Without Losing Quality – Cognition’s Fast Context Breakthrough
DataFunTalk
DataFunTalk
Oct 22, 2025 · Artificial Intelligence

Introducing VitaBench: A Real-World Benchmark for Complex LLM Agents

VitaBench is a newly released, highly realistic benchmark that evaluates large‑language‑model agents across three everyday scenarios—food ordering, restaurant dining, and travel planning—by quantifying reasoning, tool‑use, and interaction complexities, revealing a significant performance gap in current models.

AI evaluationLLM agentsVitaBench
0 likes · 13 min read
Introducing VitaBench: A Real-World Benchmark for Complex LLM Agents
Data Thinking Notes
Data Thinking Notes
Oct 9, 2025 · Artificial Intelligence

Mastering Context Engineering: Boost LLM Agent Performance

Context Engineering, the evolution beyond Prompt Engineering, optimizes the selection and management of tokens within large language model windows, enabling high‑performance, autonomous AI agents through efficient system prompts, tool design, example selection, dynamic retrieval, compression, structured memory, and multi‑agent architectures.

Context EngineeringLLM agentsai-optimization
0 likes · 19 min read
Mastering Context Engineering: Boost LLM Agent Performance
xkx's Tech General Store
xkx's Tech General Store
Sep 10, 2025 · Artificial Intelligence

Exploring WebDancer: Alibaba’s WebAgent that Solves Complex Queries Automatically

This article walks through installing Alibaba's WebDancer agent, explains its SFT‑plus‑RL training pipeline—including data construction, trajectory sampling, supervised fine‑tuning, and reinforcement learning—compares it with the earlier WebWalker, and demonstrates its multi‑step reasoning on a real‑world query.

AI AgentAlibabaLLM agents
0 likes · 10 min read
Exploring WebDancer: Alibaba’s WebAgent that Solves Complex Queries Automatically
DataFunTalk
DataFunTalk
Sep 10, 2025 · Artificial Intelligence

How Ant Group’s Ray‑Powered Ragent Redefines LLM‑Based AI Agents

The article presents Ant Group’s Ray‑based Ragent framework, detailing its background, motivation behind unified AI serving, and the four core modules—Profile, Memory, Planning, and Action—that together enable large‑language‑model agents for financial applications.

AI FrameworkAnt GroupLLM agents
0 likes · 4 min read
How Ant Group’s Ray‑Powered Ragent Redefines LLM‑Based AI Agents
DataFunSummit
DataFunSummit
Sep 9, 2025 · Artificial Intelligence

How Ant Group’s Ragent Redefines Distributed LLM Agents with Ray

This article introduces Ant Group’s Ragent, a Ray‑based distributed AI agent framework, covering its background, motivation in the large‑model era, and a four‑module design (Profile, Memory, Planning, Action) that enables scalable LLM‑driven agents.

AI FrameworkAnt GroupLLM agents
0 likes · 4 min read
How Ant Group’s Ragent Redefines Distributed LLM Agents with Ray
xkx's Tech General Store
xkx's Tech General Store
Sep 4, 2025 · Artificial Intelligence

First Hands‑On Exploration of OpenManus: Installation, Architecture, and Real‑World Tests

This article walks through installing OpenManus, explains its ReAct‑based architecture, and demonstrates two practical test cases—retrieving GitHub statistics and generating an animated HTML physics lesson—while highlighting strengths and current limitations of the agent framework.

Agent ArchitectureLLM agentsOpenManus
0 likes · 7 min read
First Hands‑On Exploration of OpenManus: Installation, Architecture, and Real‑World Tests
Smart Era Software Development
Smart Era Software Development
Jul 8, 2025 · Artificial Intelligence

12-Factor Agents – Core Principles to Bridge the Demo‑to‑Production Gap for Reliable LLM Apps

The article presents the 12‑Factor Agents framework, adapting the classic 12‑Factor App methodology to large‑language‑model agents and detailing twelve concrete engineering principles—ranging from prompt control and context engineering to human‑in‑the‑loop and stateless design—that together enable production‑grade, observable, and maintainable AI agents.

12-FactorContext ManagementLLM agents
0 likes · 11 min read
12-Factor Agents – Core Principles to Bridge the Demo‑to‑Production Gap for Reliable LLM Apps
BirdNest Tech Talk
BirdNest Tech Talk
Jun 30, 2025 · Artificial Intelligence

Build a Weather‑Query ReAct Agent with LangGraph: Step‑by‑Step Guide

This article walks through constructing a stateful ReAct‑style LLM agent using LangGraph, detailing the core components—State, Nodes, Edges—defining a weather‑lookup tool with Open‑Meteo, configuring the graph’s nodes and conditional edges, and executing the workflow with streaming to observe each step in real time.

LLM agentsLangGraphPython
0 likes · 16 min read
Build a Weather‑Query ReAct Agent with LangGraph: Step‑by‑Step Guide
AI Large Model Application Practice
AI Large Model Application Practice
Jun 23, 2025 · Databases

How Google’s MCP Toolbox Simplifies Enterprise Database Access for LLM Agents

This guide explains Google’s open‑source MCP Toolbox for Databases, covering its core concepts, installation, configuration, two usage modes (native SDK and MCP), example LangGraph agent integration, security features, observability, and practical code snippets for building reliable LLM‑driven database tools.

DatabasesLLM agentsMCP Toolbox
0 likes · 11 min read
How Google’s MCP Toolbox Simplifies Enterprise Database Access for LLM Agents
Instant Consumer Technology Team
Instant Consumer Technology Team
May 29, 2025 · Artificial Intelligence

API vs GUI Agents: How to Choose the Right LLM Automation Approach

This article examines the evolution of large language model agents, contrasting API‑based agents that use predefined function calls with GUI‑based agents that interact with visual interfaces, and explores hybrid strategies, orchestration tools, RAG techniques, and practical guidelines for selecting the optimal paradigm.

API vs GUIHybrid automationLLM agents
0 likes · 34 min read
API vs GUI Agents: How to Choose the Right LLM Automation Approach
Smart Era Software Development
Smart Era Software Development
Apr 19, 2025 · Artificial Intelligence

How to Build Robust LLM Agents with OpenAI’s Open‑Source Guide

This guide walks developers through when to use LLM agents, the three‑component design (model, tools, instructions), model selection, tool definition, prompt best practices, orchestration patterns (single, manager, decentralized), guardrails, and human‑in‑the‑loop, all illustrated with OpenAI Agents SDK code examples.

Agents SDKGuardrailsLLM agents
0 likes · 22 min read
How to Build Robust LLM Agents with OpenAI’s Open‑Source Guide
Fighter's World
Fighter's World
Apr 12, 2025 · Artificial Intelligence

Google’s A2A Protocol: A New Era of Agent Interoperability

The article analyzes Google’s Agent‑to‑Agent (A2A) protocol, explaining how it addresses the fragmentation of LLM‑driven agents, outlines its architecture, design principles, core components, and compares it with Anthropic’s MCP, while discussing strategic implications and remaining challenges for large‑scale multi‑agent ecosystems.

Agent interoperabilityAgent marketplaceEnterprise AI
0 likes · 27 min read
Google’s A2A Protocol: A New Era of Agent Interoperability
Smart Era Software Development
Smart Era Software Development
Mar 29, 2025 · Artificial Intelligence

40+ Diagrams Uncover LLM Agents’ Core Components, Multi‑Agent Frameworks, and MCP Stack

This article breaks down the essential building blocks of LLM agents—including environment, sensors, effectors, short‑ and long‑term memory, tools, planning, and reasoning—while illustrating how Model Context Protocol (MCP), Toolformer, ReAct, Reflexion, and popular multi‑agent frameworks such as AutoGen, MetaGPT and CAMEL enable scalable, collaborative AI systems.

LLM agentsMemoryModel Context Protocol
0 likes · 11 min read
40+ Diagrams Uncover LLM Agents’ Core Components, Multi‑Agent Frameworks, and MCP Stack
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 21, 2025 · Artificial Intelligence

Comparing Four Leading Open‑Source LLM Agent Frameworks: Autogen, CrewAI, LangGraph, and Swarm

This article provides a detailed comparison of four prominent open‑source LLM agent frameworks—Autogen, CrewAI, LangGraph, and Swarm—covering their core concepts, strengths, weaknesses, ideal use cases, and how they differ in scalability, memory handling, tool integration, and community support.

AutoGenCrewAIEnterprise AI
0 likes · 14 min read
Comparing Four Leading Open‑Source LLM Agent Frameworks: Autogen, CrewAI, LangGraph, and Swarm
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 9, 2025 · Artificial Intelligence

Why Manual Testing Is Becoming Obsolete: The Rise of Evolutionary GUI Agents

The article argues that traditional manual testing is losing relevance as LLM‑powered evolutionary GUI agents—exemplified by AppAgentX—introduce memory chains, action‑evolution mechanisms, multi‑agent collaboration, and RAG‑enhanced knowledge, achieving up to 40% fewer steps, over 50‑point success‑rate gains, and more than 60% faster execution.

AIGUI testingLLM agents
0 likes · 10 min read
Why Manual Testing Is Becoming Obsolete: The Rise of Evolutionary GUI Agents
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 interoperabilityAgent ArchitectureAnthropic
0 likes · 16 min read
Why MCP Is Essential for Building LLM Agents – Anthropic’s Protocol Explained
Infra Learning Club
Infra Learning Club
Feb 7, 2025 · Artificial Intelligence

Understanding LLM Agents: Architecture, Capabilities, and Key Challenges

This article explains what LLM agents are, their core components—brain, memory, planning, and tool use—illustrates how they handle complex queries through task decomposition, surveys notable frameworks, and discusses key challenges such as limited context, long‑term planning difficulties, output inconsistency, and prompt dependence.

AI architectureFrameworksLLM agents
0 likes · 15 min read
Understanding LLM Agents: Architecture, Capabilities, and Key Challenges
DataFunSummit
DataFunSummit
Jun 6, 2024 · Artificial Intelligence

MetaGPT: Multi‑Agent Collaboration and Agent Capability Enhancement

This article introduces MetaGPT, an open‑source multi‑agent framework that leverages large language models to automate software development, data science, and simulation tasks, detailing its development, impact, experimental results, memory and reasoning enhancements, and comparisons with related systems.

AI researchAgent MemoryLLM agents
0 likes · 21 min read
MetaGPT: Multi‑Agent Collaboration and Agent Capability Enhancement
NewBeeNLP
NewBeeNLP
Apr 15, 2024 · Artificial Intelligence

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

This article systematically outlines the architecture of large‑language‑model (LLM) agents, examines their key technical challenges such as role‑playing, memory design, reasoning and multi‑agent collaboration, and explores emerging research directions and practical case studies.

AIFuture DirectionsLLM agents
0 likes · 11 min read
Unlocking LLM‑Based Agents: Architecture, Challenges, and Future Directions
DataFunSummit
DataFunSummit
Sep 30, 2023 · Artificial Intelligence

Causal Inference from the Perspective of Large Models

This presentation by senior AI architect He Gang explores how large language models and LLM‑powered agents can enhance causal inference tasks, detailing model‑assisted analysis, agent‑based inference methods, and multi‑agent simulations to advance causal research.

AILLM agentsLarge Language Models
0 likes · 2 min read
Causal Inference from the Perspective of Large Models
Tencent Cloud Developer
Tencent Cloud Developer
Apr 17, 2023 · Artificial Intelligence

AutoGPT: An Overview of Autonomous AI Agents

AutoGPT is an open‑source autonomous AI agent that uses GPT‑4/3.5 APIs to decompose user‑defined goals into sub‑tasks, iteratively execute them, store results in memory, and autonomously build complex outputs such as code, websites, research, or financial plans, though it can incur high token costs and limited transparency.

AI automationAutoGPTGPT-4
0 likes · 8 min read
AutoGPT: An Overview of Autonomous AI Agents