You’re here because you want to change Miles, not just use it. This section is the short tour for new contributors.Documentation Index
Fetch the complete documentation index at: https://www.radixark.com/llms.txt
Use this file to discover all available pages before exploring further.
Contributing
PR conventions, code layout, how reviews work.
Debugging
Aligning precision, separate train/rollout debugging, common kernel pitfalls.
Migration Guide
Sync → async loop, breaking flag changes between releases.
Architecture Overview
The 30-minute tour of how Miles is organized internally.
Experimental Features
Opt-in backends and features (FSDP, …) that aren’t production-ready yet.
TL;DR for first-time contributors
- Pick something small from
good first issueon GitHub. - Run the Reproducibility recipe so you can be sure “I changed X and it broke” actually means that.
- Use
--debug-train-onlyor--debug-rollout-onlyto scope your changes. - Open a PR. We’ll review within ~48h.

