VLM Chain-of-Thought Relies on Hidden State, Not Constant Visual Access.
Summary
This paper investigates how Vision-Language Models (VLMs) use visual information during Chain-of-Thought (CoT) prompting, introducing Visual Access Sweep to define Visual Access Boundaries (VABs). It finds that CoT primarily extends language-side computation over image-derived hidden states rather than requiring prolonged direct image-token access, with performance bottlenecks often at perceptual readout.
Why it matters
This research provides crucial insights into how VLMs process visual information during complex reasoning, informing more efficient model architectures and prompting strategies for visual tasks.
How to implement this in your domain
- 1Optimize VLM architectures to efficiently encode visual information into hidden states early in the processing pipeline.
- 2Develop prompting strategies that leverage the VLM's ability to reason over derived visual features rather than requiring constant raw image access.
- 3Focus on improving the initial perceptual readout capabilities of VLMs to unlock further CoT gains.
- 4Design VLM applications with an understanding that extended reasoning primarily uses internal representations, not continuous raw visual input.
- 5Educate AI engineers on the internal mechanisms of VLM reasoning to guide model development.
Who benefits
Key takeaways
- CoT prompting in VLMs extends reasoning primarily over image-derived hidden states.
- It does not require prolonged direct access to raw image tokens.
- The bottleneck for CoT gains often lies in the initial perceptual readout of visual attributes.
- Understanding VABs can lead to more efficient VLM architectures and prompting.
Original post by Hiroto Osaka, Shohei Taniguchi, Gouki Minegishi, Kai Yamashita, Masahiro Suzuki, Yutaka Matsuo
"arXiv:2607.12815v1 Announce Type: new Abstract: Chain-of-Thought (CoT) prompting is widely used as a test-time scaling strategy for Vision-Language Models (VLMs), but it remains unclear what is extended when VLMs generate longer reasoning traces. We ask whether CoT requires conti…"
View on XOriginally posted by Hiroto Osaka, Shohei Taniguchi, Gouki Minegishi, Kai Yamashita, Masahiro Suzuki, Yutaka Matsuo on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools

AI Computer Use Capabilities Advancing Rapidly, Outpacing Expectations.
The capabilities of AI in computer use are progressing at an extremely fast pace, with new systems like GPT 5.6 + Superapp demonstrating superior performance. Professionals are warned against underestimating these rapidly evolving AI capabilities, as it could lead to dangerous category errors in decision-making.

Thinking Machines Launches Inkling, Open-Weight Multimodal AI Model.
Thinking Machines has released Inkling, an open-weight, multimodal AI model featuring a 1M-token context window and native reasoning across text, images, and audio. The model's full weights are available on Hugging Face, with fine-tuning supported through Tinker, positioning it as a customizable base model.
Thinking Machines Unveils Inkling Model with Multimodal Reasoning.
Thinking Machines has launched a new model, Inkling, featuring full weights availability, native reasoning across text, image, and audio, and a 1M-token context window. Built with a Mixture-of-Experts architecture, Inkling supports fine-tuning on Tinker and offers strong agentic coding and tool use capabilities.