想省时间调智能体技能?这篇论文用李代数胚帮你快速找到最优编辑,比暴力搜快15倍。
这篇论文提出LASKO框架,将Markdown技能建模为李代数胚的基础类别,编辑策略作为截面,锚映射到可见效果,核表示潜在结构。LASKO通过微秒级的Lie-bracket筛选测试替代昂贵的LLM验证,实现数量级加速。在因果提取任务上,LASKO比暴力搜索(使用DeepSeek V3.1 4-bit 671B参数模型)快约15倍。
Agentic Skill Optimization over Lie Algebroids
Agentic systems increasingly improve themselves by editing skills: prompts, rubrics, plans, tool contracts, examples, validators, and traces. Skill edits are not independent coordinates in a vector space: they are local repairs to structured artifacts whose effects are observed only after rollout, validation, and critique. Distinct edits can have the same immediate visible effect while differing in routing context, template state, guardrail scope, or future composability. The order of edits can matter as well: repairing a schema before a normalization rule need not be equivalent to applying the same edits in the reverse order. This paper introduces a new framework for skill optimization called LASKO, for Lie Algebroid SKill Optimization. LASKO models typed, anchored Markdown skills as the base category and available edit policies as sections of a controlled Lie algebroid with anchor $ρ$. The anchor maps an edit policy to its visible Markdown effect; the kernel $\ker(ρ)$ represents latent template, routing, or implementation structure; and the algebroid bracket measures noncommuting edit composition. As shown in the paper, LASKO achieves order-of-magnitude speedups in skill optimization in our preliminary benchmark results, primarily because it substitutes inexpensive Lie-bracket screening tests that run in microseconds, before investing in expensive validations that require running large language models. On a causal extraction from natural language task, LASKO achieved a speedup of almost $15 \times$ compared to a brute-force approach that validated all edits by running them through a DeepSeek V3.1 4-bit model with 671B parameters.