Benchmarking Open-Ended Multi-Agent Coordination in Language Agents
This paper introduces *alem*, a JAX-based benchmark for evaluating open-ended multi-agent coordination in long-horizon survival tasks, revealing that while frontier LLMs excel at individual tasks, they struggle significantly with coordination—a distinct bottleneck where communication proves critical and performance varies widely across models.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine a group of explorers trying to survive in a vast, ever-changing wilderness. They need to chop wood, mine stone, build shelters, and fight monsters. But here's the catch: they can't just do these things alone. Sometimes, they need to chop a tree at the exact same moment to make it fall. Other times, one person must start digging a hole, and another must finish it within a few seconds, or the hole collapses.
This paper introduces a new "training ground" called ALEM (which means "world" in Amharic) to test how well AI agents can work together in this kind of chaotic, long-term survival game.
The Problem: Solo Stars vs. Team Players
Until now, most tests for AI have been like solo video games. They ask, "Can this AI solve a puzzle?" or "Can it navigate a maze?" But in the real world, AI will need to work in teams. The authors noticed that existing tests for teamwork were too simple: they were short, the rules were fixed, or the team members didn't have to talk to each other much.
They wanted to see if modern AI (Large Language Models, or LLMs) could handle long-term coordination. Can they remember a plan made 50 steps ago? Can they talk to a teammate to say, "I'll go left, you go right"? Can they adapt when the situation changes?
The Solution: ALEM (The Survival Simulator)
The authors built ALEM, a digital world based on a game called Craftax. Think of it as a high-tech version of Minecraft or Terraria, but with a twist:
- Procedural Generation: Every time the game starts, the map and the specific teamwork challenges are randomly generated. This stops the AI from just "memorizing" the answers.
- The "Coordination Spectrum": The game has a dial that controls how hard teamwork is.
- Easy: You can work alone mostly.
- Medium: You need to pass tools to each other (like handing a hammer to someone building a wall).
- Hard: You must act in perfect unison, like a synchronized swimming team, or the task fails.
- Soft Specialization: In this world, anyone can do any job, but if you aren't the "specialist" for that job, you might fail. This forces the team to figure out who should do what on the fly.
The Experiment: 13 AI Agents vs. The World
The researchers put 13 different modern AI models into this world. They didn't teach them how to play; they just dropped them in (this is called "zero-shot"). They also trained some "robot" agents (using standard reinforcement learning) to act as a benchmark for what is possible.
The Results were surprising:
- The AI Struggled: On average, the AI agents only achieved about 6% of the possible score. They were far from solving the game.
- Being Smart Alone Doesn't Mean Being Smart Together: Some AI models were great at doing solo tasks (like gathering wood) but terrible at coordinating. One model, GPT-5.4, was very good at basic tasks but failed miserably when it needed to sync up with teammates. Another model, Gemini-3.1, was much better at teamwork, even beating some of the trained robot agents in the hardest scenarios.
- Size Isn't Everything: Bigger AI models (with more "brain power") didn't necessarily work better as a team. Sometimes a smaller model coordinated better than a giant one.
The "Why": What Makes Teamwork Hard?
The researchers took apart the AI agents to see what was causing the failures. They found three main ingredients:
- Communication is King: When they turned off the ability for agents to talk to each other, their teamwork scores crashed. The AI agents were using chat to say things like, "I'm going to the tree, you wait here," or "Give me wood." Without this, they were just guessing.
- Memory is for Planning: The AI had a "scratchpad" (a private notepad). The best performers used this notepad to write down future plans (e.g., "Step 1: Mine stone. Step 2: Build furnace"). The weaker models just used the notepad to repeat what they saw right now, which didn't help them plan ahead.
- Reasoning Helps: When the AI was forced to "think" before acting, it did better at both solo tasks and teamwork.
The "Mixed Team" Surprise
The researchers also tried mixing different AI models in one team (e.g., a Gemini agent working with a GPT agent). They expected the team to be as good as the smartest member. Instead, the team performed at the average of the two. It turns out, having a super-smart teammate doesn't help if the other teammate doesn't understand the plan or the communication style.
The Bottom Line
This paper shows that coordination is a unique skill that current AI hasn't mastered yet. Just because an AI is good at answering questions or solving puzzles alone doesn't mean it can work in a team.
ALEM provides a controlled way to measure this specific "teamwork bottleneck." It shows that to build AI that can truly work with humans or other AIs in the real world, we need to focus less on just making them smarter at solo tasks and more on teaching them how to communicate, plan together, and trust each other.
The code for this "survival simulator" is now open for other researchers to use and improve upon.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.