Large Language Model
Pattern 10B: Avoid cold starts by eliciting user preferences
Problem The AI system has no knowledge of user preferences and cannot personalize the user experience. Solution Elicit user preferences. Use when How Collaborate with an AI/ML practitioner to identify what information the system needs from the user to learn their preferences for personalization. Trigger an elicitation session to solicit user preferences through selection and/or […]
Pattern 1A: Introductory blurb
Problem The user needs to understand what the system can do. Solution Provide a brief introduction to overall system capabilities and/or to a specific feature. Use when How Make the introduction brief: One sentence or less, consumable in less than 10 seconds. Make the introduction clear and descriptive. The introduction may be displayed: Make the […]
Pattern 16D: Convey the consequences of user action in help and documentation
Problem The user needs to know how their actions impact the system. Solution Make available information about how user actions in general impact experience with the system. Use when User actions (explicit or implicit feedback) impact the decisions made by the AI. How Provide documentation that explains in general how user actions impact experience with […]
Pattern 16C: Remind of consequences of a past action and ask for reconfirmation
Problem The user needs to occasionally be reminded of consequential past actions. Solution Inform the user of consequential actions taken in the past and offer the option to undo or keep those actions. Use when How Inform the user of: When to show notifications: Match the communication’s attention-getting characteristics to the severity of the consequences. […]
Pattern 16B: Feedback: Convey the consequences of user actions after the user takes action
Problem The user needs to know how their actions impact the system. Solution Communicate to the user how the action they just took impacts experience with the system and/or implement the consequences of user actions immediately. Use when How The system should respond immediately to the user’s action by: If using a description: Describe consequences […]
Pattern 16A: Feedforward: Convey the consequences of user actions before the user takes action
Problem The user needs to know how their actions impact the system. Solution Communicate to the user how taking a specific action will impact future experience with the system. Use when How Communicate through: Make clear the scope of the impact to: Describe consequences as specifically as possible, ranging from specific immediate changes to generic […]
Pattern 15D: Use existing public rating or interaction data as feedback for the system
Problem User feedback is needed to assess the system and help it improve over time. Solution Leverage existing public rating or interaction data as feedback for the system. Use when The system collects and displays publicly item-specific feedback, such as ratings or reactions (e.g., like, dislike, sad, celebrate). How Use data from existing item-specific public […]
Pattern 10A: Disambiguate before acting
Problem The AI system is uncertain of user intent and what further actions to take. Solution Elicit clarification from the user before taking action to resolve the system’s uncertainty. Use when How Collaborate with an AI/ML practitioner to: To elicit clarification, ask the user a clarifying question or prompt the user to select from one or more probable […]
Pattern 9E: Batch-editing data
Problem The AI system is wrong and the user needs to correct a batch of related system behaviors. Solution Enable the user to refine the AI system’s output by editing, correcting, or refining a batch of related data from a single interaction. Use when How When the user corrects or refines a behavior, the AI, […]
Pattern 9D: Do G9 through G15
Problem The AI system is wrong and the user needs to edit, correct, refine, or recover the system’s behavior. Solution Enable the user to alter the AI system’s behavior by editing, correcting, or refining its output and making clear that their correction will be used as feedback for its learning over time (see Guideline 15, Encourage granular […]
Pattern 9C: Undo automated actions
Problem The AI system incorrectly altered user input and the user needs to correct the system’s behavior. Solution Enable the user to revert to a previous state or undo the AI system’s actions. Use when How Enable correction by: User benefits Common pitfalls Keep in mind that repeated correction of the AI system can be […]
Pattern 9B: Rich and detailed edits
Problem The AI system produced an incorrect or partially incorrect result/output and the user needs to edit, correct, refine, or recover the system’s behavior. Solution Enable the user to modify the AI system’s output by editing, correcting, or refining it. Enable the user to edit all parts of the AI system’s output. Use when How […]