program

This is an experiment to have the LLM do its own research.

Content Preview
# autoresearch

This is an experiment to have the LLM do its own research.

## Setup

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/<tag>` must not already exist — this is a fresh run.
2. **Create the branch**: `git checkout -b autoresearch/<tag>` from current master.
3. **Read the in-scope files**: The repo is small. Read these files for full context:
   - `README.md` — repository contex
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/program.md \
  https://raw.githubusercontent.com/karpathy/autoresearch/main/program.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/karpathy/autoresearch

Then reference at program.md

Related Skills