{"slug": "openai-s-astra-model-went-for-a-drive-and-no-one-died", "title": "OpenAI's Astra model went for a drive and no one died", "summary": "OpenAI's GPT-6 Astra became the first commercial AI model to complete the DrivingBench parking-lot course, steering a Toyota Corolla 134.7 meters in 5 minutes, 22 seconds on its second attempt, according to the DrivingBench report from researchers Tobias Gessler, Aditya Ramabadran, and Simon Mahns. The run consumed 6.6 million tokens at a cost of $7.74, working out to roughly $92.47 per mile versus about $0.184 per mile for a 25-mpg car at $4.60 a gallon, and required a $999 comma four driver assistance device running openpilot plus a laptop and phone. Ramabadran, a member of technical staff at Axiom Math, said using a frontier model out of the box for real driving is \"definitely not practical,\" and the report notes models including Astra sometimes refused to drive for safety reasons until researchers renamed their MCP server \"DrivingBench Sandbox.", "body_md": "If you've ever wondered whether a generative AI model can drive a car, wonder no more: It can be done, at great expense and very slowly, so long as it can maintain an internet connection.\n\nA trio of computer scientists has been putting various commercial AI models through road tests, to see how well they can drive a Toyota Corolla around a set of cones in a parking lot.\n\nTheir attempts to date, part of a project called [DrivingBench](https://drivingbench.com), recorded sorry performances from GPT-5.6 Sol, Grok 4.6, and Claude Fable 5.1, none of which managed to complete the course.\n\nNow comes word that OpenAI's GPT-6 Astra has succeeded where other commercial AI models have failed. On its second attempt, OpenAI's flagship model steered a car all of 134.7 meters to complete the course in 5 minutes, 22 seconds.\n\n\"GPT-6 Astra was the only model to fully complete the course (on attempt 2, in about 5 minutes),\" the DrivingBench [report](https://drivingbench.com/report/) says. \"Claude Fable 5.1's third attempt got around halfway through the course, as did Astra's first attempt. All other attempts didn't make it past the first corner. Generally, the failure there was one of perception: reading which side of the first diagonal cone line the lane is on.\"\n\nTo complete that trip at an average speed of 0.94 miles per hour, researchers Tobias Gessler, Aditya Ramabadran, and Simon Mahns spent $7.74 to burn 6.6 million tokens on inferencing operations. \n\nAt ~$1.17/M tokens, that's significantly discounted from OpenAI's published $10/M input and $50/M output rate.\n\n\"It's mostly caching,\" explained Ramabadran, a member of technical staff at Axiom Math, in an email to The Register. \"Since every turn the chat app re-sends the whole convo (incl. images) to the model, almost all the tokens are repeated context and get billed as cached input ($1/million instead of $10). The model wrote very very little in the conversations (just small tool calls and some sentences of output/reasoning).\" \n\nTo that $7.74 token bill, add $999 for a comma four driver assistance device running [openpilot](https://github.com/commaai/openpilot) software, connected to a laptop and the car (via CAN bus), and a mobile phone calling out to xAI servers hosting GPT-6 Astra.\n\nEven without the hardware, Astra would be a pricey way to drive even if network latency risks could be overcome. Traveling 134.7 meters using 6.6 million tokens for $7.74 works out to a cost of ~$92.47 per mile. \n\nFor a car that gets 25 mpg with gas at $4.60 a gallon, the per-mile cost is about $0.184. So tokens cost about 500x more than fuel (and you'd still have to pay for gas in addition to driving inference as you crawled along at less than a mile per hour).\n\nThen there's the cost of insurance, [which may not cover](https://www.theregister.com/ai-and-ml/2026/09/18/ai-risks-make-some-insurers-wary-of-corporate-liability/5297347) your AI chauffeur. And when the AI models themselves balk at the idea of driving a car, that may be a sign to reconsider.\n\n\"Some models (especially GPT-6 Astra) would refuse to drive the physical car sometimes, citing safety reasons (even in a completely empty lot, after prompting it with all the safety measures we had including the very low speed limit caps),\" the report explains.\n\nThe researchers basically had to lie to the models to prevent them from refusing to act on safety grounds. For example, they would tell the models the exercise was a \"simulation,\" though as they note, \"in some trials they would see the real images and realize it's real, and start freaking out.\" What worked best, they said, is renaming their MCP server to \"DrivingBench Sandbox,\" which proved enough to convince the models they weren't operating on real roads.\n\n\"Using an LLM / frontier model out of the box for real driving today is definitely not practical,\" said Ramabadran. \"In our benchmark, the car was capped at super low speeds with a human ready to brake the whole time. Model latency was definitely a bottleneck, and most of the wait time came from thinking time. \n\n\"GPT-6 Astra (which performed the best), used our 'observe' tool (which looks at the camera views) every 5-6 seconds. Fable 5.1, in one of its attempts, drove for only 31 out of 190 seconds, and spent the rest of the time just thinking while the car was stopped. But it was surprising to us that a general-purpose model could drive a real course at all under these constraints.\"\n\nRamabadran said that for the moment and into the near future, the kinds of specialized driving models that are already used in self-driving cars will continue to be preferred. Large frontier models like GPT-6 Astra, he said, will continue to need datacenter GPUs for inference, though he added that the technology has been changing rapidly and smaller models are becoming more capable.\n\n\"A long term possible route could be to train a very capable big general frontier model, and distill it into a smaller specialized one that fits on the car's hardware and is efficient enough to run in a car (also partly an answer to your second question),\" he said. \"This could be better than building a specialized model from scratch, and is more in line with the 'Bitter Lesson' of AI.\"\n\nThe [Bitter Lesson](http://www.incompleteideas.net/IncIdeas/BitterLesson.html) is an influential treatise on AI that argues general methods of research in the field that rely on the falling cost of compute power tend to be the most effective.\n\n\"Our results do point that way (these models we tested were likely not trained to drive real cars, and some were still able to do quite well in our course/conditions, owing to their general perception, reasoning, planning, control abilities from scaling and being trained on other tasks),\" Ramabadran said. \"For the next while though specialized systems, being faster, cheaper, and having more real-world testing, will probably continue winning out.\"\n\nGoogle, which has probably spent $35-$40 billion on Waymo since its self-driving car project began in 2009, based on [an estimate of $30 billion in 2024](https://www.roadtoautonomy.com/alphabet-invest-waymo/) and losses posted since then, should therefore be able to continue equipping its vehicles with bespoke technology for a few more years. \n\nBut delegating driving to Claude, ChatGPT, or Copilot and some modest on-board hardware may be plausible in the not too distant future. Just tell the model it's all a simulation. ®", "url": "https://wpnews.pro/news/openai-s-astra-model-went-for-a-drive-and-no-one-died", "canonical_source": "https://www.theregister.com/ai-and-ml/2026/09/24/openais-astra-model-went-for-a-drive-and-no-one-died/5298715", "published_at": "2026-09-24 00:54:18+00:00", "updated_at": "2026-09-24 02:59:00.209531+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "autonomous-vehicles", "ai-agents"], "entities": ["OpenAI", "GPT-6 Astra", "DrivingBench", "Tobias Gessler", "Aditya Ramabadran", "Simon Mahns", "Axiom Math", "comma four"], "also_reported_by": [], "alternates": {"html": "https://wpnews.pro/news/openai-s-astra-model-went-for-a-drive-and-no-one-died", "markdown": "https://wpnews.pro/news/openai-s-astra-model-went-for-a-drive-and-no-one-died.md", "text": "https://wpnews.pro/news/openai-s-astra-model-went-for-a-drive-and-no-one-died.txt", "jsonld": "https://wpnews.pro/news/openai-s-astra-model-went-for-a-drive-and-no-one-died.jsonld"}}