Researchers present DisCo, a skill-powered autonomous agent designed to bridge the gap in operational knowledge for machine learning research by distilling expertise from code repositories. The system condenses widely used open-source projects into reusable, verified skills through two complementary forms: task-agnostic distillation of general ecosystems and task-oriented generation for specific needs.

  • DisCo creates the AREX-Skill Library, containing over 5,000 verified skills distilled from 1,000 ML repositories organized into 20 areas and 178 capability families.
  • When equipped with these skills and using a GPT-5.5 backbone, the agent achieves a 134.3% score increase on MLE-bench compared to the same agent without skills.
  • The skill-equipped agent also improves performance by 34.4% on PaperBench, 9.2% on FrontierCS, and 14.0% on PassNet under fixed research harness conditions.

These results demonstrate that adding distilled operating context allows autonomous agents to reuse domain-specific know-how rather than rediscovering it during each run.