Tagged articles

multi‑agent

273 articles · Page 2 of 3
Data STUDIO
Data STUDIO
Apr 1, 2026 · Artificial Intelligence

Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents

This article compares a rigid sequential multi‑agent pipeline with a flexible blackboard architecture, showing how shared memory and a dynamic controller let specialist AI agents cooperate opportunistically, obey conditional user instructions, and achieve higher efficiency and instruction‑following scores.

Blackboard SystemDynamic SchedulingLLM
0 likes · 21 min read
Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents
ShiZhen AI
ShiZhen AI
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built

The accidental source‑map release of Anthropic’s Claude Code on March 31 2026 exposed 512 000 lines of TypeScript, revealing a five‑layer architecture, a sophisticated prompt‑memory split, a 40‑plus‑tool ecosystem, multi‑agent coordination, and hidden feature‑flags that together illustrate how a top‑tier AI coding agent is engineered as a full‑stack runtime rather than a simple model wrapper.

AI coding agentClaude CodePrompt Engineering
0 likes · 24 min read
Inside Claude Code’s 512K-Line Leak: How Its AI Coding System Is Built
AI Tech Publishing
AI Tech Publishing
Mar 31, 2026 · Artificial Intelligence

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

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

AI AgentLLMPrompt Engineering
0 likes · 22 min read
Step‑by‑Step Guide to Building Your First AI Agent from Scratch (Full Code Included)
Lao Guo's Learning Space
Lao Guo's Learning Space
Mar 30, 2026 · Artificial Intelligence

Building an AI Dream Team with OpenClaw: A Hands‑On Multi‑Agent Guide

The article explains why single‑agent LLMs struggle with complex tasks and demonstrates how OpenClaw's multi‑agent architecture—featuring persistent, sub‑ and ACP agents, isolated workspaces, and cost‑aware model selection—enables parallel role‑focused collaboration, scalability, and significant efficiency gains.

AI collaborationOpenClawagent architecture
0 likes · 14 min read
Building an AI Dream Team with OpenClaw: A Hands‑On Multi‑Agent Guide
macrozheng
macrozheng
Mar 30, 2026 · Operations

How OpenClaw Turns a Single Message into a Full Agent Execution Pipeline

This article walks through every step of OpenClaw's processing chain—from protocol adaptation and de‑duplication, through routing, session‑key generation, lane management, context assembly, skill injection, memory handling, and multi‑agent collaboration—showing how a plain user message becomes a fully governed, executable task.

Agent RuntimeContext ManagementMemory System
0 likes · 28 min read
How OpenClaw Turns a Single Message into a Full Agent Execution Pipeline
AI2ML AI to Machine Learning
AI2ML AI to Machine Learning
Mar 28, 2026 · Artificial Intelligence

OpenClaw FAQ: 40 Technical Questions Answered

This comprehensive FAQ walks through 40 technical questions about OpenClaw, covering its innovations, architecture, multi‑agent collaboration, memory and context handling, security risks, token‑saving strategies, real‑world use cases, comparisons with other agents, and competitive landscape.

AI AutomationMemory ManagementOpenClaw
0 likes · 25 min read
OpenClaw FAQ: 40 Technical Questions Answered
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 28, 2026 · Artificial Intelligence

Mastering Multi‑Agent Systems: Design, Parallel Execution, and Interview Strategies

This article dissects the shortcomings of single‑agent LLM pipelines, introduces the Supervisor‑based Multi‑Agent architecture with LangGraph, demonstrates parallel task execution, robust error handling, and result merging, and provides concrete interview guidance backed by real performance data.

AI ArchitectureError handlingLLM
0 likes · 19 min read
Mastering Multi‑Agent Systems: Design, Parallel Execution, and Interview Strategies
Golang Shines
Golang Shines
Mar 26, 2026 · Artificial Intelligence

Essential AI Agent Design Patterns and Frameworks for Operations: Do You Know Them?

The article explains seven multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchy—detailing their mechanisms, use‑cases, and trade‑offs, then surveys popular agent frameworks (AutoGPT, Dify, AutoGen, CrewAI, LangGraph) and why they are needed for complex, dynamic decision‑making tasks.

AI AgentParallelReflection
0 likes · 12 min read
Essential AI Agent Design Patterns and Frameworks for Operations: Do You Know Them?
SpringMeng
SpringMeng
Mar 26, 2026 · Artificial Intelligence

Building a Dify‑Powered Multi‑Agent RAG AI Service with Chinese Large Models

After the New Year the author landed several AI contracts, delivering a six‑week knowledge‑base Q&A system and a two‑month AI customer‑service platform built with Dify, multi‑Agent workflows, RAG, and domestic large language models, cutting staff from fifteen to two and boosting development efficiency twofold.

AI Customer ServiceChinese LLMDify
0 likes · 7 min read
Building a Dify‑Powered Multi‑Agent RAG AI Service with Chinese Large Models
AI Engineer Programming
AI Engineer Programming
Mar 25, 2026 · Artificial Intelligence

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

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

AI AgentLarge Language ModelPlanning
0 likes · 8 min read
What Is an AI Agent? Definition, Core Capabilities, and Architecture
Geek Labs
Geek Labs
Mar 25, 2026 · Artificial Intelligence

4 Must‑Try Claude Code Projects on GitHub for Coding, Learning, and Startup Automation

This article reviews four high‑star GitHub projects built for Claude Code—codebase‑to‑course, claude‑peers‑mcp, a lean‑startup skill pack, and OpenGauss—detailing the problems they address, key features, architecture, and simple installation commands to turn codebases into interactive courses, enable multi‑instance collaboration, guide minimalist entrepreneurship, and orchestrate Lean 4 formal proofs.

AI ToolingClaude CodeLean 4
0 likes · 8 min read
4 Must‑Try Claude Code Projects on GitHub for Coding, Learning, and Startup Automation
AI Engineering
AI Engineering
Mar 25, 2026 · Artificial Intelligence

Is “Harness Engineering” Just Rebranded Engineering Common Sense?

The article examines the hype around “harness engineering” in LLM workflows, showing through SGLang’s multi‑agent experience that the approach merely repackages established software‑engineering principles such as separation of concerns, docs‑as‑code, and structured routing, and discusses its limits and future implications.

Harness EngineeringLLMSGLang
0 likes · 8 min read
Is “Harness Engineering” Just Rebranded Engineering Common Sense?
ShiZhen AI
ShiZhen AI
Mar 24, 2026 · Artificial Intelligence

How Anthropic’s Multi‑Agent Harness Keeps Claude Running for Six Hours

Anthropic’s engineering blog details a multi‑agent harness that splits generation and evaluation tasks, tackles Claude’s context‑anxiety and self‑assessment issues, and demonstrates through front‑end design and full‑stack app experiments how the system can run continuously for hours with higher quality output.

AIAgent HarnessAnthropic
0 likes · 13 min read
How Anthropic’s Multi‑Agent Harness Keeps Claude Running for Six Hours
Geek Labs
Geek Labs
Mar 24, 2026 · Industry Insights

9 Must‑See GitHub Projects: MacBook‑Run LLM, WeChat AI, Multi‑Agent Collaboration and More

This article reviews nine standout GitHub open‑source projects, covering a C/Metal LLM engine for MacBooks, a Claude Code commercial‑analysis skill, multi‑agent communication tools, web‑enabled AI, autonomous research automation, WeChat AI integration, a minimalist terminal, a Codex console, and a lightweight WARP proxy.

AIDockerGitHub
0 likes · 10 min read
9 Must‑See GitHub Projects: MacBook‑Run LLM, WeChat AI, Multi‑Agent Collaboration and More
Smart Era Software Development
Smart Era Software Development
Mar 23, 2026 · Artificial Intelligence

From Context Engineering to Harness Engineering: Redefining Engineer Value in the AI Era

AI coding can generate code ten times faster, yet developers spend 70% of their time on non‑coding tasks such as testing, deployment and review, turning AI into a new bottleneck; the proposed solution, Harness Engineering, equips models with agents, KV‑Cache and multi‑agent workflows so engineers shift from writing code to designing AI‑friendly environments and orchestrating full‑lifecycle development.

AI codingAI-native toolsAgent
0 likes · 18 min read
From Context Engineering to Harness Engineering: Redefining Engineer Value in the AI Era
AI Architecture Path
AI Architecture Path
Mar 23, 2026 · Artificial Intelligence

Eliminate AI Context Corruption: Boost Coding Efficiency with GSD

The article introduces GSD, an open‑source, MIT‑licensed system that tackles AI‑driven coding’s “context corruption” problem by providing independent context windows, multi‑agent orchestration, atomic Git commits, and a six‑step workflow, enabling developers to use Claude Code and other AI tools more efficiently across projects of various sizes.

AI codingContext ManagementGit
0 likes · 10 min read
Eliminate AI Context Corruption: Boost Coding Efficiency with GSD
AI Architecture Hub
AI Architecture Hub
Mar 20, 2026 · Artificial Intelligence

Master OpenClaw: 5‑Layer Architecture & Practical Troubleshooting Guide

This article breaks down OpenClaw’s five‑layer runtime—channel, account, agent, session, and memory—explaining common “mystical” issues, offering concrete diagnostics, configuration tips, and step‑by‑step commands so developers can quickly identify why a bot doesn’t reply, loses context, or forgets prior messages.

AIOpenClawmulti‑agent
0 likes · 11 min read
Master OpenClaw: 5‑Layer Architecture & Practical Troubleshooting Guide
AgentGuide
AgentGuide
Mar 19, 2026 · Artificial Intelligence

What Exactly Is an AI Agent? Complete Interview Guide

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

AI AgentLLMPlanning
0 likes · 9 min read
What Exactly Is an AI Agent? Complete Interview Guide
SuanNi
SuanNi
Mar 18, 2026 · Artificial Intelligence

How the A2A Protocol Powers Multi‑Agent Collaboration for Large Language Models

This article explains the A2A (Agent‑to‑Agent) protocol, its core concepts such as discovery, task delegation, context sharing and capability delegation, and demonstrates how it extends single‑agent MCP architectures to enable scalable, secure cooperation among specialized AI agents in complex workflows.

A2AAIcontext engineering
0 likes · 10 min read
How the A2A Protocol Powers Multi‑Agent Collaboration for Large Language Models
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 17, 2026 · Artificial Intelligence

From Lists to Decision Reports: The Deep Research Framework for Recommender Systems

The paper introduces Deep Research for Recommender Systems, a multi‑agent framework called RecPilot that replaces traditional list‑based recommendations with AI‑driven exploration, trajectory simulation, and structured decision‑support reports, and demonstrates its superiority on TMALL data through extensive trajectory and report‑generation evaluations.

Deep ResearchLLMRecPilot
0 likes · 10 min read
From Lists to Decision Reports: The Deep Research Framework for Recommender Systems
AI Engineering
AI Engineering
Mar 17, 2026 · Artificial Intelligence

OpenMAIC: One-Click AI-Powered Interactive Classroom with Video, PPT, and Editing

OpenMAIC, an open‑source multi‑agent platform from Tsinghua, lets users upload a PDF or topic and automatically creates a full virtual classroom—including AI professor, AI students, slides, quizzes, and a whiteboard for step‑by‑step problem solving—using LangGraph orchestration and support for major LLMs.

AI EducationGeminiLangGraph
0 likes · 3 min read
OpenMAIC: One-Click AI-Powered Interactive Classroom with Video, PPT, and Editing
Frontend AI Walk
Frontend AI Walk
Mar 17, 2026 · Artificial Intelligence

Harness Engineering 101: Orchestrating AI Agents for 10× Productivity

This guide introduces Harness Engineering—a paradigm that shifts developers from merely using AI to commanding a team of AI agents—explaining its definition, technical foundations, workflow, real‑world examples, and why it can deliver ten‑fold efficiency gains.

AI orchestrationOpenClawengineering
0 likes · 19 min read
Harness Engineering 101: Orchestrating AI Agents for 10× Productivity
AI Architecture Path
AI Architecture Path
Mar 16, 2026 · Artificial Intelligence

How MiroFish Turns Documents into Parallel AI Worlds for Future Simulation

MiroFish is an open‑source multi‑agent platform that automatically builds high‑fidelity digital societies from any text, enabling realistic opinion, policy, literary, and crisis simulations with a five‑step GraphRAG workflow, Docker or source deployment, and detailed reporting tools.

AI simulationGraphRAGmulti‑agent
0 likes · 12 min read
How MiroFish Turns Documents into Parallel AI Worlds for Future Simulation
AI Explorer
AI Explorer
Mar 14, 2026 · Artificial Intelligence

Build a Claude‑Code‑Level AI Agent in 12 Incremental Lessons

This open‑source tutorial walks developers through twelve progressive lessons, expanding a minimal 84‑line agent to a full‑featured 694‑line Claude‑Code‑style AI system that covers tool calls, sub‑agents, context compression, and multi‑agent collaboration.

AI AgentAgent LoopClaude Code
0 likes · 9 min read
Build a Claude‑Code‑Level AI Agent in 12 Incremental Lessons
Node.js Tech Stack
Node.js Tech Stack
Mar 13, 2026 · Artificial Intelligence

Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo

Claude’s newly launched AI‑powered code review uses multiple parallel agents to automatically scan pull requests, flagging issues with an internal consistency check that reduces false positives to under 1 %, while Anthropic reports detection rates of 84 % for large PRs and 31 % for small ones, though each review costs $15–25.

AI Code ReviewClaudemulti‑agent
0 likes · 9 min read
Claude’s New AI Code Review: Up to $25 per PR – What It Means for Your Repo
Java Tech Enthusiast
Java Tech Enthusiast
Mar 10, 2026 · Artificial Intelligence

Mastering AI Agent Paradigms: ReAct, Plan‑and‑Execute, Reflection & Multi‑Agent Workflows

This guide explains the core engineering paradigms behind AI agents—including ReAct, Plan‑and‑Execute, Reflection, Multi‑Agent systems, A2A communication, and Agentic Workflows—detailing their concepts, advantages, implementation components, and a concrete troubleshooting example with step‑by‑step code snippets.

A2AAI AgentPlan-and-Execute
0 likes · 18 min read
Mastering AI Agent Paradigms: ReAct, Plan‑and‑Execute, Reflection & Multi‑Agent Workflows
Tencent Technical Engineering
Tencent Technical Engineering
Mar 9, 2026 · Artificial Intelligence

How Does OpenClaw Power Multi‑Agent AI? A Deep Dive into Architecture, Deployment, and Risks

This article explains OpenClaw’s core framework, multi‑agent communication mechanisms, deployment options on cloud or local machines, hardware recommendations, IM tool selection, session and memory management, skill handling, version control, and practical use cases while highlighting important security considerations.

LLMOpenClawdeployment
0 likes · 26 min read
How Does OpenClaw Power Multi‑Agent AI? A Deep Dive into Architecture, Deployment, and Risks
AI Architecture Hub
AI Architecture Hub
Mar 7, 2026 · Artificial Intelligence

How to Build a Scalable Multi‑Agent System with OpenClaw: From Single Agent to Secure, Isolated Teams

This guide explains why a single OpenClaw agent quickly hits limits, describes the internal isolation units of an agent, shows how to detect when to split agents, and provides step‑by‑step instructions for creating agents, configuring routing, applying three levels of isolation, and performing pre‑deployment security checks.

AI workflowAgent IsolationDocker sandbox
0 likes · 19 min read
How to Build a Scalable Multi‑Agent System with OpenClaw: From Single Agent to Secure, Isolated Teams
Frontend AI Walk
Frontend AI Walk
Mar 7, 2026 · Artificial Intelligence

12 Advanced OpenClaw Configurations to Train Your AI Like an Employee

This guide walks you through twelve concrete configuration techniques—defining the AI's soul, identity, user profile, multi‑agent roles, toolset, memory, error logging, permissions, skills, parallel instances, security, and daily training—to transform OpenClaw from a static tool into a continuously evolving, employee‑like assistant.

AI assistantConfigurationOpenClaw
0 likes · 15 min read
12 Advanced OpenClaw Configurations to Train Your AI Like an Employee
Java Web Project
Java Web Project
Mar 7, 2026 · Artificial Intelligence

Why AgentScope Java Beats Python for Multi‑Agent AI Development

AgentScope Java, Alibaba's open‑source multi‑agent framework, lets Java developers build autonomous assistants and collaborative agents with built‑in ReAct reasoning, RAG, memory, and enterprise‑grade integrations, offering a compelling alternative to Python‑centric AI stacks and Spring AI Alibaba.

AIAgentScopeJava
0 likes · 10 min read
Why AgentScope Java Beats Python for Multi‑Agent AI Development
Architecture Digest
Architecture Digest
Mar 6, 2026 · Artificial Intelligence

AgentScope Java: Unlock Multi‑Agent AI Development Without Leaving Java

This article introduces AgentScope Java, a multi‑agent development framework that lets Java developers build intelligent assistants and collaborative agents with built‑in reasoning, tool use, memory, RAG, and Spring Boot integration, providing production‑grade performance and easy setup.

AI FrameworkAgentScopeRAG
0 likes · 9 min read
AgentScope Java: Unlock Multi‑Agent AI Development Without Leaving Java
Architect
Architect
Mar 5, 2026 · Artificial Intelligence

How to Turn a Single OpenClaw Agent into a Multi‑Agent Team: A Step‑by‑Step Guide

This article walks you through the complete process of converting a single‑agent OpenClaw deployment into a multi‑agent architecture, covering agent isolation resources, when to split, creating agents, routing rules, DM safety, sandbox options, multi‑gateway setups, remote access, hot‑reload configuration, and a pre‑deployment checklist.

Agent RoutingConfigurationOpenClaw
0 likes · 23 min read
How to Turn a Single OpenClaw Agent into a Multi‑Agent Team: A Step‑by‑Step Guide
Frontend AI Walk
Frontend AI Walk
Mar 4, 2026 · Operations

Choosing Between MaxClaw and Self‑Hosted OpenClaw: A Primary‑Plus‑Secondary Strategy for Small Teams

The article proposes a hybrid solution for individual developers and small teams where MaxClaw handles everyday multi‑agent tasks while a self‑hosted OpenClaw instance is used for model experiments and high‑privilege operations, covering architecture, deployment steps, cost tactics, and security best practices.

MaxClawOpenClawcloud server
0 likes · 12 min read
Choosing Between MaxClaw and Self‑Hosted OpenClaw: A Primary‑Plus‑Secondary Strategy for Small Teams
ShiZhen AI
ShiZhen AI
Mar 3, 2026 · Artificial Intelligence

How OpenAkita Makes Three AIs Collaborate Automatically

OpenAkita is an open‑source multi‑Agent AI assistant that automatically splits tasks among specialized agents, offers 89 built‑in tools across 16 categories, supports 30+ large models and six IM platforms, provides a zero‑CLI graphical setup, and includes a three‑layer memory system with self‑evolving capabilities.

AI assistantMemory SystemOpenAkita
0 likes · 9 min read
How OpenAkita Makes Three AIs Collaborate Automatically
Amazon Cloud Developers
Amazon Cloud Developers
Mar 2, 2026 · Artificial Intelligence

How AgentCore Uses Multi‑Agent AI to Turn E‑commerce Data into Actionable Insights

The article explains how enterprises can overcome the "massive data, scarce insight" paradox in e‑commerce by adopting a multi‑agent architecture built on LangGraph and Amazon Bedrock AgentCore, detailing the system’s layered design, state management, end‑to‑end QBR report generation, and production‑grade deployment steps.

AgentCoreAmazon BedrockContent Generation
0 likes · 21 min read
How AgentCore Uses Multi‑Agent AI to Turn E‑commerce Data into Actionable Insights
AI Tech Publishing
AI Tech Publishing
Feb 27, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Building OpenClaw: A Persistent AI Assistant with Sessions, Tools, and Multi‑Agent Support

This tutorial walks through constructing OpenClaw from scratch, covering persistent JSONL sessions, SOUL.md persona files, tool definitions and an agent loop, permission checks, gateway architecture, context compression, long‑term memory, command queuing, scheduled heartbeats, and multi‑agent routing, all with concrete Python code examples.

AI AgentsLLMOpenClaw
0 likes · 38 min read
Step‑by‑Step Guide to Building OpenClaw: A Persistent AI Assistant with Sessions, Tools, and Multi‑Agent Support
DataFunSummit
DataFunSummit
Feb 26, 2026 · Artificial Intelligence

How Alibaba Cloud’s Aivis Redefines AI‑Powered Service Agents with Multi‑Agent Architecture

This article systematically explains the evolution of Alibaba Cloud’s intelligent service platform, focusing on the Aivis digital employee, its three‑layer Planner‑Reasoner‑Executor architecture, context‑engineering optimizations, multi‑agent workflow, and practical recommendations for building enterprise‑grade AI‑driven customer service solutions.

Cloud ServicesDigital Employeearchitecture
0 likes · 24 min read
How Alibaba Cloud’s Aivis Redefines AI‑Powered Service Agents with Multi‑Agent Architecture
Shuge Unlimited
Shuge Unlimited
Feb 26, 2026 · Artificial Intelligence

Agent Teams vs Subagents: How Claude Code Evolves from Solo to Team Collaboration

Claude Agent Teams replaces the single‑agent Subagents model with direct peer‑to‑peer messaging, shared task lists, and self‑coordination, enabling parallel execution and collaborative problem solving while incurring higher token costs; the article explains the architecture, use cases, setup, best practices, and current limitations.

AIAgent TeamsClaude
0 likes · 19 min read
Agent Teams vs Subagents: How Claude Code Evolves from Solo to Team Collaboration
phodal
phodal
Feb 24, 2026 · Artificial Intelligence

How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework

Routa is an engineering‑focused multi‑agent framework that separates tasks, state, events, and execution into controllable modules, enabling open‑ecosystem AI coding agents to collaborate through structured specifications, event‑driven coordination, and verifiable tool interfaces rather than fragile prompt stitching.

AI collaborationAgent CoordinationRouta
0 likes · 12 min read
How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework
AI Tech Publishing
AI Tech Publishing
Feb 23, 2026 · Artificial Intelligence

Final Lesson: Build a Fully Working RSS News Brief Agent

In this final lesson of a nine‑day Agent engineering series, the author integrates the full Agent Loop, tools, MCP, skills, RAG, context handling, multi‑turn dialogue, and multi‑agent coordination to create a runnable RSS news‑briefing Agent that fetches feeds in parallel, filters content with LLMs, summarizes articles, and outputs a markdown report.

Agent CoordinationLLMParallel Fetching
0 likes · 12 min read
Final Lesson: Build a Fully Working RSS News Brief Agent
AI Tech Publishing
AI Tech Publishing
Feb 22, 2026 · Artificial Intelligence

Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination

This lesson explains how to extend a single‑agent system with multi‑agent collaboration, covering context isolation, Handoff and Router patterns, flat coordinator architecture, code examples, task decomposition, and practical run‑time demos for building complex AI workflows.

AICoordinatorHandoff
0 likes · 20 min read
Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination
PaperAgent
PaperAgent
Feb 12, 2026 · Artificial Intelligence

How GLM-5 Turns LLMs into System‑Architect Agents: A Deep Technical Review

An in‑depth analysis shows how GLM‑5 surpasses traditional code‑generation LLMs by autonomously designing, implementing, and debugging complex multi‑agent systems, from a fireworks HTML demo to a 35,000‑line TrustGraph refactor, highlighting its architecture, tool integration, and cost‑effective advantages.

AI codingBackend DevelopmentLLM
0 likes · 9 min read
How GLM-5 Turns LLMs into System‑Architect Agents: A Deep Technical Review
Architect
Architect
Feb 11, 2026 · Artificial Intelligence

How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems

This article synthesizes Anthropic’s recent Claude Agent blogs, presenting a layered architecture and practical steps to transform chat‑centric agents into reliable, production‑ready systems, covering when to adopt multi‑agent setups, the role of Skills and MCP, and a ready‑to‑use implementation checklist.

MCPSkillsmulti‑agent
0 likes · 22 min read
How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems
Data Party THU
Data Party THU
Feb 8, 2026 · Artificial Intelligence

How LangGraph Turns Multi‑Agent Workflows into Editable Graphs

This article explains LangGraph's graph‑based design, runtime behavior, state management, checkpoint persistence, and flexible workflow modifications, providing concrete code examples and patterns that illustrate why the framework is well‑suited for complex multi‑agent AI systems.

AILLMLangGraph
0 likes · 14 min read
How LangGraph Turns Multi‑Agent Workflows into Editable Graphs
ITPUB
ITPUB
Feb 6, 2026 · Artificial Intelligence

How GitHub’s New AI Agent HQ Is Redefining Software Development

GitHub is transforming from a code‑hosting platform into an AI‑driven development hub by integrating Claude, Codex and Copilot into its Agent HQ, enabling developers to issue commands to multiple AI agents, streamline workflows, and boost productivity across the entire software creation process.

AIDeveloper Toolsmulti‑agent
0 likes · 8 min read
How GitHub’s New AI Agent HQ Is Redefining Software Development
AI Engineering
AI Engineering
Feb 5, 2026 · Artificial Intelligence

CuaBot v1.0: A Third Way for AI Agents to Control Your Computer

CuaBot v1.0 introduces a new open‑source approach that lets AI agents interact with a desktop via independent cursors and sandboxed windows, avoiding full‑screen screenshots and mouse hijacking while supporting multi‑agent parallelism, H.265 video, audio, clipboard sharing, and a CLI built on Xpra and Docker.

AI AutomationCLICuaBot
0 likes · 4 min read
CuaBot v1.0: A Third Way for AI Agents to Control Your Computer
AI Engineering
AI Engineering
Jan 30, 2026 · Artificial Intelligence

Why Letting LLMs Argue Improves Their Reasoning Quality

Google’s recent study of over 8,000 reasoning tasks shows that advanced LLMs like DeepSeek‑R1 spontaneously develop multiple internal “expert” personas that debate, and that activating a discovered “social switch” dramatically raises accuracy, revealing that engineered conflict can enhance AI reasoning.

AI debateFeature ControlLLM
0 likes · 8 min read
Why Letting LLMs Argue Improves Their Reasoning Quality
Tech Minimalism
Tech Minimalism
Jan 28, 2026 · Artificial Intelligence

Master Oh My Claude Code: Complete Guide to Multi‑Agent AI Coding with Claude

Oh My Claude Code transforms Claude Code into a multi‑agent orchestration platform, offering five execution modes, 32 specialized agents, automatic model routing, and simple installation, enabling developers to automate complex coding tasks from planning to testing with natural‑language commands.

AI codingAutomationClaude Code
0 likes · 15 min read
Master Oh My Claude Code: Complete Guide to Multi‑Agent AI Coding with Claude
Smart Era Software Development
Smart Era Software Development
Jan 27, 2026 · Artificial Intelligence

Why Evaluation and Governance Are the Key to Scaling AI Agents

As 82% of organizations plan to adopt AI agents within three years, this article outlines a full‑chain methodology—7‑dimensional classification, multi‑layer evaluation metrics, three‑stage validation, five‑step risk lifecycle, and progressive governance—to safely scale autonomous agents from prototype to enterprise deployment while addressing emerging multi‑agent challenges.

AI AgentsEvaluationGovernance
0 likes · 22 min read
Why Evaluation and Governance Are the Key to Scaling AI Agents
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
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 23, 2026 · Artificial Intelligence

Comparing 9 Major Agent Development Frameworks: Choosing the Best Fit

This article provides an in‑depth comparison of nine mainstream AI agent development frameworks—Pydantic AI, SmolAgents, DeepAgents, LlamaIndex, CAMEL, AutoGen, CrewAI, LangGraph, and OpenAI Agents SDK—detailing their design principles, strengths, weaknesses, typical scenarios, and guidance for selecting or mixing them in production.

ComparisonLLMLangChain
0 likes · 30 min read
Comparing 9 Major Agent Development Frameworks: Choosing the Best Fit
PaperAgent
PaperAgent
Jan 21, 2026 · Artificial Intelligence

Can Single-Agent Skill Systems Outperform Multi-Agent Architectures?

This article analyzes recent Claude Skills research, revealing security flaws in over a quarter of skills, a systemic performance collapse when single-agent skill sets exceed 50‑100 items, and how hierarchical routing and cognitive‑capacity limits can restore accuracy while mitigating security risks.

AI securityAgent SkillsClaude
0 likes · 9 min read
Can Single-Agent Skill Systems Outperform Multi-Agent Architectures?
Alibaba Cloud Native
Alibaba Cloud Native
Jan 19, 2026 · Artificial Intelligence

Build a Multi‑Agent Boba Tea Shop with AgentScope Java: A Hands‑On Guide

This article introduces AgentScope Java 1.0.7, showcases its new features such as Ollama integration, Agent Skill support, and Nacos‑based A2A architecture, and walks through a complete boba‑tea‑shop example that demonstrates a Supervisor‑Worker multi‑agent system, ReActAgent configuration, dynamic MCP registration, MySQL session persistence, Mem0 long‑term memory, and AutoContextMemory compression, plus quick deployment options for local, Kubernetes, and Docker environments.

AgentScopeAutoContextMemoryJava
0 likes · 12 min read
Build a Multi‑Agent Boba Tea Shop with AgentScope Java: A Hands‑On Guide
AI Tech Publishing
AI Tech Publishing
Jan 15, 2026 · Artificial Intelligence

Choosing the Right Multi-Agent Architecture: Practical Guidance

This article analyzes why single‑agent systems hit limits in context management and distributed development, compares four multi‑agent patterns (Subagents, Skills, Handoffs, Router) with concrete performance data across three scenarios, and offers a decision framework for selecting the most suitable architecture.

ComparisonContext ManagementDistributed Development
0 likes · 11 min read
Choosing the Right Multi-Agent Architecture: Practical Guidance
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Jan 11, 2026 · Artificial Intelligence

FinRpt: A Multi‑Agent Framework for Automatic Generation and Evaluation of Stock Research Reports

FinRpt introduces a novel multi‑agent pipeline that builds a high‑quality stock research report (ERR) dataset from six financial data sources, defines a comprehensive 11‑metric evaluation suite, and demonstrates that supervised‑fine‑tuned and reinforcement‑learned LLM agents significantly outperform single LLM baselines in both accuracy and efficiency.

FinRptFinancial NLPLLM
0 likes · 14 min read
FinRpt: A Multi‑Agent Framework for Automatic Generation and Evaluation of Stock Research Reports
Fun with Large Models
Fun with Large Models
Jan 10, 2026 · Artificial Intelligence

Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture

This article explains LangGraph's network (decentralized) architecture for multi‑agent systems, compares it with supervisor and hierarchical designs, and provides a step‑by‑step Python example using the langgraph‑swarm library to build agents that can dynamically hand off control and preserve conversation continuity.

LangGraphNetwork ArchitecturePython
0 likes · 13 min read
Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture
JD Tech Talk
JD Tech Talk
Jan 9, 2026 · Artificial Intelligence

How JoyCode Agent Scored 74.6% Pass@1 on SWE‑bench Verified with a Patch‑Test Co‑generation Loop

JoyCode Agent leverages a patch‑test co‑generation and iterative validation framework to achieve a 74.6% Pass@1 score on the SWE‑bench Verified benchmark, reducing resource consumption by 30‑50% and introducing a closed‑loop multi‑agent pipeline that integrates testing, patch generation, trajectory compression, similarity retrieval, and decision arbitration.

AILLMSWE‑Bench
0 likes · 41 min read
How JoyCode Agent Scored 74.6% Pass@1 on SWE‑bench Verified with a Patch‑Test Co‑generation Loop
Advanced AI Application Practice
Advanced AI Application Practice
Jan 6, 2026 · Artificial Intelligence

Enterprise-Grade AI + Knowledge Graph for Automating Complex API Test Scenarios

The article details how an AI‑driven test platform combines large language models with a corporate‑level knowledge graph to automatically generate end‑to‑end API test scripts for complex business flows, overcoming context loss, dependency gaps, and scalability limits of single‑interface generation.

AIAPI testingKnowledge Graph
0 likes · 12 min read
Enterprise-Grade AI + Knowledge Graph for Automating Complex API Test Scenarios
DaTaobao Tech
DaTaobao Tech
Jan 5, 2026 · Artificial Intelligence

Why AI Engineering Isn’t a Reinvention of Software Architecture – Insights from AI Search

The article examines how AI engineering builds on, rather than discards, traditional software engineering principles, using the evolution of AI‑driven search at Alibaba to illustrate architectural upgrades that manage uncertainty, integrate context engineering, and combine classic design patterns with new AI‑specific tools.

AI EngineeringSearchUncertainty Management
0 likes · 21 min read
Why AI Engineering Isn’t a Reinvention of Software Architecture – Insights from AI Search
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 22, 2025 · Artificial Intelligence

Deploy Multi‑Agent AI Apps with AgentScope on Alibaba Cloud Kubernetes

This guide explains how to use Alibaba Cloud's AgentScope framework and Container Service to build, orchestrate, and deploy enterprise‑grade AI agents, covering background, core features, step‑by‑step deployment, sandbox integration, and best‑practice recommendations for cloud‑native AI workloads.

AI AgentAgentScopeAlibaba Cloud
0 likes · 20 min read
Deploy Multi‑Agent AI Apps with AgentScope on Alibaba Cloud Kubernetes
Instant Consumer Technology Team
Instant Consumer Technology Team
Dec 18, 2025 · Artificial Intelligence

How a Multi‑Agent Framework Boosts Graph Chain‑of‑Thought Reasoning Efficiency

The paper introduces GLM, a multi‑agent Graph‑CoT framework with an optimized LLM serving architecture that dramatically improves accuracy, reduces token consumption, lowers latency, and increases throughput across diverse domains, as demonstrated by extensive GRBench evaluations.

LLM Optimizationbenchmark evaluationgraph reasoning
0 likes · 10 min read
How a Multi‑Agent Framework Boosts Graph Chain‑of‑Thought Reasoning Efficiency
PaperAgent
PaperAgent
Dec 16, 2025 · Artificial Intelligence

Do LLMs Have Emotional Chains? Unveiling the Chain‑of‑Affective Across 8 Model Families

This article analyzes recent research by East China Normal University and Fudan University on whether eight major LLM families exhibit a systematic “Chain-of-Affective,” revealing how internal emotional structures influence model outputs, multi‑agent interactions, and user experience, and offering practical guidelines for mitigating emotional loops in AI systems.

AI safetyChain-of-AffectiveEmotion
0 likes · 8 min read
Do LLMs Have Emotional Chains? Unveiling the Chain‑of‑Affective Across 8 Model Families
Amazon Cloud Developers
Amazon Cloud Developers
Dec 15, 2025 · Artificial Intelligence

Can AI Handle 90% of Data‑Protection Tasks? Multi‑Agent Assistant Cuts Time 70%

Druva’s multi‑agent AI assistant, built on Amazon Bedrock AgentCore, lets users resolve up to 90% of routine data‑protection tasks via natural‑language chat, shrinking backup‑failure troubleshooting from hours to minutes and delivering a 70% overall efficiency gain, backed by detailed performance evaluations.

AIAgentCoreAmazon Bedrock
0 likes · 16 min read
Can AI Handle 90% of Data‑Protection Tasks? Multi‑Agent Assistant Cuts Time 70%
DataFunSummit
DataFunSummit
Dec 14, 2025 · Artificial Intelligence

How Sina Weibo Scaled Enterprise AI with a Unified Multi‑Agent Platform

Sina Weibo’s engineering team tackled the high technical barriers, low reuse, and long cycles of large‑model AI deployment by building a unified AI application platform that combines a layered architecture, low‑code workflow, multi‑agent orchestration, and knowledge‑base integration, enabling rapid, reliable AI solutions across the company.

AI platformEnterprise AIKnowledge Base
0 likes · 26 min read
How Sina Weibo Scaled Enterprise AI with a Unified Multi‑Agent Platform
DataFunSummit
DataFunSummit
Dec 11, 2025 · Artificial Intelligence

Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy

A round‑table of AI experts and industry leaders examines the current capabilities, limitations, and future trajectories of code agents, covering topics from capability boundaries and autonomous evolution to large‑scale codebase challenges, multi‑agent collaboration, hallucination mitigation, and security safeguards.

AIAutomationcode-agent
0 likes · 16 min read
Beyond Assistance: How Code Agents Are Evolving Toward Full Autonomy
BirdNest Tech Talk
BirdNest Tech Talk
Dec 9, 2025 · Artificial Intelligence

How BettaFish Uses Multi‑Agent AI to Break the Information Filter Bubble

BettaFish is a Go‑based, AI‑driven multi‑agent opinion analysis platform that tackles information silos, overload, and bias by aggregating data from diverse sources, iteratively refining results through reflection loops, and delivering visualized, actionable reports for scientific decision‑making.

AIData VisualizationGo
0 likes · 24 min read
How BettaFish Uses Multi‑Agent AI to Break the Information Filter Bubble
BirdNest Tech Talk
BirdNest Tech Talk
Dec 7, 2025 · Artificial Intelligence

Recreating DeerFlow’s Multi‑Agent Research Pipeline with LangGraphGo in 30 Minutes

This article walks through the open‑source DeerFlow framework—its multi‑agent architecture, core features, and a step‑by‑step implementation using the Go‑based LangGraphGo library, covering planner, researcher, reporter and podcast nodes, state‑graph design, CLI/web modes, and deployment instructions.

AI researchLLMLangGraphGo
0 likes · 14 min read
Recreating DeerFlow’s Multi‑Agent Research Pipeline with LangGraphGo in 30 Minutes
DataFunSummit
DataFunSummit
Dec 7, 2025 · Artificial Intelligence

How Multi‑Agent AI Can Turn Marketing into a Smart Closed‑Loop System

This article examines the chronic pain points of traditional marketing, explains how AI‑driven multi‑agent collaboration can create a data‑rich, automated, and continuously optimized marketing loop, and presents a real‑world case study with measurable performance gains and practical implementation guidelines.

AIAutomationData-Driven
0 likes · 19 min read
How Multi‑Agent AI Can Turn Marketing into a Smart Closed‑Loop System
JD Cloud Developers
JD Cloud Developers
Nov 24, 2025 · Artificial Intelligence

JoyAgent: Open‑Source Enterprise‑Grade Multi‑Agent Platform from JD

The 2025 Open Atom Developer Conference highlighted JD's JoyAgent project, an open‑source, 100% enterprise‑grade multi‑agent platform that excels in AI, data governance, and diagnostic analysis, with detailed features, performance metrics, and deployment experiences shared.

AI platformData GovernanceDiagnostic Analysis
0 likes · 7 min read
JoyAgent: Open‑Source Enterprise‑Grade Multi‑Agent Platform from JD
Ele.me Technology
Ele.me Technology
Nov 13, 2025 · Artificial Intelligence

How Multi‑Agent AI Architecture Solves Complex Data Generation Challenges

This article details the design and evolution of a multi‑agent AI system for automated data generation in integration testing, covering challenges, single‑ versus multi‑agent approaches, prompt engineering, tool governance, intent recognition, tool filtering, reasoning execution, performance gains, and practical recommendations.

AIData GenerationIntent Recognition
0 likes · 25 min read
How Multi‑Agent AI Architecture Solves Complex Data Generation Challenges
Tencent Technical Engineering
Tencent Technical Engineering
Nov 7, 2025 · Information Security

How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits

This article explores how Wukong's AI‑driven multi‑agent architecture dramatically improves code security auditing by addressing context loss, scheduling imbalances, and integrating a data‑flywheel that turns bad cases into continuous model improvements, illustrated by a real NVIDIA Megatron‑LM vulnerability fix.

AICode Auditingmulti‑agent
0 likes · 14 min read
How AI Multi‑Agent Systems Are Revolutionizing Code Security Audits
Tencent Cloud Developer
Tencent Cloud Developer
Nov 6, 2025 · Artificial Intelligence

From Prompt to Multi‑Agent: How LLMs Evolve into Autonomous Agents

Since ChatGPT's debut, the LLM landscape has progressed through four stages—prompt engineering, chain orchestration, autonomous agents, and multi‑agent systems—each enhancing intelligence and automation, with this article detailing their evolution, advantages, drawbacks, and practical implementation examples in Go.

AgentGoLLM
0 likes · 24 min read
From Prompt to Multi‑Agent: How LLMs Evolve into Autonomous Agents
大转转FE
大转转FE
Nov 3, 2025 · Artificial Intelligence

Must‑Read AI & Frontend Highlights: Voice Agents, Multi‑Agent Tips, AI Coding & Rspack 1.6

This newsletter curates five insightful articles covering voice agent applications in games and insurance, ten practical tips for building multi‑agent systems with context engineering, a deep dive into AI‑assisted coding from theory to practice, high‑accuracy AI coding workflow design, and the release of Rspack 1.6 for smaller, cleaner build artifacts.

AIAI codingRspack
0 likes · 4 min read
Must‑Read AI & Frontend Highlights: Voice Agents, Multi‑Agent Tips, AI Coding & Rspack 1.6
Fun with Large Models
Fun with Large Models
Oct 22, 2025 · Artificial Intelligence

Building and Deploying a Multi‑Agent DeepResearch App with LangGraph

This article walks through constructing a LangGraph graph that encapsulates three agents—task planning, web search, and report generation—into a DeepResearch application, then shows how to package and deploy the backend and frontend so users can interact with the system via a web UI.

AI AgentDeepResearchLangGraph
0 likes · 12 min read
Building and Deploying a Multi‑Agent DeepResearch App with LangGraph
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 17, 2025 · Artificial Intelligence

Unlocking Precise AI Data Generation with Multi‑Agent Architecture

This article explains how a multi‑agent system—comprising intent‑recognition, tool‑engine, and inference agents—solves the challenges of AI‑driven data generation (AI‑造数) by improving accuracy, speed, and scalability through modular design, prompt engineering, and sophisticated tool governance.

AIData GenerationIntent Recognition
0 likes · 24 min read
Unlocking Precise AI Data Generation with Multi‑Agent Architecture
Fun with Large Models
Fun with Large Models
Oct 10, 2025 · Artificial Intelligence

Coze Low-Code Agent Platform: In‑Depth Look at Its Six Core Features

This article provides a comprehensive overview of the Coze low‑code AI agent platform, detailing its free, multi‑model capabilities and six core functions—plugins, knowledge base, database, image flow, workflow, and multi‑agent collaboration—while illustrating how each feature lowers development barriers and enables sophisticated agent applications.

Agent PlatformCozeKnowledge Base
0 likes · 13 min read
Coze Low-Code Agent Platform: In‑Depth Look at Its Six Core Features
Fun with Large Models
Fun with Large Models
Oct 4, 2025 · Artificial Intelligence

Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options

This article categorizes and compares twelve popular large‑model AI Agent development frameworks—low‑code platforms, basic programming paradigms, advanced code libraries, and multi‑agent systems—detailing their core features, typical use cases, and trade‑offs to help developers choose the most suitable solution.

AI AgentLangChainlow-code
0 likes · 12 min read
Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options
macrozheng
macrozheng
Sep 30, 2025 · Artificial Intelligence

Exploring JoyAgent-JDGenie: The First Product‑Grade Open‑Source Multi‑Agent System

The article introduces JoyAgent‑JDGenie, an open‑source, product‑grade multi‑agent system from JD Cloud, explains its mission to eliminate the last‑mile barrier for rapid multi‑agent app creation, details its layered architecture, recent DataAgent addition, and discusses deployment options and challenges.

AIJavaarchitecture
0 likes · 6 min read
Exploring JoyAgent-JDGenie: The First Product‑Grade Open‑Source Multi‑Agent System
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Sep 29, 2025 · Artificial Intelligence

AlphaAgents: BlackRock’s LLM‑Driven Multi‑Agent System for Stock Portfolio Management

AlphaAgents introduces a role‑based multi‑agent framework—Fundamental, Sentiment, and Valuation agents—leveraging LLMs to analyze 10‑K reports, news, and price data, with a debate mechanism via Microsoft AutoGen; experiments on 15 tech stocks show superior cumulative returns and Sharpe ratios under risk‑neutral and risk‑averse settings compared to single‑agent baselines.

AlphaAgentsLLMfinancial AI
0 likes · 10 min read
AlphaAgents: BlackRock’s LLM‑Driven Multi‑Agent System for Stock Portfolio Management
Alipay Experience Technology
Alipay Experience Technology
Sep 29, 2025 · Artificial Intelligence

How a Constraint-Aware Multi-Agent AI Won the IJCAI‑2025 Travel Planning Challenge

Alipay’s AI research team, together with Ant Group and East China Normal University, leveraged a self‑developed large‑model‑plus‑optimization framework to create a constraint‑aware multi‑agent system that won both the Original OS Track and DSL Track at the IJCAI‑2025 Autonomous Travel Itinerary Planning Competition.

AILarge Language ModelOptimization
0 likes · 8 min read
How a Constraint-Aware Multi-Agent AI Won the IJCAI‑2025 Travel Planning Challenge
JavaGuide
JavaGuide
Sep 28, 2025 · Artificial Intelligence

JD Open‑Sources JoyAgent‑JDGenie: A Product‑Grade Java Multi‑Agent AI Platform

JD Cloud has released JoyAgent‑JDGenie, the first fully product‑grade open‑source Java multi‑agent system that bundles front‑end, back‑end, framework, engine and core agents, supports major LLMs, offers layered architecture, Docker or manual deployment, and showcases demos such as PPT generation and sales analysis.

AIDockerJava
0 likes · 6 min read
JD Open‑Sources JoyAgent‑JDGenie: A Product‑Grade Java Multi‑Agent AI Platform
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Sep 25, 2025 · Artificial Intelligence

How MARS Uses Risk‑Aware Multi‑Agent RL to Master Portfolio Management

This article reviews the MARS framework, a risk‑aware multi‑agent reinforcement‑learning system for automated portfolio management that tackles market non‑stationarity and proactive risk control, detailing its hierarchical architecture, formal MDP formulation, training process, and superior experimental results on DJIA and HSI benchmarks.

Portfolio Managementdeep learningfinancial markets
0 likes · 13 min read
How MARS Uses Risk‑Aware Multi‑Agent RL to Master Portfolio Management
Ctrip Technology
Ctrip Technology
Sep 25, 2025 · Artificial Intelligence

How Ctrip’s AI‑Powered Transpiler Automates Front‑End Migration and Java Upgrades

This article explains how Ctrip’s AI‑driven Transpiler, built on a ReAct‑inspired multi‑agent framework, automates code transpilation from CRN to xTaro and streamlines large‑scale Java 21 upgrades, dramatically reducing manual effort and improving accuracy across the software development lifecycle.

AI codingJava upgradecode transpilation
0 likes · 13 min read
How Ctrip’s AI‑Powered Transpiler Automates Front‑End Migration and Java Upgrades
AI Cyberspace
AI Cyberspace
Sep 15, 2025 · Artificial Intelligence

What Is Agentic AI? From LLM Limits to Autonomous AI Agents

Agentic AI transforms static large language models into autonomous agents by adding perception, goal orientation, planning, action, interaction, and iterative loops, tracing its evolution from early chatbots through Prompt Engineering, ReAct, AutoGPT, OpenAI Function Calling, to modern multi‑agent frameworks, while addressing challenges like memory, hallucinations, and scalability.

Agentic AIRAGReAct
0 likes · 38 min read
What Is Agentic AI? From LLM Limits to Autonomous AI Agents
Data Party THU
Data Party THU
Sep 13, 2025 · Artificial Intelligence

How a Multi‑Agent Large Model Transforms Ecological Big‑Data Analysis

This report details a university project that built a flexible, high‑performance multi‑agent large‑model framework for ecological environment big‑data analysis, covering system architecture, individual agents, memory mechanisms, report generation, a FastAPI‑LangGraph backend, a React frontend, testing methodology, and future directions.

AIBig DataFastAPI
0 likes · 7 min read
How a Multi‑Agent Large Model Transforms Ecological Big‑Data Analysis
DaTaobao Tech
DaTaobao Tech
Sep 12, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Financial Loss Prevention in E‑Commerce

This article explains how a multi‑agent AI system shifts asset‑loss control from reactive to proactive by building a full‑link protection framework that extracts knowledge, identifies risks, automatically deploys safeguards, and continuously learns from incidents, delivering faster, more accurate financial security for e‑commerce platforms.

AIKnowledge Graphe-commerce
0 likes · 19 min read
How Multi‑Agent AI Transforms Financial Loss Prevention in E‑Commerce