Large models have demonstrated the power of learning at scale. But it remains unclear whether the same scaling recipe can be transferred to the physical world without substantial changes.
When data follows a relatively unified structure and is available in sufficient quantity, predictive learning can produce remarkably general representations, generation, and reasoning. Any new approach to artificial intelligence has to begin by taking this achievement seriously.
An embodied agent, however, must operate in a world whose relevant experience cannot be exhaustively recorded in advance. It encounters continuous dynamics, contact, friction, mass, spatial relations, partial observability, action costs, and feedback from an environment that changes because the agent acts.
Research hypothesis. For physical intelligence, the next scaling mechanism may depend not only on larger models and more static data, but also on agents that actively identify and acquire the experience they need. Reinforcement learning, world models, physical AI, and large-model reasoning are possible tools for investigating this hypothesis—not assumptions about the final solution.
1. Why static-data scaling may be insufficient
The physical world contains combinatorial complexity across objects, geometry, materials, dynamics, contacts, tasks, and environmental conditions. Increasing the volume and quality of robot data is valuable and necessary, but high-quality interaction data is expensive to collect, and no fixed dataset can enumerate every situation an agent may encounter.
This creates a different scaling condition from language. In language modeling, much of the training material already exists as human-produced text. In physical intelligence, the most informative data may not exist until an agent performs a particular action in a particular state. The learning system is therefore not only a consumer of data; it can also become a mechanism for deciding which data should be produced next.
The important question is not whether physical intelligence needs large-scale data—it clearly does—but whether data accumulation alone can remain the dominant source of improvement. If the world cannot be covered by a static dataset, scaling may also require a procedure for discovering gaps, generating targeted experience, and updating the model repeatedly.
2. Learning stable structure instead of enumerating every case
One possible route is to learn and exploit relatively stable rules of the world. Here, “rules” do not mean a manually written list of symbolic statements. They refer to the mechanisms that determine how an environment evolves and how actions produce consequences: which states are reachable, which transitions are impossible, how contact changes motion, and which relationships remain valid across changes in context.
Even an environment function such as env.step can be viewed as a collection of rules that the agent does not yet understand. The agent does not necessarily need to recover explicit physical equations. It does, however, need representations that preserve the constraints and regularities required for prediction, planning, and control.
If a model can learn this stable structure while continuing to scale, it may not need to fit every possible combination of physical circumstances independently. The aim would be a model that combines the generalization benefits of large-scale learning with the constraints of the physical world.
3. A practical decomposition: Z, D, and T
“Learning a world model” is often too broad to guide concrete research. A useful starting point is to separate it into three questions:
- State (Z)
What representation preserves the information required for reasoning and control?
- Distance (D)
How should the model describe similarity, difference, reachability, and progress between states?
- Transition (T)
How should it represent the change produced by an action?
This can be summarized provisionally as “Z–D–T is all you need.” The phrase is deliberately compact; it is not a claim that the problem is solved by three modules. Its purpose is to turn a vague objective into components that can be studied, evaluated, and recombined.
The decomposition also exposes different failure modes. A model may have a visually rich representation but a poor notion of reachability. It may predict short-term transitions but fail to preserve task-relevant state. Or it may encode state and dynamics adequately while using a distance that provides no useful guidance for exploration or control.
4. Active exploration as a data-generation mechanism
“Active” here means more than selecting samples from a fixed pool for annotation. The stronger requirement is that an agent can determine what information is missing and interact with the environment to obtain it.
Suppose a world model violates a physical constraint, produces an unreliable prediction, or becomes uncertain in a particular region of state space. A passive learning system waits for someone to construct a better dataset. An active system searches for the weakness, designs interactions that isolate it, collects targeted experience, and updates the model.
A concrete loop might look like this:
- Define evaluations that test physical consistency, reachability, and action consequences—not only average prediction error.
- Use one or more agents to search for states in which the model violates these constraints or fails to predict reliably.
- Design and execute interactions around the discovered failure regions.
- Add the resulting experience to training and update the model.
- Repeat the process as the model’s boundary moves.
In this loop, data is no longer a resource prepared once before learning begins. It becomes an output of the learning system’s diagnosis of its own limitations.
This perspective may also connect active exploration with continual learning and self-improvement. An agent that can repeatedly locate its epistemic boundary and acquire the experience needed to move that boundary has a plausible mechanism for continued growth. The central difficulty is to make exploration informative without making it unsafe, physically expensive, or dominated by already familiar behavior.
5. From language reasoning to physical reasoning
Large language models can decompose problems, formulate hypotheses, organize intermediate reasoning, and revise conclusions. Extending these abilities to the physical world is harder than attaching a language model to a controller. Physical reasoning has to be executable, testable, and correctable by the environment.
Large-model reasoning→World-model prediction→Agent experiment→Physical feedback→Revised reasoning
In this loop, a large model proposes a physical hypothesis, an experimental procedure, and an expected result. A world model predicts possible outcomes and helps evaluate candidate actions. The agent performs the experiment in an environment. The observed result then supports, rejects, or modifies the original hypothesis.
The key question is whether reasoning structures formed in language and symbolic spaces can be translated into physical hypotheses that are both executable and falsifiable. If such a connection can be established, large-model reasoning would not merely describe the physical world. It would participate in a process through which the system actively tests and improves its understanding of that world.
6. A tentative scaling loop
The resulting picture is not a rejection of foundation models or data scaling. It is an attempt to extend them with an interaction-centered loop:
- A large model provides broad representations and reasoning priors.
- A world model captures state, reachability, and action-conditioned change.
- Evaluation exposes violations of physical structure and regions of uncertainty.
- Active agents generate targeted interactions in those regions.
- Environmental feedback updates both the world model and subsequent reasoning.
Scaling under this view has several dimensions: model capacity, prior data, learned structure, exploration efficiency, and the number and diversity of informative interactions. The agent improves not only by receiving more examples, but also by becoming better at deciding which experiences are worth acquiring.
7. What would make this hypothesis meaningful?
The proposal only becomes useful if it leads to tests that distinguish it from ordinary data collection. Relevant questions include:
- Can active collection improve physical consistency more efficiently than adding randomly sampled data?
- Can a Z–D–T decomposition identify failures hidden by average prediction metrics?
- Do actively discovered experiences transfer across tasks, objects, or environments?
- Can multiple agents expose complementary weaknesses rather than repeatedly finding the same failures?
- Can language-model hypotheses produce experiments whose feedback improves later physical reasoning?
- Does the resulting loop continue to improve after the original task distribution changes?
Negative results would also be informative. If targeted interaction offers little advantage over sufficiently diverse offline data, or if learned physical structure fails to transfer beyond narrow environments, then the proposed scaling path would need to be revised.
Closing thought
Large models have shown how much intelligence can emerge from learning over enormous datasets. The complex physical world, however, cannot be exhaustively captured by static data. A next stage of intelligence may therefore require agents that enter the world, recognize what they do not know, acquire the experience they need, learn relatively stable structure, and use feedback from action to revise themselves.
Active exploration may provide one route toward that goal. World models, reinforcement learning, and physical AI offer ways to test it. The more important commitment is methodological: the hypothesis should be evaluated through theory, algorithms, and systems that reveal whether machines can develop a scalable mechanism for active learning and self-improvement.
This is a working research hypothesis. Discuss the idea or return to the writing archive.