Magentic-One: A multi-agent system from Microsoft that Magentic-UI is built upon, featuring an Orchestrator and specialized agents (WebSurfer, FileSurfer, etc.)
Orchestrator: The central agent that plans tasks, delegates steps to sub-agents (including the human), and manages the overall workflow
MCP: Model Context Protocolโa standard for connecting AI assistants to systems and tools, used here to extend agent capabilities
Co-planning: An interaction phase where the agent presents a generated plan to the user for editing and approval before execution begins
Co-tasking: Collaborative execution where control of tools (like a web browser) is passed dynamically between the agent and the human user
Action Guard: A safety mechanism that pauses execution and requires explicit human approval before the agent performs high-stakes actions (e.g., financial transactions)
CAPTCHA: Completely Automated Public Turing test to tell Computers and Humans Apartโa challenge often blocking web agents that humans must solve manually
WebVoyager: A benchmark for evaluating web agents on real-world websites
GAIA: A benchmark assessing general AI assistants on tasks requiring reasoning, tool use, and multi-modality
System 1/System 2: Cognitive science terms; System 1 is fast/instinctive, System 2 is slow/deliberative. Here applied to agent planning speeds