返回 2026-05-14
⚙️ 工程

理想化失败:UI设计中未预见故障的真实代价Ideal failures

danieldelaney.net·2026-05-13 节选正文

作者反思过去设计 UI 时仅依赖纸面草图或 Figma 原型,专注于设想已知失败模式并设计优雅恢复路径的做法存在局限。实际用户在使用 LanWhisper 语音听写 App 时触发了未预见的故障,如 AI 转录模型产生幻觉输出,暴露了脱离真实场景设计的脆弱性。

Daniel De Laney

The way I used to design UI was to sit with paper sketches, or Figma, or a React prototype with no back end. Imagine every failure mode. Design beautiful flows for each.

I slipped into this mistake while working on LanWhisper, a voice dictation app. I designed for the failure modes I could imagine, drew the flows, and shipped the app. Then real users hit failure modes that I hadn’t anticipated.

For example, the AI transcription model can return hallucinated text even if the input audio is empty. I had imagined that if the model returned text at all then the app was working. This failure wasn’t in my carefully designed list of ideal failures. Whoops.

The problem is that a representation of a system only contains what you put into it. The failure modes it shows you are exclusively the ones you already thought of.

This is the same mistake as designing for users you’ve never talked to. Designers know that’s a trap. The same logic applies to the systems we design: imagined systems aren’t a substitute for real ones.

When designing non-trivial systems, imagination is no longer your best source of truth. The system itself is. And increasingly, designers can build it themselves. Do. Build it, instrument it, surface every piece of state. You can see and feel how the system works instead of projecting the ideal behavior onto some drawings you linked together.

Your list of ideal failure modes isn’t real.

需要完整排版与评论请前往来源站点阅读。