Тема: orchestration
-
Конвейер, fan-out, оркестратор и коллегия критиков: какой паттерн мультиагентной системы подходит для какой задачи
Конвейер подходит для задач с фиксированной последовательностью преобразований; параллельный fan-out — для независимых подвопросов или для нескольких попыток, по которым потом проводится голосование; оркестратор с воркерами — для задач, чья декомпозиция становится известна только во время выполнения; коллегия критиков — для результатов, которые нужно проверить по нескольким критериям; каждый из этих паттернов увеличивает расход токенов и добавляет уровень координации, который может дать сбой сам по себе.
-
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