ADAS: Automated Design of Agentic Systems—a research area aiming to automatically invent novel building blocks and designs for agentic systems.
Meta Agent: An LLM agent tasked with programming, evaluating, and refining *other* agents (Worker Agents).
Chain-of-Thought (CoT): A prompting technique where the model generates intermediate reasoning steps before the final answer.
Self-Refine: An agentic pattern where the model generates an initial output, critiques it, and generates a refined output.
Foundation Models (FMs): Large-scale pre-trained models (like GPT-4) used as the core reasoning engine within agentic systems.
Turing Complete: A system (like a programming language) capable of simulating any Turing machine, meaning it can theoretically represent any computable algorithm.
Quality-Diversity: Search algorithms that aim to find a set of solutions that are both high-performing and diverse in their behavior.
ARC: Abstraction and Reasoning Corpus—a benchmark measuring general intelligence through few-shot visual grid transformation tasks.