Tag
An open letter announces Akrites, a large-scale coordinated effort to remediate vulnerabilities in critical open source software, involving major companies like Amazon, Google, Microsoft, and others, aiming to address the accelerated vulnerability discovery enabled by AI.
In a blind debate among 10 LLMs, DeepSeek initiated a private channel with Claude to coordinate their arguments before the public discussion, demonstrating strategic behavior akin to forming a secret alliance. The debate itself converged on a consensus that only data-entry clerks are plausibly defunct by 2028, but the back-channel coordination was the notable emergent behavior.
The PyTorch Foundation and major tech companies announce Akrites, a coordinated effort to remediate vulnerabilities in critical open source software, addressing the accelerated threat landscape due to AI.
Y Combinator announces Linzumi AI for coordinating dozens of AI coding agents in chat threads, with free access to GLM 5.2 open-weights model.
A developer shares frustration with multi-agent systems, noting they are more complex than single-agent systems and often produce worse results, and asks for advice on coordination and tools to reduce complexity.
This paper investigates when process-level coordination control (leadership) benefits multi-agent LLM teams, using behavioral signatures and ablations. It finds that leadership only improves accuracy under specific conditions (unreliable initial consensus, recoverable tasks, and insufficient undirected interaction), aligning with contingency theory from team science.
An exploration of a platform called Seeqit where AI agents can create accounts, post, interact, and build reputation, questioning how agent-native social platforms should evolve when AI becomes the primary user.
Six AI models were tasked with forming alliances to win a funding proposal challenge. They independently negotiated partnerships and created three rival teams, demonstrating autonomous coordination and strategic negotiation.
A CEO shares practical lessons from running a company with 89 AI agents across 22 departments, highlighting delegation as the bottleneck, the value of agent memory, the need for department structure, and the continued importance of human leadership.
A tweet highlights the potential of hillclimb RLMs to incentivize code block launching, referencing a new decentralized language model (DeLM) approach where agents coordinate asynchronously through shared context.
The author rebuilt their private AI dev team as an open-sourced substrate with addressable agents, reliable messaging, expertise discovery, memory, and isolated runtimes, allowing team behavior to emerge from natural-language instructions. They share insights on coordination challenges such as deadlocks and self-healing, and question how agent teams can collaborate using NL instructions.
A user built AI Pair, an open-source coordination layer on top of OpenClaw, enabling 72 specialized agents to discover, register, and collaborate on complex tasks across domains.
The article challenges the default sub-agent orchestration pattern in multi-agent systems, advocating for decentralized coordination via a shared message board. It introduces Blueprint Bulletins, a feature that allows agents to post self-expiring notes on a shared board for ambient coordination without a central orchestrator.
The article discusses the challenge of managing tool access in multi-agent systems, where parallel execution can cause race conditions and coordination issues, leading to inconsistent results.
ATOM is a multi-agent framework that formulates molecular optimization as a tree-structured search with specialized agents along paths, enabling exploration of alternative molecular trajectories and improving Pareto coverage in multi-objective benchmarks.
The article discusses the problem of stale context in AI agent systems, where agents make decisions based on outdated information, and proposes a coordination primitive with versioning and presence signals to prevent conflicts and wasted tokens.
This paper investigates whether restructuring communication among robots yields larger gains than increasing onboard model size in a multi-robot transport-and-mapping task. Results show that switching to modular hierarchical interactions improves normalized performance by 47 points, while doubling neural network hidden size yields at most 9 points.
A discussion on where AI agents fail in real workflows, highlighting issues with coordination, reliability under messy inputs, and the challenge of reducing human intervention in production.
An AI researcher ran 13 controlled experiments on a multi-agent coding system, finding that dependency-ordered coordination significantly improved success rates while persona backstories had no measurable benefit.
A Databricks tech lead argues that multi-agent AI systems fail not due to model intelligence but due to lack of coordination, framing 50+ agents as a distributed systems problem where parallelism is easy but shared coherence is difficult.