Source: arXiv · cs.AIView original ↗
Copyright remains with the original source. This site only collects, translates, or reformats the material.
What happened
arXiv:2608.07532v1 Announce Type: new Abstract: Modern agentic AI systems combine multiple large language model agents with heterogeneous skills, yet most architectures either fix communication in advance or allow full
Analysis and impact
导读摘要
一项新研究提出了一种动态联盟与通信定价框架,旨在让由多个大语言模型智能体组成的系统能够根据任务需求,自主决定何时与哪些智能体通信,从而在效率与成本之间取得平衡。
正文
针对这一问题,这篇来自 arXiv 的新论文提出了一个动态联盟形成与通信定价的框架。其核心思路是引入一种市场化的机制:智能体之间不再是免费、无差别地交换信息,而是需要为通信行为“付费”。通过这种定价信号,系统能够引导智能体仅在信息价值超过通信成本时才建立连接,从而自发地形成针对特定子任务的临时联盟。这种方法旨在让多智能体系统在保有灵活性的同时,实现对通信开销的显式控制。
该研究将技能互补的智能体视为可被调用的资源,任务的执行过程则被建模为一系列动态联盟的形成与解散。当一个复杂的任务被分解后,具备相关技能的智能体会根据当前的“通信价格”和预期的信息增益,自主决策是否加入某个工作小组。价格机制在此起到了关键的调节作用:当某个领域的专家知识变得稀缺或需求旺盛时,与其通信的价格会上升,抑制不必要的咨询;反之,则鼓励信息共享。
这一框架为构建更高效、更具扩展性的智能体系统提供了新的思路,尤其适用于那些需要协调大量专业化智能体来解决复杂问题的场景。不过,论文目前主要提供了理论模型与框架设计,其在真实大规模系统中的具体表现和调优策略,仍有待后续的实证研究来验证。
References
Original source text
arXiv:2608.07532v1 Announce Type: new Abstract: Modern agentic AI systems combine multiple large language model agents with heterogeneous skills, yet most architectures either fix communication in advance or allow full broadcast. Both can be inefficient because token cost, latency, redundancy, and error propagation increase with the number of active agents and communication links. We model agent selection and communication as a cooperative game with task-conditioned net utility , separating coalition-level costs from agent activation costs. We propose a marginal-value activation rule and greedy router, extend the model to optimize communication edges with per-edge costs, and use estimated Shapley values to predict which agents are worth contacting before and during execution. We connect the problem to submodular maximization and prove two limited guarantees: a curvature-refined bound for a monotone, cardinality-constrained special case, and a tight -approximation, with a correction for signed objectives, for an unconstrained non-monotone case via double greedy. Neither guarantee applies directly to the main router, which remains a heuristic. We also prove a Shapley-submodularity sandwich bound linking the error of marginal-value routing to a per-agent diminishing-returns quantity. In synthetic experiments, greedy routing achieves of brute-force-optimal utility while activating of agents on average, compared with for full broadcast. Performance is robust to activation cost and redundancy weight but falls to under strong violations of submodularity or noisy value estimates. We distinguish the framework from Shapley pricing, hedonic coalition formation, and communication-graph pruning, and propose evaluation on real multi-agent LLM benchmarks.