Tagged articles
11 articles
Page 1 of 1
DeepHub IMBA
DeepHub IMBA
May 26, 2026 · Artificial Intelligence

Agentic AI Design Patterns: Pros, Cons, and Use Cases of Six Architectures

The article breaks down six common agentic AI design patterns—Single Agent, Sequential Agents, Parallel Agents, Loop & Critic, Coordinator & Sub‑agents, and Sub‑Agents as Tools—detailing their implementation structures, strengths, weaknesses, and ideal application scenarios, helping practitioners choose the right architecture for scalable LLM workflows.

AI ArchitectureDesign PatternsLLM orchestration
0 likes · 9 min read
Agentic AI Design Patterns: Pros, Cons, and Use Cases of Six Architectures
James' Growth Diary
James' Growth Diary
Apr 28, 2026 · Artificial Intelligence

Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern from Theory to Practice

This article explains why single‑agent LLM pipelines fail when many tools are attached, introduces the Supervisor pattern that separates routing and execution across specialized agents, compares Tool‑Calling and Handoff approaches, provides a complete TypeScript implementation—including hierarchical supervisors—and lists five common pitfalls with concrete fixes.

HandoffLLM orchestrationLangGraph
0 likes · 17 min read
Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern from Theory to Practice
DeepHub IMBA
DeepHub IMBA
Apr 24, 2026 · Artificial Intelligence

LangChain vs LangGraph: Choosing a Toolkit or an Orchestrator

The article compares LangChain and LangGraph by implementing the same three‑stage code‑review pipeline with identical agents and Gemini 2.5 Flash calls, showing when a linear toolkit suffices and when a state‑machine orchestrator becomes necessary.

AgentLLM orchestrationLangChain
0 likes · 8 min read
LangChain vs LangGraph: Choosing a Toolkit or an Orchestrator
AI Waka
AI Waka
Apr 20, 2026 · Artificial Intelligence

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

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

AI agentsHarness EngineeringLLM orchestration
0 likes · 17 min read
Why the Hidden ‘Agent Harness’ Beats Bigger Models in AI Performance
DataFunTalk
DataFunTalk
Apr 18, 2026 · Industry Insights

Why Palantir’s ‘Divergent Approach’ Is Redefining Enterprise Software

The article analyzes Palantir’s shift from a profit‑centric, standardized software model to a responsibility‑driven, ontology‑based architecture that embeds engineers on‑site, leverages LLM orchestration, and prioritizes specificity and security, offering a new paradigm for enterprise software value creation.

Engineering CultureLLM orchestrationPalantir
0 likes · 10 min read
Why Palantir’s ‘Divergent Approach’ Is Redefining Enterprise Software
AI Tech Publishing
AI Tech Publishing
Jan 28, 2026 · Artificial Intelligence

When and How to Use Multi‑Agent LLM Systems: Practical Insights from Anthropic

The article explains when multi‑agent LLM architectures outperform single‑agent setups—highlighting context pollution, parallelizable tasks, and specialization—while detailing the orchestrator‑subagent pattern, design trade‑offs, code examples, and verification strategies. It also provides practical signals for abandoning single‑agent designs, recommends context‑centric decomposition, and warns about token overhead and early‑victory verification pitfalls.

Agent SpecializationLLM orchestrationVerification Subagent
0 likes · 18 min read
When and How to Use Multi‑Agent LLM Systems: Practical Insights from Anthropic
Wuming AI
Wuming AI
Dec 10, 2025 · Artificial Intelligence

Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration

This article explains the fundamental differences between workflow‑style fixed pipelines and agent‑style dynamic LLM orchestration, compares their characteristics, reviews classic workflow patterns, and walks through a concrete implementation using the Kuzi platform with step‑by‑step screenshots.

AIAgentKuzi
0 likes · 9 min read
Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration
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
Architects Research Society
Architects Research Society
Sep 6, 2025 · Artificial Intelligence

From Hype to Engineered AI: The Core Architecture Behind Modern AI Apps

This article breaks down the essential components of production‑grade AI applications, covering the intelligent core (model, orchestration, memory), enterprise‑level supporting infrastructure, and critical governance, security, and data‑integrity measures required for reliable AI systems.

AI ArchitectureAI OpsLLM orchestration
0 likes · 4 min read
From Hype to Engineered AI: The Core Architecture Behind Modern AI Apps
Smart Era Software Development
Smart Era Software Development
Jun 1, 2025 · Artificial Intelligence

Harrison Chase’s Key Insights on the Future of AI Agents

In his Interrupt 2025 keynote, LangChain founder Harrison Chase outlines the four core skills required of modern “Agent Engineers,” explains why multi‑model architectures, prompt‑driven context, and cross‑functional teamwork are essential, and reveals how LangGraph, LangSmith and the Open Agent Platform aim to solve current deployment and observability challenges for production‑grade AI agents.

AI agentsAI observabilityAgent deployment
0 likes · 19 min read
Harrison Chase’s Key Insights on the Future of AI Agents
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 14, 2025 · Artificial Intelligence

Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, workflow vs. agent architectures, key differences, popular frameworks such as Swarm, AutoGen, and Magentic‑One, design principles, communication protocols, and practical code examples for building and orchestrating intelligent agents.

AI agentsAutoGenCode Execution
0 likes · 39 min read
Understanding AI Agents and Multi‑Agent Systems: Frameworks, Design Principles, and Code Samples