paper-with-me

홈 › Papers

Agent Skill Framework: Perspectives on the Potential of Small to Medium Language Models in Industrial Environments

2026-02-18 · Yangjie Xu, Lujun Li, Lama Sleem, Niccolo Gentile, Yewei Song, Yiqun Wang, Siming Ji, Wenbo Wu, Radu State arxiv

Agent skills are widely supported by major agentic frameworks and perform well with proprietary models, yet their effectiveness for small and medium-sized open source language models (270 M-80B) remains underexplored. We systematically study the Skill paradigm in resource-constrained industrial settings, where reliance on proprietary APIs is impractical due to data security and budget constraints. Across two open-source tasks and a real-world insurance claims classification task, we find that very small models struggle with reliable skill selection, while models around 30B-80B benefit substantially. Thinking variants do not show major levels of improvement from skills, also considering GPU usage increases due to overthinking. These findings reveal a trade-off between GPU cost and agent performance, and provide actionable insights for effective Skill configuration and SLM deployment in real world settings.

📄 PDF Abstract BibTeX arXiv:2602.16653

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Social Life Simulation for Non-Cognitive Skills Learning

2024-05-01 · Zihan Yan, Yaohong Xiang, Yun Huang

Non-cognitive skills are crucial for personal and social life well-being, and such skill development can be supported by narrative-based (e.g., storytelling) technologies. While generative AI enables interactive and role…

Language ModellingLarge Language Model

SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models

2026-08-11 · Chenhao Dang, Siyuan Xiong, Conghui He, Weijia Li hf

Agent skills represent a standardized format for packaging procedural knowledge and domain expertise, serving within agent harness systems as an essential mechanism to continually constrain a language model's behavior sp…

Reinforcement Learning

WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

2026-08-27 · Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins 외 hf

Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressi…

Efficient Skill Grounding via Code Refactoring with Small Language Models

2026-06-06 · Sera Choi, Wonje Choi, Saehun Chun, Daehee Lee 외 arxiv

Effective skill grounding is essential for deploying reusable skills in embodied agents, as even minor embodiment or environmental differences can render an entire skill incompatible. This challenge is particularly prono…

SkillSmith: Compiling Agent Skills into Boundary-Guided Runtime Interfaces

2026-05-12 · Duling Xu, Zheng Chen, Zaifeng Pan, Jiawei Guan 외 arxiv

Recently, skills have been widely adopted in large language model (LLM)-based agent systems across various domains. In existing frameworks, skills are typically injected into the agent reasoning loop as contextual guidan…