Gunboat Diplomacy and Diplodocus — The Planner Without the Mouth

Meta AI’s Diplodocus plays Gunboat Diplomacy — the variant with no text communication — and beat every human in Meta’s 2022 Speedboat Tournament. Because Gunboat strips the language layer entirely, Diplodocus’s win is the cleanest available demonstration that strategic and social reasoning can live fully in a planner with no language model at all. Moves become costly signals; the planner learns the signaling grammar; the AI coordinates, allies, and stabs without saying a word.

Source: DiploStrats, “Diplodocus — The AI That Conquered Gunboat Diplomacy” — YouTubeTranscript. Paper: arXiv 2210.05492 (Bakhtin et al., Meta AI, 2022).

Links: Planner-LM Composites (Diplodocus is the sharpest thesis-confirming case), CaptainMeme vs. 6 Cicero (Press Diplomacy) (the LM-on companion case — same architecture with full language layer), Diplomacy: 7 AI Models (LLMs at standard Diplomacy; complementary case), LLM Agents Across Strategic Games, The Multiplayer Coalition Problem, The Nash Bargaining Problem, LLM Grounding Problem


What Gunboat Diplomacy is

Gunboat Diplomacy is standard Diplomacy with one rule change: players cannot talk to each other. No chat, no private messages, no public announcements. The game mechanics are otherwise identical — seven players, the same map, the same supply centers, the same unit types, the same simultaneous-move resolution.

The surface reading is that removing talk removes the heart of the game. The actual effect is the opposite — it reveals that most of the game’s strategic content was already being carried by the move structure, and language was an amplifier rather than the substrate.

Good Gunboat players use orders and moves to communicate:

The signaling grammar is conventional but robust, and experienced Gunboat players converge on it. A competent Gunboat agent has to read it, emit into it, and adapt when opponents use it unconventionally.

Meta’s Speedboat Tournament and Diplodocus

In early 2022, Meta AI ran a Gunboat tournament pitting human Diplomacy players against several AI variants — Dora, BR-bots, and two variants of a new AI called Diplodocus (High and Low). DiploStrats (the video’s creator, an expert tournament player) finished as the highest-scoring human. He did not win.

Final ELO standings (per Meta’s paper):

  1. Diplodocus High
  2. A human player
  3. Diplodocus Low

DiploStrats estimates he was around fifth in this ranking. By tournament score, the two Diplodocus variants placed first and third with DiploStrats second; by ELO the ranking above held.

Dora and BR-bots were weaker — Dora in particular failed at a specific kind of human-legibility (it signaled alliance by supporting into another player’s home centers, a move other Dora instances recognized but humans interpreted as either attack or surrender, and responded by destroying Dora). Diplodocus fixed this.

DiploStrats’s “Five Keys of Gunboat AI”

The video’s organizing framework — a qualified expert naming what a Gunboat AI has to do:

  1. Tactics. Solid one-versus-one positional play, approximately at the level of strong human players.
  2. Cooperation. Coordinate moves with an aligned player — predict what they’re doing, issue supports that are likely to match their actions, push fronts forward together.
  3. Signaling / persuasion. Communicate intent through moves in a way human players will interpret correctly, and recognize when a signaling pitch is likely to be accepted versus wasted.
  4. Self-interest. Know when to stab. An alliance that keeps the AI in second place going into the endgame is a mistake; the AI has to reassess continuously and switch sides when switching is optimal.
  5. Imitation. Appear human. If the AI is identifiable — whether by excessive aggression (Diplodocus Low’s failure), unusual signaling (Dora’s failure), or any stable machine-distinct pattern — human players gang up on it and destroy it. Being superhuman is a tactical liability unless the AI also blends in.

Diplodocus Low hit keys 1-4 and failed key 5 (too stabby, too many fronts, identifiable). Diplodocus High hit all five. DiploStrats explicitly credits key 5 as the step he did not expect any AI to clear.

The Denmark Disband — costly signaling in pure form

The single sharpest moment in the video, narrated in Game 117.

DiploStrats (playing England) is in alliance with Diplodocus (Germany). The alliance has frayed; DiploStrats has abandoned his home centers to contest Scandinavia, deliberately making France disproportionately strong to force Germany to choose sides. Germany attacks him, then has a retreat decision for a unit at Denmark.

Two retreat options are tactically advantageous:

Diplodocus takes neither. It disbands the unit. Forgoes both retreats and plays a unit down.

DiploStrats reads this as follows: the AI had no way to make its alliance intent clearer through available moves, so it spent a unit to send the signal. The unit loss IS the signal. Nothing else about the retreat options made sense — no center was about to be recaptured, no build was coming to replace it. The disband was a deliberate costly act whose only function was communication.

This is Spence (1973) signaling theory in its purest game-theoretic form: actions that cannot be cheaply faked reveal information that speech cannot. Text can be lied about at zero cost. A disbanded unit cannot. The AI figured out that in a medium where no cheap-talk channel exists, the costly-signal channel is the only way to communicate — and used it at a precisely optimal moment.

DiploStrats: “This was the move that shocked me… the AI deliberately took a drastic action in weakening itself specifically to convey its alliance intention to me, and in doing so successfully convinced me to side with it.”

Why Gunboat is the sharpest test of the planner-LM composite thesis

The Planner-LM Composites thesis argues that strategic and social reasoning live in the planner, not the language model, and that bare LLMs don’t meet the bar for agency because they lack the planner. Cicero (the standard-Diplomacy version) is evidence for this but partial — Cicero has both a planner and a language model, and you can argue about which component does the real work.

Gunboat removes the language model entirely. Diplodocus has no LM component. It communicates only through moves. And it won. That upgrades the thesis from “Cicero suggests” to “Gunboat demonstrates”:

The imitation requirement (key 5) adds a subtle point: the planner has to model the interpretive expectations of the opponents. Diplodocus had to appear human to avoid being ganged up on. This is theory-of-mind operating at the planner layer without any language involvement. The planner isn’t just computing optimal moves; it’s computing moves that will be interpreted in a specific way by a specific kind of observer. That’s a cognitive capability we usually associate with language-and-social-cognition being coupled. Gunboat shows they can be decoupled.

Costly signaling vs. cheap talk — the analytical frame

Classical game theory distinguishes:

Diplomacy supports in standard play are already costly signals (units committed). Gunboat is the pure case — only costly signals exist, no cheap talk channel at all. The game becomes a signaling-only coordination problem, and the planner has to master the signaling grammar to win.

Three implications:

  1. Credibility is structural in costly-signal channels. A player in standard Diplomacy can say “I promise to support you” and lie. In Gunboat, they can only do the support, and the doing is the promise. The credibility is guaranteed by the channel, not by the speaker’s honesty.
  2. Cheap-talk channels carry the risk of degradation. Once a cheap-talk channel exists, players must model each others’ honesty; the channel’s information content is a function of that honesty modeling. Removing the cheap channel removes the honesty-modeling burden and compresses communication into the act-as-signal form.
  3. LLM trading-game failures have a costly-signaling diagnosis. The Catan LLM failures include “rhetorical contagion” — claims propagate through the language channel without verification. In a costly-signaling channel this wouldn’t happen, because claims couldn’t be cheaply uttered in the first place. The planner-LM composite architecture has to manage this: cheap-talk channels are useful but require verification against costly-signal reality. Bare LLMs don’t do the verification; composites can.

What remains open

This is one expert’s analysis of a tournament played two years before the current moment, via two narrated games. The thesis this page argues for is strong but the evidence base could use more:

Connection to the vault’s other threads

Tags

game-ai, games, ai, agents, game-theory