Agentic Systems: Complex, multi-agent architectures where specialized sub-agents collaboratively plan, reason, and coordinate to achieve shared objectives with limited human oversight
AI Agent: A system using an LLM as a core reasoning engine to orchestrate perception, memory, and tool use for autonomous goal achievement
SHAP: SHapley Additive exPlanations—a game-theoretic approach to interpret machine learning predictions by attributing value to each input feature
LIME: Local Interpretable Model-agnostic Explanations—a technique that approximates a black-box model locally with a simple interpretable model
Orchestration: The mechanism in agentic systems that manages dependencies, assigns roles to sub-agents, and arbitrates conflicts (often handled by a meta-agent)
ReAct: Reason+Act—a prompting paradigm where LLMs generate reasoning traces before executing actions
Chain-of-Thought (CoT): A prompting technique enabling LLMs to decompose complex problems into intermediate reasoning steps
RAG: Retrieval-Augmented Generation—fetching external data to ground LLM responses
Post-hoc explanation: Techniques attempting to explain a model's decision after it has been made, without accessing or modifying the model's internal structure