AI Agents: Modular systems driven by LLMs/LIMs for task-specific automation using external tools and sequential reasoning
Agentic AI: Systems composed of multiple specialized agents that collaborate, decompose goals, and dynamically allocate sub-tasks to achieve complex objectives
LLM: Large Language Model—a foundation model trained on vast text data, used here as the reasoning engine for agents
LIM: Large Image Model—foundation model for visual perception, enabling agents to interpret images
ReAct: Reasoning and Acting—a paradigm where models generate reasoning traces and task-specific actions in an interleaved manner
RAG: Retrieval-Augmented Generation—providing grounded information to an LLM by retrieving from external sources
Chain-of-Thought: Prompting technique that encourages the model to generate intermediate reasoning steps
RLHF: Reinforcement Learning from Human Feedback—fine-tuning method to align models with human preferences