Agentic Tree Search: An exploration strategy where an AI agent builds a tree of experimental states, choosing to refine successful branches or debug failed ones based on evaluation scores
VLM: Vision-Language Model—an AI model capable of understanding and generating text based on visual inputs (images)
Experiment Progress Manager: A meta-agent that governs the high-level phases of research (feasibility, tuning, execution, ablation) to ensure structural rigor
Ablation Studies: Experiments that remove specific components of a method to evaluate their individual contributions to performance
Semantic Scholar: A scientific literature search engine used by the system to check idea novelty and find citations
ICLR: International Conference on Learning Representations—a top-tier machine learning conference
Hugging Face Hub: A platform hosting datasets and models, used by the system to autonomously download research data
OOM: Out Of Memory—a common error in deep learning training which the system must debug
Aider: A command-line tool for AI-assisted coding, used in the previous version (v1) but replaced in v2 by a single-pass generation approach