Fetching from the wire…
Public story · 2026-08-26 · high
SMITH trains one policy to write and use tools together, replacing setups where a frozen model writes schemas with no feedback.
Why now: The paper posted to arXiv this August, under ID 2608.24571.
A new training method pushed a 4B Qwen3 model past an untrained 30B-A3B tool-writer, reaching 79.8 accuracy on tasks it never saw in training. Most tool-creation systems prompt a frozen model at inference time, so the model writing a schema gets no signal on whether it works when called. SMITH fixes that by training one reinforcement-learning policy on two kinds of rollouts, building tools and using them, together.
Each rollout type earns three separate reward signals: one for schema correctness, one for code correctness, one for outcome. A failure in any one produces its own gradient, instead of a single blended score that hides which part broke.
The 4B model trained on just 13 procedural reasoning tasks. It then reached 42.6 on out-of-domain GQA, a visual question-answering benchmark, despite training on no visual data at all.
Tools the 4B model wrote also lifted a separate 350M model and a 30B model when handed to them directly. The joint training that made the 4B a better tool-writer also produced tools that generalize across model sizes.
The paper doesn't say whether the gains hold past SMITH's 13 training tasks, or how its reward shaping compares to standard reinforcement learning.
Each link below shares sources, entities, or timing with this story.
Simon Willison released LLM / Shared entity: Tools / Shared topic / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover Tools; overlapping topics (model, tool).
Simon Willison released LLM / Shared entity: LLM / Shared topic / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; overlapping topics (model, policy).
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; overlapping topics (model, tool).
LLM uses OpenAI / Shared entity: LLM / Shared topic / Earlier coverage
Linked by a graph relationship (LLM uses OpenAI); both cover LLM; overlapping topics (model, task).
LLM uses OpenAI / Same source domain / Shared topic / Tension
Linked by a graph relationship (LLM uses OpenAI); reported by the same outlet (arxiv.org); overlapping topics (model, tool).
Simon Willison released LLM / Shared entity: LLM / Earlier coverage / Tension
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-08-16.
LLM uses OpenAI / Shared entity: LLM / Earlier coverage / Tension
Linked by a graph relationship (LLM uses OpenAI); both cover LLM; earlier LLM coverage from 2026-07-27.
Simon Willison released LLM / Shared entity: LLM / Earlier coverage / Tension
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-06-19.