返回新闻
创新AI Understanding 简报

FM-Bench tests whether AI agents can manage a football club for 20 years

A new arXiv benchmark places 15 language-model agents in a 20-year football-management simulation, testing whether they can make consistent decisions when short-term choices affect long-term outcomes.

5 min readRead the primary source
Source-provided image accompanying FM-Bench tests whether AI agents can manage a football club for 20 years
主要来源文件来源记录
出版商
arxiv.org
来源链接
arxiv.orghttps://arxiv.org/abs/2608.18423
来源类型
主要文件——我们直接阅读的官方公告、文件、文件或第一方页面。
背景60 秒内了解这一点

从这里开始

关键术语

大语言模型(LLM)
在海量文本语料库上训练来生成和分析文本的语言模型。
内存(代理内存)
AI 代理跨步骤或会话使用存储的上下文来提高连续性。
Prompt Engineering
设计提示以提高输出质量、可靠性和可控性。
测试一下自己AI 代理测验

发生了什么

Researchers introduced FM-Bench, a benchmark in which language-model agents manage a football club through 20 in-game years. The authors report that the benchmark evaluates 15 frontier models in solo and shared-world competitions, with a deterministic engine producing the final scores rather than an AI judge or human rater.

The supplied primary source is an arXiv page for a paper submitted on Aug. 19, 2026. The authors describe FM-Bench, or Football Management Benchmark, as an evaluation of long-horizon management by language-model agents. Each agent runs a club for 20 in-game years and makes roughly 340 to 400 decisions through 26 tools. The task includes drafting a squad, trading players, negotiating contracts, investing in facilities and youth development, setting lineups, and responding to a board that can dismiss the manager.

The benchmark has two reported tracks. In the solo track, each of 15 frontier models plays against a frozen scripted world. In the Arena, the same models and a scripted anchor compete in one shared 20-year world. The source says all models completed every horizon across three seeds, while blind scripted baselines failed to complete most of theirs. A deterministic game engine accumulates decisions into one final score, so the evaluation does not rely on an LLM judge or a human rater.

The authors report that claude-fable-5 ranked first on the solo leaderboard by mean score and also led the Arena, although the title rotated among ten models. They say rankings settled only late in the simulated horizon, and that the best first-play human participant placed at the bottom of the model leaderboard. The paper identifies six behavioral capabilities behind the overall score. According to the abstract, stronger performers reduced slow-payoff investment near the end, kept cash invested instead of idle, and began contract renewals well before deadlines.

The source also reports several weaknesses. The tested models did not learn hidden market prices despite hundreds of rejected bids. Self-managed memory failed in two opposing ways: some systems accumulated an ever-growing archive, while others rewrote their plans every season. The supplied source does not give the individual scores, full model list, game-engine details, prompt and tool specifications, or the statistical spread across seeds. It identifies the paper as an arXiv preprint; the supplied page does not establish independent peer review.

来源详情: arxiv.org

为什么这很重要

The study targets a gap in current agent evaluations: whether systems can maintain effective decision-making across hundreds of linked choices. Its results suggest that long-horizon performance may depend more on managerial behavior—such as timing investments, managing cash, and renewing contracts—than on model scale, price, or token use. The evidence remains limited to the benchmark's simulated football environment and the authors' reported experiments.

FM-Bench addresses a practical limitation in many agent tests: bounded tasks can be completed one at a time, but a long sequence of choices can make early mistakes expensive and later decisions dependent on earlier ones. A 20-year simulation with hundreds of decision points creates a way to inspect those cumulative effects. The source's central claim is not that agents can manage real clubs, but that their ability to sustain coherent strategy can be measured more directly than in short, isolated tasks.

The reported results point toward behavior as an important source of performance differences. The authors say neither model scale, price, vendor, nor token spending predicted the ordering, while choices about investment timing, cash use, and contract renewals did. If reproduced, that finding would complicate the assumption that more computation or more generated text automatically produces better long-horizon control. It could also encourage developers and evaluators to measure planning discipline, deadline management, resource allocation, and memory use separately from a single end score.

The benchmark's strongest public value is its evaluation design. A deterministic engine can make outcomes more repeatable than subjective judging, and the shared Arena makes agents interact with the same evolving conditions rather than playing entirely separate games. Still, the evidence is bounded. Football management has a particular set of rules, incentives, and abstractions, and success in that environment does not independently demonstrate reliability in healthcare, finance, administration, or other high-consequence work. The supplied material contains no independent replication or real-world deployment evidence.

Interactive Mechanism

互动机制:它实际上是如何运作的

以交互方式探索这一发展背后的基础技术。

Agent Lifecycle Stage:
1
User Intent & Planning: "Audit customer refund request #4092 and settle payment."
2
Tool Calling: Emits structured JSON call crm_get_transaction(id='4092').
3
Guardrail & Verification:🛡️ Paused: High-value action requires human operator sign-off.
4
Final Settlement: Refund recorded, email receipt dispatched, and audit log stored.
Core takeaway: An AI agent is not just a language model—it is a closed loop of planning, tool invocation, and environment feedback. Production systems require self-healing retries and strict human approval guardrails.
交互式概念检查+10 Points
AI Agents Quiz

What most distinguishes an AI agent from a basic chatbot?

接下来看什么

The main questions are whether FM-Bench can be independently reproduced, whether its rankings persist under different seeds and environments, and whether the measured behaviors transfer to real work. The supplied source does not provide detailed scores, model configurations, scoring rules, or evidence that the findings have been peer reviewed.

Reproducibility is the first test. The source says code is available, but the supplied text does not provide a repository, benchmark license, or enough implementation detail to reproduce the result. Readers should look for the complete scoring function, environment rules, tool definitions, prompts, model versions, sampling settings, seed-level results, and exact Arena protocol. Those details matter because small changes to the simulated market, board behavior, or budget constraints could alter the ranking.

The model leaderboard should also be treated as provisional. The abstract names claude-fable-5 as the top model but does not identify all 15 systems, report score margins, or explain how models were selected and accessed. It is therefore unknown whether the ordering reflects durable capabilities, , tool-use differences, model availability at the time of testing, or random variation. The claim that the title rotated among ten models suggests meaningful instability, but the supplied source does not quantify that instability.

A broader research question is whether the six reported behaviors generalize beyond football. Follow-up tests could vary the game, introduce different market structures, add adversarial or unexpected events, compare memory systems under controlled conditions, and use more human participants. The source also leaves open whether models can learn hidden prices with better feedback, whether end-of-horizon strategies are rational under the benchmark's incentives, and how much the scripted world shapes the outcome. Until those questions are answered, FM-Bench is evidence about a demanding simulation, not proof of general-purpose managerial competence.

相关指南和测验

人工智能代理人工智能模型解释人工智能培训AI 的未来测试你所知道的——尝试免费的人工智能测验在我们的词汇表中查找人工智能术语
觉得这有用吗?