Skip to main content
ClaudeWave

Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever.

Tools5k stars374 forksJavaScriptMITUpdated 11d ago
Editor's note

Autoresearch is a Claude Code skill that implements autonomous, goal-directed iteration by running a continuous Modify-Verify-Keep/Discard loop across any measurable domain, from ML model tuning to DevOps pipelines. Installed as a set of slash commands, it exposes 13 distinct commands including `/autoresearch:plan`, `/autoresearch:loop`, `/autoresearch:debug`, `/autoresearch:security`, and `/autoresearch:evals`, each backed by a self-contained command file of 94 to 120 lines. The skill integrates directly with Claude Code and also supports OpenCode and OpenAI Codex. On each iteration, Claude reads context, makes one focused change, commits via git, runs mechanical verification, and automatically reverts the commit if the metric regresses, with all results logged in TSV format. A notable architectural detail is the v2.1.0 rebuild that replaced an 813-line monolithic SKILL.md with a 41-line router, cutting token consumption by roughly 95 percent per invocation. Developers, ML engineers, and technical teams who want unattended overnight improvement cycles against a defined numeric metric are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/uditgoenka/autoresearch
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.
aiautonomous-agentautoresearchclaudeclaude-codeiterationkarpathyproductivityskill

What people ask about autoresearch

What is uditgoenka/autoresearch?

+

uditgoenka/autoresearch is tools for the Claude AI ecosystem. Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code. Inspired by Karpathy's autoresearch. Modify → Verify → Keep/Discard → Repeat forever. It has 5k GitHub stars and was last updated 11d ago.

How do I install autoresearch?

+

You can install autoresearch by cloning the repository (https://github.com/uditgoenka/autoresearch) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is uditgoenka/autoresearch safe to use?

+

Our security agent has analyzed uditgoenka/autoresearch and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains uditgoenka/autoresearch?

+

uditgoenka/autoresearch is maintained by uditgoenka. The last recorded GitHub activity is from 11d ago, with 2 open issues.

Are there alternatives to autoresearch?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy autoresearch to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: uditgoenka/autoresearch
[![Featured on ClaudeWave](https://claudewave.com/api/badge/uditgoenka-autoresearch)](https://claudewave.com/repo/uditgoenka-autoresearch)
<a href="https://claudewave.com/repo/uditgoenka-autoresearch"><img src="https://claudewave.com/api/badge/uditgoenka-autoresearch" alt="Featured on ClaudeWave: uditgoenka/autoresearch" width="320" height="64" /></a>

More Tools