๐Ÿง ๐Ÿซณ๐Ÿ‘๏ธ๐Ÿ‘‚
STAGE 1 OF 16โ†“ request path

You

A human being with intent

Everything starts here. Your brain's motor cortex fires, nerve signals race down your arm at 120 m/s, and your finger strikes a key.

๐Ÿ“–

How It Works

Every interaction with a computer begins with a biological decision. Your prefrontal cortex forms an intention โ€” "I want to search for something" โ€” and your motor cortex translates that into a precise motor plan. Nerve signals travel from your brain through your spinal cord and peripheral nerves to your finger muscles at roughly 80โ€“120 meters per second.

The human input system is analog, noisy, and imprecise. Your brain compensates with a continuous feedback loop: eyes track the cursor, proprioception feels the key depress, and auditory feedback confirms the click. This perception-action loop runs at the speed of your display's refresh rate. Average human reaction time is about 200 ms for visual stimuli and 150 ms for auditory โ€” setting a hard floor for how fast any interactive system can feel.

โšก

The Signal Flow

Intention forms
Prefrontal cortex decides what to do โ€” search, click, type
Motor planning
Motor cortex generates a movement plan targeting specific muscles
Nerve conduction
Electrical impulses travel along myelinated axons at 80โ€“120 m/s
Muscle contraction
Motor neurons trigger muscle fibers in your fingers to contract
Physical contact
Finger applies force to key, trackpad, or touchscreen surface
Proprioceptive feedback
You feel the key depress โ€” tactile confirmation of your action
๐Ÿ’ก

Key Concepts

๐Ÿง Motor cortex

The brain region (precentral gyrus) that plans and executes voluntary movements. Different body parts are mapped to different areas โ€” fingers get a disproportionately large region.

โšกNerve conduction velocity

Myelinated nerve fibers conduct at 80โ€“120 m/s. From brain to fingertip is about 1 meter โ€” so the signal takes roughly 10 ms to arrive.

โฑ๏ธReaction time

~200 ms for visual stimuli, ~150 ms for auditory. This is the minimum round-trip: perceive โ†’ decide โ†’ act. It sets the floor for perceived interactivity.

๐Ÿ”„Perception-action loop

The continuous cycle of seeing, deciding, and acting. Your brain integrates visual information in ~100 ms windows โ€” responses within that window feel instant.

๐Ÿ”ฌ

Deep Dive

โฑ๏ธ

Why 200 ms feels instant

The human perceptual system integrates visual information in ~100 ms windows. When a computer responds within 100โ€“200 ms, it feels instantaneous because the response arrives within the next perceptual frame. Above 300 ms, users perceive a distinct delay. Above 1000 ms, they lose flow state and attention wanders. This is why every web performance metric ultimately traces back to human neuroscience.

๐Ÿ“

Fitts's Law

The time to acquire a target is a function of the distance to the target divided by its size. This fundamental law of human motor control directly shapes UI design: buttons need minimum tap targets (44px on mobile), menus exploit screen edges as infinitely large targets, and frequently-used actions should be close and large. Every pixel of your interface is constrained by the biomechanics of the hand that uses it.

๐Ÿ“‹

Relevant Standards