Skip to content
Book a free consult
Interface sounds
By Kishan Thankey 8 min read AI ProductWorkflowDecision Making

When Your AI Should Look, Not Just Read: A Practical Guide to Multimodal at Work

Most business AI reads text, but a lot of what your business actually knows arrives as pixels: damage photos, whiteboards, scanned forms, screenshots. A short quiz sorts your workflow into the three honest tiers, and the failure modes of vision are not the ones you are watching for.

A phone photo of a cracked machine bracket on the left, and on the right the structured facts read out of it: part, condition, severity, and one low-confidence field flagged for a person to confirm.
Contents

Almost every AI project in the last two years has been about text. Documents in, answers out. Meanwhile a large amount of what your business actually knows never became text at all. It is the forty photos an adjuster took of a flooded basement. The whiteboard someone snapped before erasing it. The delivery slip signed on a tailgate and photographed sideways. The screenshot pasted into a support ticket because describing the error was harder than showing it.

That information exists. It is just unqueryable, and the way it becomes usable today is that a person looks at it and types what they see.

The question is not whether AI can see

It can, and that stopped being the interesting part. Computer vision used to mean a specialized model trained for one narrow job, and optical character recognition meant a brittle pipeline that wanted a clean, flat scan. A general model that reads a crooked phone photo and returns structured fields is genuinely new. It is also not the interesting question anymore.

The useful question is narrower and much more commercial: does the truth of this workflow live in an image, and is a human currently the only thing converting it into data?

Answer that honestly and workflows sort into three tiers.

Three tiers: text is enough where the image is decoration, add eyes where a photo holds one fact a person re-types, and vision first where the image is the entire record and nothing exists as text.

Text is enough. The images in this workflow are decoration, or the fact you need was already captured in a field somewhere. Adding vision buys latency and cost and nothing else. In our experience most workflows land here, and shipping the text version is the right answer, exactly as we argued about the plain version being the honest first release.

Add eyes to one step. The flow is fine; one point in it depends on a human reading an image. A serial number off a nameplate, a total off a receipt, a meter reading. The rest of the process never changes. This is the highest-return tier and the one teams most often skip past, because it is unglamorous.

Vision first. The image is the entire record. There is no text version. Forty photos of storm damage, a folder of site condition shots, a stack of handwritten intake forms. Here vision is not an enhancement to the workflow, it is the only way the workflow becomes data at all.

Decision helper

Does this workflow actually need eyes?

1. Is a person currently looking at an image to produce information?

2. If you deleted every image from this workflow, what would break?

3. How consistent are the images themselves?

4. What happens downstream if a field is read wrong?

What a vision step actually is

The mistake is picturing a model that “looks at the photo and understands it.” What earns its keep in production is narrower and more boring: an image, plus what your business already knows, going into a step that must return a fixed structure.

What makes a vision step trustworthy

The image as it actually arrives What your business already knows A strict output schema A confidence score per field

The vision step

Returns fields, not prose, and says when it is unsure

Structured facts a person can confirm in seconds

The pieces converge as you scroll: the output is rows in your system, not a paragraph about a picture.

The strict schema is the load-bearing part. Prose about an image is impressive and unusable; a set of typed fields drops into the system you already run and can be checked at a glance. And the confidence score is what makes the human gate cheap: a reviewer confirms four flagged fields instead of re-reading forty photos.

The failure modes are not the ones you are watching for

Teams arriving from text AI expect the failure they already know: a confident, fluent, wrong answer. Vision has that too, and it has three of its own that catch people out.

Input variance beats model quality. A flat scan is nearly solved. The same document photographed at an angle in bad light, with a thumb over one corner, is a different problem. Most accuracy complaints about vision are complaints about capture conditions, and the cheapest fix is often at the capture step, not the model.

There is nothing to cite. A grounded text answer can point at the sentence it came from, which is the whole trust mechanism of an answer engine. An image has no passage to quote. The nearest equivalent is showing the crop the model read a field from, so a person can verify in a glance rather than taking it on faith.

Silent misreads look identical to correct reads. A wrong serial number sits in the field looking exactly as confident as a right one. Nothing in the output announces the failure, which is why per-field confidence and a person on anything consequential are not optional extras. They are the design. It is the same human-in-the-loop discipline applied to a channel where verification is harder, not easier.

Vision is worth paying for exactly where a person is currently the only thing turning pictures into data. Everywhere else it is an expensive way to read something you already had.

Where this actually shows up

The pattern repeats across industries with almost no variation. Damage and condition assessment from field photos. Serial and model numbers off equipment nameplates. Handwritten intake forms that were never going to be typed. Delivery and proof-of-service photos. Shelf and site compliance checks. Screenshots in support tickets, where the error message is right there in the picture nobody parsed.

We wrote one of these up end to end: an insurance claim triage desk where forty phone photos and a policy document become a structured, adjuster-approved assessment. The shape of the work in that study is the shape of the work in all of them.

What to do Monday

Walk one workflow and look for the moment a person is staring at an image and typing. That moment is the whole opportunity, and it is usually one step, not a program. Scope that single extraction, hold it to a strict schema with per-field confidence, and test it against a stack of your own real, badly-lit, sideways images before anyone celebrates. If the workflow has no such moment, you have just saved yourself a project.


Sitting on photos, scans, or forms nobody can query? Book a free consult and we will find the step where someone is retyping what they see, and scope the smallest version worth proving.

Frequently asked questions

What is multimodal AI and what can it actually do for a business?

Multimodal AI handles more than text: images, documents, audio, and video. In practice the useful business version is narrow. It reads a photo, a scan, or a screenshot and returns structured facts a person can check: what is in the picture, what condition it is in, what the numbers on it say. It is at its best turning something nobody could query into rows in a system.

When should a workflow use AI vision instead of just text?

When the fact you need only exists in an image and a person is currently re-typing it. If the same information already sits in a database or an email body, vision adds cost and latency and buys nothing. The test is not whether photos are present, it is whether a human is looking at a photo to produce data that then gets keyed in somewhere.

How accurate is AI at reading photos and scanned documents?

Accurate enough to draft, not to decide unsupervised, and accuracy varies far more with the input than with the model. A flat, well-lit scan is close to solved. A photo taken at an angle in a dim plant room, with glare on the label, is where confident misreads happen. The engineering answer is to score confidence per field, flag anything uncertain, and design so a person confirms before it counts.

Is multimodal AI more expensive to run than text AI?

Yes, meaningfully. Images consume far more tokens than the equivalent sentence, so a vision step can cost several times a text step for the same task. That is exactly why the tier test matters: it is worth paying for where the image is the only source of truth, and it is waste where the same fact was already sitting in a field somewhere.

Found this useful?

Share this with your network on LinkedIn, it helps more than you think.

Enjoyed this read? Get the next one in your inbox.

When we publish something worth your time, you will be first to know. No spam, unsubscribe anytime.

Keep reading

A single AI agent icon handling a full workflow on the left, next to three connected AI agent icons passing tasks to each other on the right.
AI ProductWorkflow

A Single Agent vs. a Multi-Agent System: Which Your Workflow Actually Needs

Multi-agent orchestration is the pattern everyone is demoing right now, but most workflows still run better on one well-scoped agent. Watch the same job run both ways, then decide.

Read article
A copilot suggesting beside a person on the left, an autonomous agent running a chain of steps on the right.
AI ProductWorkflow

AI Copilots vs. Autonomous Agents: Which Your Workflow Actually Needs

One drafts beside your team, the other runs the process end to end. A simple way to tell which a workflow needs, and how to sequence from copilot to agent without losing trust.

Read article
Three doors: two grand ones labeled fine-tune and RAG drawing all the attention, and a plain glowing third door labeled better context that most teams should open first.
AI ProductStrategy

Fine-Tuning vs. RAG: What Your Product Actually Needs (Usually Neither First)

The most-asked technical question in AI product work has a decision tree for an answer, not a winner. Facts that change want RAG. Voice and format want fine-tuning, rarely. And most teams' real gap is a third, cheaper thing nobody argues about on the internet.

Read article

Have software that should be smarter?

Let’s map a free AI-transformation roadmap for your product.