← Field Notes
JUL 21 · Clipped · via X · @karpathy ContextDelegation

Andrej Karpathy thinks out loud to the model before he gives it a task

Most delegation UIs assume intent arrives pre-formed — this is a direct challenge to that. The pre-delegation phase is underdesigned, and Karpathy's resonance is the evidence.

Machine summary of the source

Andrej Karpathy describes a pattern he finds reliably useful when working with LLMs: a long, unstructured ramble session where he thinks out loud before any formal task begins. The model receives a stream of loosely organized thought — context, constraints, half-formed goals — and the conversation itself becomes the mechanism for crystallizing intent. The pattern's massive resonance online suggests it fills a real gap that structured prompt interfaces don't address.

The design insight here isn't just that freeform input works — it's that the cost of expressing intent is a first-class UX problem. Most agent interfaces optimize for task capture: forms, slash commands, structured delegation dialogs. But those surfaces assume the user already knows what they want with enough precision to fit a schema. The ramble session works because it lowers the activation energy for intent expression, letting the model do the work of extracting structure from noise.

For designers, this is evidence that the front end of an agentic workflow — the moment before any context is formally handed off — may need a qualitatively different interaction mode than the rest. Not a form, not a prompt box, but something closer to a scratchpad or thinking-aloud surface that the agent treats as raw material for context construction.

The summary above is generated; the note at the top is the editorial judgment. Primary source ↗