Tagged articles
14 articles
Page 1 of 1
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 23, 2026 · Product Management

The Core Logic Behind AI Product Management: When and How to Use Multiple Agents

The article explains why many AI product managers struggle with multi‑agent concepts, outlines the three structural bottlenecks a single agent faces, shows how task decomposition and specialized agents improve quality, and provides concrete product‑design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to determine when multi‑agent architectures are appropriate.

AI product managementMulti-AgentOrchestration
0 likes · 16 min read
The Core Logic Behind AI Product Management: When and How to Use Multiple Agents
FunTester
FunTester
Apr 20, 2026 · Artificial Intelligence

Why Self‑Evaluating Agents Fail and How to Build Reliable Multi‑Agent Systems

The article analyzes why letting the same AI Agent generate and self‑evaluate results in over‑confident but flawed outputs, especially for subjective tasks, and proposes a three‑stage multi‑agent architecture with independent evaluation, concrete standards, and prompt‑based calibration to improve reliability as models evolve.

AIMulti-AgentPrompt engineering
0 likes · 9 min read
Why Self‑Evaluating Agents Fail and How to Build Reliable Multi‑Agent Systems
Smart Workplace Lab
Smart Workplace Lab
Apr 11, 2026 · Artificial Intelligence

How to Build a Human‑In‑The‑Loop Supervision SOP for AI Agent Workflows

The article outlines a practical SOP that transforms AI agents from passive responders to autonomous executors by introducing task decomposition, exception handling, and human‑in‑the‑loop audit checkpoints, enabling organizations to supervise multi‑model collaborations while avoiding chaos and ensuring alignment with business goals.

AI workflowAgent orchestrationHuman-in-the-Loop
0 likes · 6 min read
How to Build a Human‑In‑The‑Loop Supervision SOP for AI Agent Workflows
AI Step-by-Step
AI Step-by-Step
Apr 1, 2026 · Artificial Intelligence

When to Use Which Model in an Agent: Beyond the “Strongest Model” Myth

The article explains why routing every request to the most powerful LLM hurts cost, speed, and throughput, and presents a three‑layer task decomposition that assigns execution‑level tasks to cheap small models, intermediate tasks to mid‑size models, and high‑risk judgment tasks to large models, with concrete examples and a minimal routing strategy.

Agent DesignCost OptimizationLLM
0 likes · 8 min read
When to Use Which Model in an Agent: Beyond the “Strongest Model” Myth
DeepHub IMBA
DeepHub IMBA
Mar 28, 2026 · Artificial Intelligence

Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration

The article analyzes how multi‑agent systems emulate human team dynamics through role specialization, structured handoffs, and cross‑validation, detailing the orchestration layer’s responsibilities—task decomposition, dependency‑graph scheduling, routing, and conflict resolution—while exposing common pitfalls, cost concerns, and framework choices.

LLM cost controlOrchestrationState Management
0 likes · 19 min read
Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration
Frontend AI Walk
Frontend AI Walk
Mar 21, 2026 · Artificial Intelligence

How to Orchestrate Multiple AI Agents for Collaborative Development

This guide explains how to decompose a software project, schedule specialist AI agents, run them in parallel, and integrate their outputs, using OpenClaw and Sisyphus to build a full‑stack blog system and a user‑authentication service while covering best‑practice patterns, monitoring, and troubleshooting.

AI orchestrationOpenClawParallel Execution
0 likes · 18 min read
How to Orchestrate Multiple AI Agents for Collaborative Development
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
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 PlanningAgent ArchitecturePrompt engineering
0 likes · 25 min read
Mastering AI Agent Planning: Architectures, Strategies, and Real-World Implementations
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.

AIAgent Architecturehuman-AI collaboration
0 likes · 13 min read
Why Defining Problem Boundaries Is Crucial for Effective AI Agents
Architects' Tech Alliance
Architects' Tech Alliance
Sep 4, 2024 · Fundamentals

Why Bigger Transformers Win: Scaling Laws and Parallel Computing Essentials

The article explains OpenAI's 2020 Scaling Laws that show larger transformer models, more data, and greater compute consistently improve performance, introduces the concept of emergent abilities at critical size thresholds, and outlines the core principles of parallel computing such as multi‑processor usage, task decomposition, concurrent execution, and inter‑processor communication.

communicationconcurrencyemergent abilities
0 likes · 6 min read
Why Bigger Transformers Win: Scaling Laws and Parallel Computing Essentials
ITPUB
ITPUB
Oct 20, 2023 · Artificial Intelligence

Boost Your Coding Workflow with Better ChatGPT Prompts: Summarize, Refactor, Test

This article shows programmers how to harness ChatGPT beyond simple Q&A by using advanced prompting techniques for knowledge summarization, task decomposition, code reading, refactoring, generation, unit‑test creation, and plugin integration, turning AI into a practical development assistant.

AI for DevelopersChatGPTCode Generation
0 likes · 18 min read
Boost Your Coding Workflow with Better ChatGPT Prompts: Summarize, Refactor, Test
Tencent Cloud Developer
Tencent Cloud Developer
Apr 13, 2023 · Artificial Intelligence

Using ChatGPT to Boost Developer Productivity: Prompt Techniques and Real‑World Applications

The article shows how developers can transform ChatGPT from a simple Q&A bot into a powerful productivity assistant by mastering prompt engineering and applying it to tasks such as technical document summarization, task decomposition, code reading, optimization, generation, unit‑test creation, and plugin integration, thereby augmenting their workflow.

AIChatGPTdeveloper tools
0 likes · 18 min read
Using ChatGPT to Boost Developer Productivity: Prompt Techniques and Real‑World Applications
转转QA
转转QA
Aug 5, 2022 · Operations

How to Make Test Task Breakdown and Scheduling More Reasonable

This article explains how to improve overall delivery efficiency by systematically breaking down testing tasks, setting realistic schedules based on clear goals, preparation steps, granular time estimates, dependency considerations, and post‑execution reviews, while emphasizing a target testing effort not exceeding half of development time.

QASchedulingprocess improvement
0 likes · 7 min read
How to Make Test Task Breakdown and Scheduling More Reasonable