Autonomous experiment loops for Claude Code — edit, measure, keep or discard, repeat forever
npx claudepluginhub proyecto26/autoresearch-ai-pluginAutonomous experiment loop for Claude Code. Run an endless optimize-measure-keep/discard cycle on any optimization target: LLM training loss, test speed, bundle size, build time, and more.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Agent skills for building and maintaining promptfoo evaluations
Share bugs, ideas, or general feedback.
Autonomous Experiment Loops for Claude Code — Let AI optimize while you sleep
Edit code → commit → run benchmark → measure metric → keep improvement or revert → repeat forever.
Works for any optimization target: LLM training loss, test speed, bundle size, build time, Lighthouse scores, and more.
Inspired by Karpathy's autoresearch, pi-autoresearch, and litesearch.
This plugin provides two skills that work together. Autoresearch is the core engine (works for any metric), and Autoresearch ML extends it with GPU-specific templates for LLM training.
Domain-agnostic autonomous experiment loop.
autoresearch.jsonl — survives context resets and session restarts.Specialized for LLM training with NVIDIA GPUs. Extends the core Autoresearch skill.
val_bpb) enables fair comparison across architectures.Use npx skills to install skills directly:
# Install all skills
npx skills add proyecto26/autoresearch-ai-plugin
# Install specific skills
npx skills add proyecto26/autoresearch-ai-plugin --skill autoresearch autoresearch-ml
# List available skills
npx skills add proyecto26/autoresearch-ai-plugin --list
This automatically installs to your .claude/skills/ directory.
Install via Claude Code's built-in plugin system:
# Add the marketplace
/plugin marketplace add proyecto26/autoresearch-ai-plugin
# Install the plugin
/plugin install autoresearch-ai-plugin
git clone https://github.com/proyecto26/autoresearch-ai-plugin.git
cp -r autoresearch-ai-plugin/skills/* .claude/skills/
Add as a submodule for easy updates:
git submodule add https://github.com/proyecto26/autoresearch-ai-plugin.git .claude/autoresearch-ai-plugin
Then reference skills from .claude/autoresearch-ai-plugin/skills/.
"Run autoresearch to optimize my test suite"
Triggers Autoresearch to set up a benchmark loop, measure test runtime, and iteratively optimize your test configuration.
"Start an experiment loop to reduce bundle size"
Triggers Autoresearch to measure your build output and autonomously try tree-shaking, code splitting, and dependency optimizations.
"Set up ML autoresearch with my RTX 4090"
Triggers Autoresearch ML to copy the training assets, prepare data, and begin autonomous LLM pretraining experiments.
"Optimize val_bpb autonomously overnight"
Triggers Autoresearch ML to run 5-minute training experiments in a loop, keeping architecture and hyperparameter improvements.
"What's the autoresearch status?"
Shows a summary of the current session: total runs, kept improvements, best metric, confidence score.