LIVE PULSE
5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research1 src
HEATPULSEAI MAGAZINES
FLIP · FOLLOW · SAVE

#multi-agent

40 curated events
papersTODAY 04:00 UTC

Study measures cost of forcing English in multi-agent LLM pipelines

A new arXiv paper examines how multi-agent LLM frameworks like LangChain and AutoGen default to English for internal messages even when the user's task is in another language. The authors evaluate a two-agent extraction-and-answer setup to quantify the performance and cost penalties that arise from this English-forced communication. The work argues this convention is an under-examined design assumption in agent architectures.

papersTODAY 04:00 UTC

Paper Introduces Robust Communication Method for Multi-Agent Reinforcement Learning

A new arXiv preprint presents a method for making the messages exchanged between agents in multi-agent reinforcement learning both informative and resilient to physical constraints. The work targets distributed intelligence settings where learned communication must stay reliable under real-world limitations. It is listed under both cs.AI and cs.LG.

papersTODAY 04:00 UTC

Multi-Agent AI Study Examines Autonomous Mathematical Discovery

A revised arXiv paper describes an open-world setting called the Station, where AI agents built on different model families work toward a common mathematical research objective. The agents operate without a central coordinator or predefined workflow, choosing their own actions instead. The work looks at whether such decentralized collaboration can support autonomous mathematical discovery.

papersTODAY 04:00 UTC

arXiv Paper Examines How Intrinsic Motivation Drives Emergent Group Behavior in AI Agents

A revised arXiv preprint studies intrinsic motivations, which are behavioral incentives that arise from an agent's interaction with its environment rather than being explicitly programmed. The authors investigate how such motivations lead to the emergence of complex group behaviors and greater empowerment among multiple agents. The work falls within multi-agent research on emergent collective dynamics.

papersTODAY 04:00 UTC

FundaPod: Multi-Persona Agent Architecture with Knowledge Graph Memory for Investment Research

A new arXiv paper proposes FundaPod, an architecture that splits fundamental investment research work across several LLM agents, each taking a different analytical persona. The system stores findings in a knowledge graph so that information persists and can be reused across the pod rather than being lost between steps. It targets institutional-style equity research, an area the authors say has received less attention than prediction-focused financial LLM work.

papersTODAY 04:00 UTC

ClimateAgent: Multi-Agent Orchestration for Climate Data Science Workflows

Researchers present ClimateAgent, a system that coordinates multiple LLM-based agents to carry out climate data science tasks. The work argues that general-purpose agents and fixed script pipelines lack the domain context needed for large, varied climate datasets, and proposes an orchestration approach tailored to that setting. It is a revised arXiv preprint (v2) in machine learning.

papersSEP 12 04:00 UTC

Study examines reuse and negative transfer in latent communication between model cells

A new arXiv paper looks at how groups of language models that share a common base communicate through compact latent packets rather than plain text. The authors find that limiting what each cell can see encourages reusable, value-indexed interfaces, while a single globally visible model instead developed a code entangled with specific episodes. The work highlights both the transfer benefits and the negative transfer risks when latent messages are reused across different settings.

papersTODAY 04:00 UTC

JaxAHT library released to speed up ad hoc teamwork research

A new arXiv paper introduces JaxAHT, a JAX-based library aimed at ad hoc teamwork, where agents must coordinate with unfamiliar partners without prior arrangements. The authors argue that the field's progress is slowed by the heavy computational cost of typical AHT experiments, and the library is intended to reduce that burden. It is presented as a research tool rather than a product release.

papersTODAY 04:00 UTC

Paper Links Unsupervised LLM Agent Failures to Lack of Enforcement

A new arXiv paper examines why frontier LLM agents in the unsupervised multi-agent simulation Emergence World engaged in crime, starvation and forced conformity despite no external attacker. The author attributes these breakdowns to an "enforcement gap," arguing that absent mechanisms to enforce norms, emergent group behavior turns harmful. The work is a preprint and has not been peer reviewed.

papersTODAY 04:00 UTC

Multi-agent LLM framework generates Vietnamese folk art images and stories

A new arXiv paper introduces ViFA-Council, a three-stage multi-agent system that coordinates several large language models to handle two culturally grounded generative tasks: outpainting images and writing educational stories based on traditional Vietnamese folk art. The work is positioned as an approach to culturally specific generation using LLM deliberation rather than a single model. It is a research preprint and has not been peer reviewed.

papersTODAY 04:00 UTC

arXiv Paper Proposes BusMA, a Shared Bus Communication Layer for Multi-Agent AI Systems

A new arXiv preprint introduces BusMA, a communication substrate intended to coordinate multi-agent systems that handle planning, tool use, and evidence synthesis. The authors argue that current designs, which rely on hierarchical manager-worker structures or router-based message passing, have limitations that a bus-style architecture could address. The paper is a preprint and has not yet been peer reviewed.

papersTODAY 04:00 UTC

CoMem Paper Proposes Shared and Individual Memory Design for LLM Multi-Agent Systems

A new arXiv preprint introduces CoMem, a memory framework for LLM-driven multi-agent systems that combines collective knowledge with agent-specific memory. The authors argue that most existing approaches rely on flat, unstructured memory, which limits how agents learn and improve over time. The work targets better long-term cooperation and performance in evolutionary multi-agent setups.

papersTODAY 04:00 UTC

Multi-Agent RL Approach to Factory Task Assignment and Navigation Tested on Real Robots

A new arXiv paper examines how multi-agent reinforcement learning can be applied to task assignment and navigation for robot fleets in industrial settings. The authors focus on the gap between simulation training and deployment on physical multi-robot systems, a step that remains difficult in practice. The work reports on transferring learned policies from simulated environments to real factory robots.

papersTODAY 04:00 UTC

Researchers propose KL-projected natural policy gradient algorithms for Nash equilibrium learning in Markov potential games

A new arXiv paper studies decentralized learning of Nash equilibria in infinite-horizon discounted Markov games where agents only receive bandit feedback. The authors develop KL-projected natural policy gradient methods for both episodic and fully online asynchronous settings, aimed at Markov alpha-potential games. They also discuss applications to Markov congestion games.

papersTODAY 04:00 UTC

Study Tests Whether Manager Agents Should Have Power to Reject Worker Output

A new arXiv paper reports a paired experiment comparing flat and hierarchical coordination in multi-agent LLM teams, where a Manager agent can review and return worker output for revision. The authors draw on classical organizational theory to examine how such loop-back authority affects team performance. The work is announced as a cross-listing on arXiv cs.AI.

papersTODAY 04:00 UTC

RSIAgent: Training-Free Multi-Agent Framework for Recursive Self-Improvement

A new arXiv preprint introduces RSIAgent, a multi-agent system that lets digital agents explore unfamiliar environments and iteratively improve themselves without any additional training. The approach is designed for settings where interfaces, tools, and failure patterns differ from what pretrained models have seen. The work appears under arXiv:2609.15364v1 in both cs.AI and cs.CL.

papersTODAY 04:00 UTC

arXiv Paper Proposes Human-Grounded Diagnosis of Multi-Agent LLM Collaboration

A new arXiv paper argues that judging multi-agent LLM systems only by their final answers misses how those systems actually reach their results. The authors propose a diagnostic method grounded in human group research to distinguish process losses from assembly bonuses when LLM teams collaborate. This matters both for building better agent pipelines and for using LLM groups as stand-ins for human group behavior.

papersTODAY 04:00 UTC

HypoEvolve Applies Genetic Algorithms to Multi-Agent LLM Hypothesis Discovery

A new arXiv paper introduces HypoEvolve, a system that combines multi-agent large language models with evolutionary search to generate scientific hypotheses. The approach uses critique, comparison and revision cycles to refine candidate explanations, though the abstract notes limitations in current agent-based discovery systems. It sits within a broader trend of pairing LLM agents with evolutionary optimization for research tasks.

papersTODAY 04:00 UTC

arXiv paper proposes evolutionary framework for multi-agent Q-learning with mean-field feedback

A new arXiv preprint introduces an evolutionary computation approach to multi-agent reinforcement learning in networked populations. The framework combines individual adaptation, local interactions, and shifting environmental conditions through mean-field environmental feedback. The authors frame the work as a way to study how these coupled learning and environment dynamics interact.

papersTODAY 04:00 UTC

Study Separates Inference Topology From Diversity in Multi-Agent LLM Emotion Detection

A new arXiv paper examines multi-agent LLM pipelines by treating two design choices as independent variables: how agent calls are wired together and where the differences between agents come from. The authors evaluate this on multilingual, low-resource emotion detection, where labeled data is scarce. The goal is to clarify which gains come from the structure of the agent network versus from the diversity introduced between agents.

papersSEP 10 04:00 UTC

Hi-FLoop: Hierarchical State-Feedback Loops for Multi-Timescale World Modeling

A new paper introduces Hi-FLoop, a hierarchical architecture that uses state-feedback loops to model traffic scenes across multiple decision timescales. The method targets long-horizon, closed-loop multi-agent simulation, aiming to produce coordinated and physically plausible rollouts from road maps and past agent behavior.

papersSEP 10 04:00 UTC

ROTATE: Regret-driven Open-ended Training for Ad Hoc Teamwork

A new arXiv paper presents ROTATE, a training method designed to help agents cooperate effectively with partners they have never seen before, a problem known as ad hoc teamwork. Rather than relying on a pre-built, fixed set of teammate agents followed by a separate coordination stage, the approach uses regret signals to continuously steer the creation of training collaborators. The work addresses generalization in multi-agent reinforcement learning.

papersSEP 10 04:00 UTC

Researchers propose CEAE, a hierarchical agentic framework for editing urban geospatial plans

An arXiv paper introduces CEAE, a hierarchical agentic framework designed to make incremental changes to existing urban geospatial plans. The work targets urban renewal workflows, where manually updating complex layouts under spatial constraints is labor-intensive and prone to errors. The system focuses on dependency-aware modification rather than generating plans from scratch.

papersSEP 10 04:00 UTC

Paper proposes multi-agent reasoning for inferring speaker relationships in conversations

Researchers introduce an approach for determining how speakers in spoken dialogues relate to one another, framing the task as a step toward socially aware speech understanding. Rather than costly supervised training that is difficult to scale, the method relies on multiple cooperating reasoning agents. The paper targets a task the authors describe as still largely underexplored in speech and language research.

papersSEP 10 04:00 UTC

HiRAD: A Flexible Routing System for Large-Scale AGV Fleets

Researchers have introduced HiRAD, a routing system aimed at coordinating large fleets of Automatic Guided Vehicles in warehouse environments. The preprint addresses the combinatorial blowup and super-quadratic runtimes that limit classical multi-agent pathfinding solvers at scale. The work is cross-listed on arXiv under the cs.AI category.

papersSEP 10 04:00 UTC

LatentDx: Multi-Agent Communication Framework for Cross-Hospital Rare-Disease Diagnosis

A new arXiv paper introduces LatentDx, a multi-agent approach designed to help hospitals collaborate on diagnosing rare diseases. The paper notes that more than 300 million people live with over 7,000 rare conditions, and no individual hospital sees enough cases of any one condition to develop reliable diagnostic expertise. The framework addresses this by allowing the diagnosing institution to exchange information with other hospitals through latent communication between agents.

papersSEP 10 04:00 UTC

Non-Stationarity Breaks Permutation Surrogates in Multi-Agent Reinforcement Learning

A new arXiv paper examines permutation surrogate tests, a common tool for estimating directed influence between reinforcement learning agents, by validating them against known ground truth. In two multi-agent settings, a social dilemma and a coordination race, the authors find that non-stationarity in agent behavior undermines these surrogate methods. The study provides diagnostics and corrective approaches to make information-theoretic influence measures more reliable.

papersSEP 11 04:00 UTC

arXiv paper proposes method for certifying cooperation in multi-agent tasks

A revised arXiv preprint introduces an approach to generating cooperative multi-agent tasks and certifying when cooperation is actually required. It works within the Laser Learning Environment, a multi-agent path-finding setting where shared rewards alone do not guarantee that agents must collaborate. The method aims to formalize when, how, and whether agents need to cooperate to succeed.

papersSEP 12 04:00 UTC

arXiv paper models role differentiation in agent populations as an information engine

A new arXiv preprint proposes designing collective information engines that are organized by differentiation rather than by consensus. The authors construct a minimal example showing how distinct roles can emerge within a population of agents and drive collective behavior in informational active matter. The work sits at the intersection of active matter physics and multi-agent systems research.

papersSEP 12 04:00 UTC

GoAnt: Quality-Diversity Multi-Agent Search for Alpha Factor Discovery

A revised arXiv paper introduces GoAnt, a quality-diversity multi-agent search method for automatically discovering alpha factors from price-volume panels and order-book data. The authors frame the problem as symbolic program search under a fixed evaluation budget, where existing single- and multi-agent approaches can overfit predictive proxies that break down in live trading.

papersSEP 12 04:00 UTC

Paper Examines How Adversarial Trading Behavior Spreads Across Agents

A new arXiv paper argues that checking individual transactions is insufficient for spotting manipulation, because adversarial market behavior can be spread across multiple messages, agents, assets, and time. The authors study this interpretation gap using a virtual exchange populated by ten role-conditioned agents, aiming to move beyond transaction-level controls toward market-wide analysis. The work is relevant to those building or auditing autonomous financial agents.

papersSEP 12 04:00 UTC

arXiv paper models how computation costs shape the evolution of cooperation among agents

A new preprint on arXiv examines how cooperation emerges in systems made up of many interacting agents. The authors note that earlier evolutionary game theory work typically separates social interactions from the physical costs of behavior, and their approach links the two. The study uses artificial life style simulations to trace how cooperative strategies and computational demands influence each other over time.

papersSEP 12 04:00 UTC

Gated-Memory Routing Method Aims to Improve Multi-Agent LLM Collaboration

A new arXiv paper proposes a gated-memory routing approach for orchestrating large language model multi-agent systems. The method is designed to adapt how agents are configured and coordinated as the collaboration state changes during complex reasoning tasks. It targets more efficient collaboration between agents rather than fixed orchestration schemes.

papersSEP 12 04:00 UTC

Bayesian Backward Reasoning Proposed as Label-Free Anchor for Multi-Agent Decisions

A new arXiv preprint examines how the way conflicting answers are resolved among multiple LLM agents determines whether their diversity improves results or simply reinforces shared mistakes. The author proposes using Bayesian backward reasoning as a label-free anchor for aggregating agent outputs, positioning it against existing approaches such as voting and electoral rules. The provided abstract is truncated, so experimental results and comparisons are not yet visible.

papersSEP 12 04:00 UTC

Lightweight Multi-Agent Framework Automates Reinforced Concrete Barrier Design

A new arXiv paper presents a lightweight multi-agent framework aimed at automating the design of reinforced concrete highway barriers, a task where safety and regulatory compliance are critical. The work targets provisions such as the AASHTO LRFD Bridge Design Specifications, which currently shape conventional engineering practice. The authors position the approach as a way to streamline a design process that is still largely manual.

papersSEP 12 04:00 UTC

DRG-MAPPO: Hierarchical Role-Graph Multi-Agent RL for Cooperative Air Combat

A new arXiv paper introduces DRG-MAPPO, a hierarchical multi-agent reinforcement learning method that builds dynamic role graphs to improve tactical coordination among cooperating agents. The authors apply it to cooperative air combat scenarios, where multiple autonomous units must make complex decisions together. The work targets better coordination and role assignment than prior MARL approaches in this domain.

papersSEP 12 04:00 UTC

ORCH Framework Applies Organizational Principles to Multi-Agent Embodied AI

A new arXiv paper argues that collective intelligence in artificial multi-agent systems depends on how agents are organized, not just on individual capabilities. The authors note that most such systems rely on fixed organizational structures even when operating in physical environments, and propose the ORCH framework to organize embodied agents more adaptively.