sakanaai/ai-scientist-v2

The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 8th, 2025
Open Issues & Pull Requests: 78 (+0)
GitHub issues: Enabled
Number of forks: 982
Total Stargazers: 7,112 (+0)
Total Subscribers: 52 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 335 days
Stale 30+ days: 49
Stale 90+ days: 42

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

AI Scientist-v2 is an autonomous scientific research system that generates hypotheses, designs experiments, analyzes results, and writes peer-reviewed scientific papers end-to-end using agentic tree search.

The system addresses the challenge of automating the full scientific discovery pipeline by removing dependence on human-authored templates and generalizing across machine learning domains. It employs a progressive agentic tree search guided by an experiment manager agent to explore research directions autonomously. The tool generates research ideas, executes experiments through LLM-written code, and produces complete scientific manuscripts suitable for workshop submission and peer review.

Developers should understand that AI Scientist-v2 prioritizes open-ended exploration over guaranteed success. The README explicitly notes that it does not necessarily produce better papers than its predecessor, especially when strong templates are available. The predecessor achieves higher success rates by following well-defined templates, while this version takes a broader exploratory approach with lower success rates. AI Scientist-v2 suits researchers interested in open-ended scientific discovery rather than those with clear, well-defined objectives and strong foundational templates. The tool requires running on Linux with NVIDIA GPUs using CUDA and PyTorch, and it supports OpenAI, Gemini, and Claude models through various API configurations. A critical consideration is that the system executes LLM-generated code, which poses security risks including potential use of dangerous packages, uncontrolled web access, and unintended process spawning. The README strongly recommends running the tool within a controlled sandbox environment such as a Docker container.

The project maintains active development with structured documentation including a research paper, blog post, and workshop experiment repository. The codebase provides clear installation procedures and comprehensive API key configuration for multiple LLM providers, indicating ongoing maintenance and practical usability considerations.