autoresearch-claude-code
Autonomous experiment loops that optimize any measurable metric
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install autoresearch-claude-code?โผ
Run `npx skills add drivelineresearch/autoresearch-claude-code --all -g -y` in your terminal to install the skill globally.
What can autoresearch optimize?โผ
Anything with a measurable metric: ML model accuracy, code runtime, build size, Lighthouse scores, or prompt eval scores. You just need a script that prints METRIC name=number lines.
How does the loop avoid fooling itself?โผ
It measures a noise floor from repeated baselines, locks the benchmark script so it cannot be edited, and only keeps changes that beat the best result by more than the noise floor.
Can it run unattended overnight?โผ
Yes. Budget caps on runs, seconds, and target metric stop the loop cleanly, and hooks keep it going across context compaction without manual supervision.
Do I need ML experience to use autoresearch?โผ
No. You state a goal, a benchmark command, and which files may change in plain English, and the agent handles branching, testing, and logging automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core