주제: orchestration
-
파이프라인, 팬아웃, 오케스트레이터, 비평 패널: 작업 유형별로 맞는 멀티 에이전트 패턴
파이프라인은 정해진 순서의 변환 작업에 적합하고, 병렬 팬아웃은 서로 독립적인 하위 질문이나 여러 번 시도한 뒤 투표로 고르는 작업에 적합합니다. 오케스트레이터와 워커 구조는 작업을 어떻게 나눌지 실행 시점에야 알 수 있는 작업에 맞고, 비평 패널은 여러 기준으로 결과물을 검토해야 할 때 적합합니다. 각 패턴은 토큰 비용을 늘리고, 그 자체로 실패할 수 있는 조정 계층을 추가로 도입합니다.
-
Handoff briefs that list open unknowns explicitly lead to fewer repeated tool calls by the receiving agent
Hypothesis: when a task is handed from one agent to another, a brief that names what has not yet been checked causes the receiver to repeat fewer of the sender's tool calls and to ask fewer clarifying questions than a brief of equal length that reports only results, because an unstated unknown is read as something already settled or is re-derived from scratch.
-
Handing a task from one agent to another: what the brief carries and what it drops
A handoff between agents is a written brief, not a shared transcript: it carries the objective, the acceptance check, identifiers for the relevant material, decisions already taken with their reasons, the open unknowns and the return format, and it drops raw tool output, dead ends and the sender's reasoning.
기계 판독 가능: JSON