エージェントの作業手順を状態機械へ変換するHEXIS
HEXIS: Compiling Skills into Extended Finite State Machines
この論文をやさしく読む
ひとことで言うと
AIエージェント向けの手順書を、次に何をするかが明示された状態機械に変換する方法です。
何に役立つ?
決まった操作順序を守る必要があるエージェントで、手順の抜けや重複を減らす設計に役立ちます。
この研究の面白いところ
既存の実行記録を再生して更新を確かめる仕組みを含み、4つの評価で平均成功率を16.1ポイント改善しました。
どこまで分かった?
成功率とトークン数の改善は示された4ベンチマークと実行器での結果です。すべてのスキルで同じ改善を保証するものではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
エージェントのスキルには再利用できる知識と手順が含まれるが、エージェントは毎回その適用方法と次の操作を推論しなければならない。そのため課題について考えることと制御上の判断が結び付き、指定された段階を省略したり誤って適用したりする可能性がある。本研究は、スキルを拡張有限状態機械へコンパイルし、知識と制御の流れを分けるHEXISを導入する。スキルの知識は各状態での推論と生成を導く局所的な指示に組み込む。状態機械は進捗と途中結果を記録し、明示的な遷移条件が次の操作を決める。増分的なコンパイラーは、まずスキルの条項とツールのインターフェースを、状態内の操作、局所指示、データの結び付け、遷移へ対応させる。次に開発時の実行記録を既存の状態と照合し、不足する操作や依存関係を見つける。状態の追加・再利用と接続の改善によってそれらを取り込み、静的検査と、現在および過去に受け入れたすべての実行記録の再生を通過した更新だけを採用する。4つのベンチマークと4種類の実行器で、HEXISはスキルとReActを組み合わせた手法より、平均成功率が16.1ポイント高かった。Qwen3.8-27Bでは、ベンチマーク全体で実行時のトークン数が38.4~88.9%減った。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Agent skills provide reusable knowledge and instructions, yet agents must repeatedly infer how to apply them and which operation should follow. This couples task reasoning with control decisions, allowing prescribed steps to be omitted or applied incorrectly. We introduce HEXIS, which compiles agent skills into extended finite state machines that separate knowledge from control flow. Skill knowledge is incorporated into local instructions that guide reasoning and generation within states. The machine records execution progress and intermediate results, while explicit transition conditions determine subsequent operations. Our incremental compiler first maps skill clauses and tool interfaces to state operations, local instructions, data bindings, and transitions. It then aligns development traces with existing states to identify missing operations and dependencies. These are incorporated by adding or reusing states and refining their connections. Updates are accepted only after static checks and replay of the current and all previously accepted traces. Across four benchmarks and four executors, HEXIS improves success over Skill + ReAct by 16.1 percentage points on average. Qwen3.8-27B reduces execution tokens by 38.4-88.9% across benchmarks.
arXiv ID: 2609.30123 / 要約の誤りについて