From the course: Designing Agentic AI Products (No Code Required)

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

What is an autonomous Agent AI?

What is an autonomous Agent AI?

- [Instructor] Agent AI automates AI using the reasoning power of large language models to run complex tasks by breaking them into simple tasks. Agent AI has some special characteristics that makes it different from intelligent chatbots. First, agent AI uses the reasoning power of LLM to make decisions. These are decisions the AI will make on our behalf in our absence, and so reasoning is very important for our safety. We will talk more about this throughout the course. This will be helpful for us to design and build agent AI products and systems in this course. Second, agent AI has memory. Why does a chatbot need memory? Well, intelligent chatbots, like Gemini or ChatGPT, can remember the context of a chat and continue conversations. But it is not an agent AI, and it does not have memory. So if we ask for something and the chatbot gives an incorrect answer, it'll forget its mistake. An agent AI has memory. So if it gives an unsatisfactory answer, it can remember and improve it. How…

Contents