📄ArXiv AI•較早收集於 7h
SkillSmith:將 Agent 技能編譯為高效執行時介面

💡透過這個全新的 LLM Agent 技能編譯框架,將 Agent 的營運成本降低超過 50%。
⚡ 30-Second TL;DR
有什麼變化
解決階段的 Token 使用量與貨幣成本降低了 57.44%。
為什麼重要
該框架透過大幅降低與技能密集型架構相關的成本與延遲障礙,為在生產環境中部署複雜的 LLM Agent 提供了實用的路徑。
下一步行動
複製 Aeloon 儲存庫,並使用 SkillSmith 編譯器測試您現有的 Agent 技能集,以評估成本節省效果。
誰應關注:Developers & AI Engineers
關鍵要點
- •解決階段的 Token 使用量與貨幣成本降低了 57.44%。
- •任務執行速度提升 2.02 倍(快 50.57%)。
- •允許較小的執行模型重複使用由強大模型編譯的產物,提升執行效率。
- •透過提取細粒度的操作邊界,最小化冗餘的推理迭代次數。
🧠 深度解析
Web-grounded analysis with 6 cited sources.
🔑 增強重點摘要
- •SkillSmith was officially published on arXiv on April 29, 2026, marking its public introduction to the AI research community.
- •Beyond cost and speed, SkillSmith significantly improves task completion rates across various models and environments, indicating enhanced reliability and effectiveness of LLM agents.
- •The framework's design is inspired by traditional compiler principles, treating LLM skills as code and large language models as heterogeneous processors, after analyzing 118,000 existing skills.
- •At compile time, SkillSmith employs capability-based compilation, environment binding, and concurrency extraction to optimize skills for specific LLM capabilities and execution contexts.
- •During runtime, SkillSmith utilizes Just-In-Time (JIT) code solidification and adaptive recompilation, leading to a substantial 19-50x reduction in latency for task execution.
📊 競品分析▸ Show
| Feature/Approach | SkillSmith | PROMPTS (Google Research) | Agent Workflow Optimization (AWO) | LLM-Tool Compiler | AVATAR (Stanford) | Compiler-LLM Cooperation |
|---|---|---|---|---|---|---|
| Approach Type | Compiler-runtime framework for skill optimization | Multi-agent framework for LLM training/serving optimization | Static analysis & compilation of workflow traces | Runtime tool fusion | Automated prompt optimization via contrastive reasoning | Integrates compiler passes with LLM code generation |
| Key Optimization | Converts raw skills to efficient, boundary-guided interfaces, reduces redundant reasoning, enables artifact reuse. | Diagnoses performance bottlenecks, proposes optimized sharding configurations. | Identifies and compiles redundant tool call sequences into composite tools. | Dynamically combines related tool calls at runtime. | Iteratively delivers insightful prompts to improve tool usage. | Balances compiler correctness with LLM's 'creativity' for code optimization. |
| Reported Performance | 57.44% token reduction, 2.02x speedup (50.57% faster), 19-50x latency reduction. | Up to 434% performance improvements in production workloads. | Up to 11.9% reduction in LLM calls, up to 4.2 percentage points improvement in task success rates. | Conceptually similar to AWO but at runtime. | Average relative improvement of 14% on Hit@1 for retrieval, 13% for QA datasets. | Speedups up to 1.25x. |
| Optimization Stage | Compile-time & Runtime | Training & Serving | Pre-deployment (static) | Runtime | Optimization phase (training prompts) | Multi-level abstraction (compiler & LLM) |
| Pricing | Null | Null | Null | Null | Null | Null |
🛠️ 技術深入
- Skill Decomposition and Capability Profiling: SkillSmith decomposes a skill's requirements into a set of 26 primitive capabilities. It then profiles the target LLM and its environment (harness) against these capabilities to measure how well they are supported. This process helps characterize the 'capability gap' between what a skill needs and what the model provides.
- Compile-Time Optimizations: The framework performs several optimizations during compilation:
- Capability-based compilation: Adapts the skill specification to align with the target model's strengths and limitations based on its capability profile.
- Environment binding: Optimizes skills for the specific execution environment.
- Concurrency extraction: Identifies and extracts opportunities for parallel execution within the skill.
- Runtime Optimizations (JIT Code Solidification): SkillSmith incorporates Just-In-Time (JIT) code solidification and adaptive recompilation. The JIT pipeline involves:
- AOT Compilation: An Ahead-Of-Time (AOT) compiler analyzes skill code segments and generates JIT candidates with code signatures and templates.
- Runtime Validation: The runtime system validates predictions across invocations.
- Function Promotion: After validation, a compiled function replaces direct LLM inference for repetitive or predictable skill segments, significantly reducing latency.
- Heterogeneous Processing Model: SkillSmith treats LLMs as heterogeneous processors, allowing for tailored optimization based on the specific characteristics of different models.
🔮 前景展望AI analysis grounded in cited sources
LLM agents will become economically viable for a wider range of enterprise applications.
The significant reduction in token usage and operational costs achieved by SkillSmith makes the deployment of LLM agents more cost-effective, enabling their adoption in budget-sensitive scenarios.
A tiered ecosystem of LLM agents will emerge, leveraging specialized models for different tasks.
The ability to reuse compiled artifacts from stronger models by smaller, more efficient runtime models suggests a future where powerful LLMs handle complex compilation, while smaller, optimized models execute tasks efficiently.
The development of LLM agent skills will shift towards a more structured, compiler-oriented paradigm.
By treating skills as code and applying compiler design principles, SkillSmith encourages a more systematic and robust approach to skill creation, improving portability and consistency across platforms.
⏳ 時間線
2026-04-03
SkillRT: Compiling Skills for Efficient Execution Everywhere paper published on arXiv
2026-04-29
SkillSmith: Compiling Agent Skills into Boundary-Guided Runtime Interfaces paper published on arXiv
📎 來源 (6)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
📰
AI 週報
閱讀本週精選 AI 大事摘要 →
👉相關動態
AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: ArXiv AI ↗