Why Calibration Matters
Every cognitive test that runs in a browser is affected by hardware. The time between your brain deciding to click and the click being registered includes several layers of technical overhead: display latency (how long your monitor takes to render a frame), input latency (how long your mouse or trackpad takes to report the click), and browser rendering latency (how long the JavaScript event loop takes to process the response).
On a 60Hz laptop with a Bluetooth trackpad, the cumulative hardware overhead can be 80-120ms. On a 360Hz gaming monitor with a wired mouse, it can be as low as 10-15ms. That is a 70-100ms gap that has nothing to do with the user's brain — and it is larger than the entire difference between an average and an elite reaction time.
Without calibration, a person with genuinely faster neural processing on a slow laptop will score worse than a person with average processing on a high-end gaming setup. This is the fundamental unfairness that SENWITT's calibration system is designed to eliminate.
The Scale of the Problem
The average human reaction time to a visual stimulus is approximately 250ms. A 60Hz monitor introduces ~16.7ms of display latency per frame. A Bluetooth input device adds ~10-30ms. Browser rendering adds ~5-15ms. Total: 30-60ms of overhead that looks like a "slow brain" but is actually slow hardware.