Zing Forum

Reading

ARIS: Let AI Do Research While You Sleep — A Markdown Workflow for Automated Research Processes

ARIS (Auto Research In Sleep) is a lightweight, zero-dependency Markdown research workflow. It enables end-to-end automation of the entire research process—from literature research and experiment design to paper writing—through cross-model collaboration between Claude Code and GPT-5.4. It supports overnight automatic iterative improvement, and some papers produced using ARIS have been accepted by top conferences.

AI科研自动化研究Claude Code论文撰写文献调研实验自动化交叉模型Markdown工作流学术写作智能体协作
Published 2026-04-14 15:45Recent activity 2026-04-14 15:54Estimated read 6 min
ARIS: Let AI Do Research While You Sleep — A Markdown Workflow for Automated Research Processes
1

Section 01

ARIS: AI-Powered Automated Research Workflow for Overnight Iteration

ARIS (Auto Research In Sleep) is a lightweight, zero-dependency Markdown research workflow that leverages cross-model collaboration (Claude Code + GPT-5.4) to automate the entire research process—from literature research and experiment design to paper writing and overnight iterative improvement. It supports multiple models and platforms, and has already helped produce papers accepted at top conferences. The core goal is to let researchers focus on creative thinking while AI handles executional tasks.

2

Section 02

Background & Core Philosophy of ARIS

Academic research involves time-consuming steps like literature review, experiment design, and paper writing. ARIS addresses this with three core principles:

  1. Zero dependency: Pure Markdown files, no complex databases or Docker setups.
  2. Cross-model compatibility: Works with Claude Code, GPT-5.4, GLM, MiniMax, and more.
  3. Adversarial review: Uses an executor-reviewer dual-model setup to avoid self-review blind spots, similar to having an opponent point out weaknesses.
3

Section 03

Technical Architecture & Key Workflows

ARIS uses a dual-model collaboration mechanism:

  • Why two models?: Single-model self-review leads to local optima; dual models (e.g., Claude Code for execution + GPT-5.4 for review) create adversarial checks to find deeper issues.

Key workflows:

  1. Idea Discovery: Literature scan → brainstorming → feasibility screening → novelty check → pilot experiments → method refinement.
  2. Experiment Bridge: Convert plans to scripts → code review → small-scale validation → GPU deployment.
  3. Auto Review Loop: Overnight iteration (review → suggest improvements → implement → deploy → rewrite) until quality meets standards.
  4. Paper Writing: Outline → figure generation → LaTeX writing → auto improvement loops.
4

Section 04

Real-World Evidence & Success Cases

ARIS has delivered tangible results:

  • A CS conference paper using full ARIS process scored 8/10, with reviewers noting 'distinct empirical findings and solid support'.
  • An AAAI 2026 paper (by @xinbo820-web) using ARIS-Codex skills was accepted.
  • A machine learning project improved from 5.0/10 to 7.5/10 via 4 rounds of overnight auto iteration (20+ GPU experiments, no human intervention), reaching submission standards.
5

Section 05

Ecosystem & Multi-Platform Adaptability

ARIS has a flexible ecosystem:

  • 31 skills: Core skills (research-lit, idea-creator) + community-contributed skills (grant-proposal, paper-poster).
  • Multi-platform support: Works with OpenClaw, Cursor IDE, Trae (ByteDance IDE), Antigravity (Google IDE), and Codex CLI.
  • Alternative model combinations: Default (Claude Code + GPT-5.4), domestic solution (MiniMax-M2.7 + GLM-5), free (ModelScope with 2000 daily calls).
6

Section 06

Quality Control & Limitations

Quality control features:

  • Anti-hallucination citations: Uses DBLP/CrossRef for real BibTeX entries.
  • Code review: GPT-5.4 checks code before GPU deployment to save resources.
  • Rationality check: Runs small experiments first to validate code.

Limitations:

  • Requires GPU server access.
  • Complex mathematical derivation needs human verification.
  • Result interpretation depends on domain knowledge.

Responsible use: ARIS is a tool—researchers must review ideas, question assumptions, and retain final decision-making.

7

Section 07

Quick Start & Future Outlook

Quick Start:

  1. Install: git clone https://github.com/Unimposing-electroscope363/Auto-claude-code-research-in-sleep.git
  2. Configure Codex MCP: npm install -g @openai/codexcodex setup
  3. Use workflows: /idea-discovery, /experiment-bridge, /auto-review-loop, /research-pipeline.

Future Outlook: ARIS aims to make AI a research partner, lowering entry barriers for scientific discovery. It’s open-source under MIT license, welcoming community contributions.