Note

General capability barely predicts spatial reasoning in LLMs

5 August 2026

I took the eleven top models on the Vellum leaderboard and asked them 46 spatial questions with machine-computed answers: GeoJSON axis order, great circle distance and bearing, UTM zones including the Norway and Svalbard exceptions, RFC 7946 winding order, and point-in-polygon on a concave ring. One run, temperature 0, through OpenRouter.

The correlation between general capability and spatial score is r = 0.19.

ModelScoreAnsweredOf answeredMean tokensVellum
GPT-5.6 Sol97.697.6100.071147.2
Claude Opus 595.7100.095.753264.7
Claude Fable 591.3100.091.3415
Claude Sonnet 591.391.3100.084457.4
Claude Opus 4.869.6100.069.63757.9
DeepSeek V4 Flash69.6100.069.616651.6
GLM 5.263.069.690.6153054.7
DeepSeek V4 Pro56.560.992.9210448.2
Kimi K345.767.467.7171556.0
Kimi K2.628.330.492.9312854.0
Gemini 3.1 Pro26.1100.026.1195

The lowest-ranked model on general capability came first. The highest-ranked came second. Below that the ordering scrambles entirely.

Three columns matter more than the score. Answered is the share that produced anything within a 4,000-token budget. Of answered is accuracy on those. Mean tokens shows why they differ: Kimi K2.6 spends 3,128 tokens per question and answers 30% of them, but is right 93% of the time when it finishes. It is not bad at geodesy, it runs out of room.

Reporting those as one number is a trap I fell into first time round. Capped at 200 tokens, ten of eleven models scored zero on distance. They had not failed, they had been truncated, and an empty response was being scored as a wrong answer. The resulting leaderboard ranked models by terseness and looked entirely plausible.

Axis order is near-solved: nine of eleven score 100. Bearing is not: four score zero. Nobody should be computing geodesy in a language model anyway, but plenty of agent frameworks now do. It is also why I assess reading code.

46 tasks, one run, $5.20. Ground truth computed, not written. Single run, so no variance estimate.

BenchmarksGeoAILLM