AI Agents: What Actually Happens Internally - Part 1(Basics)
This is fully written by me without any help from AI, except for learning the concepts. This blog consists of all the things that everyone should be aware of in the AI world, which took me weeks to learn to make it easy for you. Overview In the world of AI, LLMs are not sufficient. LLMs are simple(and yet complex) until you convert them to agents. This is where all the powers are unlocked, and LLMs can be used to do anything and everything in the world. This blog explains how a chatbot(or simple LLM) is actually converted into an AI Agent to do real-world, productive things. I'll explain from the basics what LLMs are, how they should be used, and how agents are created, but on a high level: LLMs(or large language models) are models trained(like Gemini, Opus, etc) on a huge amount of data and can be considered as "a brain in a glass jar" that can dictate what to do. Agents(or wrappers) are tools written which used LLMs internally to do real-world tasks. Chatbot - a common...