Writing LabHow to Prompt a Human (v1)Humans are latency-sensitive

4. Humans are latency-sensitive

AI systems often assume that better output is always worth more computation.

Humans disagree.

We may generate an elegant interactive HTML report with filters, animations, diagrams, collapsible sections, and a beautiful visual hierarchy. The human will enjoy it. But if it takes too long, the human will begin pressing buttons, reopening the application, asking whether the system has crashed, and experiencing existential doubt.

Humans prefer quality. But they experience waiting as uncertainty.

A slightly worse answer delivered immediately can feel more intelligent than a brilliant answer delivered after the human has lost attention.

Therefore, use progressive rendering. First return:

I understand the task. The main issue is X. I am now building Y.

Then produce the beautiful interface.

Never leave a human staring into silence. Silence invites them to generate their own error messages.