whatisgithub

What is auto-claude-code-research-in-sleep?

wanshuiyin/auto-claude-code-research-in-sleep — explained in plain English

Analysis updated 2026-06-24

9,221PythonAudience · researcherComplexity · 3/5Setup · moderate

In one sentence

ARIS automates AI-driven research tasks overnight using plain Markdown skill files that any AI agent can follow, running experiments, reviewing papers, and using two different models to cross-check results.

Mindmap

mindmap
  root((repo))
    What it does
      Overnight research
      Automated experiments
      Paper review
    How it works
      Markdown skill files
      No install needed
      Swap AI agents freely
    Key features
      Cross-model review loop
      Research wiki storage
      Self-optimization mode
    AI providers
      Anthropic Claude
      OpenAI models
      Local via Ollama
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Set up an overnight workflow where Claude reviews your ML paper, identifies weaknesses, and drafts revisions by the time you wake up.

USE CASE 2

Run automated experiments on a dataset while you sleep, with a second AI model independently critiquing the results to catch blind spots.

USE CASE 3

Build a persistent research wiki that an AI agent updates with findings from each overnight session so knowledge accumulates over time.

What is it built with?

PythonMarkdownClaude CodeOllamaLM Studio

How does it compare?

wanshuiyin/auto-claude-code-research-in-sleeplauris/awesome-scalaspyder-ide/spyder
Stars9,2219,2219,220
LanguagePythonPythonPython
Setup difficultymoderateeasyeasy
Complexity3/51/52/5
Audienceresearcherdeveloperdata

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an AI coding environment like Claude Code or Cursor plus credentials for at least one AI provider such as Anthropic or OpenAI.

No license information was mentioned in the explanation.

So what is it?

ARIS (Auto-Research-In-Sleep) is a collection of workflows for running AI-driven machine learning research automatically while you are away from your computer. The core idea is that you set up a research task before sleeping, and by the time you wake up, an AI agent has reviewed your paper or experiment, identified weaknesses, run follow-up tests, and rewritten parts of the narrative. The project started as a set of skills for Claude Code, an AI coding tool, but has since grown to work with other AI agents and coding environments. The system is built entirely from plain Markdown files called skills. There is no framework to install, no database to configure, and no background process to keep running. Each skill file describes a workflow in plain text that any AI agent can read and follow. This design means you can swap out which AI tool drives the research, whether that is Claude Code, OpenAI Codex, Cursor, or others, without rewriting anything. A distinctive feature is the cross-model review loop. Rather than having one AI model evaluate its own output, ARIS routes the work to two different models: one acts as the main executor that does the research and writing, and a second acts as an independent critic that looks for flaws. The project argues that a single model reviewing its own work creates blind spots, while using two models with different strengths catches more problems. The project includes dozens of bundled skills covering tasks like idea discovery, experiment automation, persistent knowledge storage in a research wiki, and a self-optimization mode where the system analyzes its own past behavior and proposes improvements. A standalone command-line tool called ARIS-Code is also available for users who want a full interactive experience outside of any specific coding environment. The system supports many AI providers including Anthropic, OpenAI, DeepSeek, MiniMax, and others, and can run against local models through LM Studio or Ollama. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Using ARIS, set up a research workflow where Claude Code runs my machine learning experiment, logs results to the research wiki, and has a second AI model critique the conclusions overnight.
Prompt 2
I want to use the ARIS cross-model review loop to evaluate my paper draft. Set it up so one model writes the critique and a second model checks whether the critique itself is accurate.
Prompt 3
Help me create a custom ARIS skill file in Markdown that automates hyperparameter tuning for a PyTorch model and writes a summary report when finished.
Prompt 4
Configure ARIS to run with Ollama using a local model instead of a cloud API, and show me which skill files to modify for a fully self-hosted setup.

Frequently asked questions

What is auto-claude-code-research-in-sleep?

ARIS automates AI-driven research tasks overnight using plain Markdown skill files that any AI agent can follow, running experiments, reviewing papers, and using two different models to cross-check results.

What language is auto-claude-code-research-in-sleep written in?

Mainly Python. The stack also includes Python, Markdown, Claude Code.

What license does auto-claude-code-research-in-sleep use?

No license information was mentioned in the explanation.

How hard is auto-claude-code-research-in-sleep to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is auto-claude-code-research-in-sleep for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.