MCP: Model Context Protocol—a standard for connecting AI assistants to external data and tools
CDP: Chrome DevTools Protocol—allows tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers
VRAM: Video Random Access Memory—specialized memory on GPUs used to store model weights and context during inference
UIA: UI Automation—a Windows accessibility API allowing programs to inspect and drive other applications' user interfaces
RAG: Retrieval-Augmented Generation—fetching external data to ground LLM responses
Planner: The module responsible for decomposing high-level user goals into actionable steps
Reviewer: A distinct model role that evaluates the Planner's output for quality and safety before execution
Executor: The module or model that translates approved plans into specific tool invocations
Alias Normalization: Mapping various synonyms for a tool (e.g., 'google', 'browse') to a canonical internal identifier
Quantization: Reducing the precision of model weights (e.g., 4-bit vs 16-bit) to reduce memory usage and increase speed