User Experience Is Computation
madebynathan.com·12h·
Discuss: Hacker News
Flag this post

ai

05 Nov 2025 — 3 min read

**TL;DR **Computer programs with a user interface are parallel computation across multiple substrates: CPU and brain.

This is a follow-up to my post about Universal Causal Language (UCL).


The Concept

Every program with a user interface is running parallel computation on both a CPU and a brain.

The computation happening in the brain is:

"Read this. Think about it. Decide what to do next. Submit input."

The CPU and brain are co-processors working on the same problem.


Traditional View vs Reality

Traditional View

Program:  [CPU executes code] → [Displays UI] → [Waits for input]
Human:    [Passive observer] → ...

Similar Posts

Loading similar posts...