paper-with-me

Papers

ClawTrace: Cost-Aware Tracing for LLM Agent Skill Distillation

2026-04-26 · Boqin Yuan, Yue Su, Renchu Song, Sen Yang, Jing Qin arxiv

Skill-distillation pipelines learn reusable rules from LLM agent trajectories, but they lack a key signal: how much each step costs. Without per-step cost, a pipeline cannot distinguish adding a missing step to fix a bug from removing an expensive step that never affected the outcome. We use the cost-attribution gap to ask whether the rule types inside a distilled skill transfer the same way to new tasks. ClawTrace records cost-attributed agent traces and compiles each session into a TraceCard; CostCraft reads TraceCards and writes three kinds of skill patches: preserve, prune, and repair. We find a pattern aggregate metrics hide. On 30 held-out SpreadsheetBench tasks across two seeds, removing prune patches roughly tripled the quality-regression count without lowering median cost. Across the full 84-task SkillsBench transfer, CostCraft saves no aggregate cost. All three quality regressions trace to the preserve lane, and both quality wins trace to the prune lane: prune patches act as quality guardrails while preserve patches drive regressions. We argue that reusable agent skills should be evaluated at the rule-type level, not as monolithic instruction packages. To support this, we release ClawTrace, the TraceCard schema, and the full set of typed skills.

📄 PDF Abstract BibTeX arXiv:2604.23853

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillMOO: Multi-Objective Optimization of Agent Skills for Software Engineering

2026-04-10 · Jingzhi Gong, Ruizhen Gu, Zhiwei Fei, Yazhuo Cao 외 arxiv

Agent skills are increasingly used to configure coding agents for software engineering (SE) tasks, yet current practice treats them as static, hand-crafted assets, or evolved on pass rate alone. This is insufficient: a s…

What Should a Skill Remember? Quality--Cost Trade-offs in Cost-Aware Skill Rewriting for Language Model Agents

2026-06-08 · Qinghua Xing, Yinda Chen, Yaping Jin, Zhenhe Wu 외 arxiv

Large language model agents increasingly rely on skills: reusable procedural documents encoding workflows, tool use, implementation patterns, validation checks, and domain rules. Skill rewriting is often treated as promp…

Leveraging Skill-to-Skill Supervision for Knowledge Tracing

2023-06-12 · Hyeondey Kim, Jinwoo Nam, Minjae Lee, Yun Jegal 외

Knowledge tracing plays a pivotal role in intelligent tutoring systems. This task aims to predict the probability of students answering correctly to specific questions. To do so, knowledge tracing systems should trace th…

Knowledge Tracing

SkillSelect-Serve: QoS-Aware Budgeted Skill Service Recommendation for LLM Agents

2026-05-08 · Jingyuan Zheng, Dongjing Wang, Xin Zhang, Butian Huang 외 arxiv

Reusable agent skills are emerging as a service-oriented capability layer for Large Language Model (LLM) agents. Unlike plain retrieval items, a skill exposes functional capabilities, input-output assumptions, tool depen…

ALIGNAgent: Adaptive Learner Intelligence for Gap Identification and Next-step guidance

2026-01-22 · Bismack Tokoli, Luis Jaimes, Ayesha S. Dina arxiv

Personalized learning systems have emerged as a promising approach to enhance student outcomes by tailoring educational content, pacing, and feedback to individual needs. However, most existing systems remain fragmented,…

Knowledge Tracing