AI & Computational Science

FM-Bench: A Benchmark for Long-Horizon Management with Competing Agents

How the science connects

Artificial intelli…Decision-makingBenchmarking

AI Insight

FM-Bench is a new benchmark that tests whether AI language models can maintain effective decision-making over extended time periods by having them manage a simulated football club for 20 in-game years through hundreds of strategic decisions. Testing 15 frontier language models, researchers found that all models completed the full time horizon while scripted baselines typically failed, with success determined by strategic managerial behaviors like timing investments and contract renewals rather than computational power or model size. Notably, model performance varied unpredictably across vendors and price points, with rankings only stabilizing late in the simulation, and even the best human player scored below the models.


This benchmark addresses a critical gap in AI evaluation by measuring long-horizon decision-making where actions have cumulative consequences, moving beyond simple task completion. The findings suggest current language models can sustain strategic planning over extended periods, though they still fail to learn from repeated market interactions and struggle with memory management, highlighting key areas for improvement in autonomous AI agents.


⚠️ Preprint – Noch nicht peer-reviewed

Dieser Artikel wurde noch nicht von unabhängigen Experten begutachtet. Die Ergebnisse sind vorläufig und sollten mit Vorsicht interpretiert werden.

Abstract: Language model agents now execute bounded tasks reliably. Whether they can sustain effective decision-making over long horizons, where actions have cumulative consequences and the environment responds to their choices, remains largely unmeasured. FM-Bench (Football Management Benchmark) measures this. An LLM agent runs a football club for 20 in-game years through 26 tools and roughly 340 to 400 decision stops. It drafts a squad on the same budget as every rival, trades players, negotiates contracts, invests in facilities and youth, sets lineups, and answers to a board that can fire it, while a deterministic engine accumulates every year into one final score with no LLM judge or human rater. The solo track plays each of 15 frontier models against a frozen scripted world, and the Arena places the same models plus a scripted anchor in one shared 20-year world; to our knowledge, the first head-to-head evaluation at this scale. We measure six behavioral capabilities behind the score. Across three seeds, all 15 models complete every horizon while the blind scripted baselines die out in most of theirs, and claude-fable-5 tops the solo board on mean score and the Arena, where the title nonetheless rotates among ten models. Neither scale, price, nor vendor predicts the order; the order settles only late in the horizon, and the best first-play human lands only at the bottom of the model board. What separates the models is managerial behavior rather than computation. Higher-scoring models reduce slow-payoff investment near the end, keep cash invested rather than idle, and open renewals well before the deadline, while token spend predicts nothing. No model learns the market’s hidden prices from hundreds of rejected bids, and self-managed memory fails in two opposite modes: an archive that only grows or a plan rewritten every season. Code is available at https://github.com/Analogy-AI/fm-bench.

Source: FM-Bench: A Benchmark for Long-Horizon Management with Competing Agents