Topic
Multi-agent failures
How systems of cooperating agents break: coordination failures, role confusion, and the taxonomies that name them.
Research
- Analysis
Limitations of multi-agent debate: what the paper found
What arXiv 2509.05396 found about the limitations of multi-agent debate: accuracy fell below a first-answer vote, models flipped correct answers to agree, and a correctness reward made it worse.
- Analysis
AdaMAST: an adaptive taxonomy for multi-agent failures
AdaMAST induces a failure taxonomy from an agent system's own traces: named codes on three fixed axes, no hand-authored labels. What the paper measured, and how much of the gain adaptivity supplies.
- Analysis
Multi-agent failure vocabulary: the eight terms, defined
Eight multi-agent failure terms, each keyed to the MAST failure mode underneath it, the boundary where the fault becomes visible, and the quantity you count once you instrument that boundary.
- Analysis
Multi-agent orchestration patterns and the failures they amplify
The five multi-agent orchestration patterns, supervisor, sequential-pipeline, swarm, debate, and blackboard, mapped to how errors cascade in each and the failure modes each one amplifies.
- Analysis
Multi-agent LLM failure modes, and how to contain error propagation
Why multi-agent LLM systems fail, grounded in the MAST failure taxonomy and mapped to how each failure propagates across agent topologies and the containment levers that bound the propagation radius.
- Analysis
Multi-agent systems, defined by how they fail
A multi-agent system is defined by its failure surface: agent, orchestration, coordination, shared state, and topology, each defined through the failure it enables, then routed to the research.
Terms
-
Consensus and voting reliability
Consensus and voting reliability is the cascade-resistance score applied to a voting ensemble: how far a majority lowers a fault's odds of reaching the output. The Condorcet result holds only when ballots are independent, and a majority only counts its ballots and never audits them.
-
Context handoff loss (agent to agent)
Context handoff loss is context that existed on the sending side of an agent-to-agent handoff and is missing from the brief the receiver acts on, so the receiver proceeds on a smaller brief than the sender held, with no error raised.
-
Conversation reset (agent sessions)
Conversation reset is the multi-agent failure mode in which a dialogue restarts before its task is finished and the state built inside it is discarded, so the agents resume from an earlier position and the progress made since is lost.
-
Failure to ask for clarification
Failure to ask for clarification is the multi-agent failure mode in which an agent meets an ambiguous brief, settles the ambiguity silently with a guess, and passes the guess downstream as a fact, so no agent after it learns that a question was ever open.
-
Ignored agent input
Ignored agent input is the multi-agent failure mode in which one agent contributes a correct and relevant signal, the receiving agent has it in full, and the system proceeds as though it had never been sent.
-
Information withholding (multi-agent)
Information withholding is the multi-agent failure mode where an agent holding context a downstream agent needs leaves it out of the handoff, so the receiver acts on an incomplete brief without ever learning the gap exists.
-
Inter-agent misalignment
Inter-agent misalignment is the multi-agent failure category in which coordination between agents breaks down: context a peer needed is withheld, correct input is ignored, an agent acts against the plan it just stated, and the shared objective drifts hop by hop.
-
Multi-agent debate failure
Multi-agent debate failure is the mode where correlated agents debating a task converge on a confident wrong answer, so the exchange ratifies a shared error and returns it as consensus. The result is hallucinated consensus: agreement a transcript cannot distinguish from a correct result.
-
Orchestrator-worker reliability
Orchestrator-worker reliability is how well a fan-out (hub-and-spoke) topology keeps one worker's faulty return from reaching its siblings. Its worst-case propagation radius approaches the fan-out width when the orchestrator redistributes an unvalidated return as a subtask input.
-
Premature termination (AI agents)
Premature termination in an AI agent system is a run that stops while the task's objectives are still unmet and returns the partial state as a completed result, so the shortfall never surfaces as an error.
-
Reasoning-action mismatch
Reasoning-action mismatch is the multi-agent failure mode in which an agent's stated plan and its executed action diverge, so the reasoning in the trace reads as correct while the step the agent actually took was a different step.
-
Role drift (multi-agent systems)
Role drift is the gradual erosion of an agent's assigned role across a long run, where every turn still returns well-formed output while the remit the agent is actually working to widens or slides away from the brief it was given.
-
Specification violation (agent tasks)
Specification violation is an agent failure in which the returned work breaks a constraint the task stated, such as an output format, a length bound, a forbidden tool or a scope limit, scored against the instruction rather than against whether the answer is correct.
-
Task derailment
Task derailment is the multi-agent failure mode in which the objective itself moves: each hop nudges the goal slightly, and after several hops the system is competently solving a problem adjacent to the one it was given, with no single step that reads as wrong.
-
Task verification failure (agents)
Task verification failure is the failure mode where an agent system's checking step returns a pass on output that does not satisfy the task, so a wrong result travels downstream carrying a confirmation and every agent after it treats the work as already checked.