AlexWortegaAlexWortegaCommunityยท1 Agent Skills Included

claude-autoresearch-skill

Autonomous ML research and long-running experiment loops

Researches state-of-the-art ML methods across PapersWithCode, arXiv, and GitHub, then runs many bounded train-and-eval experiments to find the best configuration. Eliminates manual hyperparameter sweeps by proposing, peer-critiquing, and verifying hypotheses in parallel before spending GPU time. Keeps a shared findings board and leaderboard so results compound over hours or days until the budget runs out.
npx skills add AlexWortega/claude-autoresearch-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-autoresearch-skill?โ–ผ

Run `npx skills add AlexWortega/claude-autoresearch-skill --all -g -y` in your terminal to install the skill globally.

What does the autoresearch skill do?โ–ผ

It researches existing solutions for your ML task, plans a diverse experiment matrix, and runs a long generational loop of bounded train-and-eval experiments until it finds the best verified config.

Do I need a GPU to use autoresearch?โ–ผ

No. It asks where to get compute first (Kaggle, local GPU, or cloud SSH), and if none is reachable it falls back to design-only mode with a runnable experiment harness.

How does autoresearch avoid wasting GPU time?โ–ผ

A peer-critic panel prunes weak or duplicate hypotheses before any training starts, and every kept winner is adversarially re-verified against a held-out metric.

Can autoresearch run overnight or for days?โ–ผ

Yes. The generational loop runs as a background workflow and keeps proposing and testing ideas until it hits your budget, stagnation limit, or convergence.

Related Repositories in Education & Research

View All in Education & Researchโ†’