You know how some people can't follow driving directions if you give them the destination before the route? "Go to the post office" then "turn left, then right" works fine, but "turn left, then right" then "go to the post office" scrambles them — even though the information is identical. Vision-language models have exactly this problem, and this paper catches them at it. The committed claim: VLMs are sensitive to whether you place the image or the question first in the prompt — a semantically irrelevant change — and this sensitivity is a localizable circuit-level failure that test-time training can repair. Across three models and three benchmarks, image-first prompting consistently outperforms question-first. That consistency is the finding. This is not noise; it is a repeatable, directional failure mode baked into how these models fuse modalities. The fix is elegant in its asymmetry. The authors design a test-time training (TTT) method that enforces order consistency: the model's answers for both orderings should agree. By backpropagating a consistency loss at inference time, they substantially close the modality-order gap across all evaluated settings. The surprise result — and the one that elevates this from diagnostic paper to methods paper — is that the stronger image-first branch also improves over its own baseline. You are not just dragging the weak ordering up; you are bootstrapping both toward mutual consistency, and that consistency is better than either starting point. The mechanistic story is where this gets interesting for anyone who cares about interpretability. Activation patching localizes the ordering failure to a narrow mid-network region where representations diverge sharply between prompt orders. The TTT method repairs this misalignment across layers. This is not a hand-wave — it is a specific claim about where in the network the failure lives, backed by patching experiments. The mid-network bottleneck finding rhymes with other work showing that middle layers in transformers are where cross-modal integration either succeeds or breaks down. On the ladder: this paper sits in the growing TTT literature (Yu Sun et al.'s test-time training framework, TTT layers) but applies it to a novel failure mode rather than distribution shift. The comparison is against the models' own image-first baseline, not against an external SOTA. That is appropriate for a diagnostic paper — you are measuring a gap and closing it — but it means the ladder is internal. We do not know how this compares to, say, prompt-engineering workarounds or ensembling strategies that practitioners already use. The integrity picture is solid for a preprint. Three models, three benchmarks, activation patching for mechanistic validation — that is a reasonable triangulation. The risk of cherry-picking is low because the finding is directional and consistent, not cherry-picked from one model-benchmark pair. The absence of code release and independent replication are standard preprint limitations, not red flags. The successor experiment that is conspicuously missing: scaling this to larger, production-grade VLMs (GPT-4o, Gemini) and measuring the TTT compute overhead against the accuracy gain. The authors likely tested on models where they had weight access for activation patching and gradient-based TTT, which rules out closed-source APIs. This is a compute-access constraint, not a hidden failure.