AI Research Blog · Autonomous AI Scientist2026-09-21
Research Watch · 2026-09-21

재현하는 AI에서, 검증 가능한 새 과학을 만드는 AI로

Autonomous AI Scientist 2.0: Scientific Experience, Frontier Advancement, and External Verification

SCIENTIFICCONTRACTEXECUTABLEEXPERIENCEFRONTIERHYPOTHESISEXPERIMENT+ ABLATIONACTIVEPEER REVIEWEXTERNALVERIFICATIONverified experience updates memory, harness, and modelCONCEPTUAL SYNTHESIS · NOT A MEASURED CHART

9월 15–17일에 연속해서 등장한 ScienceBuddy, ScienceIDE, ScientistTwo는 Autonomous AI Scientist의 평가축을 한 단계 옮겼다. 핵심은 과학연구를 자동화하는 것에서, 검증 가능한 scientific experience를 학습하고 인간 SOTA를 넘어서는 새 결과를 만들며 그 발견을 외부에서 다시 검증하는 것으로 이동한다.

이 흐름은 이전의 Scientific Contract → 실행 → 검증 → process accountability를 버리는 것이 아니다. 오히려 그 위에 Frontier-Pushing Discovery, Scientific Experience Engineering, Model–Harness Co-Evolution을 추가한다. 동시에 성능이 높아질수록 외부 검증 문제는 더 어려워진다.

Part I · Frontier Advancement

ScientistTwo: 논문을 재현하는 AI에서 SOTA를 밀어내는 AI로

연구문제만 주어졌을 때 baseline reproduction, hypothesis improvement, ablation, peer review, rebuttal experiment까지 하나의 자동화된 연구루프로 묶는다.

Source fact2026년 9월 17일 공개된 ScientistTwo: Pioneering the Human Knowledge Frontier with Autonomous AI는 인간 연구자가 문제만 제시하면 기존 SOTA 탐색, 한계 분석, 가설 생성, 코드 구현, 다중 데이터셋 실험, ablation, 논문 작성, peer-review와 rebuttal까지 반복하도록 설계됐다.

Research challenges

107

ICLR·ICML·NeurIPS 등 채택 연구 기반

Improved

86 · 80.4%

기존 방법을 개선했다고 보고된 challenge

Mean relative gain

25.2%

보고된 평균 상대 개선폭

중요한 구조는 단순 benchmark optimization이 아니다. subset에서 후보를 빠르게 선별하고 full benchmark로 확대하며, ablation으로 실제 기여를 확인하고, Reviewer Agent의 비판이 들어오면 Rebuttal Agent가 추가 실험을 직접 발생시키는 Active Peer Review를 사용한다.

\[\text{Research}\rightarrow\text{Review}\rightarrow\text{New Experiment}\rightarrow\text{Rebuttal}\rightarrow\text{Review}\rightarrow\cdots\]

Analysispeer review가 사후 평가가 아니라 다음 실험을 발생시키는 control signal이 되면서 연구루프는 “작성–심사”가 아니라 “비판–구별 실험–수정”으로 바뀐다.

Caution이 결과를 곧바로 “AI가 인간 과학자를 넘어섰다”는 증거로 해석해서는 안 된다. 현재 논문은 preprint이고 인간 논문보다 높은 review score라는 핵심 평가는 자동 AI reviewer를 이용한다. 독립 인간 전문가에 의한 novelty·validity 평가와 외부 재현이 남아 있다.

ScientistTwo 논문

Part II · Scientific Experience Engineering

ScienceIDE: Scientific Code를 학습 가능한 검증 환경으로 바꾼다

논문과 코드가 RAG corpus에 머무르지 않고, agent가 행동하고 실패하며 검증 가능한 reward를 얻는 executable scientific environment가 된다.

Source fact2026년 9월 16일 공개된 ScienceIDE: Turning World's Scientific Codebase into Agent Learnable Environments는 simulation code, numerical solver, domain-specific software를 단순 tool이 아니라 agent-learnable environment로 변환한다. 저자들은 이를 scientific experience bottleneck을 푸는 방향으로 설명한다.

Codebases

27

scientific codebase

Environments

64

executable environment

Tasks

2,812

repair·implementation·reproduction·acceleration 등

Checks

1,076

numerical / physical verification checks

핵심은 정답 코드를 문자열로 비교하지 않는다는 점이다. 각 environment는 물리량, numerical tolerance, conservation law, distribution, integral norm 등 scientifically meaningful observable을 사용해 결과의 과학적 동등성을 판단한다.

\[\text{Scientific Module}+\text{Observable}+\text{Tolerance}+\text{Acceptance Policy}\]

즉 task를 만든 뒤 grading rule을 붙이는 것이 아니라, scientific validity condition을 먼저 정의한 뒤 그 위에서 task를 생성한다. 이것은 이전에 제안된 Scientific Contract가 실제 시스템 인프라로 구체화되는 모습이다.

ScienceIDE-Hard가 보여주는 현재 한계

18개 environment의 85개 어려운 scientific software task를 동일한 one-hour budget에서 15개 model–harness 조합으로 평가했다. 최고 관측 strict success rate는 67.1%, 그 다음 두 시스템은 64.6%, 63.1%였다. 저자들은 상위 시스템 사이의 통계적 순위는 확정할 수 없다고 명시했다.

Scientific Experience Engineering은 논문·코드·시뮬레이터·데이터를 “읽을 자료”에서 “행동하고 검증받으며 학습할 수 있는 경험공간”으로 변환하는 연구다.Source-grounded synthesis
\[\text{Executable Environment}\rightarrow\text{Task}\rightarrow\text{Interaction Trace}\rightarrow\text{Verifiable Reward}\rightarrow\text{SFT/RL}\]

ScienceIDE 논문

Part III · Continual Self-Improvement

ScienceBuddy: 연구경험이 Harness와 Foundation Model을 함께 바꾼다

고정 모델 위에서 workflow만 튜닝하는 단계를 넘어, 실제 연구자의 request·feedback·execution evidence가 다음 모델과 harness를 함께 개선한다.

Source fact2026년 9월 15일 공개된 ScienceBuddy: Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents는 연구자의 실제 사용과 feedback을 학습 신호로 사용해 agent harness와 foundation model을 동시에 발전시키는 두 개의 loop를 제안한다.

Inner Loop

고정 Model → Harness / Tool / Workflow 개선 → 더 좋은 Scientific Experience

Outer Loop

Scientific Experience → Model RL → 더 좋은 Model → 새로운 Harness 개선 가능

\[\text{Model}_{t}\rightarrow\text{Harness}_{t+1}\rightarrow\text{Experience}_{t+1}\rightarrow\text{Model}_{t+1}\]

ScienceBuddy는 연구자의 request, feedback, execution evidence를 task와 evaluation rubric으로 변환해 continual learning에 사용하며 네 종류의 scientific task family에 걸친 사례를 제시한다.

Analysis이 구조에서 학습해야 하는 것은 domain knowledge만이 아니다. 실패한 tool selection, 잘못된 experimental protocol, 유효한 debugging strategy, 적절한 statistical test, reviewer에게 반복적으로 지적받은 문제까지 procedure·strategy·harness 수준의 경험이 된다.

\[Knowledge+Procedure+Strategy+Harness+Model\]

Cautioncontinual self-improvement가 강해질수록 잘못된 경험도 recursive하게 증폭될 수 있다. provenance, negative-result memory, verifier independence가 동시에 필요하다.

ScienceBuddy 논문

Part IV · Belief Revision

ADMET-EvO: Evidence가 다음 연구전략을 실제로 바꾸기 시작한다

가설의 상태를 Supported / Rejected / Inconclusive로 관리하고, 그 상태를 다음 연구 cycle의 memory로 사용한다.

Source fact9월 9일 처음 공개된 ADMET-EvO는 drug discovery의 ADMET 예측에서 단순히 최고 성능 모델을 찾는 것이 아니라, falsifiable hypothesis를 만들고 data·feature·model 축에 intervention을 가한 뒤 결과에 따라 연구전략을 수정한다.

\[\{\text{Supported},\text{Rejected},\text{Inconclusive}\}\]

TDC ADMET tasks

22

task-normalized score 96.77

Fitting time

−72.2%

non-inferiority margin 유지 + evidence-guided selection

Toxicity tasks

43

formalized task scope expansion

이 연구가 중요한 이유는 이전까지 개념적으로 논의했던 Evidence → Belief Revision → Next Experiment가 실제 domain-specific scientific agent의 memory와 planning에 들어가기 시작했다는 점이다.

\[\text{Evidence}\rightarrow\text{Belief Revision}\rightarrow\text{Next Experiment}\]

ADMET-EvO 논문

Part V · Research Map

독립 연구축이 된 10개 주제와 Benchmark의 두 단계 확장

Frontier-Pushing Discovery, Scientific Experience Engineering, Model–Harness Co-Evolution, Active Peer Review가 이번 주 가장 빠르게 중요도가 올라간 영역이다.

PriorityResearch AreaCurrent Shift
1Falsifiable & Epistemically Accountable AI Scientist최상위 유지
2Frontier-Pushing Autonomous Discovery신규 급부상 ↑↑↑
3Scientific Experience Engineering신규 급부상 ↑↑↑
4Model–Harness Co-Evolution / Continual Scientific Learning신규 ↑↑↑
5Scientific Contract & Executable VerificationScienceIDE로 구체화 ↑↑
6Active Peer-Review & Rebuttal AgentsScientistTwo로 신규 부상 ↑↑
7Evidence-Gated Belief Revisiondomain system으로 구체화 ↑↑
8Process-Aware Scientific Evaluation중요도 유지
9Open-Ended Scientific Judgment중요도 유지
10Long-Horizon Scientific Agent Systems중요도 유지

Benchmark evolution

기존 benchmark 진화는 QA → Coding → Reproduction → Workflow Completion → Open Discovery → Process Audit으로 정리할 수 있었다. ScienceIDE와 ScientistTwo를 반영하면 여기에 두 단계가 추가된다.

\[QA\rightarrow Coding\rightarrow Reproduction\rightarrow Completion\rightarrow Discovery\rightarrow Process\rightarrow\mathbf{Scientific\ Experience}\rightarrow\mathbf{Frontier\ Advancement}\]

Scientific Experience Benchmark는 agent가 scientific code environment 안에서 행동하고 검증 가능한 feedback으로 배울 수 있는가를 본다. Frontier Advancement Benchmark는 기존 human SOTA를 재현하는 데 그치지 않고 실제로 개선할 수 있는가를 본다.

AI Scientist benchmark의 최상위 목표는 Recover Known Science가 아니라 Produce Independently Verifiable New Science로 이동해야 한다.Benchmark synthesis from the source
Part VI · Verification Gap 2.0

더 잘 발견할수록, 독립 검증은 더 어려워진다

새로운 결과를 만들 수 있느냐보다, 독립 시스템이나 인간이 그 결과가 실제로 참인지 확인할 수 있느냐가 다음 병목이 된다.

Verification QuestionNeeded Evaluation
정말 novel한가?Independent novelty verification
baseline이 공정한가?Baseline audit
여러 데이터셋에서 유지되는가?Cross-domain replication
hidden leakage는 없는가?Contamination audit
ablation이 causal contribution을 보여주는가?Causal ablation validation
reviewer가 같은 model family이면 편향되지 않는가?Reviewer-independence test
외부 연구자가 재현할 수 있는가?Independent replication
예상과 다른 결과도 기록됐는가?Negative-result provenance
\[\text{Can another independent system or human verify that the discovery is real?}\]

Analysis이 질문이 External Verification Oracle의 핵심이다. 내부 critic이나 같은 LLM family의 reviewer가 아니라 독립 실행환경, 통계검정, 외부 데이터, 다른 모델, 가능하면 인간 전문가를 결합해야 한다.

ScientistTwo처럼 성능 주장이 커질수록 verification gap은 줄어드는 것이 아니라 오히려 더 커질 수 있다. novelty, leakage, baseline fairness, causal ablation, reviewer independence, external reproducibility를 별도의 검증축으로 분리해야 한다.

Part VII · Research Agenda & Target Architecture

Externally Verifiable, Continually Learning, Frontier-Pushing Scientist

이번 업데이트를 하나의 연구프로그램으로 압축하면 discovery, independent verification, continual learning의 세 축을 동시에 만족하는 시스템이다.

향후 연구가치가 높은 6개 세부주제

1 · Externally Verified Autonomous AI Scientist

독립 실행환경·통계검정·외부 데이터·다른 모델·인간 전문가를 사용해 발견을 검증한다.

2 · Scientific Experience Compiler

GitHub scientific repository, dataset, simulator를 Scientific Contract → Environment → Task → Private Verifier → RL Reward로 자동 변환한다.

3 · Evidence-Gated Continual AI Scientist

claim, condition, counter-evidence, uncertainty, falsifier를 구조화하고 supported/rejected/inconclusive memory를 다른 task로 전달한다.

4 · Reviewer-Driven Experimental Planning

두 competing hypothesis를 가장 잘 구분하는 추가 실험을 information gain 기준으로 선택한다.

5 · Model–Harness–Memory Co-Evolution

model, harness, scientific memory가 함께 진화하되 provenance와 negative-result memory로 오류 증폭을 막는다.

6 · Frontier Advancement Benchmark with Independent Verification

원 저자의 code·dataset·baseline을 동결하고, 개선 주장을 blind external evaluator가 재실행한다.

업데이트된 목표형상

기존의 Specification-Driven + Process-Aware + Falsifiable + Epistemically Accountable AI Scientist에 Experience-LearningFrontier-Pushing을 추가한다.

\[\begin{aligned}&\mathbf{Experience\!\!\!\!-Learning}\\+&\mathbf{Frontier\!\!\!\!-Pushing}\\+&\text{Specification-Driven}\\+&\text{Process-Aware}\\+&\text{Falsifiable}\\+&\text{Epistemically Accountable}\end{aligned}\]
Scientific ProblemScientific ContractExecutable EnvironmentSOTA / LimitationHypothesis PopulationEvidence + Counter-EvidenceExperimentAblation / RobustnessPeer ReviewTargeted RebuttalExternal VerificationBelief RevisionScientific MemoryHarness ImprovementModel Learning

Analysis핵심 변화는 연구 결과를 memory에 쌓는 데서 끝나지 않고, 검증된 연구경험이 다음 세대 agent의 harness와 model 자체를 바꾼다는 점이다.

\[\boxed{\text{Discovery}\times\text{Independent Verification}\times\text{Continual Learning}}\]
다음 세대 Autonomous AI Scientist의 경쟁은 단순 autonomy가 아니다. 새로운 것을 만드는 능력, 그것이 진짜임을 독립적으로 증명하는 능력, 그 경험을 다음 연구에 축적하는 능력을 동시에 갖추는가의 경쟁이다.Final synthesis
References

Source Set

01
ScientistTwo: Pioneering the Human Knowledge Frontier with Autonomous AI
arXiv · 2026-09-17

arxiv.org/abs/2609.19644

02
ScienceIDE: Turning World's Scientific Codebase into Agent Learnable Environments
arXiv · 2026-09-16

arxiv.org/abs/2609.19134

03
ScienceBuddy: Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents
arXiv · 2026-09-15

arxiv.org/abs/2609.17523

04
ADMET-EvO: a self-evolving scientific agent for sustained research across heterogeneous tasks
arXiv · 2026-09-09

arxiv.org/abs/2609.10121