AIToday
Large Language ModelsAI Coding AssistantsOpen-Source AIDaily Dose of Data SciencePublished: Sep 17, 2026, 06:00 JST

GRPO and RULER promise reward-free fine-tuning in 2026

GRPO and RULER promise reward-free fine-tuning in 2026

3 Key Points

  1. What happened

    Daily Dose of Data Science published a walkthrough showing modern fine-tuning with GRPO (Group Relative Policy Optimization) and RULER (Relative Universal LLM-Elicited Rewards) is redefining the process.

  2. Why it matters

    The piece argues developers can now train agents that improve through experience without writing a single reward function or collecting a single labeled example, which it says is a break from typical fine-tuning setup.

  3. What to watch

    The claim hinges on whether teams adopt frameworks like ART, a 100% open-source framework bringing GRPO to any Python application; the body also notes a 3B model notebook trains on any MCP server URL.

WHO IT HITSMachine-learning engineers and developers building agents that search, call APIs, and reason across multiple steps are the audience — the piece says they can train with GRPO and RULER instead of curating datasets, labeling outputs, and hand-crafting reward functions.

Ask the AI about this article →

Summaries like this, in your inbox every morning.

Context & Analysis

The piece frames its argument around a contrast: if you use GPT or Claude, you get the same model as everyone else with the same capabilities, cost, and no competitive edge, whereas a small open-source model fine-tuned on a specific task can outperform a model 100x its size. That claim rests on a shift the article says has already happened — that fine-tuning no longer requires curating datasets, labeling outputs, or hand-crafting reward functions.

The technical hinge is how GRPO and RULER work together. GRPO generates multiple completions per prompt and grades them relative to each other, so it only needs relative rankings rather than absolute scores. RULER supplies those rankings by having an LLM judge compare several agent trajectories — the piece argues this is more reliable than asking a model to rate a single attempt on a 0-10 scale. ART is positioned as the delivery mechanism, splitting into a Client that records each agent run as a Trajectory and a Backend that handles inference and training, loading a fresh LoRA checkpoint after every step.

The separate architecture item — grouped-query attention, where Llama 3 70B shares one KV head across every eight query heads — is offered as a reminder that cost control also lives in model design, not only training. Whether the reward-free fine-tuning approach delivers on its promise hinges on teams adopting frameworks like ART, and on the 3B model notebook the article describes for training against any MCP server URL.

FAQ
What is GRPO and why does it matter for fine-tuning?
GRPO (Group Relative Policy Optimization) is described as the most popular reinforcement fine-tuning algorithm today, and the same algorithm that powered DeepSeek-R1's reasoning capabilities. It generates multiple completions and grades them relative to each other rather than using a separate scoring model.
What is RULER and what does it replace?
RULER (Relative Universal LLM-Elicited Rewards) uses an LLM-as-judge to compare multiple agent trajectories and rank them, with no labeled data required. The piece says defining a good reward function has always been the hardest part of RL, and RULER eliminates that bottleneck.
What is ART and what does it support?
ART (Agent Reinforcement Trainer) is a 100% open-source framework that brings GRPO to any Python application, with native support for tool calls and multi-turn conversations plus integrations with LangGraph, CrewAI, and ADK. It splits into a Client where agent code lives and a Backend running vLLM for fast inference and Unsloth-powered GRPO for training.
What is Rowboat Spaces?
Rowboat Spaces is an open-source tool that extends a personal AI assistant setup to a team conversation, letting each person bring their own assistant into a shared channel with access to their own meetings, notes, and open decisions. Answers appear in the channel attributed to that person, and assistants can draft and update a shared file with each change linked to the message that prompted it.
Daily Dose of Data ScienceRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Intel Xeon gains 2.4x in MLPerf v6.1 via softwareTop Companies AI · 41m ago
  • Mark Zuckerberg: labs ignoring "focus on alignment will fall behind"Top Companies AI · 41m ago
  • Apple's Smarter Siri Still Lags in AI Race, WSJTop Companies AI · 41m ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleVon der Leyen warns AI agents are "escaping their environment"