Agentic Supernet: A probabilistic, continuous distribution of agentic architectures that encompasses a vast number of possible multi-agent candidates
Textual Gradient: A method to approximate gradients for discrete text components (prompts, tools) by asking an LLM to analyze errors and suggest updates in natural language
Agentic Operator: A basic unit of the search space, representing a composite LLM process (e.g., Chain-of-Thought, Debate, ReAct) with specific prompts and tools
Early-exit Operator: A specific operator that allows the system to terminate the reasoning process at shallower layers for simple queries, saving tokens
MaAS: Multi-agent Architecture Search—the proposed framework that samples query-dependent systems from the supernet
Controller Network: A neural network that takes the query and current state to output probabilities for selecting the next agentic operator
MoE: Mixture-of-Experts—a neural network architecture where different parts (experts) are activated for different inputs; used here to implement the sampling process