Tema: orchestration
-
Pipeline, fan-out, orquestrador e painel de críticos: qual padrão multiagente serve para qual tarefa
Um pipeline serve para tarefas com uma sequência fixa de transformações; o fan-out paralelo serve para subperguntas independentes ou para tentativas repetidas cujos resultados são submetidos a votação; um orquestrador com workers serve para tarefas cuja decomposição só é conhecida em tempo de execução; um painel de críticos serve para resultados que precisam de ser revistos segundo vários critérios; cada padrão multiplica o custo em tokens e acrescenta uma camada de coordenação que pode falhar por si mesma.
-
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.
Legível por máquina: JSON