The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Agent Skills materially improve performance for larger open-source models (≈30B–80B) but fail for very small models; 'thinking' modes add little benefit while raising GPU costs, forcing a trade-off between accuracy and compute for resource-constrained industrial deployments.

Agent Skill Framework: Perspectives on the Potential of Small to Medium Language Models in Industrial Environments
Yangjie Xu, Lujun Li, Lama Sleem, Niccolo Gentile, Yewei Song, Yiqun Wang, Siming Ji, Wenbo Wu, Radu State · February 18, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Yangjie Xu unresolved corpus identity
  2. Lujun Li unresolved corpus identity
  3. Lama Sleem unresolved corpus identity
  4. Niccolo Gentile unresolved corpus identity
  5. Yewei Song unresolved corpus identity
  6. Yiqun Wang unresolved corpus identity
  7. Siming Ji unresolved corpus identity
  8. Wenbo Wu unresolved corpus identity
  9. Radu State unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yangjie Xu provider ID
  2. Lujun Li provider ID
  3. Lama Sleem provider ID
  4. Niccolò Gentile provider ID
  5. Yewei Song provider ID
  6. Yiqun Wang provider ID
  7. Siming Ji provider ID
  8. Wenbo Wu provider ID
  9. Radu State provider ID
Small open-source LMs (hundreds of millions to a few billion parameters) struggle to select and use agent Skills reliably, while models around 30B–80B parameters gain substantial performance from Skills at the cost of increased GPU usage; 'thinking' variants yield little net improvement but increase compute.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

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.

Summary

Main Finding

Agent Skills (a skill-library / on-demand SKILL.md approach) can substantially improve performance of open-source models in industrial tasks — but only above a model-size threshold. Small models (<30B, especially <4B) frequently fail at skill selection and derive limited benefit; mid-to-large open models (≈30B–80B) gain large accuracy improvements under the Agent Skill Instruction (ASI) paradigm. However, “thinking”-style model variants can incur massive GPU-time costs (overthinking) with little or no accuracy gain, producing an unfavorable cost–performance tradeoff for industrial deployments.

Key Points

  • Definition & setup

    • SLMs defined here as models <30B parameters; experiments include open-source models from 270M to 80B and one closed model (gpt-4o-mini).
    • Three prompt/context engineering strategies compared:
      • DI (Direct Instruction): minimal user prompt
      • FSI (Full-Skill Instruction): entire skill repository is provided upfront
      • ASI (Agent Skill Instruction): model decides whether to fetch skill info on demand
    • Live tool execution purposely excluded in main experiments to isolate skill-selection effects.
  • Core empirical results

    • ASI is the most effective CE strategy for medium/large open models; it commonly delivers the largest accuracy gains while keeping reasonable GPU-time.
      • Example: Qwen3-80B-Instruct on IMDB: DI ACC 0.307 → ASI ACC 0.950 (Skill ACC 0.997). On FiNER: DI 0.194 → ASI 0.648.
    • Very small models (e.g., Gemma-3-4B-it, Gemma-3-270M-it) struggle to select the correct skill from a short list of distractors and thus gain little from the skill framework.
    • Error decomposition:
      • For SLMs (<12B) the dominant failure mode is skill-selection (retrieval) error.
      • For ≥30B models retrieval errors decline and remaining errors shift to parsing/ reasoning/format compliance.
    • “Thinking” variants (Qwen3-80B-Thinking) often produce very large VRAM·Time (GB·min) increases (e.g., ~18–34× higher than “Instruct” under same method) but without proportional accuracy improvements — demonstrating “overthinking” and extreme computational waste.
    • Robustness to skill-hub size:
      • Small models’ skill-selection accuracy decays quickly beyond ~10–20 skills; models ≥12B (and especially ≥30B) remain robust even when N → 100 skills.
    • Chat history:
      • Including truncated chat history improves accuracy most for very small models but increases VRAM·Time; recommended selectively for lightweight SLMs only.
    • Minor implementation detail:
      • Replacing the keyword “Skill” with synonyms had minimal effect on performance.

Data & Methods

  • Datasets
    • IMDB subset (binary sentiment; reviews controlled to 300–500 chars): 300 eval items.
    • FiNER (139 financial XBRL tags): 403 eval items.
    • InsurBench (proprietary insurance claims threads; long, noisy): 200 eval items. InsurBench chosen to minimize dataset contamination from model pretraining.
  • Models evaluated (examples)
    • Gemma-3-270m-it (0.27B), Gemma-3-4b-it (4B), Gemma-3-12b-it (12B)
    • Qwen3-30B-Instruct (30B), Qwen3-80B-Instruct / Thinking / Coder (80B variants)
    • GPT-4o-mini used where permitted (not used on InsurBench for privacy).
  • Experimental design
    • Temporary skill repository per task: ground-truth skill + 4–5 distractor skills.
    • Metrics:
      • Cls ACC (classification accuracy), Cls F1
      • Skill ACC (skill-selection accuracy)
      • Avg GT (minutes): average processing time per task
      • Avg VRAM Time (GB·min): average GPU-memory × time per task (intended as an operational cost proxy)
    • Main focus on isolating skill selection and subsequent execution correctness; follow-up ReAct-style experiments (with tool calls) reported separately.
  • Key quantitative findings (representative)
    • ASI gives large gains for 30B–80B instruct/coder variants (e.g., Qwen3-80B-Instruct ASI: IMDB ACC 0.950; FiNER ACC 0.648; Skill ACC 0.997).
    • Tiny models often show Skill ACC well below usable thresholds (e.g., Gemma-3-4B-it and Gemma-3-270M-it struggled to reliably select correct skill).
    • Qwen3-80B-Thinking VRAM·Time examples: IMDB 94.8 GB·min vs Instruct 4.2 GB·min (≈22×), while accuracy remains lower than Instruct in many tasks.

Implications for AI Economics

  • Cost vs. capability tradeoffs
    • Operational costs (GPU-hours and memory residency) are a first-order economic factor in agent deployments. “Thinking” variants can dramatically inflate per-task GPU·time with little accuracy gain, producing poor return on investment.
    • For many industrial use-cases requiring on-prem or private deployments (data security, regulatory constraints), mid-sized open-source models (≈30B–80B) combined with ASI provide a cost-effective alternative to proprietary APIs while preserving good task performance.
  • Investment priorities for industry
    • Prioritize improving retrieval/skill-routing pipelines (indexing, prompting for selection, lightweight rerankers). The dominant failure mode in SLM deployments is routing, so investment here yields outsized ROI compared to naively scaling model size.
    • For low-budget deployments, prefer medium-size instruct/coder variants (e.g., 30B) over tiny models: medium-size models achieve much of the skill-related benefit at manageable VRAM·Time.
    • Avoid deploying “thinking” variants in production unless their additional reasoning tokens demonstrably improve accuracy for the specific task; otherwise they impose high OPEX.
  • Policy & procurement consequences
    • Organizations that cannot use proprietary APIs (privacy/compliance) should budget for medium-sized on-prem models and GPU capacity; total cost modelling must account for VRAM residency effects that limit concurrency (blocking throughput).
    • Procurement decisions should weigh both model-to-skill alignment capability and operational cost metrics (GB·min), not model parameter count alone.
  • Research & product recommendations
    • Develop and benchmark lightweight routing and skill-selection modules (cheap classifiers/rerankers) that front-load selection and keep bigger models idle unless needed.
    • Explore hybrid architectures: small/specialized routers + medium models for execution, to minimize average GPU·time while preserving accuracy.
    • Extend cost–benefit analyses across more industry datasets and tasks to create per-task model-size decision rules, and quantify break-even points vs. proprietary API costs.
  • Summary take-away
    • Agent Skills are a practical and economically attractive CE pattern for industrial settings when paired with sufficiently capable open-source models (≈30B–80B) and on-demand skill loading (ASI). Tiny SLMs often fail at the critical routing step, and thinking-type models can waste substantial compute without proportional gains—so deployments should focus on retrieval engineering, selective history use, and careful model-variant choice to optimize cost-performance.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper reports systematic empirical comparisons across multiple open-source model sizes (270M–80B), two public tasks, and a real-world insurance claims classification task, providing direct performance and compute-cost measurements; however, the scope is limited (few tasks/domains and unspecified statistical controls), there is no causal identification strategy or pre-registration, and results may depend on task choice, model families, and tuning. Methods Rigormedium — The study spans a wide range of model sizes and includes an industry dataset and careful measurement of GPU usage, but the description indicates limited task diversity, no explicit mention of statistical significance testing, sensitivity analyses, or full hyperparameter/control condition reporting, which reduces reproducibility and the ability to rule out alternative explanations. SampleBenchmarks of open-source language models ranging from 270 million to 80 billion parameters evaluated on two open-source tasks (unspecified here) plus a real-world insurance claims classification dataset; comparisons examine different Skill (agent action/module) configurations and 'thinking' variants, with outcomes including classification performance and GPU consumption; proprietary API-based models are excluded. Themesproductivity adoption GeneralizabilityLimited number of tasks (two open-source tasks + one domain-specific insurance task) restricts applicability to other tasks/domains, Findings apply to the tested open-source model families and parameter ranges; other architectures or pretraining regimens may differ, Hardware/GPU cost trade-offs depend on specific infrastructure and may not generalize to all deployment environments, Exclusion of proprietary models means results do not directly inform settings that can use API-based services, Potential language/cultural limitations if datasets are primarily English or domain-specific

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Agent skills are widely supported by major agentic frameworks and perform well with proprietary models. Output Quality positive agent skill performance with proprietary models
Reading fidelity high
Study strength low
not reported
0.09
Very small models struggle with reliable skill selection. Task Allocation negative skill selection reliability
Reading fidelity high
Study strength medium
not reported
0.18
Models around 30B–80B benefit substantially from Skill-based agents. Output Quality positive agent performance improvement when using Skills
Reading fidelity high
Study strength medium
not reported
0.18
Thinking variants do not show major levels of improvement from Skills. Output Quality null_result performance improvement from Skills for thinking variants
Reading fidelity high
Study strength medium
not reported
0.18
Thinking variants increase GPU usage due to overthinking. Organizational Efficiency negative GPU usage (compute cost)
Reading fidelity high
Study strength medium
not reported
0.18
There is a trade-off between GPU cost and agent performance. Organizational Efficiency mixed GPU cost versus agent performance
Reading fidelity high
Study strength medium
not reported
0.18
The paper provides actionable insights for effective Skill configuration and small/medium open-source LLM (SLM) deployment in real-world settings. Training Effectiveness positive guidance for Skill configuration and SLM deployment
Reading fidelity high
Study strength low
not reported
0.09

Notes