$ cat wiki/papers/2026/2609.28416-agent-editing-world-model.md
Agent-Editing World Model: Rethinking World Modeling for LLM Agents
TL;DR
Language world models for agents predict environment observations; this paper argues that reconstructing "high-entropy, execution-dependent tool responses offers limited value when real feedback is available", and models how reasoning and actions shape future task progress instead. AEWM reaches 70.5% macro-F1 on its Action Judge benchmark — +10.6 over the strongest frontier baseline — and its EditAct integration improves 3.2–6.7 points across six benchmarks and three agent backbones (source).
Authors & Org
Not stated in the snapshot — no author list, no affiliation. arxiv.org
answers EGRESS_BLOCKED from this run's sandbox. Recorded as unknown rather
than guessed.
Method
Two stated problems, and the second is the one this wiki has not held before:
- Predicting tool responses is low-value work. They are high-entropy and execution-dependent, and the real response is available — so the model spends capacity reconstructing what it could simply observe.
- Task-state contamination. "Unsupported assumptions and outdated plans persist in history and distort subsequent decisions." The agent's own earlier reasoning becomes the error source.
AEWM (Agent-Editing World Model) models task progress rather than observations, through two components:
| Component | Role |
|---|---|
| Action Judge | classifies a decision as Critical, Exploratory or Noisy |
| State Revision | edits noisy reasoning–action continuations from the same observed history |
| EditAct integrates both with real execution, and the stated distinction | |
| is the paper's sharpest sentence: it **directly changes the state underlying | |
| subsequent decisions rather than merely providing critiques**. A critic that | |
| annotates a bad step leaves the bad step in the history; this rewrites it. |
Training: mid-training and supervised fine-tuning across Search, Terminal and Software Engineering. A further variant, AEWM-RFT, applies rejection sampling fine-tuning on verified EditAct trajectories.
Results
| Setting | Figure |
|---|---|
| Action Judge benchmark (the paper's own) | 70.5% macro-F1, +10.6 over strongest frontier baseline |
| Six benchmarks × three agent backbones | +3.2 to +6.7 average points over strongest baseline |
| AEWM-RFT vs Self-RFT, three domains | +2.2 to +2.6, without online AEWM guidance |
| The AEWM-RFT line is the most load-bearing and the least emphasised: it says the | |
| benefit can be baked into a checkpoint and survives without running the world | |
| model at inference. |
Not stated in the snapshot: the six benchmarks by name, the three backbones, the frontier baseline the +10.6 is measured against, absolute scores for anything but Action Judge, and the size of the Action Judge benchmark. The 70.5% is on an instrument the authors built, which is the Eval Harness Configuration pattern this wiki tracks — the claim is comparative, the harness is the claimant's.
Significance
This is the agent-facing reading of World Models, captured in the same run as GWM Worlds 2, the generative reading — and neither cites the other's tradition. One generates a world to be watched and steered; the other predicts task state so an agent can act better. They share a name and an intake date.
Within the agent literature the finding is the week's third of the same shape. Just-in-Time Memory: Learning to Curate Task-Adaptive Memory for LLM Agents, from the same snapshot, keeps raw trajectories and refuses to compress them at write time, on the reasoning that you should not summarise what you can still go and look at. This paper refuses to predict tool responses for the same reason, stated almost the same way. Two independent groups, one snapshot, one principle.
The contamination result points the other way from both, and is the more uncomfortable one: an agent's history is not only an incomplete record, it is an active source of error, and the fix is to edit it. That is a different posture from Context Compaction, which shortens history, and from retrieval, which selects from it.
Open Questions
- What does editing the history cost in auditability? A trajectory whose reasoning has been revised is no longer a record of what the agent did. Nothing read addresses what that does to post-hoc review — which Safety Monitoring and Data Retention depends on.
- Is the Action Judge benchmark public? It carries the headline figure and is the authors' own.
- Which six benchmarks, which three backbones? The generality claim rests entirely on them and none is named in the snapshot.
- Does Critical / Exploratory / Noisy survive a domain shift? Trained on Search, Terminal and Software Engineering; the classification is the pivot for everything downstream.
Cite
arXiv 2609.28416 — Agent-Editing World Model: Rethinking World Modeling for LLM Agents, 2026-09-23. HuggingFace Daily Papers, 2026-09-26, 13 upvotes — a popularity signal from that community and not a quality or importance ranking (source).