AReaL CLAUDE.md

AReaL CLAUDE.md is an instructions file for Claude Code from areal-project/AReaL. It costs 1,697 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for AReaL, a distributed framework for training large language models with reinforcement learning. Reinforcement learning trains a model through rewards, and distributed training spreads the work across multiple computers or processors.

In plain words
What is it for?
Use them when working on training engines, rollout workflows, reward functions, datasets, checkpoints, distributed execution, or example training configurations.
Why use it?
They explain the framework's main components and purpose, helping agents place changes in the correct training, workflow, dataset, or infrastructure area.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md.

About the project

AReaL is an infrastructure system for training large language models with reinforcement learning, connecting model training to applications built around AI agents. Researchers and developers use it to train reasoning and agentic models through asynchronous workflows, and the catalogue add-ons support working with AReaL.

areal-project/AReaL · 5,729 stars · on GitHub · areal-ai.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/areal-project/areal/claude-md
Clone the repo
git clone --depth 1 https://github.com/areal-project/AReaL

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for AReaL CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/areal-project/areal/claude-md.svg)](https://agentmods.dev/instructions/areal-project/areal/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/areal-project/areal/claude-md"><img src="https://agentmods.dev/badge/instructions/areal-project/areal/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,697 This file is loaded in full into every session.
When invoked 1,697 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01697 $0.01697
Opus 5 $0.00848 $0.00848
Sonnet 5 $0.00339 $0.00339
Haiku 4.5 $0.00170 $0.00170

Measured 6d ago against content hash a7a812f4d120, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

AReaL CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md - AReaL

WHAT: Project Overview

AReaL is a distributed RL training framework for LLM alignment via reinforcement learning.

Tech Stack: Python 3.12+ | PyTorch | FSDP2/Megatron | SGLang/vLLM

Core Directories:

  • areal/ - Core package
    • api/ - Config dataclasses, workflow/engine contracts
    • engine/ - FSDP2, Megatron, SGLang/vLLM adapters
      • fsdp_utils/ - FSDP2-specific utilities (checkpoint, grad, optimizer, parallel)
      • megatron_utils/ - Megatron/FP8 utilities (checkpoint, pipeline, quantization)
      • core/ - Engine-shared utilities (distributed, lock, model, offload)
    • infra/ - Infrastructure (launcher, scheduler, RPC)
      • utils/ - Infrastructure utilities (launcher, proc, http, concurrent, slurm, ray)
    • workflow/ - RolloutWorkflow implementations
    • reward/ - Reward functions
    • dataset/ - Dataset loaders
    • utils/ - Cross-cutting utilities (logging, data, checkpoints, network, RL functional)
  • examples/ - Training scripts and configs
  • docs/ - Jupyter Book source

WHY: Purpose

  • Enable efficient RL training for LLM alignment at scale
  • Async rollout + distributed training for high throughput
  • Modular design: workflows, engines, rewards, and datasets are independently extensible

HOW: Core Commands

# Check environment
python --version              # Requires 3.12+
uv --version                  # Install: https://docs.astral.sh/uv/

# Sync dependencies
uv sync --extra cuda          # CUDA + SGLang inference (default)
# For vLLM: cp pyproject.vllm.toml pyproject.toml && cp uv.vllm.lock uv.lock && uv sync --extra cuda
uv sync --group dev           # Include dev/test packages
uv run python3 areal/tools/validate_installation.py  # Validate installation

# Pre-commit hooks
pre-commit install --install-hooks  # Set up hooks (run once)
pre-commit run --all-files    # Format and lint

# Run tests
# First check GPU availability (many tests require GPU)
python -c "import torch; print('GPU available:', torch.cuda.is_available())"
uv run pytest tests/test_<topic>.py

# Generate CLI docs
uv run python docs/generate_cli_docs.py

# Build docs (canonical, release-aligned)
./docs/build_all.sh
# Do NOT use `jupyter-book build docs/en|docs/zh` directly for final preview/release,
# because it skips AReaL-specific static setup and output packaging.

Read the full file on GitHub · 171 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 171 lines · 1,697 tokens per session scan A a7a812f4d120

Subscribe to this mod's changes

AReaL CLAUDE.md is an instructions file published in the GitHub repository areal-project/AReaL (5,729 stars, last pushed today), licensed Apache-2.0. It adds 1,697 tokens to every session, about $0.0085 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories