One of the stranger absurdities of paralysis care is how often eyegaze communication is demonstrated on some tiny tablet-sized screen, as if the goal were merely to prove that communication is technically possible. Yes, it works. In the same sense that watching TV through a keyhole “works.”

Effective long-term eyegaze work requires a large display. 27 inches is not luxury. It is ergonomics.

Human gaze is not a precise pointing device. It constantly jitters at the microscale, even in healthy people, and calibration is never perfect. On a small screen, buttons and letters become physically too close together. The user must keep their eyes tense and continuously concentrate just to avoid accidental selections. That turns communication into exhausting target shooting.

A larger screen changes everything. Targets become physically larger and farther apart. The eyes can move naturally, rather than straining for pixel-level precision. You can relax your face and neck. Accuracy improves because the system no longer demands an impossible level of exactness from human biology.

Most importantly, a large screen enables real computer work rather than survival-level communication. Writing long texts, editing documents, programming, controlling a smart home, browsing the web, participating in society - all of that becomes practical only when the interface stops fighting the user.

People often underestimate how mentally exhausting inaccurate eyegaze use is. If every word requires intense concentration, communication itself becomes a source of fatigue. A properly sized monitor reduces that cognitive load enormously.

Eyegaze is not merely a replacement keyboard. For many completely paralyzed people, it is the only remaining interface to the outside world. Designing that interface around portability instead of usability is like giving someone a wheelchair with square wheels because it folds nicely.

***

Healthy UI developers tend to miss two things about eyegaze typing.

First, typing produces a huge number of errors. Some are accidental. Some are deliberate. Direct vertical eye movement is difficult and tiring, so users often intentionally overshoot horizontally and then correct back rather than trying to land precisely on a small target. Because of that, backspace becomes one of the most important keys on the entire keyboard.

The best placement is a corner. Corners are easy targets because the gaze can simply be thrown against the screen edge without precise stopping. A corner effectively acts as an infinite target in two directions. That makes repeated correction much less tiring than trying to hit a small floating button somewhere inside the keyboard area.

Second, word prediction often does more harm than good. The problem is that the suggestion area flickers constantly as letters are entered. New words appear, disappear, reshuffle, and compete for attention. Human vision is extremely sensitive to motion and change in the peripheral field. The eyes are involuntarily drawn toward the constantly updating predictions even when the user is trying to ignore them.

That breaks concentration and interrupts the typing rhythm. Instead of flowing through a sentence, the user is repeatedly distracted by the interface itself. Finger typists can often ignore this because their hands operate partly from muscle memory while their vision focuses elsewhere. Eyegaze users do not have that separation. The eyes are both the pointing device and the visual system simultaneously. Any unnecessary visual activity directly interferes with control.

The important thing is not maximum demo typing speed measured over one minute, but whether the interface remains comfortable and mentally quiet after hours of continuous communication.

***

With eyegaze, formatted text is a nightmare to edit.

Healthy people do not realize how much editing relies on fast, precise cursor movement. A mouse user instantly clicks the exact spot, selects text in one motion, drags paragraphs around, and fixes mistakes almost subconsciously. The physical cost is negligible.

Eyegaze turns every one of those actions into work.

Moving the cursor into formatted text is slow because the targets become unpredictable. Different font sizes shift line spacing. Bold sections change word shapes. Lists, headings, links, tables, and embedded elements break the visual flow. The cursor easily lands in the wrong place. Correcting that mistake requires another sequence of deliberate gaze movements.

And every editing operation carries risk.

A small mistake may not just insert a wrong letter. It may destroy formatting, move an image, collapse a paragraph structure, create accidental selections, or overwrite entire sections of text. Or even reload the document. Recovering from that with eyegaze can take far longer than the original writing itself.

This changes behavior. You become reluctant to touch already finished text because the probability of making it worse is too high. Even minor corrections start feeling dangerous.

Selecting text is especially bad. With eyegaze, selection often means dwelling precisely at two tiny points one after another, while the system interprets intent correctly. In richly formatted text, the boundaries of words, lines, and paragraphs become harder to predict. A small mistake may cause the selection to collapse entirely or jump to an unexpected location.

Then comes scrolling.

A healthy user scrolls continuously while automatically keeping track of context. An eyegaze user may lose the insertion point completely after even a modest layout shift. Recovering it costs both time and concentration.

This is why many experienced eyegaze users prefer plain-text editors over “modern” rich-text environments. Plain text keeps everything stable. The cursor behaves predictably. Line spacing stays constant. Copying, correcting, and navigating require fewer eye movements and fewer recovery operations.

Formatting also creates anxiety during writing itself. If every correction is expensive and risky, you start avoiding corrections altogether. The writing flow becomes cautious and fragmented. Thoughts are simplified not because the user lacks ideas, but because editing overhead becomes too high.

Healthy designers often optimize for visual richness. Eyegaze users optimize for editability.