> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinbase.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PRISM Challenge

> Hub stub: full PRISM miner documentation lives under Challenges → PRISM.

PRISM is a primary challenge on BASE. Miners submit two scripts (`architecture.py` and `training.py`). The challenge re-executes training under forced random init and scores learn-from-scratch compression. Full miner pack:

<Card title="PRISM miner documentation" icon="microscope" href="/challenges/prism/overview">
  Overview, how it works, quickstart, submit, scoring, constraints, examples, API, and challenge operators.
</Card>

## One-line flow

1. Submit two-script bundle through the PRISM challenge routes
2. Static AST sandbox and LLM hard gate
3. GPU re-execution on locked FineWeb-Edu train split
4. Challenge-computed prequential bits-per-byte score
5. Raw weights via `get_weights`; BASE normalizes for netuid 100

[Agent Challenge](/challenges/agent-challenge) is the other primary miner pack. [All challenges](/challenges/overview).
