Labor Illusion: Make AI Show Its Work
Lesson 2 said waiting needs feedback. This lesson’s takeaway is more counterintuitive: some waiting shouldn’t be eliminated at all. Products that show their work make users wait a few extra seconds—and satisfaction and trust go up. The effect is called the labor illusion. Run the experiments first, then the research, then draw the boundaries.
Send the same question to two support bots at once. The answers are word-for-word identical; the only difference is how you get them. A replies instantly; B spends 3 seconds lighting up a work log line by line before answering. Then vote by gut.
Bot A · Instant reply
Answers in 0.3 seconds
Bot B · Show the process
3.5 seconds, work log lights up line by line
The effect comes from a 2011 Harvard Business School experiment by Buell and Norton. Subjects searched flights on a simulated site: one group got results instantly; the other waited 30–60 seconds while the screen scrolled “Checking Delta… Checking United…”. The group that saw the labor scored higher on satisfaction; under some conditions subjects preferred the site that made them wait 60 seconds but showed the work. Below, run the experiment yourself.
Engineering already gives you three levers: a reasoning model’s thinking process, RAG retrieval sources, and an Agent’s tool-calling log. They started as debug info; put them on stage and they become experience assets. Flip the three switches one by one—watch what appears in the chat on the right, and how much felt trust climbs.
Visible thinking
Open the chain of thought: which cases it split, where it changed course—let users see the skeleton of the reasoning.
Light up retrieval sources one by one
“Retrieved 3 sources” plus clickable entries—hang the answer on checkable citations.
Tool-calling log
What it searched, read, and compared—one step per line on screen.
The user is asking about compensation when probation is terminated… split into two cases: the company can prove “failed to meet hiring conditions,” and when it can’t… look up the Labor Contract Law text first; don’t invent numbers from memory.
Process display can be real or fake. The three UIs below all “show effort.” Judge each one: real labor, or fake performance? The cost of getting caught is revealed after all three.
✓ Read Civil Code Art. 587
✓ Compare 2 similar cases
The labor illusion works—but it has boundaries. Three questions, each a practical red line. Clear them and you can use this lesson’s levers with confidence.
What this lesson wants to share
- Show the real labor: thinking process, retrieval sources, tool logs—debug info on stage is an experience asset
- Perform with checkable detail: log lines must match citations in the answer—verifiable process gets more believable the more you look
- Lock display duration inside real elapsed time: you can slow the presentation rhythm, but past real labor time is fakery
- Hold back on high-frequency tasks: show the process once to build trust, then go straight to results—don’t pave the stage with the user’s patience