Overview of Autoresearch
masterAutoresearch is an improvement engine designed for AI agents like Claude Code, OpenCode, or OpenAI Codex. It implements a loop-based autonomous iteration pattern inspired by Karpathy's autoresearch.
By setting a goal and a mechanical metric, the agent runs a continuous loop of:
- Reviewing state and git history.
- Making a single focused change.
- Committing the change.
- Running mechanical verification (tests, benchmarks, etc.).
- Keeping improvements or automatically reverting failures via Git.
Version 2.2.0 introduced the Autonomous Orchestrator, which allows you to type a plain-language goal to /autoresearch to automatically classify goals, derive success predicates, and loop through subcommands without manual chaining.