Skip to main content

16 posts tagged with "AWS Titan"

View All Tags

Advent Calendar Day 5: How AI Agents Handle Price-Based Queries

· 9 min read
Norah Sakal
AI Consultant

Advent Calendar Day 5: How AI Agents Handle Price-Based Queries

This December, I'm showing how naive chatbots fail at simple requests that matter to online shoppers, while AI agents rise to the challenge.

We've seen naive chatbots fail at clarifying questions, context shifts, numerical requirements and multiple requests in one query.

Today, the customer asks for a price filter: "I need women's heels under $75." The naive chatbot ignores the price filter and fails, but the AI agent applies the numeric filter to find the right match.

Advent Calendar Day 4: How AI Agents Handle Multiple Product Requests in One Query

· 11 min read
Norah Sakal
AI Consultant

Advent Calendar Day 4: How AI Agents Handle Multiple Product Requests in One Querys

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.

Advent Calendar Day 3: How AI Agents Handle Requests for Specific Measurements

· 8 min read
Norah Sakal
AI Consultant

Advent Calendar Day 3: How AI Agents Handle Requests for Specific Measurements

This December, I'm showing how naive chatbots fail when customers ask for details and how AI agents step up.

Previously, we saw how naive chatbots fail at clarifying questions and context shifts.

Today, we show how they struggle with requests involving numbers. A customer might ask for shoes with a heel height over a certain number. A naive chatbot will ignore the number and just show all heels, while an AI agent will apply the correct filter.

Advent Calendar Day 2: How AI Agents Improve Naive Chatbots by Understanding Context Shifts

· 11 min read
Norah Sakal
AI Consultant

Advent Calendar Day 2: How AI Agents Improve Naive Chatbots by Understanding Context Shifts

This December, I'm highlighting the limitations of simple AI chatbots in online retail and demonstrating how AI agents enhance customer interactions.

In yesterday's issue, we saw how naive chatbots fail immediately due to lack of contextual reasoning. Today, we highlight a slightly different but equally challenging scenario: dealing with context shifts during the conversation.

A customer often changes their mind mid-conversation. A naive Retrieval Augmented Generation (RAG) chatbot may struggle to incorporate these shifts, while an AI agent will dynamically adapt, refining its recommendations based on updated customer input.

Advent Calendar Day 1: How AI Agents Improve Naive Chatbots by Asking Clarifying Questions

· 9 min read
Norah Sakal
AI Consultant

Advent Calendar Day 1: How AI Agents Improve Naive Chatbots by Asking Clarifying Questions

This December, I'm highlighting the limitations of simple AI chatbots in online retail and demonstrating how AI agents enhance customer interactions.

Each day, we'll explore a common challenge faced by naive Retrieval Augmented Generation (RAG) chatbot systems and show how AI agents overcome them.

Todays topic is about how AI agents improve naive chatbots by asking clarifying questions.