Documentation
README
auto-experiment
Launch an autonomous experiment agent that runs your deep learning experiments 24/7.
What This Does
This skill starts a THINK → EXECUTE → REFLECT loop that:
- Reads your
PROJECT_BRIEF.mdto understand the research goal - Analyzes previous results in
MEMORY_LOG.md - Plans the next experiment (hypothesis + success criteria)
- Implements code changes and runs a mandatory dry-run
- Launches GPU training via
nohup(tracks PID) - Monitors at zero LLM cost (only
kill -0 PID+tail log+nvidia-smi) - Wakes up when training finishes to analyze results
- Updates memory and decides: iterate, pivot, or report
- Repeats
Usage
This is the opening of the README. Read the full README on GitHub.