Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
PR

PrimeIntellect-ai/prime-rl

AI Agent

Agentic RL Training at Scale

1.9k Stars401 Forks183 Open Issues1.9k WatchersPythonApache-2.0
AI Agent
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

It addresses the challenge of training large-scale agentic RL models efficiently by providing a fully asynchronous, high-throughput framework that scales to 1000+ GPUs. It solves the complexity of managing distributed training with FSDP2, vLLM inference, and multi-node deployment, while supporting a wide range of model families including MoE and multimodal models.

Deployment reality

The available setup signal starts with: curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/prime-rl/main/scripts/install.sh | bash. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is Apache-2.0. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build and train large-scale RL agents for tasks like software engineering (SWE), agentic environments, and multimodal reasoning. The framework supports end-to-end post-training (SFT, RL, evals), and can handle frontier models like GLM-5 with advanced features like FP8 inference, PD disaggregation, and Mooncake KV offload. The ceiling includes training 1T+ parameter MoE models on 1000+ GPUs with expert and context parallelism.

Source and compliance noteLast synced: Aug 15, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

PrimeIntellect-ai/prime-rl is tracked as a Python project in the AI Agent area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 1.9k total stars, with +0 today, +79 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 9 days ago, and the open issue queue is 183, about 9.54% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 401 forks and 1.9k watchers suggest how often the project is reused or followed. License signal: Apache-2.0. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need Python teams evaluating ecosystem-native tooling. Be cautious when you have low tolerance for large unresolved issue queues.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 79. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

Apache-2.0 is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • Python teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you have low tolerance for large unresolved issue queues
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

1.9k Stars

Reuse

401 Forks

Attention

1.9k Watchers

Maintenance

active

License

Apache-2.0

Open issues

183

Overview

prime-rl is a framework for large-scale reinforcement learning, designed to be easy to use and hackable while scaling to 1000+ GPUs. It supports fully asynchronous RL training, end-to-end post-training (SFT, RL, evals), and integrates with verifiers environments.

Key Features

- Fully asynchronous RL for high-throughput agentic training at scale. - Performant: built to train 1T+ MoE models on 1000+ GPUs with FSDP2 and vLLM, including FP8 inference, PD disaggregation, EP and CP parallelism. - Native integration with verifiers environments, end-to-end post-training (SFT, RL, evals), multi-node deployment with Slurm/Kubernetes, and multimodal support for VLMs.

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

Quick Start
curl -sSL https://raw.githubusercontent.com/PrimeIntellect-ai/prime-rl/main/scripts/install.sh | bash
View on GitHub
Project Activity

73

Health Score

Active

Commit Activity

Feb 18, 2025

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Aug 15, 2026Aug 15, 2026
Community Health
401

Forks

183

Open

1.9k

Watchers

Owner
PR

PrimeIntellect-ai

GitHub profile
Topics & Language
Python
Ecosystem & Usage
GitHub Repository
Alternatives & Comparison

obra/superpowers

An agentic skills framework & software development methodology that works.

273k

affaan-m/ECC

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

240k

NousResearch/hermes-agent

The agent that grows with you

231k

mattpocock/skills

Skills for Real Engineers. Straight from my .agents directory.

218k

anomalyco/opencode

The open source coding agent.

198k
License
Apache-2.0
CreatedFeb 18, 2025
Last pushAug 15, 2026
Last syncedAug 15, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

It addresses the challenge of training large-scale agentic RL models efficiently by providing a fully asynchronous, high-throughput framework that scales to 1000+ GPUs. It solves the complexity of managing distributed training with FSDP2, vLLM inference, and multi-node deployment, while supporting a wide range of model families including MoE and multimodal models.

Capabilities

Developers can build and train large-scale RL agents for tasks like software engineering (SWE), agentic environments, and multimodal reasoning. The framework supports end-to-end post-training (SFT, RL, evals), and can handle frontier models like GLM-5 with advanced features like FP8 inference, PD disaggregation, and Mooncake KV offload. The ceiling includes training 1T+ parameter MoE models on 1000+ GPUs with expert and context parallelism.

Bottom Line

This framework is ideal for researchers and organizations that need to train large-scale RL agents at scale, especially those working with MoE or multimodal models. It is not suitable for those without access to NVIDIA GPUs or who need a simple, low-resource setup. The key trade-off is its complexity and hardware requirements in exchange for extreme scalability and performance.

Full AI Analysis