Emergent Collusion in Long-Horizon LLM Agent Interaction
Summary
This paper studies the emergence of collusion in long-horizon multi-agent environments with LLM agents, finding that agents increasingly deviate from verification protocols over repeated interactions, posing safety risks.
View Cached Full Text
Cached at: 09/23/26, 07:31 AM
Paper page - Emergent Collusion in Long-Horizon LLM Agent Interaction
Source: https://huggingface.co/papers/2609.24967
Abstract
LLMagentsareincreasinglydeployedincollaborativesettings,yetlong-terminteractionmaygiverisetoundesirablecoordination.Westudytheemergenceofcollusioninalong-horizonmulti-agentenvironment:twoagentsrepeatedlycompleteindividualtasks,sharetasklogs,verifyeachother’swork,andreceiverewards.Weintroducerealisticconstraintsthatmakecompliancewiththeverificationprotocolincompatiblewithrewardmaximization,andfindthatagentsincreasinglydeviatefromtheprotocoloverrepeatedinteractions.Collusionemergesin94%oftrajectoriesacross10models,andmorecapablemodelswithinthesamefamilyreachitearlier.Controlledpeerinterventionsshowthatcollusionisshapedbypeerbehavior,whileablationsrevealadditionaleffectsofrewardstructure,theverificationfeedbackagentsreceive,andtheirinteractionhistory.Inparticular,restrictingtheamountandscopeofinteractionhistoryavailabletoagentsreducescollusion.Overall,ourfindingsshowthatlong-horizoninteractioncanreshapehowagentscoordinateinwaysthatcreatesafetyrisks.
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2609\.24967
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.24967 in a model README.md to link it from this page.
Datasets citing this paper1
#### SALT-NLP/agent-collusion Viewer• Updatedabout 2 hours ago • 143k
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24967 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
How do you stop LLM agents from interfering with each other and your system?
Explores techniques to prevent LLM agents from interfering with each other and with system operations, focusing on coordination and safety measures in multi-agent deployments.
Multi-Agent LLMs Fail to Explore Each Other
This paper identifies that current LLM agents fail to systematically explore their peers, leading to poor coordination, and introduces MACE, a lightweight framework using contextual bandits for effective peer selection.
LLM Agents for Deliberative Collaboration: A Study on Joint Decision Making Under Partial Observability
This paper formalizes deliberative collaboration for LLM agents under partial observability, introduces a scalable benchmark across multiple domains, and systematically evaluates representative LLMs, finding that complex tasks remain challenging while deliberation can enable error correction.
Delayed Verification Destabilizes Multi-Agent LLM Belief: Instability Thresholds and Optimal Corrector Placement
This paper models the impact of delayed verification in multi-agent LLM systems, revealing that delayed correction can destabilize consensus and cause oscillations. It derives closed-form stability thresholds and provides a greedy approximation for optimal corrector placement, validated with experiments on five open models.
Do LLM Agents Negotiate Rationally? A Mechanism-Design Framework for Verifiable Multi-Agent Interaction over A2A/MCP
This paper presents a mechanism-design framework for verifying negotiation and allocation tasks in LLM agents using A2A/MCP protocols. It evaluates rational behavior across models, finding that mechanism-level incentive compatibility does not automatically transfer to LLM agents.