← Field Notes

World Models · Jul 26 · 12 min read

What Are Enterprise World Models?

A world model carries a causal representation of a system and evolves it forward under the actions you take. Applied to an enterprise, that means state (the live configuration of the business), transitions (causal functions describing how actions change it), and an entity graph carrying the constraints the business obeys. The result supports three kinds of reasoning descriptive analytics can't: look forward, look sideways, and look backward to act forward.

By the Ergodic team
ShareXin

Three modes of reasoning descriptive analytics can't do: look forward (simulate from today's state), look sideways (compare actions), and look backward to act forward (from a target, find what must be true).

AI has hit a ceiling

Foundation models are extraordinary pattern-finders. Give them enough history and they'll surface relationships and compress the time from question to answer, with real gains to show for it: two-thirds of organisations report productivity improvements from AI.

The same research exposes the ceiling. Only 34% of organisations use AI to deeply transform how they work. Fewer than 10% have scaled agents to tangible value. Gartner expects over 40% of agentic AI projects to be cancelled by the end of 2027.

The reason isn't the data. It's architecture. The dominant approaches learn from the past and assume the future will repeat its patterns. Enterprise decisions turn on a different question entirely: what will happen if I take this action, in this specific situation, against these specific constraints? The first is a question about the past. The second is a question about cause and effect. No amount of additional historical data converts one into the other.

This is the ceiling world models are built to break.

The definition

A world model is a model that carries a causal representation of a system and can evolve it forward under the actions you take.

Two words in that sentence do the work. Causal means the representation captures how the system responds to intervention, what changes when you act, rather than what historically followed what. Forward means the model can be run: set a starting state, apply an action, and watch the consequences propagate.

A world model is composed of two parts.

State is the system's memory: a structured, continuously updated record of every entity, actor, and variable that matters right now. State captures the actual configuration of the system today rather than a historical snapshot.

Transitions are the relationships that carry the system from one state to the next. For every process there is a function between the inputs it receives and the outputs it produces. Transitions are encoded as functions because they describe how the system works rather than what it happened to produce. That's why they hold under conditions that have never occurred before.

Combine the two and you get the core capability: replay and predict the system. Start from any known state, apply the transitions forward, and watch the operation evolve. The guiding question is simple: given the state of my world today, and the actions I am taking, how will my world wake up tomorrow?

transition transition S₀ S₁ S₂ now next after that state = where the system is · transition = the rule that moves it on

A world model holds the state of a system and the transitions that move it forward, so it can replay one step after another instead of guessing an endpoint.

environment agent policy chooses an action world model state + transitions predicts what's next state action

The classic loop: the agent reads the state of its environment, a world model predicts what each action would lead to, and the agent picks the action, then the cycle repeats.

The world model family

Jürgen Schmidhuber coined the term in 1990. In the past few years it has become currency across robotics, gaming, video generation, and autonomous driving, and the shared commitments across all of these fields are real.

Simulation over extrapolation. A world model doesn't forecast by stretching a historical curve forward. It holds a representation of a system and runs it. Whether the system is a car on a road or a business under stress, the move is the same: model the world, then simulate it forward.

Learning loops that close against reality. World models improve the way reinforcement learning improves: act, observe the outcome, update. Predictions are checked against what happened, and the gap becomes the signal that sharpens the model. The version that ran yesterday's decision isn't the version that runs tomorrow's.

Where Ergodic diverges

Most visible world model work is spatial. It learns the statistical structure of space and time, how an object responds to its environment, to generate explorable 3D environments or steer through physical scenes. The output is a world you can see and move through.

Ergodic builds nothing of the kind. We don't render environments or simulate physical scenes. The Enterprise World Model is a model of how a business operates: every entity and actor in the system, the dependencies between them, the state of each at every moment, and the transitions that carry operations from one state to the next.

The contrast is easiest to see side by side. An autonomous-driving world model must obey the laws of physics. A pedestrian steps off the curb ahead; the model works through the car's speed, its brakes, and the grip of the road to know whether it can stop in time. What it reasons over is the scene: where everything is and where it's heading.

An enterprise world model must obey the laws of the business. A manufacturer can buy DDR4 from one supplier; if that lead time slips, everything downstream is exposed and a customer's order is at risk. What it reasons over is the context graph: who depends on what, and in which direction.

Same representational commitments: state, transitions, a learning loop that closes against reality. Entirely different domain, and a different output. The Enterprise World Model outputs the structure of an operation and recommends decisions.

Three modes of reasoning analytics can't do

Because the enterprise world model carries both current state and causal structure, it supports three moves that descriptive analytics can't.

Look forward. From today's actual state, simulate what happens next. If a machine fails at a plant at a given time, the model shows which orders are affected, at what delay, how inventory moves at each downstream location, and which customer commitments are at risk.

Look sideways. Compare options before committing to any of them. What changes if we procure from a second supplier at added cost? What would have happened had we made a different call last quarter? Same starting state, different action, consequences traced in full.

Look backward to act forward. Specify the outcome you want (fulfil committed orders by Friday while keeping overtime within budget) and the model works backwards through the network to determine what must be true, and what must be decided, for that outcome to hold. If it isn't achievable, the model says so and names the binding constraint.

Three properties make the recommendations safe to act on. Plans are constraint-consistent, because invalid futures (inventory that doesn't exist, capacity already committed) are removed before they reach the output. Every recommendation is auditable, because it traces back to specific state values and transition logic rather than a black-box score. And the model is honest about uncertainty, declining to make confident calls where its knowledge is thin.

The five-step loop

Every recommendation is the same sequence applied to a different class of decision.

1.Contextualise. Ground the decision in what's true right now. State and the context graph place the question in the live configuration of the operation: this plant, these suppliers, this inventory, today. This is what separates reasoning about your business from reasoning about a historical average of it.
2.Simulate. Run the operation forward from that state. The transition functions propagate an action through the system as a causal chain, producing the sequence of downstream effects rather than a single extrapolated figure.
4.Cascade. Trace the chosen decision through the network before it's committed: supplier exposure, margin impact, revenue at risk, inventory obsolescence. Surface the consequence while the decision is still reversible.
3.Compare. Hold the starting state fixed and vary the action. Because the model intervenes (it sets a variable and traces what follows) rather than conditioning on the past, it can weigh genuinely different courses of action against one another.
5.Recommend. Return a plan that is constraint-consistent and explainable, with the decision trace attached, pointing at the mechanism upstream rather than the symptom. Decision-makers can inspect it, change the constraints, and ask again.
1Context 2Simulate 3Cascade 4Compare 5Recommend

One decision runs the full loop: contextualise the state, simulate it forward, cascade the chosen move through the network, compare alternatives from the same start, and recommend a plan, then the outcome feeds the next decision.

None of these components runs once and is trusted indefinitely. Each cycle's predictions are checked against outcomes, and the discrepancies feed back to sharpen the model: the same act-observe-update loop that defines learning systems generally. Over time the world model doesn't just answer the current question. It gets measurably better at the next one.

Where enterprise world models work

The approach is domain-agnostic, and the reason is architectural rather than incidental. The world model commits to no particular industry. It commits to a representational structure: wherever a system has state that can be defined, transitions that can be learned, and decisions whose consequences are worth reasoning about, the same machinery applies.

What makes a domain modellable is constant. The state space has to capture the decision-relevant variables at the granularity the decision requires. For a pricing decision that means list prices, discount authority, and competitor moves; for a workforce decision, headcount, skills, and attrition; for an energy decision, load, storage, and tariff windows. The transitions have to be expressible as causal functions, relationships that hold under intervention. And the context graph has to encode the constraints the system genuinely obeys: the physical, logistical, and contractual realities that data alone can't enforce.

Where those three hold, the architecture transfers without modification. The state space and transition functions change from one operation to the next. The reasoning (simulate forward, compare under intervention, optimise backward from a target) doesn't.

Getting started

World models are having a moment, and it's fair to file some of that under AI hype. The distinction that matters is technical, and it survives the hype cycle: simulate rather than extrapolate, close the loop against reality, and constrain actions with the rules the business obeys.

The transition doesn't require replacing existing systems wholesale. Define the state space for the decisions that carry the most consequence. Learn the transition functions from operational data. Validate against historical episodes before anything goes live. Then embed the result as a reasoning engine that updates its state as the business changes. Start where causal reasoning has the highest impact, and build the world model for those decisions first.


FAQ

What is an enterprise world model in one sentence? A live, executable model of how a business operates, built from state and causal transitions, that lets you simulate the consequences of a decision before you commit to it.

How is it different from a forecast? A forecast extends the curve you're already on. A world model tells you where an action you haven't taken yet would move you. The two only agree when the action doesn't change the system, and consequential decisions always change the system.

How is it different from the world models at Meta, Google DeepMind, or World Labs? Those are spatial: they learn the structure of physical scenes to generate environments or control robots and vehicles. An enterprise world model obeys the laws of a business rather than the laws of physics, reasons over an context graph rather than a scene, and outputs recommended decisions.

What do agents have to do with it? Agents can act but can't simulate before acting. A world model is the layer that gives a decision agent foresight: it tests the agent's proposed actions and blocks the ones that violate business reality.

Keep reading
World Models · 2 June 2026

Agent Capabilities Are Growing, But The Architecture Hasn't Caught Up.

Supply Chain · 25 Jul 2026

Context Graphs: Seeing Your Supply Chain As It Actually Is

Agents · 26 Jul 2026

AI Agents Need A Robust Data Foundation

See it on your own data.

Find out whether the world model approach applies to your most pressing operational decisions.

Talk To An Expert