From 6fdefa7265d1cb2346e63c6f8b9824f5ff389a83 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Sat, 7 Mar 2026 20:09:51 +0000 Subject: [PATCH] instruct the agent to also read README, should be good context --- program.md | 1 + 1 file changed, 1 insertion(+) diff --git a/program.md b/program.md index 3a64b7b..598f776 100644 --- a/program.md +++ b/program.md @@ -9,6 +9,7 @@ To set up a new experiment, work with the user to: 1. **Agree on a run tag**: propose a tag based on today's date (e.g. `mar5`). The branch `autoresearch/` must not already exist — this is a fresh run. 2. **Create the branch**: `git checkout -b autoresearch/` from current master. 3. **Read the in-scope files**: The repo is small. Read these files for full context: + - `README.md` — repository context. - `prepare.py` — fixed constants, data prep, tokenizer, dataloader, evaluation. Do not modify. - `train.py` — the file you modify. Model architecture, optimizer, training loop. 4. **Verify data exists**: Check that `~/.cache/autoresearch/` contains data shards and a tokenizer. If not, tell the human to run `uv run prepare.py`.