ARTFEED — Contemporary Art Intelligence

Persistent Computational State: A Session-Centric Runtime for Generative World Models

ai-technology · 2026-07-27

A new paper on arXiv challenges the prevailing view that current video world models fail as simulators due to architectural or training deficiencies. The authors demonstrate that the real issue lies in request-centric serving, which discards runtime state. By snapshotting and restoring the runtime state—including observations, RNG state, memory banks, or windowed KV context—they achieve byte-identical continuations after excursions. This shows that the capability was never missing; it was simply discarded by the serving infrastructure. The paper defines Persistent Computational State as a session-centric runtime that preserves the non-recomputable kernel of world-model state, enabling genuine backtracking and forking. The work has implications for generative world models used in planning and simulation.

Key facts

  • arXiv:2607.21686v1
  • Generative world models are increasingly used as simulators
  • Recent benchmarks claim current video world models fail as simulators
  • Failure was attributed to model architecture and training objectives
  • Authors show attribution is incomplete and for some models wrong
  • Snapshotting runtime state (observation, RNG, memory, KV context) enables byte-identical continuation
  • Request-centric serving discards runtime state, inherited from language-model serving
  • World-model state carries a non-recomputable kernel
  • Paper defines Persistent Computational State as a session-centric runtime

Entities

Institutions

  • arXiv

Sources