DisCo 论文提出 Repo-To-Skill 方法,将 GitHub 仓库蒸馏为技能使 MLE-bench 从 31.11% 升至 72.89%

Rohan Paul · @rohanpaul_ai · X·2026-09-06 09:14·28分钟前
AI 导读

论文提出 DisCo,一个把 GitHub 仓库、论文和任务研究蒸馏为紧凑技能的研究智能体,让智能体知道用什么工具、何时用、失败怎么办。

Rohan Paul@rohanpaul_ai
51AI 编辑部评分,满分 100

DisCo 论文提出 Repo-To-Skill 方法,将 GitHub 仓库蒸馏为技能使 MLE-bench 从 31.11% 升至 72.89%

2026-09-06 09:14· 28分钟前
AI 导读

论文提出 DisCo,一个把 GitHub 仓库、论文和任务研究蒸馏为紧凑技能的研究智能体,让智能体知道用什么工具、何时用、失败怎么办。

Very useful insight in this paper.

AI agents may be wasting huge amounts of effort rediscovering things they could simply remember as reusable skills.

Better agents may come from teaching them proven ways to work, not endlessly making the underlying model smarter.

The current problem is: a model may know what a tool or method does, but still waste time figuring out which one to use, how to set it up, and what to do when it fails.

DisCo turns GitHub repositories, papers, and task research into compact skills that tell the agent what to use, when to use it, and how to proceed.

With GPT-5.5, Codex, and the task-running budget unchanged, MLE-bench jumped from 31.11% to 72.89%. PaperBench, FrontierCS, and PassNet improved too.

Its library contains 5,353 skills distilled from 1,000 ML repositories.