InternAgent: When Agent Becomes the Scientist – Building Closed-Loop System from Hypothesis to Verification
[ Paper 📓 ] [ Apply Page 💡 ] [ Website 🏠 ]
From One Idea to Autonomous Experimentation-
2025.07.17: 🔥 The source code of InternAgent has been partially open-sourced. The complete version of InternAgent (covering 12 types of tasks for autonomous scientific research) will be open-sourced soon. This code repository can be used for full-cycle autonomous scientific research, ranging from hypothesis generation to automated experimental execution. It includes the source code for our initial version, covering paper retrieval, idea generation, coding, and experimental execution.
-
2025.07.10: NovelSeek has be renamed to InternAgent. This change embodies our hopeful vision for autonomous scientific research framework, and we hope it will empower all researchers to achieve great scientific discoveries.
InternAgent can support 12 types of scientific research tasks ranging from the AI field to the science field, including reaction yield prediction, molecular dynamics, power flow estimation, time series forecasting, transcription prediction, enhancer activity prediction, sentiment classification, 2D image classification, 3D point classification, 2D semantic segmentation, 3D autonomous driving, large vision-language model fine-tuning.
InternAgent covers three main capabilities: (1) Self-evolving idea generation with human-interactive feedback, (2) Idea-to-methodology construction, and (3) Evolutionary experimental planning and execution.
It is a unified, closed-loop multi-agent system designed to automate and accelerate innovative research across scientific domains. Through intelligent agent collaboration, our system enables end-to-end automation from idea generation and methodology construction to experimental execution, dramatically enhancing research efficiency and creativity.
- Autonomous generation, selection, and evolution of innovative research ideas through multi-agent collaboration
- Supports interactive human feedback, enabling continuous refinement of ideas with expert insights
- Dynamically integrates literature, code, and domain knowledge to inspire diverse innovation pathways
- Systematically transforms creative ideas into actionable and verifiable research methodologies
- Integrates baseline code, literature, and expert knowledge to automatically generate comprehensive methodological frameworks
- Supports iterative refinement and traceability of research methods
- Automates complex experimental workflow planning, code implementation, and debugging
- Employs exception-guided intelligent debugging to automatically identify and resolve code issues
- Enables adaptive evolution and continuous optimization of experimental plans
- Coordinates specialized agents such as Survey, Coding, Idea Innovation, and Assessment Agents and so on
- Manages data flow, task scheduling, and human interaction points for efficient and coherent research processes
- Supports extensibility and compatibility with diverse scientific tasks
InternAgent delivers an "end-to-end algorithmic innovation", empowering AI+X researchers to rapidly complete the full research loop—from idea to methodology to experimental validation—accelerating scientific discovery and breakthroughs.
- Suzuki Yield Prediction
- Molecular Dynamics Simulation
- Enhancer Activity Prediction
- Transcription Prediction for Perturbation Response
- Power Flow Estimation
- Time Series Forecasting
- Semantic Segmentation
- Image Classification
- Sentiment Analysis
- Point Cloud Classification
- Autonomous Driving
- VLM & LLM Fine-tuning
- ......
conda create -n dolphin python=3.11
conda activate dolphin
# Install PyPI requirements
pip install -r requirements.txt
bash launch_dolphin.sh
# modify launch_dolphin.py line # line 189 if round > 0
# exp_base_file_list = [List your exp dir]
- Note that you need to add api_key and specify the model and topic in
launch_dolphin.sh
. You can refer to the doc if you want to use self-deployed model. - Data for Point Classfication, Image Classification, and Sentiment Classification tasks can be downloaded here.
@article{team2025novelseek,
title={NovelSeek: When Agent Becomes the Scientist--Building Closed-Loop System from Hypothesis to Verification},
author={Team, NovelSeek and Zhang, Bo and Feng, Shiyang and Yan, Xiangchao and Yuan, Jiakang and Yu, Zhiyin and He, Xiaohan and Huang, Songtao and Hou, Shaowei and Nie, Zheng and others},
journal={arXiv preprint arXiv:2505.16938},
year={2025}
}