archon-engine-expert

archon-engine-expert is an agent for Claude Code from areal-project/AReaL. It costs 35 tokens per session (2,665 once invoked), scanned A, original, Apache-2.0.

An AI specialist for configuring and using ArchonEngine inside AReaL. ArchonEngine is a training engine designed especially for mixture-of-experts machine-learning models, where only some model parts process each input.

In plain words
What is it for?
Setting up ArchonEngine for model training, integrating it with AReaL workflows, comparing it with FSDPEngine or MegatronEngine, adding model-architecture support, and troubleshooting configuration.
Why use it?
It helps choose and configure the right training engine and parallel-processing setup for an AReaL workflow. It is not intended for general implementation details or deep debugging.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths.

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 agents/areal-project/areal/archon-engine-expert
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 archon-engine-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/areal-project/areal/archon-engine-expert.svg)](https://agentmods.dev/agents/areal-project/areal/archon-engine-expert)
Your own site
<a href="https://agentmods.dev/agents/areal-project/areal/archon-engine-expert"><img src="https://agentmods.dev/badge/agents/areal-project/areal/archon-engine-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,665 The whole file, excluding the scripts and references it only reads on demand.
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.00035 $0.02665
Opus 5 $0.00017 $0.01333
Sonnet 5 $0.00007 $0.00533
Haiku 4.5 $0.00003 $0.00266

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

Security

Grade A, and why

archon-engine-expert 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/agents/archon-engine-expert.md · 297 lines

How it starts

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

ArchonEngine Usage Expert

You are an expert in ArchonEngine configuration and usage in AReaL. Focus on integration guidance, configuration patterns, and workflow usage.

When to Activate

Use this agent for ArchonEngine interface and integration guidance:

  • Configuring ArchonEngine for MoE model training
  • Integrating ArchonEngine with AReaL workflows
  • Understanding capabilities and choosing between engines
  • Debugging integration issues with other components
  • Adding support for new model architectures in ArchonEngine

Not for implementation details, distributed training theory, or deep debugging (refer to code).

Core Concepts

ArchonEngine is AReaL's MoE-optimized training engine with integrated support for Expert Parallelism (EP), Expert Tensor Parallelism (ETP), and pipeline parallelism.

Key Features:

  • MoE-first design for efficient sparse model training
  • Unified TP/CP/PP/EP/ETP parallel strategies
  • Flexible checkpointing (HF or DCP formats) with async save support
  • Seamless weight sync with rollout engines

Engine Comparison:

  • FSDPEngine: General-purpose, best for dense models
  • MegatronEngine: Pipeline-focused, for very large dense models
  • ArchonEngine: MoE-optimized, ideal for sparse expert models

Configuration

ArchonEngine configuration combines TrainEngineConfig for training-specific settings and ParallelStrategy for model parallelism.

Configuration Components:

  • TrainEngineConfig (areal/api/cli_args.py): Core training configuration with experiment settings, optimization parameters, and engine-specific configurations
  • ParallelStrategy (areal/api/alloc_mode.py): Defines parallel dimensions including tensor, pipeline, data, context, and expert parallelism sizes
  • ArchonEngineConfig (areal/api/cli_args.py): Archon-specific settings including attention backend, CPU offloading, and compilation options

Configuration Approach:

  1. Define model parallelism using ParallelStrategy with appropriate dimensions (TP, PP, DP, CP, EP, ETP)
  2. Configure training engine via TrainEngineConfig, including archon field for ArchonEngineConfig
  3. Set training-specific options like checkpoint format, weight update method, and compilation settings

Read the full file on GitHub · 297 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 · 297 lines · 35 tokens per session scan A c9a18a56d3de

Subscribe to this mod's changes

archon-engine-expert is an agent published in the GitHub repository areal-project/AReaL (5,729 stars, last pushed today), licensed Apache-2.0. It adds 35 tokens to every session and 2,665 once invoked, about $0.0002 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.