Your visual system carries something like 10 million bits per second from eye to brain. Conscious symbolic reasoning — reading words, parsing sentences, deciding what they mean — runs at about 50.
The gap is five orders of magnitude. Not 2×, not 10×.
Here's proof:
Try it
Vision is parallel and pre-attentive. You can scan a screen of eighty icons and find the right one in under 200 milliseconds. This is what makes the GUI revolution more profound than it usually gets credit for. The mouse and the desktop didn't just make computers easier — they changed what the user had to know in order to operate one.
Apple's particular obsession was extending this further, into spatial physics: things have weight, momentum, position. When you flick a list and it decelerates with the right curve, your cerebellum — which spent eons learning how thrown objects behave — does the interface work for you. The interface offloads itself onto perceptual machinery you got for free.
The two rounds aren't different in difficulty. They're different in channel. Round one routes through the visual system: pop-out, parallel, automatic. Round two forces you to read each cell, parse the letters, and check the order. Same task, same target, same screen. Only the channel changed — and the cost showed up in seconds.
The chat-as-AI interface, viewed this way, is a regression to the command line dressed in natural language. You're back to typing symbols into a box and waiting for symbols to come back. The system's state is invisible — you can't see what the model knows, what it's doing, where you are in a process. You ask, in words, and get answered, in words, every step. The intelligence of the underlying model disguises how primitive the interface around it is. This is why “the AI is amazing but the product is meh” is such a common reaction.
There's a counterargument worth registering. Language is genuinely high-bandwidth for intent specification — you can compress a complex request into a single sentence (“find restaurants near here, kid-friendly, outdoor seating”). But that compression runs one direction. The response coming back is still trapped in the cognitive channel, and so is everything that follows.
The easy version of this argument is a trap
Most demonstrations of “perception beats cognition” cheat. They compare a real interface to a strawman: a calendar grid versus a chronological list of date strings, a movie seat map versus a comma-separated text dump, a color picker versus a hex field. The strawmen lose because no one ships them. Of course the seat map wins — that's why every booking app on Earth uses one.
The argument that matters lives in the cases where both interfaces are defensible. Where both ship in real products. Where serious people choose the cognitive version and have good reasons.
Try this one
The table is defensible. It's precise, auditable, and you can quote exact numbers from it. Tables ship in Bloomberg, in Excel, in every operational dashboard ever built. People who spend their day in spreadsheets often prefer them. So the comparison here isn't perception versus an obvious mistake. It's perception versus a thoughtful, well-understood, professionally-respected design choice.
But run it twice and watch what your brain actually does. With the table, you're working: anchoring on the first value, jumping to the last, comparing, holding a partial answer in working memory while you check the next row. You can feel the effort. That effort is serial cognition doing real labor. The table doesn't show you a trend. It shows you the inputs to one and asks you to compute it.
The sparkline doesn't ask. Slope is a shape. Your visual system has been doing edge detection and motion sensing for hundreds of millions of years, and “this line goes down while those go up” is exactly the kind of thing it surfaces preattentively. You don't even decide to find it. The downward one declares itself.
The cost is invisible, which is why the trap works
The reason the cognitive cost of the table is dangerous is that at the scale of a single decision, it's invisible. You can do it. It feels fine. You finish the task. But across a million decisions a day, across an organization, across a career, the table quietly costs orders of magnitude more attention than the chart, with measurably worse accuracy on trend judgments — and most users never notice, because the cognitive version is working. That's the trap. The interface that looks merely as good as the alternative is often quietly much worse.
This generalizes. When you book a flight by chatting — “find me two seats together near the back” — the model does the search, but the answer arrives as text. You can't see what else was open, you can't tell that there were better seats in row C, you can't change your mind by glancing. Information is there. The ability to see it is gone, and with it the speed and confidence that came from seeing.
Every app today that shows you a seat map, a calendar grid, a photo album, a map with pins, or a price slider is a small monument to forty years of figuring out how to make computers talk to your eyes instead of your inner monologue. A chat-first AI layer sits on top of all of them and quietly turns each one back into a list. Most users will defend the chat layer because they can do the work. They'll never notice they're doing it.
The interface that asks you to read is the interface that makes you slower.