Developers working on robotics, autonomous driving, or edge vision may want to keep an eye on this. NVIDIA has released Cosmos 3 Edge, an open world model designed to run directly on devices. A world model predicts, in physical terms, what is likely to happen next in the scene in front of it, helping a system choose its actions. Robots can use it to decide how to move, autonomous vehicles can use it to interpret roads and the intentions of other agents, and vision agents can reason over live video in real time. It runs locally on devices such as Jetson, without sending data back and forth to the cloud. The model combines a 4B core with a 2B Nemotron reasoning model. It connects autoregressive and diffusion-based dual towers through shared attention, bringing understanding, prediction, simulation, and action into a single model. NVIDIA says it ranks first among comparable open models on VANTAGE-Bench, a vision-analysis benchmark. The company has released the weights, post-training recipe, and code in full on Hugging Face. This signals a broader shift: physical AI models are moving out of the cloud and onto the robots themselves. from choiopenai