基于李代数胚的智能体技能优化 / Agentic Skill Optimization over Lie Algebroids
1️⃣ 一句话总结
本文提出了一种名为LASKO的新框架,利用李代数胚的数学结构来高效优化AI智能体的技能编辑(如提示词、规则和工具调用),通过先进行微秒级的数学筛选测试,再决定是否运行昂贵的大模型验证,从而在保证效果的同时大幅提升优化速度。
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 $\rho$. The anchor maps an edit policy to its visible Markdown effect; the kernel $\ker(\rho)$ 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.
基于李代数胚的智能体技能优化 / Agentic Skill Optimization over Lie Algebroids
本文提出了一种名为LASKO的新框架,利用李代数胚的数学结构来高效优化AI智能体的技能编辑(如提示词、规则和工具调用),通过先进行微秒级的数学筛选测试,再决定是否运行昂贵的大模型验证,从而在保证效果的同时大幅提升优化速度。
源自 arXiv: 2607.11493