Discover and explore top open-source AI tools and projects—updated daily.
Sibyl-Research-TeamAutonomous AI scientist for end-to-end research automation
Top 99.4% on SourcePulse
Summary
Sibyl Research System is a fully autonomous AI scientist designed to automate the entire machine learning research lifecycle, from initial idea generation to conference-ready paper publication, with zero human intervention. It targets researchers, engineers, and power users seeking to accelerate scientific discovery and streamline complex research workflows. The system's core benefit lies in its ability to autonomously iterate, refine, and even self-evolve, continuously improving its research capabilities and output quality.
How It Works
Sibyl is built natively on Claude Code, leveraging its agent ecosystem, skills, plugins, and multi-agent teams. It operates on a dual-loop architecture: an inner loop for research iteration (literature review, hypothesis generation, experiment planning and execution, paper writing, and peer review) and an outer loop for system self-evolution. The self-evolution mechanism analyzes completed research iterations, extracts lessons learned across 8 categories, and automatically updates agent prompts and scheduling strategies, enabling the system to improve its own research process over time. This approach allows for autonomous, multi-dimensional iteration and continuous system enhancement.
Quick Start & Requirements
The recommended setup involves cloning the repository, opening it in Claude Code, and instructing Claude to configure everything. Alternatively, a manual setup script (setup.sh) is provided.
git clone https://github.com/Sibyl-Research-Team/sibyl-research-system.gitcd sibyl-research-systemchmod +x setup.sh && ./setup.shclaude --plugin-dir ./plugin --dangerously-skip-permissions/sibyl-research:init (in Claude Code)/sibyl-research:start spec.md (from workspace root)ANTHROPIC_API_KEY environment variable, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable, tmux (strongly recommended).Highlighted Details
Maintenance & Community
The README indicates active development with recent updates in March 2026. Specific details on notable contributors, sponsorships, or community channels (like Discord/Slack) are not provided.
Licensing & Compatibility
The project is released under the MIT License, which generally permits commercial use and modification. No specific compatibility restrictions for closed-source linking are mentioned.
Limitations & Caveats
Execution requires a dedicated GPU server with SSH access for experiment running. The --dangerously-skip-permissions flag, while necessary for full autonomy, bypasses security checks and requires careful environment management to mitigate risks. The setup process involves configuring multiple components (Claude Code, MCP servers, SSH/GPU access) and may be complex for users unfamiliar with these technologies.Summary
Sibyl Research System is a fully autonomous AI scientist designed to automate the entire machine learning research lifecycle, from initial idea generation to conference-ready paper publication, with zero human intervention. It targets researchers, engineers, and power users seeking to accelerate scientific discovery and streamline complex research workflows. The system's core benefit lies in its ability to autonomously iterate, refine, and even self-evolve, continuously improving its research capabilities and output quality.
How It Works
Sibyl is built natively on Claude Code, leveraging its agent ecosystem, skills, plugins, and multi-agent teams. It operates on a dual-loop architecture: an inner loop for research iteration (literature review, hypothesis generation, experiment planning and execution, paper writing, and peer review) and an outer loop for system self-evolution. The self-evolution mechanism analyzes completed research iterations, extracts lessons learned across 8 categories, and automatically updates agent prompts and scheduling strategies, enabling the system to improve its own research process over time. This approach allows for autonomous, multi-dimensional iteration and continuous system enhancement.
Quick Start & Requirements
The recommended setup involves cloning the repository, opening it in Claude Code, and instructing Claude to configure everything. Alternatively, a manual setup script (setup.sh) is provided.
git clone https://github.com/Sibyl-Research-Team/sibyl-research-system.gitcd sibyl-research-systemchmod +x setup.sh && ./setup.shclaude --plugin-dir ./plugin --dangerously-skip-permissions/sibyl-research:init (in Claude Code)/sibyl-research:start spec.md (from workspace root)ANTHROPIC_API_KEY environment variable, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable, tmux (strongly recommended).Highlighted Details
Maintenance & Community
The README indicates active development with recent updates in March 2026. Specific details on notable contributors, sponsorships, or community channels (like Discord/Slack) are not provided.
Licensing & Compatibility
The project is released under the MIT License, which generally permits commercial use and modification. No specific compatibility restrictions for closed-source linking are mentioned.
Limitations & Caveats
Execution requires a dedicated GPU server with SSH access for experiment running. The --dangerously-skip-permissions flag, while necessary for full autonomy, bypasses security checks and requires careful environment management to mitigate risks. The setup process involves configuring multiple components (Claude Code, MCP servers, SSH/GPU access) and may be complex for users unfamiliar with these technologies.
2 months ago
Inactive