Researchers present OpenForgeRL, an open-source framework that allows for the end-to-end training of AI agents using complex inference harnesses like Claude Code and OpenClaw. The system decouples training from inference by employing a lightweight proxy to record model calls as data and a Kubernetes orchestrator to manage remote container rollouts.

  • OpenForgeRL supports diverse environments, including tool-based agents and multimodal GUI browser agents.
  • OpenForgeClaw achieves 31.7 pass^3 on ClawEval and 33.7 on QwenClawBench using only hundreds to a few thousand tasks.
  • OpenForgeGUI reaches 37.7 on OSWorld-Verified, 63.0 on Online-Mind2Web, and 72.3 on WebVoyager.
  • Both variants outperform open baselines of similar size and match or surpass larger models in GUI settings.
  • Analysis reveals that harness choice significantly impacts learning difficulty and that RL improves reliability metrics like self-verification.

The framework enables researchers to train, study, and improve agents directly within the real harnesses and environments where they are deployed.