Wargaming¶
Core Idea¶
Wargaming is the structured rehearsal of a plan against an adversary that adapts, played in turns so move and counter-move surface assumptions the plan did not know it held. The central move is to substitute an adaptive agent for a probability distribution — where Monte Carlo rolls dice, a wargame rolls another mind — and its output is exposed assumptions, not a forecast.
How would you explain it like I'm…
Practice Against a Sneaky Friend
The Back-and-Forth Test
Rolling Another Mind
Broad Use¶
- Military doctrine: from the Prussian Kriegsspiel to modern campaign-level and tactical exercises.
- Cybersecurity: red-team/blue-team and purple-team engagements and tabletop incident-response drills.
- Policy and diplomacy: crisis simulations, Track II exercises, and sanctions tabletops.
- Financial regulation: stress-testing scenarios where the adversarial element is a hostile market regime.
- Negotiation training: devil's-advocate role-play against a sparring partner who attacks the deal.
- Product strategy and software resilience: "kill the product" pre-mortems; chaos engineering where the chaos is the adaptive red.
Clarity¶
Names a distinct mode of plan-evaluation — interactive, adversarially adaptive rehearsal — that neither static analysis nor first-contact-with-reality can substitute for, and insists the output is exposed assumptions, not "the model says we win."
Manages Complexity¶
Collapses "how do we test this against a thinking opponent?" into a few well-understood knobs — red fidelity, adjudication style, number of turns, what to measure, fog of war — each with documented trade-offs.
Abstract Reasoning¶
Forces a model of an agent with its own objectives and sequential thinking to the third and fourth turns, and yields a decision rule: wargame when the binding uncertainty is strategic, use Monte Carlo when it is parametric.
Knowledge Transfer¶
- Military to cyber: tabletop exercises borrowed almost their entire format — move lists, injects, after-action templates — from military exercises.
- Cyber to public health: pandemic-preparedness exercises later borrowed from cyber tabletops.
- Across domains: "fog of war" becomes "incomplete incident visibility"; "red flexibility" becomes "patient case-mix variance"; the after-action review is one artefact everywhere.
Example¶
A hospital wargaming a multi-day ransomware event, with red instructed to exfiltrate before encrypting, surfaces by turn three that the paper downtime procedures assume a printer network the compromised domain controllers have taken down — an assumption a static walk-through never reaches.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Wargaming is a kind of, typical Foresight — Wargaming is a foresight method — disciplined anticipation of plural futures via adaptive move/counter-move rehearsal. A specialization of foresight whose distinctive move is substituting an adaptive agent for a probability distribution. Owner may prefer no hard parent for a framed practice.
Children (1) — more specific cases that build on this
- Red Teaming In Strategy decompose Wargaming — The red cell (adaptive adversary role) is one load-bearing COMPONENT of the wargaming apparatus; the file: 'red-teaming is the adversary role; wargaming is the full apparatus.' red_teaming_in_strategy is a candidate.
Path to root: Wargaming → Foresight
Not to Be Confused With¶
- Wargaming is not Scenario Planning because scenario planning pressure-tests a plan against fixed plausible futures, whereas wargaming threads an adaptive adversary so the future responds to your moves.
- Wargaming is not Monte Carlo Simulation because Monte Carlo samples from a fixed distribution and yields a probability, whereas wargaming applies when the adversary's distribution depends on your choice and yields exposed assumptions.
- Wargaming is not Competition because competition is contest for a real stake, whereas wargaming is rehearsal whose stake is fictitious and whose point is to break the plan instructively.