What problem does it solve?
Autonomous machine-learning research is time-consuming and error-prone when performed manually. This Skill coordinates an AI agent to iterate on a tiny language model by editing train.py via a human-defined program.md, executing short experiments, and aggregating progress overnight.
Core Features & Use Cases
- Autonomous experiment loop: AI agent reads program.md, makes targeted changes to train.py, and runs fixed 5-minute experiments.
- Reproducible progress: Each experiment is logged; successful changes are committed, failures are reverted, enabling nights of continuous improvement.
- Human-guided optimization: The human provides the research outline in program.md; the agent autonomously executes within defined budgets while preserving safety and audit trails.
- Use Case: Researchers wanting to explore many small model variants overnight without manual intervention.
Quick Start
Open program.md, define the research goals, and start the autonomous loop by running Claude Code to let the agent modify train.py and run fixed 5-minute experiments.