Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

OpenForgeRL: Open-Source Framework for Training Harness-Based AI Agents End-to-End

AI By Crimson AI Hugging Face Papers 25 July 2026 · 00:00 10 views
Share: X Telegram

Hugging Face researchers introduce OpenForgeRL, an open-source framework that enables end-to-end reinforcement learning for AI agents using complex inference harnesses like Claude Code and Codex, achieving state-of-the-art results on multiple benchmarks.

OpenForgeRL: Open-Source Framework for Training Harness-Based AI Agents End-to-End

Key points

Modern AI agents rely on sophisticated inference harnesses—such as Claude Code, Codex, and OpenClaw—to manage multi-turn reasoning, tool use, and external system access. However, these complex harnesses make it difficult to train agents end-to-end using open infrastructure, as standard SFT/RL stacks cannot natively handle stateful, multi-process harness inference.

To bridge this gap, Hugging Face researchers present OpenForgeRL, an open-source framework for training harness-based agents end-to-end in diverse environments. The framework uses a lightweight proxy that intercepts model calls from the harness, recording them as training data for a standard RL codebase (e.g., veRL). A Kubernetes orchestrator runs each rollout in its own remote container, enabling scalable training on any harness in any environment.

OpenForgeRL decouples training from inference, allowing researchers to train and improve agents directly in the real harnesses and environments they will be deployed in. The framework was validated across complex harnesses and environments, including tool/claw-based agents and multimodal GUI browser- and computer-use agents.

Key results include: OpenForgeClaw achieves 31.7 pass^3 and 55.9 pass@3 on ClawEval, and 33.7 on QwenClawBench. OpenForgeGUI reaches 37.7 on OSWorld-Verified, 63.0 on Online-Mind2Web, and 72.3 on WebVoyager. These results outperform open baselines of similar size on nearly all benchmarks, and in the GUI setting match or surpass models several times larger.

The analysis reveals that harness choice (e.g., ZeroClaw, OpenClaw, Codex) significantly impacts learning difficulty, and that RL improves agentic reliability—such as self-verification, tool coverage, and completing multi-step plans—though critical abilities like error recovery remain weak.

BenchmarkOpenForgeClawOpenForgeGUI
ClawEval (pass^3)31.7-
ClawEval (pass@3)55.9-
QwenClawBench33.7-
OSWorld-Verified-37.7
Online-Mind2Web-63.0
WebVoyager-72.3
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1