Blog

Google Whitepaper _ AI Agents

๐†๐จ๐จ๐ ๐ฅ๐ž ๐–๐ก๐ข๐ญ๐ž๐ฉ๐š๐ฉ๐žr on ๐€๐ ๐ž๐ง๐ญ๐ฌ – An Overview

Can you help me with a few clarifications on the use of AI Agents?

๐†๐จ๐จ๐ ๐ฅ๐ž ๐–๐ก๐ข๐ญ๐ž๐ฉ๐š๐ฉ๐žr on ๐€๐ ๐ž๐ง๐ญ๐ฌ is a nicely packaged document for beginners to moderate level AI enthusiasts who want to know more about the current buzzword โ€œAgentsโ€.

It talks about the Objectives of AI Agents and different frameworks used for reasoning and planning like

โ†ณ ReACT
โ†ณ Chain-of-Thought
โ†ณ Tree-of-Thought

It goes on to discuss the different components and how they interact in the General Agentic Architecture. These components include

โ†ณ Agent
โ†ณ Model
โ†ณ Tool

It further goes on to explain how agents interact with โ€˜outsideโ€™ Tools like Google Flight API using

โ†ณ Extension
โ†ณ Function
โ†ณ Data Store

The whitepaper uses the example of flight booking to explain how LLMs, Agents and external database (both structured and unstructured) can be used to solve flight booking problems.

And here in lies my confusion.

โ†ณ Why would we want to use a LLM for perfectly logical application like flight booking?

โ†ณ Why would we want to train agents on what kind of inputs to expect and outputs to display by training on diverse set of examples (read data) instead of taking the input directly from the user and thereby save on compute cost and improve accuracy?

โ†ณ Why would we want to train agents on large set of data just to let them chose the right API eg. choose Google Flight API instead of Google Maps API?

I am perfectly fine with the use of LLMs for unstructured data like text, images, audio etc. but I am still trying to understand why use LLMs for solving problems which can be solved with simple query-based input and outputs on structured data like flight booking?

Am I missing something? Comment below

p.s. Happy New Year.

p.s. Drop your email in the followit box to receive my latest blog. We can also stay connected on various social media platforms, just click the links to follow.

Leave a Comment

Your email address will not be published. Required fields are marked *