World Model Bench Tests if AI Can Think Not Just See

Large blue floating translucent brain with ring around it

World Model Bench is a new benchmark that tests whether AI world models can actually think about a scene rather than just generate smooth video. It measures cognitive intelligence through 100 different scenarios where the model must predict danger, remember obstacles, and respond appropriately to threats.

The benchmark was created by the FINAL-Bench team to address a gap in current evaluation methods, which focus on visual quality rather than decision-making ability. Developers and researchers can use it to evaluate any model with an API, since all testing happens through simple text-based JSON input and output.

Testing real intelligence in world models

  • Tests three core pillars: perception, cognition, and embodiment across 100 scenarios
  • Evaluates threat prediction, emotional escalation, and memory usage
  • Uses simple JSON input/output — no 3D engine or special hardware required
  • Any model with an API can participate in the benchmark
  • Includes a 1,000-point scoring scale with letter grades from F to S

Game developers and AI researchers working on embodied agents or world models can use this benchmark to measure how well their systems understand situations. Instead of just checking if video output looks realistic, the benchmark asks whether the model knows to sprint when a beast charges or walk when meeting a friendly human.

Building a better way to measure AI thinking

The FINAL-Bench team created this benchmark because existing metrics like FID and FVD only measure surface-level qualities. As they explain,

'FID measures realism. FVD measures smoothness. But neither tells you whether the model understood the scene.'

Their approach asks cognitive questions such as whether a model knows to sprint rather than walk when a beast charges from three meters away.

The team has already tested their own PROMETHEUS reference implementation, which scored 726 out of 1,000 points for a Grade B rating. They welcome submissions from other teams and have made the scoring engine fully open for anyone to examine.

Get World Model Bench on Hugging Face.