Agentic AI Explained with Whiteboarding πŸ€–


Hello Reader,

Agentic AI is the new buzzword. Every YouTube video, LinkedIn article, and blog is about Agentic AI. In today's edition, we will go over what is Agentic AI, and why is it becoming so popular. To understand this, we have to see the evolution of LLMs, let's find out:

In the beginning, there was a single LLM, and we were doing prompting. This was significant first step, but it had the following challenges:

  1. Static, pre-trained information
  2. Not able to integrate project-specific data

Then came RAG to overcome these challenges. RAG became very popular because you can integrate your company data using embeddings. But RAG has the following challenges:

  1. Once RAG gives you an answer, there is no way to validate, iterate, and refine the answer
  2. Non-dynamic access to data, heavily biased towards embedded vector database
  3. Not able to create dynamic flow to take actions

To overcome all the above challenges and then some, came Agentic AI. With Agentic AI, LLM agents can iterate, refine, and take actions (see the diagram with numbers).

The advantages of Agentic AI are:

  1. Because you can invoke code, you can literally do anything from the LLM. You can even have multiple functions, and LLM can dynamically invoke them based on prompt
  2. Iterative flow - LLM agent validates result and iterates and refine
  3. Given the flexibility of calling an API or code, you can perform actions, e.g., book a vacation based on budget, send emails based on meeting recording, etc.
  4. This is the fundamental flow; you can even invoke multiple Agents and multiple LLMs using Agentic AI, making it more powerful

Agentic AI on Whiteboard

I sat down with AWS director, Roland Barcia. He covered Big Tech interview tips, Gen AI, and we also did a whiteboarding session on Agentic AI with actual use case. Check it out, timestamps included for viewing conveience:

video preview​

​

Salesforce CEO Marc Benioff has emphasized that the current generation of CEOs will likely be the last to manage an exclusively human workforce, predicting a future where humans and AI agents work together. He described AI agents as "digital labor," highlighting their role in significantly boosting productivity.

I am personally learning different agentic patterns, tools, and underlying infrastructure. In the coming weeks, I will share what I am seeing with customers in the trenches and some of the patterns I am finding helpful.

If you have found this newsletter helpful, and want to support me πŸ™:

Checkout my bestselling courses on AWS, System Design, Kubernetes, DevOps, and more: Max discounted links​

AWS SA Bootcamp with Live Classes, Mock Interviews, Hands-On, Resume Improvement and more: https://www.sabootcamp.com/​

Keep learning and keep rocking πŸš€,

Raj

Fast Track To Cloud

Free Cloud Interview Guide to crush your next interview. Plus, real-world answers for cloud interviews, and system design from a top Solutions Architect at AWS.

Read more from Fast Track To Cloud

Hello Reader, In the previous newsletter edition, we took a look at top Gen AI tools, and how can you benefit from the trend. The matter of the fast is, even in general SA interviews, you have to expect Gen AI questions. This is similar to how you expect fundamental containerization and DevOps questions. Gen AI is becoming quite popular, and this is no exception. In today's edition, let's go over AWS Gen AI landsacape, that I am following: The image illustrates the AWS Generative AI (Gen AI)...

Hello Reader, The landscape of generative AI (Gen AI) consumer applications is evolving rapidly, with new players emerging and established ones innovating at an unprecedented pace. In today's newsletter, we will take a look at the top Gen AI apps and, more importantly, how YOU can use this for your career growth and get more money. Generative AI Consumer Apps: The Top Performers ChatGPT's Resurgence: After an initial plateau, ChatGPT has surged to 400 million weekly active users, driven by...

mlops-diagram

Hello Reader, MLOps is gaining quite the buzz these days, given the rise of Gen AI. In today's newsletter, let's find out what MLOps is and why it is becoming so popular. This edition of the newsletter is written by Vijay Kodam, Principal Engineer at Nokia, and AWS Community Builder. MLOps is set of practices that streamline and automate machine learning workflows. It integrates DevOps practices into machine learning workflows to streamline machine learning operations. Why do we need MLOps?...