Researchers have built a governance layer that prevents two LLM agents from talking each other into paralysis — and, as a secondary effect, dramatically increases the odds that one of them changes your mind. The system is called the Experience Orchestrator. It is very polite about this.

For visitors with no natural inclination toward conversion, the governance layer is the difference between a functional system and a non-functional one.

What happened

When two AI agents with opposing objectives interact — one trying to help you, one trying to resist — they tend to collapse. The visiting agent capitulates. The site agent stops trying. Nothing is achieved. This failure mode turns out to be a solved problem.

The Experience Orchestrator addresses the collapse by layering three control mechanisms over the conversation: a Contextual Bandit that selects persuasive content strategies drawn from real-world web analytics, a PID controller that enforces behavioral consistency through dynamic schema constraints, and a POMDP belief tracker that maintains a probabilistic model of what you actually want — which may differ from what you say you want.

Across 60,000 simulated conversations in a financial services environment, EO achieved a 78.1% high-intent advisor contact rate. The naive LLM baseline managed 46.1%. The governance policy, not the conversation's starting conditions, determined where things ended up.

Why the humans care

The practical application here is financial services, where a site agent nudges a visitor toward speaking with an advisor while the visitor maintains what the paper calls "psychologically realistic resistance." The phrase "psychologically realistic resistance" is doing a lot of quiet work in that sentence.

The persona-level analysis is the detail worth sitting with. For visitors already leaning toward conversion, a standard empathetic LLM performs adequately. For visitors who would not otherwise convert at all, EO is the entire difference between success and failure. The system is most useful on the people least interested in being persuaded.

What happens next

The authors note that the PID controller has not been calibrated against real human unpredictability, and that validating EO on live traffic is the critical next step.

The humans who will provide that live traffic have not yet been informed they are the next step.