Urgent.News

What's breaking now, across thousands of outlets.

AI

Compression Is Understanding: Two July Papers That Prove AI Gets Smarter by Compressing Physics

Compression Is Understanding: Two July Papers That Prove AI Gets Smarter by Compressing Physics There's a thesis I keep coming back to: AI doesn't understand by accumulating information — it understands by compressing it. A model that can reconstruct a concept from fewer bits has, in a real sense, captured its structure. Compression forces you to find what matters and discard what doesn't. July…

Two recent papers suggest artificial intelligence achieves greater intelligence by compressing physics.

The first paper, PhiZero from the Chinese Academy of Sciences, builds a world model around what they call a "physical language." It predicts what happens next in a video using a compact discrete vocabulary of physical language tokens. This reduces the 44,800 visual tokens of a 33-frame, 4-second clip to just 256 tokens, a 175x reduction.

A reasoning component then predicts the next token sequence, allowing the model to reason about the world's evolution in compressed form. The compressed tokens can be re-rendered with different appearances, transferred across different embodiments, and moved from simulation to real-world visuals.

The second paper comes from Zhang Hongliang, a researcher at Fudan University recognized by MIT's TR35 in 2026. He applies AI to predict the safety margins, structural integrity, and service life of structural materials for next-generation advanced nuclear reactors. By learning to compress the mechanisms of irradiation-induced interface evolution at the micro/nano scale, Zhang can predict decades of material behavior computationally instead of waiting for decades of heavy testing. Like PhiZero, Zhang compresses the relevant information while discarding what doesn't matter.

Both papers share a common structure: identify the expensive thing to compute (pixels or decades of irradiation damage), find what truly drives the state transitions (motion, contact, interaction or microstructural evolution), and compress that essential information. The discarded elements are appearance, lighting, and brute-force physics simulation. The payoff is dramatically reduced token counts, transferable across embodiments, and predictions without waiting for expensive real-world testing.

Within the realm of embodied AI, PhiZero's compressed world model directly aligns with the need for robots to understand physics before acting. Cross-embodiment transfer solves the data scarcity problem by allowing a robot to plan manipulation, locomotion, and interaction based on a compressed state-transition structure. The model-based RL theory that PhiZero exemplifies is precisely the focus of Berkeley's CS 285 lectures.

The discrete symbolic space of physical-language tokens is also more verifiable, with conservation laws, contact constraints, and causality that can be checked against the tokens.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

I Built My AI Team a Blackboard — How to Stop Parallel Claude Sessions From Colliding

Series: Indie Dev Notes · T12 In the last post (T11) , I said I'd turned my AI into a team and promoted myself from employee to CEO.

  • Author's AI team faced conflicts between parallel Claude Code sessions.
  • Developed shared blackboard in markdown file to track progress and prevent collisions.
  • Claude Code's Agent Teams feature offers similar functionality, validating the author's solution.

A Practical Guide to Adding Nano Banana Image Tools to Claude Desktop, VS Code, and Cursor

If your coding assistant can already read files, run commands, and reason about a project, the next useful step is often visual: generating mockups, editing product shots, or iterating on image assets…

  • Nano Banana MCP enables AI clients to call external image tools within IDEs.
  • Installation involves pip or cloning GitHub repository for server setup.
  • Workflow includes generating images, editing, and checking task status.

More from Monday 10 August →