Home/AI/ML Notes/Basics of Agents
⌂ Main Page
AI/ML Interview Preparation Notes

Basics of Agents

Retrieval-augmented generation, agent architectures, memory, frameworks, evaluation, and the protocols that tie modern agentic systems together.

Study Guide

Part 01

Retrieval-Augmented Generation (RAG)

Best practices, benefits, RAG vs. fine-tuning, RAG flavors, embedding quantization, common errors, and agentic RAG.

Part 02

AI Agents: Definition, Patterns & Use Cases

What an agent is (GenAI + tools + memory), agentic workflows and design patterns, use cases, and agent typologies.

Part 03

Agent Memory & Context Management

Short- and long-term memory, cross-agent memory, and why context management is a hard necessity.

Part 04

Agent Frameworks

The AI agent framework landscape, and LangChain vs. LangGraph in practice.

Part 05

Agent Evaluation

Offline and online evaluation, validating LLM judges against humans, and evaluation frameworks.

Part 06

Agent Protocols: MCP & A2A

Model Context Protocol, Agent-to-Agent protocol, and how the two compare.

Part 07

Agentic AI: Distinctions & Special Topics

Decision agents, agentic AI vs. AI agents, agents vs. MoE and assistants, degrees of automation, Google Antigravity.

Part 08

References & Further Reading

Sources behind these notes, plus the You.com search-agent evaluation.

Full Topic Map

The original quick-navigation index — every link below jumps straight to the relevant topic.

AI Agents

RAG RAG Best Practices (Schematic), RAG Benefits, RAG vs. Fine-Tuning, Types of RAG, Embedding Quantiz. & Truncation, Errors in RAG, Agentic RAG
AGENTS - DEFINITION Agent = GenAI + Tools + Memory (In Detail), Agentic workflows / patterns, Agent use cases, Agent types, More agents is all you need
MEMORY Memory, Cross-Agent Memory, Context Management is a Necessity
FRAMEWORKS AI Agent Frameworks, LangChain vs. LangGraph
EVALUATION Offline Eval, Online Eval, Validating LLM against humans, Eval Frameworks
PROTOCOLS A2A vs. MCP, MCP Protocol, A2A Protocol
MISC Decision Agents, Agentic AI versus AI agents, AI Agents vs. MoE, Agents vs. Assistants, Degrees of Automation, Google Antigravity
REFERENCES References, Search Agent Evaluation by You.com