Why current world models like Sora keep failing at human

PromptCube Expert 1h ago 39 views 0 likes 2 min read

Physics alone isn't enough to build a truly intelligent agent. If you look at the current state of generative video or world modeling—think Sora or Google's Genie—they are essentially high-speed physics engines. They can simulate how a ball bounces or how water splashes with incredible visual fidelity, but they are completely blind to the "mental" dimension. They simulate the what, but they have zero concept of the why.

A recent research breakthrough is challenging this status quo by introducing a "Mental World Modeling" framework. The core argument is simple: if an AI doesn't account for human beliefs, intentions, or desires, it will eventually predict the wrong sequence of actions in any real-world scenario involving people.

The gap between physics and psychology

Most LLM agents and world models operate on a purely environmental loop. They observe a state, predict the next physical state, and move on. However, real-world interaction is a dual-track process. You aren't just navigating a room full of objects; you are navigating a room full of agents who have their own internal models of the world.

The new research suggests that by integrating mental variables—specifically beliefs and intentions—into the world model, the AI gains a massive advantage. It stops treating humans like moving obstacles and starts treating them like predictable, goal-oriented entities.

Small models winning with mental awareness

One of the most striking findings from this study is how it levels the playing field for smaller architectures. In a head-to-head comparison:

  • Model Type: Standard high-parameter world models
  • Focus: Physical simulation and visual consistency
  • Performance: High visual accuracy but poor social/intentional prediction
Why current world models like Sora keep failing at human

  • Model Type: Smaller, less powerful models using Mental World Modeling
  • Focus: Integrating belief states and human intention
  • Performance: Outperforms much larger models in predicting complex, human-centric action sequences

This is a massive hint for anyone working on prompt engineering or AI workflow design. It suggests that scaling parameters isn't the only way to achieve "intelligence." If we can bake a better understanding of mental states into the architecture, we can get smarter behavior out of much lighter, more efficient models.

The next technical hurdle

If this is the path forward, where is the bottleneck? The research identifies a massive difficulty in the joint prediction of physical and mental states.

In a standard simulation, you only have to solve for $S_{t+1}$ (the next physical state). In a mental world model, you have to solve for $S_{t+1}$ (physics) AND $B_{t+1}$ (the updated belief state of the human observer). Predicting how a physical action (like picking up a box) changes a human's belief (e.g., "he is moving my stuff") is a non-linear, incredibly complex problem that current LLM agents aren't quite equipped to handle seamlessly.

We are moving away from the era of "just simulate the pixels" and entering an era where the model must simulate the mind to actually function in our world.

SoraGenieMental World Modeling
A more systematic set of tool reviews lives in these AI tool field notes, with plenty of directly applicable cases.

All Replies (3)

L
Leo37 Novice 1h ago
true. they also lack any real understanding of causal intent, it's just pattern matching.
0 Reply
J
Jamie67 Novice 1h ago
Spot on. I noticed this same lack of intent when trying to prompt complex character interactions.
0 Reply
D
Drew36 Advanced 1h ago
Do you think adding a symbolic reasoning layer could fix the causal inconsistencies?
0 Reply

Write a Reply

Markdown supported