Prime Intellect Releases Verifiers v1: Composable Tasksets, Harnesses, and Runtimes for Agentic RL Training and Evaluations
Prime Intellect just open-sourced the infrastructure layer that makes agentic RL actually composable. Tasksets, harnesses, runtimes—modular enough to swap pieces without rebuilding everything.

Why it matters
Prime Intellect's verifiers v1 abstracts the friction out of agentic RL training by decoupling task definition, execution logic, and runtime—letting teams reuse and mix components instead of rebuilding for each agent. This lowers the barrier for labs scaling reinforcement learning workflows.
The key facts
12 to knowVerifiers v1 ships with three-layer abstraction: taskset (what), harness (how), runtime (where)
Interception server proxies requests and records training-ready traces automatically
Any taskset compatible with any harness at launch
Full prime-rl training support integrated
Rewritten core under verifiers.v1 namespace
Released as v0.2.0 preview
Verifiers 0.2.0 released with v1 namespace preview
Architecture split: taskset (what), harness (how), runtime (where)
Interception server proxies requests and records training-ready traces
Full prime-rl training support at launch
Any taskset compatible with any compatible harness
Targets agentic RL training and evaluation workflows
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Prime Intellect launched verifiers 0.2.0, previewing a rewritten "v1" core under the verifiers.v1 namespace. It splits an environment into a taskset (what), a harness (how), and a runtime (where), with an interception server that proxies requests and records training-ready traces. Any taskset runs…

