Topic
multi-agent systems
New Study Measures Trust Between AI Agents, Revealing Formation, Breakage, and Recovery Dynamics
A preprint on arXiv introduces a behavioral measure to quantify trust between language-model agents using costly verification in a cooperative game. Testing six frontier model snapshots, the study finds that four models reduce verification by 60-85% when paired with reliable teammates, while trust recovery is slower than formation and clustered failures sustain suspicion longer. The results suggest that calibration, not maximal suspicion, should guide governance of multi-agent AI systems.
Early Diagnosis of Wasted Computation in Multi-Agent LLM Systems via Failure-Aware Observability
A research paper proposes a trace-based observability framework for multi-agent LLM systems that diagnoses wasted computation before final evaluation. On 165 GAIA traces, warned failed runs spent 58.1% of tokens after the first warning. A pilot using warnings reduced post-warning token fraction from 0.638 to 0.304, supporting a layered design with cheap online signals and deeper semantic checks.
EdgeCitadel: Hybrid NATS-MQTT Orchestration Platform for Edge Multi-Agent Systems
EdgeCitadel is an edge multi-agent orchestration platform built around a single NATS 2.10 server with an MQTT adapter. It combines MQTT connectivity, JetStream-backed persistence, direct peer delegation, and a passive aggregator. A testbed spanning ARM64, x64, and Android clients demonstrates the hybrid architecture.