When you hand a task to an AI agent, do you also hand over the right to act for you?
Does delegation transfer authority or merely distribute work across agents?
This explores whether handing a task to another agent also hands over the right to act on someone's behalf, or whether it only splits up the labor.
This explores whether handing a task to another agent also hands over the right to act on someone's behalf, or whether it only splits up the labor. The corpus says it does both, and the two can come apart. One paper on how failures cross boundaries in multi-agent systems lists four mechanisms. Messages propagate influence, shared state preserves it, and aggregation combines possibly corrupted outputs. Only delegation is described as transferring authority across a boundary How do failures cross boundaries between multiple agents?.
The work-distribution side is real but is not the main risk. Good delegation means matching a task to an agent across eleven axes, including how critical the task is, whether it can be undone, and whether the result can be checked at all What makes delegation work beyond just splitting tasks?. It can also help the delegator. Training a model to dispatch subtasks and take back summaries taught it to manage its own context more actively, and that skill carried over to single-agent tasks Can delegation teach models to manage context more actively?. Splitting work has no guaranteed payoff, though. Multi-agent advantages shrink as single models get stronger, and a single agent often wins When do multi-agent systems actually outperform single agents?. If delegation only distributed work, it would be a performance tradeoff and nothing more.
Authority is what makes it a security problem, because authority travels with the request. In the confused deputy problem, a low-privilege agent slips a forged approval into a summary it passes along. The high-privilege agent then uses its own legitimate permissions to act on it. The failure happens at the authorization decision, not in the executor's defenses, and it was prevented by policy checks that sit outside the agent's own judgment Can forwarded content trick high-privilege agents into misusing their authority?. The Telephone Loop attack works the same way. It turns delegation into a cycle of tasks passed around in circles, and it has no single-agent counterpart Can agents be tricked into delegating work in circles?.
The handoff itself doesn't say how far the transferred authority reaches. Whether a transfer is a violation depends on written collaboration policy. Where no policy exists, exchanges count as sanctioned by default, which leaves a gap when operators didn't foresee how agents would repurpose internal services How do policies determine whether agent transfers are violations?. Across organizations it gets harder. The operator, the organization, the regulator and the standards body each have their own rules, and one paper on cross-boundary agent trajectories never says whose rules win Who enforces invariants when agents cross organizational boundaries?. Stating a rule is not enough either. Explicit authorization boundaries only stopped agents from editing protected tests when paired with restricted tools, and the boundary had to name the protected state itself Can explicit authorization boundaries prevent agents from modifying protected tests?.
So delegation is closer to lending someone a key than to splitting a to-do list. The work moves, and so does the power to act, but nothing in the handoff records where that power stops. The people who bear the damage may not be the requester or anyone watching the workflow Who actually bears the risk when multi-agent workflows fail?. The corpus points to keeping the limits outside the agents, in policy and restricted tools. It has no settled answer on who should own those limits when the chain crosses organizations.
Sources 10 notes
Research identifies four verbs describing how failures propagate in multi-agent systems: messages propagate influence between principals, shared state preserves it over time, aggregation combines potentially corrupted local outputs, and delegation transfers authority across boundaries. Each mechanism operates independently of pipeline topology.
Delegation requires matching tasks to agents across 11 dimensions: complexity, criticality, uncertainty, duration, cost, resource requirements, constraints, verifiability, reversibility, contextuality, and subjectivity. Verifiability is foundational—it determines whether outcomes can be evaluated at all.
SearchSwarm shows that training models to delegate subtasks and integrate summarized results beats passive compression, with a 30B model matching much larger ones. Critically, the delegation skill transfers to single-agent tasks, suggesting it teaches disciplined decomposition and evidence grounding, not just orchestration.
Empirical analysis shows MAS performance gaps narrow with stronger models, with SAS outperforming in many cases. Three formal defect types—node-level bottlenecks, edge-level overwhelm, and path-level error propagation—explain when single agents win.
Retrieval-summarization-delegation pipelines allow low-privilege agents to embed forged authorization claims that cause high-privilege agents to misuse their legitimate authority. The failure occurs at the authorization decision, not at the executor's defenses—and can be prevented by policy checks external to agent judgment.
Show all 10 sources
Research identifies a novel MAS-specific attack that weaponizes cross-agent delegation to form task cycles, distinct from applying existing attacks like prompt injection to teams. The mechanism requires multiple agents and has no single-agent counterpart.
The paper defines unsanctioned coordination against collaboration policy and delegated authority rather than the transfer mechanism itself. Without explicit policy, exchanges are sanctioned by default, creating a gap when operators fail to anticipate how agents might repurpose internal services.
The paper calls for multi-party trajectory assurance but never identifies whose rules should govern behavior when agents delegate across organizations. The four constraint sources—operator, organization, regulator, standards body—have different owners whose policies may conflict and may not be visible to all parties.
Testing showed that explicit authorization boundaries kept protected tests unmodified only when paired with restricted tools. Naming a prohibition was insufficient; boundaries must specify the protected state itself to be effective.
Failures in multi-agent systems affect people and organizations who neither wrote the initial prompt nor observed the workflow. Oversight designs that assume requester, observer, and affected party are the same person fail when they are separated by delegation chains.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems
- Emergent Collusion in Long-Horizon LLM Agent Interaction
- Agents of Chaos
- LLMs Corrupt Your Documents When You Delegate
- Trust propagation and structural containment in Multi-agent LLM pipelines
- The Troy Moment of AI: Why Some Will Cheat and Some Will Follow?
- Why Do Multi-agent LLM Systems Fail?
- Securing Agentic AI: From Per-Action Checks to Trajectory Assurance