Image position relative to text affects quality (model-dependent), image resolution drives both token cost and detail recovery, and multi-image prompts need explicit numbering to reference unambiguously.
Imagine giving someone a stack of photos and a question. If you hand them the photos first and then ask, they study the photos with the question in mind. If you ask first and then show photos, they look for the answer. Different listeners prefer different orders. Bigger, sharper photos take longer to study but you can see more detail. And if you show several photos, you have to say 'the one on the left' or 'photo two', or the listener will get confused about which one you mean. Vision-language models work the same way; the photos are images, the listener is the model, and the model has preferences about order, detail, and labeling.
Detailed answer & concept explanation~5 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: how images become tokens + position vs attention + resolution vs cost + multi-image labeling + one per-task eval pattern.
Real products, models, and research that use this idea.
- Anthropic's prompt-engineering docs recommend placing images before the question in Claude Opus 4.7 for tasks where the question references the image; matches their multi-modal prompt-engineering guidance.
- OpenAI exposes 'low' and 'high' detail levels for image input in GPT-5.5, with documented per-call token costs at each level.
- Medical imaging copilots (PathAI-style workflows, Aidoc) send the scan at full resolution because lesion detection depends on every pixel; thumbnail mode would cripple the diagnosis.
- Cursor and Copilot, when given UI screenshots, label them ('Screenshot 1: current state') so the model can reference each one in a multi-image debugging chat.
What an interviewer would ask next. Try answering before peeking at the approach.
QIf your task is 'read this dashboard and summarize the three highest numbers,' which image resolution and position would you choose, and why?
QHow would you A/B test image position on your own data?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating vision-language models like text models with images bolted on; image position, resolution, and labeling all change the answer in ways text-only prompts never see.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.