Builder's Brain
Builder's Brain · the neuroscience of building · ◉ Evergreen

Big and close: the physics hiding in your primary button

by Shreyansh Ojha·5 min·Working Theory

Most of the brain science a builder uses is soft-edged — biases, heuristics, tendencies that hold on average and wobble at the individual level. This one is different. In 1954 a psychologist named Paul Fitts measured something so regular it reads more like a law of physics than a fact about minds: the time it takes a person to move a pointer to a target depends, predictably, on just two things — how far the target is, and how big it is. Farther takes longer. Smaller takes longer. And the relationship isn’t linear; it’s logarithmic, which means the penalty for a small, distant target grows in a way that surprises people. Fitts’s law has since been confirmed across mice, fingers, styluses, eyes, even feet, and it’s precise enough that interface researchers use it to predict interaction times before anyone builds a thing.

The intuition under the math is worth holding onto, because it’s really about your motor system running its own tiny prediction loop. When you reach for something, your arm doesn’t glide there in one smooth shot. It makes a fast ballistic launch aimed roughly at the target, then a series of smaller corrective adjustments as it homes in — check, nudge, check, nudge. A big target needs almost no correction; you can fling the pointer and land inside it. A small target forces several careful correction cycles at the end, each one costing time. Distance sets how far the launch has to travel; size sets how much fussy correction you pay on arrival. Big and close is cheap. Small and far is expensive, and expensive in a compounding way.

This is one of the most directly actionable findings in all of cognition, and it’s strange how often interfaces ignore it. The single action you most want a user to take — the primary button, the thing that begins the entire point of your product — is frequently rendered small, tucked into a top corner, far from wherever the user’s attention and cursor actually are. You’ve taken the one move that matters most and made it, by Fitts’s own equation, one of the slowest and most effortful targets on the screen. Not fatally slow — a few hundred milliseconds and a little friction. But that friction sits on the exact step your funnel can least afford it, and it’s paid by every single user, every time.

small & far big & close cursor long reach, fussy landing = slow cursor short reach, land it in one throw = fast
The pointer launches fast and then corrects. Big targets skip the correcting; close targets skip the travel. Original diagram · Working Theory

The build moves fall out of the law almost mechanically. Make the primary action big — genuinely, generously big, bigger than feels tasteful, because every pixel of size is subtracted from the correction cost. Put it close to where the user’s attention and pointer already are — near the content they just finished reading, under the field they just filled, at the natural terminus of the flow, not exiled to a far corner. On touch, “close” means inside the thumb’s arc, which is why the confident mobile pattern is a large action anchored at the bottom rather than a small one stranded at the top.

And the law has a beautiful corner case worth stealing. Fitts’s equation says a target’s effective size includes how far past it you can travel — which makes the edges and corners of the screen effectively infinite targets. You can’t overshoot them; you slam the pointer into the wall and it stops, dead on target, with zero correction. That’s the real reason menu bars live at the screen’s top edge and hot corners work: they’re the cheapest targets that physically exist. When an action genuinely matters, an edge is the strongest real estate on the screen.

The same law runs in reverse for the actions you don’t want taken by accident. Delete, remove, cancel-my-account — the destructive stuff — should be made deliberately small and deliberately far, so that hitting it takes a bit of aim. That’s not you being coy; that’s you spending Fitts’s cost on purpose, buying a moment of friction exactly where a mistake is expensive. Size and distance are a budget, and a good interface spends them in proportion to how much it wants each action to happen.

There’s something clarifying about a piece of the brain that obeys an equation. Most design arguments are matters of taste you can debate forever. This one isn’t. The distance between your user and the button, and the size of the button when they get there, is a cost you are choosing to charge them — and it’s one of the few costs in all of product design you can calculate in advance and simply decide not to impose.

The science, to look up: Fitts's law (Paul Fitts, 1954) and the Shannon-form index of difficulty (Scott MacKenzie); the ballistic-plus-corrective model of aimed movement; the 'infinite edge' corollary for screen borders and corners in interface design (Bruce Tognazzini's design heuristics). The law is remarkably robust — state the log relationship qualitatively rather than quoting a specific throughput number.

Liked this? Get the next one in Working Theory.

Going weekly in August (it's in beta now). One genuinely interesting read on building, the brain, and the science most people missed.

Got a reaction, a counter-example, or something I missed? Reply by email — I read everything.
◉ join in

Where have you hit this — in a product you use, or one you're building?

Threads open here soon. For now, the conversation lives two clicks away — discuss on GitHub, or just reply by email. I read and answer everything.