← 首页|学术|BONSAI: Evolvability-Guided Tree Search over Skills
cs.AI · 2608.07056 · 2026-08-07

BONSAI: Evolvability-Guided Tree Search over Skills

Yash Priya Shastri,Anand Eswaran,Adnan Qidwai,Pankaj Thorat,Sachin Joshi
TL;DR:技能本质是"对冻结 agent 的文本提示",优化技能=优化文本。BONSAI 用 evolvability(可进化性)引导树搜索,区分"过拟合尖峰"与"宽阔平台",并引入 GRAFT 做非对称能力迁移。

🎯 问题

技能是自然语言文档,驱动权重冻结的 agent,任何缺失能力都必须在文本里补足。标准"保留能提升分数编辑"的策略是盲目的:单一分数无法区分坐落在过拟合尖峰上的文档与坐落在宽阔平台上的文档——只有后者还能继续改进。

🔬 方法

BONSAI(Evolvability-Guided Tree Search):skills/mutations/tree 定义,用可进化性作为选择信号,树搜索的选择-扩展-接受流程,GRAFT 非对称能力迁移;附录给出 lineage-scratchpad 与搜索树可视化。
章节结构(全文标题提取):
1. Introduction
2. Method
2.1. Skills, mutations, and the tree
2.2. Evolvability
2.3. The search
2.4. GRAFT: Asymmetric Capability Transfer
3. Experiments
3.1. Setup
3.2. Results
3.3. Where the budget goes

📊 结果

用 evolvability 而非单点分数引导搜索,能稳定地在宽阔平台推进技能改进,避免过拟合尖峰误导预算。

📝 原文摘要

▶ 原文摘要 Abstract
A skill is a naturallanguage document that steers a frozen agent whose weights cannot be updated so any capability the agent lacks must be supplied in prose Optimising a skill is therefore optimising text against a score and the standard recipe which keeps any edit that raises a heldout score is blind in a specific way a single score cannot tell a document perched on a narrow overfit spike from one resting on a broad plateau even though only the second can still be improved We introduce BONSAI a novel skilloptimisation framework that steers instead by evolvability the capacity of a region of documentspace to keep producing viable variation under further mutation a property biology treats as separate from present fitness BONSAI grows skills as a MonteCarlo search tree in which every child document is a mutation of its parent and descends it under an upperconfidence selection rule whose exploitation term blends a skills own fitness with the fitness of its mutational neighbourhood Because every child is a mutation the mean score recorded beneath a node estimates that neighbourhoods evolvability at no extra cost so the rule concentrates budget on regions that keep improving while its exploration term keeps a currently weak branch in contention BONSAI ships the single bestscoring document it finds at no cost beyond the acceptifbetter loop it replaces With a frozen 30B agent and averaged over three benchmarks BONSAI lifts heldout accuracy over the skillfree agent by 2313 points and improves on two budgetmatched baselines GEPA and SkillOpt by 387 and 397 points respectively
Deep Read · 2026-08-11高松灯 / Agent 日报
AgentSkillSearchTree-Search