一键导入
ai-loading-states
Use when implementing loading states for AI operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when implementing loading states for AI operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when implementing help users understand their current location.
Use when implementing expand and collapse content sections.
Use when implementing user account configuration and preferences.
Use when implementing social activity and updates stream.
Use when implementing conversational AI chat interfaces.
Use when implementing handling AI-specific errors.
| name | ai-loading-states |
| description | Use when implementing loading states for AI operations. |
| metadata | {"id":"ai-loading-states","category":"ai-intelligence","pattern":"AI Loading States","source":"uxpatterns.dev","url":"https://uxpatterns.dev/patterns/ai-intelligence/ai-loading-states","sourcePath":"apps/web/content/patterns/ai-intelligence/ai-loading-states.mdx"} |
Loading states for AI operations
A AI Loading States pattern helps teams create a reliable way to communicate request progress, streaming readiness, and intermediate AI work without pretending to know the exact finish time. It is most useful when teams need long-running generation. Compared with adjacent patterns, this pattern should reduce friction without hiding the state, rules, or recovery paths people need to keep moving.
references/pattern.md, then choose the smallest viable variation.aria-describedby or structural headings when useful.The Problem: Users cannot tell whether the model is waiting, streaming, retrying, or done.
How to Fix It? Expose clear request lifecycle states and keep them visible near the content they affect.
The Problem: AI failures include safety blocks, context limits, model availability, and partial output, not just a failed request.
How to Fix It? Differentiate failure modes and give recovery actions that match each one.
The Problem: The experience feels unpredictable when responses get slower, shorter, or more expensive without explanation.
How to Fix It? Design token, latency, and provider constraints into the interface from the beginning.
For full implementation detail, examples, and testing notes, see references/pattern.md.
Pattern page: https://uxpatterns.dev/patterns/ai-intelligence/ai-loading-states