The workflow is built on two open-source libraries from the NVIDIA NeMo framework: NeMo RL and NeMo Gym. NeMo RL, based on AutoModel, Megatron-Bridge, and vLLM, supports post-training processes such as GRPO, DPO, and SFT, is configuration-driven, and scales from small validation to distributed training. NeMo Gym provides interactive environments where models learn through real-time generated experiences and rewards.
The agent itself (Codex + GPT 5.5) has strong reasoning, code navigation, and tool-use capabilities. To adapt to local operational norms (e.g., checkpoint paths, metric authority, session recovery), the team equipped it with three complementary 'skills': Brev-etiquette handles system operation norms (keeping the repository clean, correctly placing large files, securely handling keys); session-memory maintains persistent session logs (recording goals, subtasks, decisions, progress); and autoresearch implements the experiment loop (preserving goals, establishing baselines, creating branches for each hypothesis, recording attempts, monitoring stop rules, summarizing results). These skills, encoded as structured reusable instructions, encapsulate operational context and institutional knowledge, making the agent's research loop more reproducible.