AI Agent
AgentsAn LLM-powered system that autonomously plans and executes multi-step tasks by calling tools, browsing the web, writing code, or taking actions in external systems.
Plain-English definitions of key AI concepts — from LLMs to RAG to agents.
A technique that grounds LLM responses in retrieved external documents, reducing hallucination and enabling up-to-date answers.
A training technique where human raters rank model outputs and those preferences train a reward model that guides further LLM fine-tuning.
The basic units LLMs process — roughly word-pieces. Text is split into tokens before the model reads it, and token count determines API cost.
A sampling parameter (0–2) that controls the randomness of LLM output — lower values produce deterministic responses, higher values produce creative ones.