ARIS Auto Research in Sleep Guide
A practical guide to ARIS, the Auto-Research-In-Sleep workflow kit for autonomous ML research agents and Markdown-only skills.
Key Takeaways#
- ARIS is a Markdown-only skills and workflow resource for autonomous ML research agents.
- It is designed to work with Claude Code, Codex, OpenClaw, and other LLM agent environments rather than one locked framework.
- The official source is the GitHub repository: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep.
- Treat it as a research workflow kit: useful for experiments, review loops, idea discovery, and agent-guided iteration.
What ARIS is#
ARIS, short for Auto-Research-In-Sleep, is a lightweight resource for builders who want autonomous research loops without adopting a heavy framework. The repository describes Markdown-only skills for cross-model review, idea discovery, and experiment automation. That makes it closer to a playbook or skill pack than a hosted SaaS product.
When to use it#
Use ARIS when you already run coding agents and want a repeatable pattern for machine-learning research work. The best fit is a builder or researcher who can inspect prompts, adapt Markdown workflows, and run experiments in a controlled environment. It is not a managed research platform, and it should not be treated as a substitute for careful experiment tracking or human review.
Suggested workflow#
- Read the repository README and license.
- Copy the relevant Markdown skills into a sandbox agent environment.
- Run a small research task with non-sensitive data.
- Compare model-generated ideas against your own baseline.
- Keep review logs so promising directions can be reproduced later.
Verification checklist#
Before using ARIS on serious work, verify repository activity, inspect the skill files, test with a small project, and confirm that your agent runtime does not expose private code or data. Autonomous research loops can be useful, but they need guardrails.