Tagged articles
9 articles
Page 1 of 1
AgentGuide
AgentGuide
Jun 4, 2026 · Artificial Intelligence

AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs

The article explains that the fundamental distinction between AI Agents and Workflows lies in who holds decision‑making control, outlines common Workflow patterns, describes the step‑by‑step operation of Agents, and provides clear criteria for choosing the appropriate approach in interview scenarios.

AI AgentsAgent vs WorkflowAnthropic
0 likes · 9 min read
AI Agent Interview FAQ: Distinguishing Agents from Workflows and Their Design Trade‑offs
Architect
Architect
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries

The article explains how to choose between Sub‑Agent and Agent Team structures for multi‑agent systems by evaluating whether sub‑tasks share context, need isolation, compression, parallelism, or continuous collaboration, and provides practical guidelines, pitfalls, and a decision framework to avoid over‑engineering.

AI ArchitectureAgent TeamContext Boundaries
0 likes · 18 min read
Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries
AI Architecture Hub
AI Architecture Hub
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks

The article analyzes why many AI projects misuse multi‑agent setups, explains the fundamental differences between Sub‑Agent (isolated parallel executors) and Agent Team (collaborative teams with shared state), and provides concrete guidelines, code examples, and design principles to select the appropriate architecture for a given task.

AI AgentsAgent TeamOrchestrator
0 likes · 10 min read
Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks
inShocking
inShocking
Mar 24, 2026 · Artificial Intelligence

How to Build Effective AI Agents: Key Principles, Patterns, and When to Use Them

The article analyzes Anthropic's guidance on building effective AI agents, contrasts workflow and agent architectures, outlines criteria for choosing agents, presents six incremental design patterns, and shares practical principles such as simplicity, transparency, and robust tool interfaces.

AI AgentsAgent designLLM memory
0 likes · 9 min read
How to Build Effective AI Agents: Key Principles, Patterns, and When to Use Them
Efficient Ops
Efficient Ops
Mar 23, 2026 · Artificial Intelligence

7 Multi‑Agent Design Patterns Every AI Engineer Should Know

This article explains the seven core multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchical—detailing their mechanics, use cases, implementation tips, and why modern agent frameworks are essential for dynamic, cross‑system AI applications.

Agent FrameworksLLM routingPrompt chaining
0 likes · 12 min read
7 Multi‑Agent Design Patterns Every AI Engineer Should Know
o-ai.tech
o-ai.tech
Mar 18, 2026 · Artificial Intelligence

How Anthropic Builds Effective AI Agents: Practical Patterns and Principles

This guide distills Anthropic’s frontline experience into a concise framework for building high‑performing AI agents, covering the workflow‑vs‑agent distinction, five composable architecture patterns, core design principles, tool‑centric optimization, and pragmatic advice on using or bypassing agent frameworks.

AI AgentsAnthropicLLM
0 likes · 9 min read
How Anthropic Builds Effective AI Agents: Practical Patterns and Principles
AI Algorithm Path
AI Algorithm Path
May 8, 2025 · Artificial Intelligence

Five Essential AI Agent Workflow Design Patterns

This article introduces five core workflow design patterns for AI agents—Prompt Chaining, Routing, Parallelization, Orchestrator‑Worker, and Evaluator‑Optimizer—explaining their mechanics, concrete examples, suitable scenarios, and how they help build reliable, maintainable LLM‑driven systems.

AI AgentsEvaluator-OptimizerLLM workflow
0 likes · 10 min read
Five Essential AI Agent Workflow Design Patterns
AI Algorithm Path
AI Algorithm Path
Mar 28, 2025 · Artificial Intelligence

Workflow vs Agent: A Beginner’s Guide to AI Agents

This tutorial explains the fundamental differences between AI workflows and autonomous agents, compares their strengths, outlines when to use each approach, and provides concrete LangChain/LangGraph code examples, framework references, and best‑practice recommendations for building reliable LLM‑powered systems.

AI AgentsLLM workflowsLangChain
0 likes · 28 min read
Workflow vs Agent: A Beginner’s Guide to AI Agents