Mistral on July 8 released Robostral Navigate — their first embodied-navigation model, positioned as an 8B vision-language model with input of only a regular RGB camera feed plus a natural-language instruction, to "watch the camera and walk home". Past solutions for good navigation almost all relied on LiDAR, depth cameras, or multiple viewpoints, and Mistral chose to feed in only a single ordinary camera. The benchmark numbers are most convincing: on the R2R-CE validation unseen split, Robostral Navigate gets 76.6% success rate, 9.7 points above the strongest single-camera baseline, and 4.5 points above the strongest system that depends on depth or multiple viewpoints. Mistral didn't wrap an existing open-source VLM, but started from a vision-language base it had itself fine-tuned for pointing, counting, and object localization, naturally extending "knowing where things are" to "knowing where to go next", with all training data synthesized in simulation, totaling 400K trajectories and 6K scenes. Two engineering numbers are worth flagging: prefix-caching plus tree-based attention masking compresses training token volume by 22×, compressing what would have been several months of training into a few days; CISPO online reinforcement learning adds another independent 3.2 percentage point gain on top of supervised training, with no clear ceiling yet. The 8B model isn't picky about robot form, running on wheeled, legged, and aerial platforms, with the same instruction set able to traverse a normally-functioning office area and complete a full long-chain task. In Mistral's overall roadmap, Robostral Navigate is another extension of "AI enters the physical world" after the June Physics AI. Navigation is widely seen as the foundational capability of general robots, with small models, low sensor dependence, and economical training meaning the threshold for migration from research-stage products to real scenarios like factories, delivery, and hotels is significantly lowered.