Foreword: When "Sora-style hallucination" meets real gravity
Between 2024 and 2025, the world was stunned by a series of impressive video generation models. Watching coffee swirl in a cup or pedestrians stroll through Tokyo, a "world simulator" seemed within reach.
However, when these models were plugged into the "brain" of robotic arms, a large-scale failure occurred. The world inside the robot's mind was often bizarre: objects vanish into thin air, gravity suddenly reverses, and energy inexplicably explodes. This "physical drift" is the Achilles' heel of all purely data-driven models — they understand pixels, but not the laws behind them.
On May 1, 2026, Sen Cui and Jingheng Ma published a pivotal paper on arXiv: "Physically Native World Models: A Hamiltonian Perspective on Generative World Modeling" (arXiv:2605.00412). They argue that building a true digital twin brain requires returning to the origin of physics: Hamiltonian Mechanics.
1. Hamiltonian World Models (HWM): Engraving Newton's laws into latent space
Traditional AI world models grope in the dark, trying to "intuit" physics from massive video datasets. HWM instead hands the AI a physics manual.
> Note: The Hamiltonian (H) > In classical physics, the Hamiltonian represents the total energy of a system. If the AI learns a Hamiltonian function consistent with energy conservation, its predicted world won't exhibit absurd scenarios like perpetual motion or sudden disappearance.
HWM upgrades the traditional "latent space" into a physically grounded "latent phase space." Here, every state is no longer an isolated point but a precise pairing of twin variables:
- q (generalized coordinates): where is the object?
- p (generalized momentum): where is it going?
2. Control, dissipation, and residuals: Taming idealized physics
The real world is imperfect. With only ideal energy conservation, robots cannot simulate friction or motor output. HWM's brilliance lies in three correction terms:
Control
A control matrix explicitly injects robot actions into phase space. The AI can not only "see" the world but also predict "where will the ball roll if I push it."Dissipation
It models real-world energy loss:> Note: Dissipation Term (D) > It captures forces like friction and air resistance that gradually dissipate energy. Without it, the AI's simulated pendulum would swing forever.
Residual
This is the "compromise" between AI and physics. For extremely complex forces that are hard to define with formulas (e.g., microscopic deformation during collisions), the model uses a neural network's generalization capability to fill the gaps.3. A leap in data efficiency: AI learns no longer blindly
In robotic experiments, HWM demonstrated a dominant advantage:
| Dimension | Traditional VAE/Transformer world models | HWM (physically native) | | :--- | :--- | :--- | | Data efficiency | Hundreds of thousands of interactions | Converges with only thousands 🚀 | | Long-horizon prediction | Collapses after ~10 steps | Stable rollouts beyond 100 steps 🛡️ | | Interpretability | Latent variables are black boxes | q and p have clear physical meaning 🔍 |
Because HWM has physical laws built in, it doesn't need to learn "balls fall down = gravity" from scratch. It only needs a small amount of data to align parameters, then can precisely simulate complex dynamics in its "mind."
4. Conclusion: The physical foundation toward AGI
I have always firmly believed: true intelligence must be anchored in the real physical world.
BrainDyn lets us see the continuity of brain dynamics, while HWM provides the solid skeleton needed to build "silicon-based life." When we stop piecing together the world from pixels and instead understand all things through energy and momentum, we cross the deepest chasm named "reality" on the road to AGI.
References
1. arXiv:2605.00412: *Physically Native World Models: A Hamiltonian Perspective on Generative World Modeling* (2026). 2. Hamiltonian Neural Networks: *Greydanus et al., Hamiltonian Neural Networks (NeurIPS 2019 Heritage)*. 3. Symplectic ODE Solvers: *Symplectic Integration for Generative Modeling in Robotics (2025 Archive)*. 4. Generative World Models: *Ha & Schmidhuber, World Models (2018/2026 Evolution)*. 5. Robot Learning Frameworks: *Data Efficiency in Model-Based Reinforcement Learning*.
---
*Topic Metadata: arXiv:2605.00412 | Hamiltonian World Models | Physically Native AI | Generative Modeling*