Imagine handing someone a steering wheel who has never driven but has read every driving manual ever written. They know the theory — turn radius, throttle response, braking distance — but they've never felt a car move under them. That's what DrivingBench does to frontier language models: gives them real actuator control of a Toyota Corolla and asks them to navigate a fixed cone course using text commands for steering, accelerator, and brakes. The benchmark setup is deliberately simple in scope but radical in interface. Models issue setmotion and stopnow commands in a continuous chat session, receiving GPS-derived position and speed feedback. Progress is measured as the share of a centerline the car traverses while staying within 4 meters of it. A collision freezes your score at whatever progress you'd reached. Each model gets up to three attempts in one continuous chat, meaning the model can reflect on earlier failures and adjust strategy — a built-in test of in-context learning under physical consequences. The metrics are refreshingly concrete: progress along the course centerline, integrated GPS distance, finish time, command count, and total token cost at list prices. This is not a simulation benchmark where errors are free. Every run happens on a physical car on a physical course. The eval traces and trajectory replays are published, which means the community can inspect exactly where each model's reasoning broke down — a rare transparency win. What makes this interesting as a research artifact is the mismatch it exposes. Language models are trained on token prediction, not closed-loop control. The cone course requires continuous spatial reasoning, real-time error correction, and an understanding of vehicle dynamics that no amount of text pretraining directly provides. The benchmark is testing whether frontier models have developed enough emergent spatial and causal reasoning to transfer to a domain they were never trained for. The leaderboard structure — ranking by attempt progress with distance, finish time, commands, and cost as secondary metrics — creates a natural ladder for the field. But the absence of a classical robotics baseline is notable. We don't see how a simple PID controller or a purpose-built path-following algorithm would score on the same course, which makes it hard to calibrate whether any model's performance is impressive or merely nonzero. The cost dimension adds a pragmatic edge. Token counts and list-price costs per attempt let you calculate the economics of LLM-as-controller, which at current prices is almost certainly absurd compared to dedicated autonomy stacks. But that's not really the point — the point is whether general reasoning systems can do physical control at all, and how fast they improve. DrivingBench is more provocation than mature benchmark. It asks a question the field hasn't seriously posed in this form: can you skip the robotics stack entirely and let a language model drive? The answer today appears to be 'barely,' but the eval infrastructure is solid enough that improvements will be trackable over time.