/install gpu-research
\r \r
AutoResearch Framework\r
\r A reference guide for understanding how autonomous AI research works. This skill documents the methodology from karpathy/autoresearch for educational purposes.\r \r
What This Is\r
\r This skill does NOT run any code. It serves as a reference for understanding:\r \r
- Fixed time budget experiments (5 minutes)\r
- Metric-driven iteration (val_bpb)\r
- Single-file training scope\r
- Self-contained ML training setup\r \r
Key Concepts\r
\r | Concept | Description |\r |---------|------------|\r | val_bpb | Validation bits per byte — lower is better |\r | Fixed Budget | Experiments run for exactly 5 minutes |\r | Single Scope | One file to modify per experiment |\r \r
Architecture Overview\r
\r The framework consists of three files:\r \r | File | Purpose |\r |------|---------|\r | prepare.py | Data preparation (do not modify) |\r | train.py | Model training loop reference |\r | program.md | Research strategy template |\r \r
Design Patterns\r
\r
- Fixed time budget: Makes experiments directly comparable\r
- Single file scope: Keeps changes manageable\r
- Metric-driven: Uses val_bpb to compare results\r \r
For Educational Use\r
\r This skill is a reference implementation based on karpathy/autoresearch by Andrej Karpathy. It demonstrates autonomous research methodologies used in modern AI development.\r \r
Inspiration\r
\r Based on karpathy/autoresearch by Andrej Karpathy.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gpu-research - After installation, invoke the skill by name or use
/gpu-research - Provide required inputs per the skill's parameter spec and get structured output
What is Auto Research Agent?
A reference framework for understanding autonomous AI research pipelines. Learn how AI can optimize ML training with fixed time budgets and metric-driven ite... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Auto Research Agent?
Run "/install gpu-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Research Agent free?
Yes, Auto Research Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Research Agent support?
Auto Research Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux).
Who created Auto Research Agent?
It is built and maintained by TyroneMok (@tyronecoh); the current version is v1.0.2.