🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
claude-autoresearch-skill
Claude Code skill: autonomously research an ML task and run many bounded experiments to find the best config — karpathy/autoresearch loop in the ml-intern or…
git clone https://github.com/AlexWortega/claude-autoresearch-skill
autoresearch — Claude Code skill
Autonomously research an ML task and run many bounded experiments to find the best config — a
fixed-budget edit → train → eval → keep-or-discard → iterate loop in the spirit of
karpathy/autoresearch, wrapped in the orchestrator
conventions of ml-intern and fanned out
with a Claude Code dynamic workflow.
It runs long. Instead of one fixed sweep, it runs an iterative generational loop modelled on
mims-harvard/AutoScientists: each generation,
parallel agent teams read a shared findings board and propose new hypotheses, a peer-critic
panel prunes them before any GPU is spent, survivors train + verify, and the board + champion are
updated so the search compounds. The loop keeps going for hours or days until it hits its budget,
stalls (stagnation), or converges.
What it does
- Deep-researches existing solutions first — runs a fan-out internet survey (the
deep-researchworkflow/skill when available, else manual multi-angleWebSearch/WebFetch) plus PapersWithCode (scripts/pwc_search.sh), arXiv and HF Papers. Cross-checks sources into a citedDEEPRESEARCH.mdcovering SOTA methods, benchmark + metric, reference code, and the tricks that already moved the metric — which become experiment hypotheses. - Asks where to get the "cards" (GPUs) and the data — confirms the compute provider (Kaggle notebooks / Local GPU / Cloud SSH) and dataset source before spending any compute.
- Plans an experiment matrix — writes an editable
program.md(you program this, not the Python) andPLAN.mdof one-variable-at-a-time hypotheses. - Runs a long generational loop as a background workflow — parallel teams propose, a peer-critic
panel prunes before compute, survivors train for a fixed time budget and eval the metric, kept
winners are adversarially re-verified, and the shared board + champion update each generation. It
loops until
max_generations,stagnation, or the budget runs out. (For a one-shot sweep, setmax_generations=1.) - Reports the best config — a leaderboard + shared
FINDINGS.mdboard +RESULTS.md, optionally published to the HF Hub.
If no compute is reachable it falls back to design-only mode: it emits the matrix + a runnable harness for you to run yourself.
Install
This skill lives at ~/.claude/skills/autoresearch/. It reuses ml-intern's scripts for
notifications and HF publishing, so install ml-intern
too (optional — without it, alerts/publishing are skipped, the research + experiment loop still runs).
Use
/autoresearch beat the val_bpb baseline on enwik8 with a small GPT, 12 experiments x 5min
/autoresearch what improves accuracy on CIFAR-10 with a ResNet-18, kaggle GPU
/autoresearch ablate optimizer choices for a char-RNN on tiny-shakespeare, design-only
/autoresearch run overnight on enwik8 — keep proposing + critiquing until it stops improving
Run layout (~/autoresearch-runs/<slug>/)
| file | what |
|---|---|
TASK.md | restated task, unknowns, run mode |
DEEPRESEARCH.md | cited internet survey of existing solutions + tricks |
RESEARCH.md | distilled SOTA table, benchmark+metric, leaderboard, code links |
COMPUTE.md / DATA.md | chosen GPU provider / dataset source |
BUDGET.md | metric, #experiments, seconds each, caps, spent |
program.md | the single human-editable run spec (karpathy style) |
PLAN.md | the generation-0 experiment matrix |
workflow.js | generated dynamic-workflow generational loop |
FINDINGS.md / board.jsonl | shared board the agent teams read+write each generation |
EXPERIMENTS.md / leaderboard.md | ledger + best-so-far champion |
exp-<id>/ | per-experiment harness, logs, ckpts |
RESULTS.md | best verified config + comparison table |
Files
SKILL.md— the behavioral spec (the skill itself).scripts/pwc_search.sh— PapersWithCode search with graceful web-search fallback.scripts/gpu_probe.sh— local CUDA / VRAM probe for compute auto-detect.assets/research_loop.template.js— the long-running generational loop (propose → critique → experiment → verify → share), the default fan-out.assets/experiment_workflow.template.js— single-pass fan-out template (one round, no loop).assets/board.template.md— the sharedFINDINGS.mdboard skeleton.assets/program.template.md— the editable per-run spec.assets/research_card.template.md— theRESEARCH.mdskeleton.
// compatibility
| Platforms | api, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | JavaScript |
// faq
What is claude-autoresearch-skill?
Claude Code skill: autonomously research an ML task and run many bounded experiments to find the best config — karpathy/autoresearch loop in the ml-intern orchestrator model, fanned out with a dynamic workflow.. It is open-source on GitHub.
Is claude-autoresearch-skill free to use?
claude-autoresearch-skill is open-source, so it is free to use.
What category does claude-autoresearch-skill belong to?
claude-autoresearch-skill is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-autoresearch-skill)
// retro hit counter
[](https://claudeers.com/claude-autoresearch-skill)
// reviews
// guestbook
// related in Developer Tools
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…
🙌 OpenHands: AI-Driven Development