What is a world model
The term "world model" comes from AI research. In 2018, David Ha and Jürgen Schmidhuber published work on training agents that maintain an internal model of their environment: a compressed, structured representation that the agent uses to predict, plan, and act. Yann LeCun's JEPA architecture extends the idea: an intelligent system needs a model of the world to reason about it, not just to react to it. The concept applies directly to organizations. A company can build and maintain a world model of itself: a live, structured representation of how the organization actually operates.
Worldmodel is that applied idea. We build the world model of the enterprise.
The difference between storing state and maintaining state
A database stores state. It records facts: this customer bought this product, this employee reports to this manager, this invoice is overdue. A database answers questions about what happened. It does not understand what is happening. It cannot reason about what will happen next.
A world model maintains state. It doesn't just record that the logistics team renegotiated a supplier contract last Tuesday. It understands that the renegotiation was triggered by a margin decline the finance team flagged two weeks earlier, that the new terms affect delivery timelines for three active client projects, that the project managers haven't been informed yet, and that the quarterly review next Friday will need updated numbers. The model connects, contextualizes, and reasons across the full surface area of the organization.
Three components
The world model has three core components, and understanding them separately is useful even though they only work as a system.
The first is continuous ingestion. The model connects to every system the company already uses (Slack, email, CRM, ERP, project management tools, HR systems, financial platforms) and ingests data incrementally, not in batch refreshes. When a message is sent in Slack, the model knows within seconds. When a deal moves in the CRM, the model updates immediately. This is not a nightly sync. It is a live feed.
The second is the temporal knowledge graph. The model doesn't just store the current state of the organization. It maintains the full history of how state has changed over time. This is what makes reasoning possible. The model can answer not just "what is the pipeline today" but "how has the pipeline evolved since the pricing change, and does the trajectory match the forecast." Temporality is what separates a world model from a snapshot.
The third is the reasoning loop. The model doesn't wait to be asked. It continuously processes incoming signals against the full context of the organization, identifies patterns, detects anomalies, surfaces insights, and triggers actions. The reasoning loop is powered by large language models, but the quality of the reasoning is determined by the quality of the context, and the context comes from the temporal graph, not from a prompt.
The digital twin for the organization
If you come from an industrial background, the closest analogy is a digital twin. Manufacturing companies build digital twins of their factories: live, structured models that represent the physical plant, updated in real time from sensor data, used to simulate, predict, and optimize. A world model is a digital twin for the organization itself. The sensors are your existing software systems. The plant is your company. The optimization target is not throughput or defect rate. It is the speed and quality of organizational decision-making.
How it flows
At the technical level, the flow is: data sources feed into ingestion pipelines, which update the temporal knowledge graph, which feeds the continuous reasoning loop, which triggers actions through the worker layer, which presents decisions and results to the humans at the edge. Every step is logged. Every action is auditable. The humans remain in control.
How AI workers use the world model →
The technical architecture →