On a controlled indoor test, general purpose AI agents hit 70 78% success without robotics training, but longer trips collapse.
A general-purpose AI agent, pointed at a room it has never seen and given only a single ordinary camera, recently hit near-parity with systems built and trained specifically to navigate. The result comes from a new arXiv preprint that uses Vision-and-Language Navigation, a controlled test in which an agent follows written instructions through a photorealistic indoor environment, as a head-to-head between two very different approaches.
The framing matters because the paper positions its finding as a third paradigm. Two paths already exist for embodied agents: task-specific workflows that hard-code the perception, action, and verification loop for one job, and trained "embodied policies" that learn navigation end-to-end. The authors argue a third path is now competitive: agentic embodied control, in which a general-purpose language model runs the full perceive, act, verify, and self-correct loop itself, with no navigation training at all.
The numbers are concrete. Under a strictly minimal interface, a single forward-facing camera and discrete movement commands, the best software-style agent reached roughly 70-78% task success. A model the paper calls opus-5 logged 70.7±3.5% on default-effort runs. Another, fable-5, climbed to 78% when given more time to think, and reached 76.7±0.6% in a hybrid setup that exposed a trained waypoint tool as an optional helper. That hybrid version used about half the environment steps and less than a quarter of the wall time of the maximum-effort run, suggesting the right way to read "agentic control" is as a wrapper around strong general models rather than a free lunch.
The controlled comparisons reveal something more useful than the top-line number. Model choice dominated: swapping the underlying language model changed success far more than swapping the agent harness, the scaffolding that turns a model into an agent that plans, calls tools, and recovers from mistakes. The same harness with a weaker model struggled; the same harness with a stronger model cleared tasks the weaker one could not. Harness effects are descriptive rather than causal, the paper notes, secondary to model choice.
A second finding is that the interface can be a liability as easily as a help. Forcing the agent to call a waypoint tool lifted weaker models but actively hurt stronger ones, which already knew how to chunk a route internally. The takeaway is uncomfortable for anyone building agent products: the same "helpful" tool a vendor ships as a default can subtract value from the most capable models in the loop.
The result has a hard ceiling, and the paper is candid about it. On short navigation tasks, agentic control is competitive. On longer tasks, success collapses. Latency accumulates, the agent's working context grows with every observation and step, and eventually the model loses track of where it is and what it was told to do. This is not a deployment result. It is a zero-shot result on a controlled indoor benchmark, not a self-driving-car result, not a warehouse-robot result, and not a home-robot result. The paper treats it as a snapshot of where the approach currently lands, not a claim that general-purpose agents have replaced trained navigation stacks.
The paper reframes the next question. If software-style agents can clear roughly three out of four short navigation trips with no robotics training and a single camera, the limiting factor is no longer the wrapper, the harness, or the tool. It is the underlying model. The race shifts from which agent framework is best to which general-purpose models are good enough to drive physical tasks, and for how long, before context and latency catch up.
The result is worth taking seriously because it is partial, not a sweep. The story is not "AI beats trained robots." It is "AI agents clear short navigation tasks at the level of purpose-built systems, in a controlled setting, when the underlying model is strong, and they fall apart on the long ones." The interesting work, both for the paper's authors and for the field, is pushing the ceiling upward and the cost downward until those qualifiers stop being necessary.