Spokes.wiki Search About
Scholarly Article source ↗ source url updated Wed Aug 05 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

SkillSmith

“SkillSmith: Learning to Compose Parametric Skills and Textual Knowledge” (Dery, Tjandra, Samiei, Kuncoro, Yahav, Shen, Szlam — arXiv preprint 2607.27497; affiliations not stated in the abstract). Routed here 2026-08-05. The paper’s move is to treat model weights as a modality an LLM can read and write: it uses prefix-tuning to store a skill as a small set of prefix parameters, then has an LLM ingest both existing prefix weights and text, and emit new prefix weights that realise a target skill. Reported result: it beats both text-only and weight-space-only baselines, i.e. the gain is claimed to be specifically multimodal — out of reach for either channel alone.

The spoke’s first source on adaptation as a research object

This corpus holds fine-tuning as practice — one explainer of the vocabulary (finetuning-explained-kdnuggets) and one toolkit for the costs (unsloth-amd-support) — and transformers-tutorials as the training loop in code. SkillSmith is the first source that treats parameter-efficient adaptation as something to do research on rather than run. Prefix-tuning is a PEFT method (a sibling of LoRA in the fine-tuning family: freeze the base model, learn a small add-on), so it sits squarely in the spoke’s adaptation layer — but the paper’s subject is not the method, it is composition over methods: given a library of learned skills-as-weights, can a model assemble a new one.

That reframes an adapter. In fine-tuning a LoRA or prefix is an artifact you train and load; here it is an input and an output of another model, weights treated as data. If the result holds, it points at a way to build capability by composing existing parametric skills plus a text description, without a fresh training run per skill.

Where it stresses the corpus

The synthesis’s founding seam gets a second data point. The spoke’s live tension is between information-theory-inference-learning-algorithms’ view of learning as producing a distribution over parameters and the point-estimate machinery everything else ships. SkillSmith is neither: it operates on trained weights as objects, treating a skill’s parameters as a manipulable representation. It does not resolve the seam, but it is the first source here to make the weights themselves the unit of analysis rather than the loss or the data — a third stance worth recording beside the other two.

Homonym warning — this is not an agent skill

“Skill” here means a parametric skill: prefix weights. It is unrelated to the markdown/prompt SKILL.md agent skills of agentic-tooling-wiki (education-agent-skills arrived there the same day). Those are text an agent loads at runtime; these are weights a model synthesizes. Same word, two different objects — never conflate them, and note that SkillSmith is the weight-space answer to a question (“compose reusable skills”) that the prompt-skills world answers in text.

Tier and caveats

T2 — primary research, but a preprint: not peer-reviewed, and the “beats both baselines” claim is the authors’ own on their own evaluation, with the benchmark suite and effect sizes not verified here. The domain’s standing benchmark caveat applies with full force — a reported gain over a baseline the authors configured is a claim, not a measurement this wiki has checked. Author affiliations were not recoverable from the abstract; entity nodes deferred (see log).

fine-tuning · machine-learning · transformers-tutorials · information-theory-inference-learning-algorithms · synthesis