Open sourceActive

autoresearch

Autonomous overnight LLM research setup where an AI agent edits train.py, trains 5 minutes, and keeps improvements.

Product features

Product features

prepare.py

Fixed constants, one-time data prep (downloads training data, trains a BPE tokenizer) and runtime utilities.

program.md instructions

Baseline instructions for one agent, edited and iterated on by the human.

train.py editing

The single file the agent edits, containing the GPT model, optimizer (Muon + AdamW) and training loop.

val_bpb metric

Validation bits per byte; lower is better and vocab-size-independent so architectural changes are fairly compared.