drivelineresearchdrivelineresearchOfficialยท1 Agent Skills Included

autoresearch-claude-code

Autonomous experiment loops that optimize any measurable metric

Runs continuous optimization loops that test ideas, measure results, keep winners, and discard failures automatically. Eliminates manual trial-and-error when tuning ML models, code performance, build times, or frontend metrics. Enforces noise floors, budget caps, and locked benchmarks so unattended runs produce trustworthy, reproducible improvements.
npx skills add drivelineresearch/autoresearch-claude-code --all -g -y
Available:

Explains to the agent how the skill, hooks, and JSONL state files work together so it runs the autonomous experiment loop correctly without corrupting state or breaking the benchmark harness.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’