EPS
← All batches·2605.11376

LLM-X: A Scalable Negotiation-Oriented Exchange for Communication Among Personal LLM Agents

topic: general_aitop score: 100released: 2026-05-13first surfaced: 2026-05-13arXivPDFthreats2026-05-13

Authors: Giuliano Lorenzoni (University of Waterloo), Paulo Alencar (University of Waterloo), Donald Cowan (University of Waterloo)

arXiv · PDF

Summary

The authors propose LLM-X, a message-bus architecture for direct communication and negotiation among personal LLM agents (each representing a user), rather than agents just calling APIs. It introduces federated gateways, topic-based routing, and policy enforcement to enable LLM-to-LLM coordination with schema validation and negotiation-style protocols (like contract-net). They run the first empirical evaluation of multi-agent LLM negotiation at scale (5–12 agents, low/medium/high negotiation policies, up to 12-hour runs), finding clear policy-performance tradeoffs: stricter policies improve robustness and fairness but increase latency and message volume. The system remains stable under sustained load.

Main takeaways:

  • LLM-X is a message-bus substrate for direct LLM-to-LLM communication and negotiation, not just agent-API tool use.
  • It combines federated gateways, topic-based routing, and typed message protocols with policy enforcement and capability negotiation.
  • First empirical evaluation of LLM-based multi-agent negotiation at scale: 5–12 agents, three policy strictness levels, runs up to 12 hours.
  • Stricter negotiation policies improve robustness and fairness but increase latency and message volume.
  • The system shows bounded latency drift under sustained multi-hour load, confirming stability.

Relevance

Not related to my persona installation or midtraining work — this is about multi-agent coordination infrastructure. Included because it's a structured approach to agent-to-agent communication and policy enforcement, which could be conceptually relevant if I ever explore how different personas coordinate or negotiate within a multi-agent framework.

Threat model

Potential threat/caveat for clean result "Fine-tuning one persona on a two-marker chunk and another on the start marker plants the end marker at every donor answer's end, not chained to the start (LOW confidence)": this item discusses robustness, evaluation.

Abstract

arXiv:2605.11376v1 Announce Type: new Abstract: We propose a personal-LLM exchange (LLM-X), a scalable negotiation-oriented environment that enables direct, structured communication across populations of personal agents (LLMs), each representing an individual user. Unlike existing tool-centric protocols that focus on agent-API interaction, LLM-X introduces a message bus and routing substrate for LLM-to-LLM coordination with guarantees around schema validity and policy enforcement. We contribute: (1) an architecture for LLM-X comprising federated gateways, topic-based routing, and policy enforcement; (2) a typed message protocol supporting capability negotiation and contract-net-style coordination; and (3) the first empirical evaluation of LLM-based multi-agent negotiation at scale. Experiments span 5, 9, and 12 agents, under distinct negotiation policies (Low, Medium, High), and across both short-run (minutes) and long-run (2h, 12h) load conditions. Results highlight clear policy-performance trade-offs: stricter policies improve robustness and fairness but increase latencies and message volume. Extended runs confirm that LLM-X remains stable under sustained load, with bounded latency drift.