Preview in 5.0.x

Perception, prediction,
action.

For closed-loop control — robotics, industrial automation, autonomous logistics — The next 5.0.x patch adds a world-model layer between perception and action. Sensor or camera frames go in, a predicted next-state comes out, the control policy fires. Safety gates and wall-clock constraints sit on top so the loop has bounded latency.

Later in 5.0.x


The shape

Encoder, world-model, policy.

The structured-ML stack already ships four workloads: vision-language encoding for perception, time-series forecasting for telemetry, policy execution for control, and associative retrieval for memory lookup. An upcoming 5.0.x patch ties them together into a coherent control surface.


Why it matters

Reasoning before acting.

A reactive policy answers the question “what should I do, given what I see now?” A world-model-equipped policy answers “what should I do, given what I see now and what I expect to happen next?” The second question lets the system reject actions that look fine in the moment but lead somewhere bad — a robot manipulator about to collide with a workpiece it can't yet sense, a process control loop about to over-correct.

For industrial customers, the value isn't novelty; it's safety. The world-model layer is a place to put domain-specific constraints (wall-clock latency budget, never-violate boundary conditions, action ranges) that a pure end-to-end policy would have no clean way to express.


What's pending

Honest gates on this page.

Still in flight

  • World-model serving on the structured-ML daemon (alongside encode & policy & forecast workloads)
  • Safety gate registration — admin-defined constraints on predicted next-state
  • Wall-clock latency contract (configurable bound per control loop)
  • Reference integration with the robotics use case and the smart-manufacturing use case
  • Per-vendor adapters for the major industrial controller protocols (Modbus, OPC-UA, MQTT) already shipped in 5.0

This page updates as each piece lands. The release notes are the formal cut.


Read next.

For the closed-loop story today, see robotics and smart manufacturing. For the structured-ML stack, see xLSTM for IoT. For the full 5.0.x roadmap, see what's next in 5.0.x.