Task intelligence
Sets the goals, priorities,
and constraints.
A learned decision model for robots. Designed to turn structured world state into parallel judgments about what to do next.
One forward pass. Typed decisions. No generated text.
Research preview
CPU reference pipeline tested. Backbone training next.
A plan sets the goal. A controller carries out the movement. When the world changes, the robot also needs to decide what that change means for its next action.
Sets the goals, priorities,
and constraints.
Judges the next action
as the situation evolves.
Validates commands and
carries out the movement.
↳ The harness prepares the state and candidate actions. The model judges. The executor applies commands within defined constraints.
Shared context. Multiple judgments. An explicit path from the state of the world to the next action.
One world state supports decisions about action, stopping, observation, and motion. Their distributions are read in a single forward pass.
TYPED OUTPUTS, READY TO USEEach observation joins a stream of task context and executed history. The next judgment can account for what the robot has already done.
A WORLD THAT KEEPS CHANGINGTyped outputs pass through versioned composition rules. The system records what was proposed, accepted, and actually executed.
EVERY ACTION HAS A RECORDThe implementation, the experiments, and the questions still open. Follow the work behind robojev.
Read the research status ↗Contracts, streaming harness, data generation, reference model, and training with exact resume on the CPU path.
Rule-based and scripted-expert policies complete selected simulation scenarios, establishing a baseline for the learned model.
Pretrained-backbone training, deployment-hardware latency measurements, and held-out closed-loop evaluation.
10 Hz is a research target. Target-hardware latency and trained-model results have not yet been measured.
Read the implementation. Run the reference pipeline.
Take part in the next experiments in robotic judgment.