gitmyhub

ARIS-Anything

★ 31 updated 10h ago

Generalizing ARIS from 科研 to 研究 — same five-step loop (plan · draft · adversarial review · iterate · persist) applied beyond academic research to investment DD, legal, market, self-directed learning, journalism, engineering post-mortems (科研 ⊂ 研究) 🌱

ARIS-Anything extends the ARIS auto-research loop (plan, draft, adversarial AI review, iterate, save to wiki) beyond academia to any structured investigation: investments, legal research, medical literature, market analysis, and journalism.

ClaudeGPTClaude CodeCursorsetup: moderatecomplexity 3/5

This repository is an extension of a project called ARIS, which stands for Auto Research in Sleep. The original ARIS system was built to automate academic research: it takes a research question, drafts work using one AI model, then has a different AI model from a different company critique that work, and iterates until the output is solid. This repository, ARIS-Anything, explores applying that same loop to non-academic tasks.

The five-step loop at the center is: plan the question, draft an answer, review it adversarially using a separate AI (for example, having Claude review something GPT wrote, or vice versa), iterate on the feedback, and then save the findings to a persistent wiki so future work builds on what was already learned rather than starting from scratch. The Chinese terms in the description capture the idea: the original ARIS covered academic science (one specific shape of inquiry), while this repo explores all other structured investigation.

The domains the README maps out include investment due diligence, legal case research, medical literature reviews, market and product research, self-directed learning, journalism source verification, and engineering incident post-mortems. Each of these gets matched to specific named workflows from the main ARIS library, which contains 75 or more pre-built research skills.

The main ARIS repo the project builds on already has around 10,000 GitHub stars and was featured as the top paper on HuggingFace Daily Papers. ARIS-Anything is positioned as the next expansion: same methodology, different application areas. Several domain-specific sibling repos are planned, including ones for long-form video generation, product requirement documents, design critique, and a benchmarking harness for measuring research agent performance. These are described as scheduled rather than promised, with code to follow.

The codebase runs across seven or more platforms including Claude Code, Codex CLI, and Cursor. The README is also available in Chinese. This is primarily a conceptual and workflow repository: the value is in the structured methodology and the named skill library, not in a deployable application.

Where it fits