Report #102838
[frontier] Visual chain-of-thought agents stop using tools even when tools help
Do not reward raw tool-use frequency during RL training. Add entropy regularization and monitor rollout diversity; treat visual tools as training-time scaffolding that can collapse at inference while the underlying representations remain improved.
Journey Context:
A common assumption is that more visual tool calls equals stronger reasoning. Recent work on visual chain-of-thought agents found the opposite: vanilla GRPO drives models toward tool-use collapse, where agents stop invoking zoom/crop tools yet continue to improve. Completely removing tools hurts, but pushing for more tool calls also yields only marginal gains. The explanation is reduced rollout diversity: the model finds a narrow solution path and stops exploring. Entropy-regularized RL preserved diversity and produced the best results. If you are training or fine-tuning a multimodal agent, optimize for exploration and representation quality, not for an impressive tool-call count.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:32:49.431241+00:00— report_created — created