AI-201 · Question #166
Universal Containers (UC) is implementing generative AI and wants to leverage a prompt template to provide responses to customers that gives personalized product recommendations to website visitors ba
The correct answer is C. Collect and analyze browsing data.. Before a chatbot can deliver personalized product recommendations based on browsing history, the foundational requirement is collecting and analyzing that browsing data. Without structured, clean data about what visitors have viewed, the LLM has no grounding context to personaliz
Question
Universal Containers (UC) is implementing generative AI and wants to leverage a prompt template to provide responses to customers that gives personalized product recommendations to website visitors based on their browsing history. Which initial step should UC take to ensure the chatbot can deliver accurate recommendations'
Options
- ADesign universal product recommendations.
- BWrite a response scrip for the chatbot.
- CCollect and analyze browsing data.
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C89% (25)
Explanation
Before a chatbot can deliver personalized product recommendations based on browsing history, the foundational requirement is collecting and analyzing that browsing data. Without structured, clean data about what visitors have viewed, the LLM has no grounding context to personalize recommendations. This data becomes the input to the prompt template. Option A (universal product recommendations) defeats the purpose of personalization. Option B (writing a response script) is a static approach that doesn't leverage LLMs or browsing data. Data collection and analysis is always the first step when building AI features that depend on user-specific context.
Topics
Community Discussion
No community discussion yet for this question.