Experiment - How agents differ from chatbots
Problem:You want to understand the difference between simple chatbots and intelligent agents by building and comparing two models: a basic chatbot that answers fixed questions and an agent that can perform tasks based on context.
Current Metrics:Chatbot answers 90% of fixed questions correctly but cannot handle new tasks. Agent model is not built yet.
Issue:The chatbot is limited to scripted responses and cannot adapt or perform actions, unlike an agent which can reason and act.