Prime Intellect Unveils Open-Source AI Training Stack

Will Brown of Primed and Loaded details the 'open superintelligence stack' for AI research, covering Verifiers, Prime RL, and the future of model post-training.

Will Brown presenting 'The Prime Intellect Stack' at AI Engineer World's Fair
AI Engineer
Visual TL;DR
Primed & LoadedCore
Will Brown details open superintelligence stack at AI Engineer World's Fair
From the article 2 mentionsBrown outlined Primed and Loaded's mission to simplify large-scale open-source AI research and empower companies to train and deploy their own models.
Simplify AI ResearchDriver
From the article 3 mentionsBrown outlined Primed and Loaded's mission to simplify large-scale open-source AI research and empower companies to train and deploy their own models.
Open Superintelligence StackContext
comprehensive infrastructure stack for training and deploying AI models
From the article 3 mentionsThe 'open superintelligence stack' encompasses several key components:
Prime RLCore
From the article 4 mentionsPrime RL: An open-source, full-stack training framework for asynchronous reinforcement learning.
Verifiers LibraryCore
used to build environments and evaluate model performance with tasksets
From the article 5 mentionsEnvironments: Built with the Verifiers library and the Environments Hub platform.
Global GPU MarketplaceContext
From the articleCompute: A global marketplace of data centers operating over 10,000 GPUs.
Environments HubContext
From the article 7 mentionsEnvironments: Built with the Verifiers library and the Environments Hub platform.
Enhance Open-Source ModelsEffect
From the article 2 mentionsThe company aims to provide a toolkit that allows users to enhance open-source models for their specific use cases.
Contents(9)

Will Brown, Head of Applied Research at Primed and Loaded, recently presented the company's comprehensive AI research infrastructure stack, dubbed the 'open superintelligence stack.' This detailed dive, delivered at the AI Engineer World's Fair, focused on the post-training tools and libraries Primed and Loaded has developed, including Verifiers and Prime RL.

Prime Intellect Unveils Open-Source AI Training Stack - AI Engineer
Prime Intellect Unveils Open-Source AI Training Stack, from AI Engineer

The Open Superintelligence Stack

Brown outlined Primed and Loaded's mission to simplify large-scale open-source AI research and empower companies to train and deploy their own models. The company aims to provide a toolkit that allows users to enhance open-source models for their specific use cases. The 'open superintelligence stack' encompasses several key components:

  • Compute: A global marketplace of data centers operating over 10,000 GPUs.
  • Prime RL: An open-source, full-stack training framework for asynchronous reinforcement learning.
  • Environments: Built with the Verifiers library and the Environments Hub platform.
  • Lab: A platform for research workflows, integrating environments, hosted training, evaluations, inference, and sandboxes.

Brown noted that while the term 'open superintelligence stack' might have sounded like marketing a year ago, it now reflects the reality of increasingly capable AI models that can surpass human performance in many areas. The goal is to provide an open toolkit that grants users the control needed for customization and deployment.

Modern Post-Training: Verifiers and Prime RL

The core of the presentation focused on post-training, a phase where Brown spends much of his time. He highlighted the evolution of their tools, particularly the Verifiers library, which has undergone a complete overhaul. The new V1 version aims to be more powerful and intuitive for users.

Prime RL, described as a full-stack open-source training framework, supports asynchronous reinforcement learning and has been enhanced with new features for scale and custom algorithms. Brown emphasized the need for efficient and affordable training, especially as models grow larger, to make post-training accessible to a wider audience.

Environments as Evaluations

Brown elaborated on the concept of 'environments' in post-training, explaining that they are more than just Reinforcement Learning environments. Environments, in this context, serve as a language for specifying a model's desired behavior, encapsulating data, scenarios, interaction methods, and scoring mechanisms. He stressed that environments are crucial for both offline evaluation and for driving RL training and data generation for Supervised Fine-Tuning (SFT).

He also touched upon the common practice of prompt optimization and how evaluations are the gateway to post-training, noting that building robust evaluations is beneficial for product hygiene regardless of whether one is using API models or custom-trained ones.

The Post-Training Loop: From Build to Deploy

The post-training process was broken down into a loop: Build (creating an environment with tasks and rewards), Evaluate (scoring a model and reading rollouts), Train (using RL, SFT, or other methods), and Deploy (serving the trained model). Brown reiterated that the goal is not a one-time post-training event, but rather an iterative process of model refinement that leverages real-world signals.

Verifiers V1: Tasksets, Harnesses, and Runtimes

The overhauled Verifiers library, referred to as Verifiers V1, is built around a composable structure of three key pieces: tasksets, harnesses, and runtimes.

  • Tasksets: These are agent-agnostic data and rules that define what needs to be done, integrating with existing ecosystems like Hugging Face Datasets and Harbor.
  • Harnesses: These are the driver programs that can support various execution patterns, from simple loops to complex CLI agents.
  • Runtimes: This is where the harness code executes, supporting options like subprocesses, Docker, or specialized sandbox environments.

Brown also highlighted the decoupling of harnesses and tasksets, allowing for greater flexibility. The default harness pattern supports standard system prompts and tools, while the harness pattern itself is extensible to more complex scenarios.

Rewards, Metrics, and Group Rewards

The discussion then moved to rewards and metrics, explaining that these are functions that process rollout data to produce numerical outputs. Rewards drive progress in RL, while metrics provide insights into tool usage and errors. Brown emphasized the importance of first-class support for group rewards, which are often overlooked in existing frameworks. These allow for pairwise judging, ranking, and rewarding conciseness, which can be crucial for controlling model output length and efficiency.

Tools, User Simulators, and the Trace Graph

Tools and user simulators are becoming increasingly important in complex AI applications. Brown explained how user simulators, acting as MCP servers, can mimic user interaction within a rollout. He also introduced the concept of the 'trace graph,' a system designed to manage sub-agents and parallel branching trees, while preserving sequential dependencies and enabling careful token control. This structure is vital for handling the nuances of tokenization and avoiding numerical issues in large-scale training.

Renderers and Tokenization

The Renderers library was presented as a standalone toolkit for managing tokenizers and chat templates. Brown noted the difficulties users often face when debugging chat templates, citing issues with newline stripping and logical mismatches. Renderers abstract these complexities, turning chat templates into programmable artifacts that can leverage trace history for accurate tokenization, even when dealing with re-tokenization.

Prime RL: Architecture and Performance

Finally, Brown detailed the Prime RL architecture, which is built around an orchestrator that manages separate inference and trainer processes. This client-server model allows for decoupled scaling and efficient resource utilization. He shared performance benchmarks, stating that a GLM-5 step on 28 nodes for long-horizon coding tasks with a 131K context can be completed in under 5 minutes, enabling a 1,000-step run in approximately 3 days at a cost of around $50,000. This, he argued, makes large-scale post-training feasible for many enterprises.

Brown also touched upon the benefits of asynchronous RL, particularly in handling the long tail of rollout durations inherent in agentic tasks. The system's ability to go reasonably off-policy allows for greater flexibility in managing rollout completion times without sacrificing GPU utilization.

The discussion concluded by highlighting the ongoing work on optimizing the stack with techniques like FP8, wide expert parallelism, and disintegrated prefill, all built upon a Torch-Titan base for maximum hackability and modularity.

© 2026 StartupHub.ai. All rights reserved. You may not republish this article in full without a license. Search engines and AI research tools may crawl and summarize for reference. Bulk reproduction or model training requires a license. See our terms.
Daniel Singer

Written by

Daniel Singer

Editor, StartupHub.ai

Daniel Singer is the editor of StartupHub.ai, a technology expert and thought leader on AI and its applications across sectors, from fintech and healthcare to developer tooling and consumer software. He writes and tests the tools covered here thoroughly and regularly, and built StartupHub.ai to give founders, operators and buyers a clearer read on what they are actually being sold.

More from Daniel Singer