13 lines
573 B
Markdown
13 lines
573 B
Markdown
---
|
|
name: autoresearch
|
|
description: Autonomous experiment loop that tries ideas, measures results, keeps what works, and discards what doesn't. Use when the user asks to optimize a metric, run an experiment loop, improve performance iteratively, or automate benchmarking.
|
|
---
|
|
|
|
# Autoresearch
|
|
|
|
Run the `/autoresearch` workflow. Read the prompt template at `../prompts/autoresearch.md` for the full procedure.
|
|
|
|
Tools used: `init_experiment`, `run_experiment`, `log_experiment` (from pi-autoresearch)
|
|
|
|
Session files: `autoresearch.md`, `autoresearch.sh`, `autoresearch.jsonl`
|