GRPO Fails to Improve Small LLM Web Agents' Performance
Summary
This research finds that Group Relative Policy Optimization (GRPO) does not credibly improve the success rate of small language and vision-language model web agents (4B-8B scale) on tasks they have largely mastered. It shows that GRPO only helps when there is significant headroom for improvement, and high learning rates can degrade performance.
Why it matters
This research provides crucial insights into the limitations of applying reinforcement learning techniques like GRPO to already proficient smaller LLMs, helping practitioners avoid wasted computational resources and potential performance degradation. It informs efficient model fine-tuning strategies.
How to implement this in your domain
- 1Re-evaluate the necessity of applying GRPO or similar RL methods to small LLMs that already perform well on target tasks.
- 2Prioritize identifying tasks with significant "headroom" for improvement before applying reinforcement learning.
- 3Carefully tune learning rates when using GRPO, especially for smaller models, to avoid performance degradation.
- 4Consider alternative fine-tuning strategies for small, proficient web agents if GRPO shows no clear benefit.
Who benefits
Key takeaways
- GRPO does not reliably improve small LLM web agents on mastered tasks.
- Reinforcement learning is only effective when there's significant room for improvement.
- High learning rates with GRPO can degrade small LLM performance.
- Understanding model scale and task difficulty is crucial for effective RL application.
Original post by Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang
"arXiv:2607.12640v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards, and Group Relative Policy Optimization (GRPO) in particular, is now run routinely on a supervised checkpoint in the hope of producing a stronger agent. We ask whether it adds skill to…"
View on XOriginally posted by Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools

AI Computer Use Capabilities Advancing Rapidly, Outpacing Expectations.
The capabilities of AI in computer use are progressing at an extremely fast pace, with new systems like GPT 5.6 + Superapp demonstrating superior performance. Professionals are warned against underestimating these rapidly evolving AI capabilities, as it could lead to dangerous category errors in decision-making.

Thinking Machines Launches Inkling, Open-Weight Multimodal AI Model.
Thinking Machines has released Inkling, an open-weight, multimodal AI model featuring a 1M-token context window and native reasoning across text, images, and audio. The model's full weights are available on Hugging Face, with fine-tuning supported through Tinker, positioning it as a customizable base model.
Thinking Machines Unveils Inkling Model with Multimodal Reasoning.
Thinking Machines has launched a new model, Inkling, featuring full weights availability, native reasoning across text, image, and audio, and a 1M-token context window. Built with a Mixture-of-Experts architecture, Inkling supports fine-tuning on Tinker and offers strong agentic coding and tool use capabilities.