---
id: "framework-ui-paradigms"
type: "framework"
source_timestamps: ["00:24:26"]
tags: ["ui-ux", "history-of-computing"]
related: ["concept-agentic-delegation"]
steps: ["GUIs", "Touch interfaces", "Delegation"]
sources: ["s16-openclaw-saga"]
sourceVaultSlug: "s16-openclaw-saga"
originDay: 16
---
# The Three Paradigms of Human-Computer Interaction

## Purpose

A historical model describing the evolution of how humans interact with computers, culminating in the current shift toward AI agents. This framework contextualizes why the development of systems like [[concept-openclaw-d16]] is so disruptive to traditional software business models.

## The Three Paradigms

### 1. Graphical User Interfaces (GUIs)

The first major paradigm shift. Users interact with computers by manually navigating visual representations — clicking icons, opening menus, pressing buttons.

**Examples:** Windows, macOS

### 2. Touch Interfaces

The second paradigm, optimized for mobile. Users interact via direct physical manipulation of on-screen elements. The input method changed, but the underlying logic of manually navigating specialized apps **remained**.

**Examples:** iOS, Android

### 3. Delegation (Agentic AI)

The emerging third paradigm. Instead of manually operating software, users state a desired outcome or goal in natural language. An autonomous agent then:

- Determines the necessary steps
- Interacts with underlying APIs or interfaces
- Executes the task on the user's behalf

For depth on this paradigm: [[concept-agentic-delegation]]. For its commercial implications: [[claim-apps-are-dying]] and [[contrarian-apps-are-dead]].

## Why This Framework Matters

Each paradigm shift has historically rewritten platform economics. GUIs enabled Microsoft. Touch enabled Apple. Delegation, if it follows the pattern, will enable a new platform layer — which is precisely why [[entity-openai-d16]] hired [[entity-peter-steinberger-d16]].

## Adjacent Literature

Don Norman's *The Design of Everyday Things* frames HCI evolution; Karpathy's *Software 2.0* essay frames the shift in software construction.
