This December, I'm continuing to show how naive chatbots struggle with complex shopping requests.
We've seen them fail at clarifying questions, context shifts, and numerical requirements.
Today, let's see how they fail when a customer asks for more than one product in a single message. A naive chatbot will often treat the entire query as one block of text and return irrelevant results. An AI agent, however, can break the request down and return results for each item accurately.