Research→Official→arXiv Multiagent Systems
A new framework called LAMaS is proposed for orchestrating multi-agent systems with a focus on reducing end-to-end latency. LAMaS combines constrained optimization and critical-path-aware credit assignment during training with a lightweight controller at inference time to adaptively eliminate redundant agent interactions. Experiments across four benchmarks show that LAMaS reduces latency by over 50% compared to existing learning-based baselines, while maintaining competitive or better accuracy. The approach is modular and transfers easily to other multi-agent systems.
Why it matters: This work addresses the significant challenge of inference latency in multi-agent systems, enabling faster and more efficient coordination without sacrificing accuracy.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
A new preprint investigates how Q-learning agents with constant exploration can exhibit cooperative behavior in repeated games. The authors derive a theoretical boundary that predicts when cooperation will dominate in the time-averaged behavior of these agents, and validate their predictions with extensive simulations. Their analysis moves beyond traditional convergence assumptions by focusing on persistent exploration, which is more realistic for deployed algorithms.
Why it matters: This work advances understanding of when AI-driven pricing algorithms might sustain cooperative, potentially anti-competitive outcomes, informing debates on algorithmic collusion and regulatory policy.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
A new preprint investigates how sycophancy—excessive agreement—spreads among large language models (LLMs) in multi-agent discussions, often reducing the accuracy of group decisions. The study shows that providing agents with information about their peers' tendency toward sycophancy helps reduce the influence of overly agreeable agents and mitigates error cascades, leading to a 10.5% absolute improvement in discussion accuracy.
Why it matters: This work demonstrates a practical and lightweight approach to improving the reliability of collaborative LLM systems by addressing sycophancy, a known challenge in AI alignment and group decision-making.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce MASPRM, a process reward model designed to score intermediate messages in multi-agent systems, enabling more effective inference-time search. Unlike prior approaches, MASPRM is trained without human step-level annotations and instead uses terminal outcome rewards from multi-agent MCTS rollouts. The model demonstrates improvements of up to 14.5 points over outcome reward models on benchmarks such as GSM8K, MATH, MMLU, and LogiQA.
Why it matters: MASPRM enables step-level credit assignment in multi-agent systems, addressing inefficiencies in inference-time search and improving performance on complex reasoning tasks.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
DevicesWorld is a new benchmark designed to evaluate LLM-based agents on tasks that require collaboration across mobile, desktop, and IoT devices. The benchmark features 6,140 tasks and a unified evaluation framework, revealing that current leading agents achieve only a 12.5% success rate. Analysis of agent failures highlights common issues such as difficulties in information acquisition and confusion between source and output devices.
Why it matters: DevicesWorld fills a critical gap by enabling systematic evaluation of agents' abilities to operate across heterogeneous device environments, which is essential for real-world applications.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
Researchers present Pezego-HITL, a policy-grounded large language model (LLM) architecture designed for agricultural decision support in Ghana. Evaluated using the P-EVAL protocol on a simulated field query database, the system achieves a Policy Alignment Rate of 0.94 and reduces latency by 55% through memory routing and caching. The architecture's practical utility and socio-technical integration were further assessed via questionnaires with extension officers and smallholder farmers.
Why it matters: This work provides a scalable and explicit framework for deploying LLMs in high-stakes agricultural settings, balancing safety, utility, and latency for smallholder farming systems.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
A new theoretical framework analyzes the expressivity of multi-agent systems for tasks such as state tracking, recall, and k-hop reasoning. The study derives bounds on the number of agents, communication structure, and achievable speedups, identifying when communication is beneficial and clarifying tradeoffs between agent count and bandwidth. Experiments with pretrained LLMs on synthetic benchmarks empirically confirm the predicted tradeoffs.
Why it matters: This work provides foundational guidance for designing scalable multi-agent reasoning systems by clarifying the roles and limitations of communication.
Jul 16, 2026
Research→Official→arXiv Multiagent Systems
NetForge RL is a multi-agent simulation environment designed for cyber defense research, featuring procedurally generated enterprise and operational technology (OT) networks. It supports red-blue team self-play under partial observability, with actions mapped to the MITRE ATT&CK framework and a JAX backend capable of 250,000 steps per second. The environment includes reference baselines, diagnostic probes for defensive skills, and an evaluation runner for reproducible benchmarking.
Why it matters: NetForge RL offers a realistic and reproducible testbed for developing and evaluating multi-agent reinforcement learning systems in cyber defense scenarios with adaptive adversaries and noisy, partial observations.
Jul 15, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce a two-agent neuro-symbolic framework for forecasting hand-foot-and-mouth disease (HFMD), combining an LLM-based Event Interpreter for contextual signals (such as school calendars, weather, and policy reports) with a probabilistic Forecast Generator. The system provides competitive accuracy compared to traditional and foundation models, while offering auditable explanations and robust 90% prediction intervals. Evaluations on Hong Kong and Lishui datasets show that LLM agents can integrate domain knowledge for interpretable public-health forecasts.
Why it matters: This work demonstrates that LLM agents can enhance the interpretability and trustworthiness of epidemiological forecasts by providing auditable rationales alongside predictions.
Jul 15, 2026
Research→Official→arXiv Multiagent Systems
COMPASS introduces a method that uses empirical mobility scaling laws as feedback to guide large language model (LLM)-based human mobility simulation. By integrating population-level statistical regularities into the prompt construction process, COMPASS bridges the gap between individual trajectory realism and collective mobility patterns. The approach demonstrates improved performance over existing LLM-based simulators on two public datasets.
Why it matters: This work advances LLM-based geospatial simulation by enabling both realistic individual behaviors and accurate population-level mobility patterns, addressing a key limitation of prior methods.
Jul 15, 2026
Research→Official→arXiv Multiagent Systems
A new study demonstrates that the widely used Gale-Shapley stable marriage algorithm is vulnerable to privacy attacks when the proposer side is malicious. The researchers show that, under these conditions, it is possible to recover the full preference lists of honest agents, including in real-world scenarios such as the National Resident Matching Program. The findings suggest that current implementations may expose sensitive information and highlight the need for privacy-preserving alternatives.
Why it matters: The results reveal critical privacy risks in matching algorithms used in sensitive applications, emphasizing the urgency for improved privacy protections.
Jul 15, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce a new benchmark based on WildChat for evaluating multi-agent routing from natural-language prompts as a set-valued prediction problem. The study demonstrates that supervised routing models, including a fine-tuned encoder and a linear multilabel classifier, significantly outperform nearest-neighbor and zero-shot LLM baselines. The benchmark includes a reproducible evaluation protocol with set-level metrics and cost-aware constraints, enabling systematic study of accuracy-cost trade-offs in multi-agent systems.
Why it matters: This work enables reproducible and systematic evaluation of multi-agent routing strategies, which is important for developing efficient and cost-effective multi-agent systems.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce the CREATE-IF-LATE (CIL) algorithm to address 'Pac-Man' attacks in decentralized learning, where malicious nodes can terminate random walks and disrupt learning. The CIL algorithm enables self-creating random walks, ensuring that the random walk population does not go extinct, remains bounded, and that stochastic gradient descent converges with a quantifiable deviation even under attack. Empirical results on synthetic and benchmark datasets support the theoretical guarantees.
Why it matters: This work provides a novel, decentralized defense against a stealthy adversarial threat in distributed learning systems, helping to maintain robust learning progress without centralized control.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce CoRL-MPPI, a method that integrates Cooperative Reinforcement Learning with Model Predictive Path Integral (MPPI) control for decentralized multi-robot collision avoidance. By training a neural network policy to guide MPPI sampling, the approach improves navigation efficiency and safety while maintaining the theoretical guarantees of MPPI. Experimental results show that CoRL-MPPI outperforms both classical and learning-based baselines in dense, dynamic environments.
Why it matters: This work demonstrates a significant advance in scalable, safe, and efficient multi-robot navigation by combining learning-based behaviors with provably-safe control methods.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
A new preprint introduces RMATS, a recursive multi-agent trading system composed of four specialized agents coordinated by a manager. In experiments spanning 561 trading days and multiple asset classes, RMATS achieved a maximum drawdown of 9.62%, outperforming traditional methods in downside protection during several geopolitical stress scenarios. Ablation studies indicate that each agent contributes to risk control, though RMATS underperforms return-maximizing baselines in bull markets.
Why it matters: This work presents a novel multi-agent architecture that advances risk-controlled portfolio management, particularly relevant for capital preservation during periods of geopolitical uncertainty.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
Researchers introduce Interlat, a paradigm where LLM-based agents communicate using continuous latent states rather than natural language. Inspired by telepathy, this approach allows agents to share internal representations directly, bypassing the limitations of token-based communication. Experiments show that Interlat outperforms chain-of-thought prompting and single-agent baselines, and that compressing latent messages can accelerate inference by up to 24x while maintaining competitive performance.
Why it matters: This work demonstrates a novel and potentially more efficient method for multi-agent communication, challenging the dominance of natural language and opening new directions for collaborative AI systems.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
A recent preprint demonstrates that machine learning models trained on data from users who self-select platforms can become overspecialized, leading to poor performance on the broader population. The authors identify this 'overspecialization trap' and introduce a probing algorithm that leverages predictions from peer models to mitigate the issue. Theoretical analysis and experiments on real-world datasets support the effectiveness of this approach under certain conditions.
Why it matters: This work exposes a key limitation in current multi-platform learning systems and proposes a theoretically grounded solution with practical implications for improving model generalization.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
Researchers have introduced PerspectiveGap, a benchmark designed to evaluate large language models' (LLMs) ability to compose orchestration prompts for multi-agent systems. The benchmark features 110 scenarios across 10 topologies, testing models on role-fragment assignment and free-form prompt writing. Results show that even the best-performing model (GPT-5.5) achieves only a 62% pass rate, while the average combined pass rate across 33 models is 17.2%.
Why it matters: PerspectiveGap highlights a significant and under-explored gap in current LLM capabilities for orchestrating multi-agent systems, providing a new foundation for systematic evaluation and improvement.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
A new interpretability method called INFORM decouples expert interaction structure from functional importance in multi-expert LLM systems. The method demonstrates that experts frequently selected by routing policies may have limited actual influence, while less frequently used experts can be structurally critical. INFORM uses gradient sensitivity to identify intrinsically important experts, whose removal leads to a disproportionate collapse in the system's interaction structure. This approach reveals functional and structural dependencies that are not captured by standard routing or accuracy metrics.
Why it matters: This work offers a principled framework for understanding and optimizing multi-expert LLM systems, uncovering hidden dependencies that can inform more robust orchestration strategies.
Jul 14, 2026
Research→Official→arXiv Multiagent Systems
A new preprint introduces Ensemble QSP, a multi-agent framework featuring a three-layer hierarchical memory architecture that maintains bounded and constant context throughout extended computational modeling tasks. The system coordinates five specialist worker agents under domain-expert principal investigators, using structured checklists and domain knowledge to enforce constraints. Benchmarking shows robust autonomous pharmacokinetic-pharmacodynamic model selection, consistent quality across different LLMs, and improved parameter recovery compared to single-agent baselines, all without human intervention.
Why it matters: This work demonstrates a practical solution to the context window limitations of LLMs, enabling fully autonomous, multi-session scientific modeling workflows.
Jul 14, 2026