Skip to main content

Command Palette

Search for a command to run...

What is Agentic AI ?

Agentic = LLM + Goal + Tools

Published
1 min read

Lets first understand how you complete your task using LLM

→ In order to get some task done you give repetitive prompts to LLM model, may be to improve the answer or to change the approach or to correct the mistake.

In agentic AI rather than repetitively prompting LLM you gave it a goal and then next important thing you give is tools by which it can do/test things by its own.

So in simple words:

Agentic = LLM + Goal + Tools

This will start doing the task if fail then automatically change or improve the approach. It will fix the bug created during process. It will continue self repetitive improvement till goal gets achieved.

Agentic AI is a dream of AUTONOMY.

😊-X- THANK YOU -X- 😊

One Que One Ans

Part 1 of 3

Hello Fellow travelers, You all have decided to join this journey. This will be really long journey, we will understand every spot of concepts one by one.

Up next

GenAI-1: What is a Language Model?

The overview of language model.