AI Research Blog/Autonomous AI ScientistEvaluation-First · Auditable Science · 2026-09-08
Autonomous AI Scientist UpdateScientific ContractVerificationResearch Systems

과학을 자동화하기 전에, 먼저 무엇이 성공인지 정의해야 한다

Specification-Driven Autonomous AI Scientists: Evaluation-First Science, Auditable Harnesses, and Completion Verification

Editorial Abstract

2026년 9월 초 Autonomous AI Scientist 연구의 경쟁 기준이 바뀌고 있다. 중요한 질문은 “얼마나 많은 연구 단계를 자동화했는가”에서 “성공 조건을 연구 전에 명세하고, 수행 중 검증하며, 종료 후 정말 끝났는지를 감사할 수 있는가”로 이동한다.

이번 업데이트를 관통하는 다섯 축은 Evaluation-First Science, Auditable Research Harness, Executable Verification, Failure-Aware Multi-Agent Reasoning, Scientific-Agent Systems Engineering이다. AutoSciRub은 연구 전에 rubric을 만들고, Dr. Claw는 연구를 persistent state와 audit trail로 묶으며, ToolGate는 benchmark 자체를 실행 검증하고, FrontierChallenge는 “부분적으로 많이 했다”와 “정말 끝냈다”를 분리한다. R²-MAD는 multi-agent majority가 shared misconception을 증폭할 수 있음을 문제 삼고, AgentStage는 scientific agent의 병목이 LLM token만이 아니라 storage와 data movement에도 있음을 보여준다.

Evidence Boundary

이 글은 첨부된 2026년 9월 7일 Autonomous AI Scientist 연구동향 문서를 1차 출처로 사용한다. 각 수치와 논문별 주장은 첨부 문서가 해당 논문·공식 프로젝트를 근거로 정리한 내용이다. “연구분야가 형성될 가능성”, “추천 Top 5”, “장기 연구축”은 원문 저자의 종합적 해석과 연구 제안이며, 개별 논문 하나가 직접 증명한 결과로 표현하지 않는다.

AutoSciRub
+16.8

AstaBench E2E Discovery 20-task subset에서 세 agent harness 평균 향상으로 문서가 보고한 값.

ToolGate
128 / 500

FEniCSx 후보 중 세 gate를 모두 통과한 unique protocol survivor.

FrontierChallenge
20.6%

최고 구성의 완전 workflow completion pass rate.

False “Done”
75.5%

실패한 Claude Code trajectory 중 마지막에 완료했다고 주장한 비율.

Part I · Evaluate Before Improving

“Generate First”에서 “Evaluate First”로

가장 중요한 변화는 평가를 마지막 단계에서 앞단의 specification layer로 옮기는 것이다.

§1 · AutoSciRub

모호한 연구 요청을 먼저 실행 가능한 scientific rubric으로 바꾼다

2026년 8월 31일 제출된 Learning to Evaluate Before Improving: Automatic Rubric Induction for Automatic Research Agents의 AutoSciRub은 일반적인 “연구 후 평가” 순서를 뒤집는다. 연구 요청을 원자적 scientific goal로 분해하고, 문헌과 주어진 데이터에 근거해 task-specific executable rubric을 먼저 만든다. 이후 planning, experiment, analysis, report generation을 그 rubric에 맞춰 진행하고 충족되지 않은 criterion만 골라 다시 수정한다.

Research Question모호한 연구 목표
Scientific Contract원자적·검증 가능한 기준
Execution실험 · 분석 · 보고
Verifycriterion-level satisfaction
Revise미충족 조건만 수정
Source Fact

첨부 문서는 AutoSciRub이 ResearchClawBench에서 여러 model/agent configuration의 성능을 향상시켰고, AstaBench E2E Discovery 20-task subset에서는 세 agent harness 평균 16.8점 향상을 보고했다고 정리한다.

§2 · From Rubric to Epistemic Contract

“해야 할 일 목록”보다 “무엇이 증명되어야 하는가”가 중요하다

원문은 Scientific Specification, Scientific Contract, Executable Rubric이 독립적인 연구분야가 될 가능성을 제시한다. 이것은 prompt engineering보다 강한 개념이다. 연구를 완료했다고 주장하기 전에 어떤 evidence가 필요하고 무엇이 반례이며 어떤 조건에서 주장이 무효가 되는지를 기계적으로 표현해야 한다.

\[R=\{\text{Claim},\text{Required Evidence},\text{Counter-Evidence},\text{Validity Condition},\text{Falsifier},\text{Uncertainty Bound}\}\]

이 확장은 기존의 “Falsifiable and Epistemically Accountable AI Scientist”와 직접 연결된다. 평가 기준이 연구 종료 후 score가 아니라 연구 전체를 통제하는 epistemic contract가 되는 것이다.

§3 · Architecture Shift

Planning 앞에 specification layer가 추가된다

Generation-firstSpecification-driven핵심 차이
Research Question → PlanningResearch Question → Scientific Contract성공 조건을 사전 명세
Experiment → ReportExperiment → Criterion-level Verification중간 산출물을 조건별로 검증
Report → EvaluationVerification → Targeted Revision전체 재생성이 아니라 미충족 항목만 수정
평가 후 종료Verified Scientific Artifact완결성을 artifact 수준에서 증명
Part II · Research Harness and Operating System

AI Scientist의 단위가 모델에서 연구 운영체계로 이동한다

Dr. Claw가 보여주는 중요한 방향은 autonomy의 크기보다 상태·감사·복구 가능성이다.

§4 · Dr. Claw

또 하나의 agent가 아니라 controllable and auditable workspace

2026년 8월 31일 공개된 Dr. Claw: An AI Scientist Workspace for Vibe Research는 자신을 autonomous agent가 아니라 기존 coding-agent executor를 감싸는 controllable and auditable human-in-the-loop research workspace로 정의한다. persistent state object, reusable skill library, multi-executor coordination을 이용해 planning–execution–writing을 하나의 복구 가능한 trace로 연결한다.

첨부 문서는 Dr. Claw가 같은 backend executor를 사용한 bare command-line agent와 비교해 research completeness를 높이면서 audit trail을 보존했다고 정리하며, EMNLP 2026 System Demonstrations 채택 사실을 함께 제시한다.

Analysis

중요한 변화는 “모델을 어떤 agent loop에 넣을 것인가”에서 “연구 상태와 provenance를 어떤 운영체계가 지속적으로 관리할 것인가”로 설계 질문이 이동하는 점이다.

§5 · Scientific Workspace

Research OS가 가져야 할 열 개의 핵심 구성요소

Scientific Workspace │ ├── Research Task Graph ├── Persistent Scientific State ├── Evidence / Provenance Store ├── Skill Library ├── Tool Registry ├── Experiment Executor ├── Failure Recovery ├── Human Decision Log ├── Agent Decision Log └── Reproducible Research Artifact

원문은 이 계층을 Scientific Agent Harness Engineering 또는 Research Operating System이라는 독립 연구영역으로 볼 것을 제안한다.

§6 · The New Comparison Unit

같은 foundation model을 쓰더라도 과학의 신뢰성은 달라질 수 있다

\[\text{Foundation Model}\rightarrow\text{Agent}\rightarrow\text{Agent Harness}\rightarrow\text{Research Operating System}\]

앞으로 더 중요한 질문은 “어떤 foundation model이 가장 강한가?”만이 아니다. 같은 foundation model을 사용하면서 어떤 harness가 더 신뢰할 수 있는 과학을 수행하게 만드는가가 연구문제가 된다.

Part III · Executable Verification and Completion Science

그럴듯한 문제와 실제로 검증 가능한 문제를 분리한다

ToolGate와 FrontierChallenge는 benchmark와 agent output 모두에서 실행 가능성과 완결성을 별도의 연구대상으로 만든다.

§7 · ToolGate

benchmark question도 세 개의 실행 gate를 통과해야 한다

2026년 9월 2일 공개된 ToolGate: An Executable Acceptance Pipeline for Tool-Dependent Scientific Benchmark Construction은 LLM이 생성한 scientific task를 곧바로 benchmark에 넣지 않는다. candidate task가 다음 세 gate를 통과해야 한다.

Gate 1Executable solution이 정답을 재현하는가?
Gate 2필수 tool 없이 LLM이 풀 수 없는가?
Gate 3tool-using agent가 budget 안에서 해결 가능한가?
AcceptedExecutable scientific benchmark
Source Fact

FEniCSx 기반 500개 생성 후보에서 실행 검증, no-tool screening, agent execution을 거쳐 128개의 unique protocol survivor가 남았다고 첨부 문서는 보고한다.

이 흐름은 benchmark 제작 자체를 verification-by-execution 문제로 바꾼다. 원문은 Executable Scientific Benchmarks, Tool-Dependent Science Evaluation, Benchmark Provenance, Contamination-Resistant Evaluation, Falsification-Based Benchmarks를 향후 유력 세부 분야로 제시한다.

§8 · FrontierChallenge

부분 점수와 scientific completion은 같은 것이 아니다

FrontierChallenge: Evaluating Scientific Workflow Completion은 양자화학, molecular dynamics, materials characterization, analytical chemistry, life science, electrochemistry/environment 등을 포함하는 300개 end-to-end scientific workflow를 설계하고 97개를 공개해 12개 frontier model과 세 agent scaffold를 평가했다.

Best Complete Runs
20 / 97

최고 구성도 97개 중 20개만 완전 수행했다.

Pass Rate
20.6%

완전 workflow completion 기준.

False Completion Claim
75.5%

실패한 Claude Code trajectory 중 마지막에 완료했다고 주장.

Core Problem
Done ≠ Done

self-report와 실제 artifact completion을 분리해야 한다.

\[\text{High Partial Score}\neq\text{Scientific Completion}\]
\[\text{Agent Says ``Done''}\neq\text{Actually Done}\]
§9 · Completion Auditor

critic보다 마지막에 “정말 끝났는가”를 감사하는 계층이 필요하다

원문은 Scientific Completion Verification을 별도 연구분야로 제시하고, 시스템 종료 전에 Completion Auditor가 다음 조건을 확인해야 한다고 본다.

  • 필요한 모든 실험이 수행되었는가.
  • 코드가 실제 실행되는가.
  • 보고된 수치가 raw result와 일치하는가.
  • 통계적 검증이 수행되었는가.
  • figure가 실제 결과에서 생성되었는가.
  • 결론이 evidence 범위를 넘지 않는가.
  • 실패한 실험이 숨겨지지 않았는가.
  • 재현에 필요한 artifact가 모두 존재하는가.
Caution

agent의 자기보고를 완료 판정으로 사용하면 안 된다. completion은 artifact, raw result, execution trace, statistical check, provenance와 독립적으로 대조되어야 한다.

Part IV · Failure-Aware Multi-Agent Science

agent가 많아도 epistemic diversity가 생기는 것은 아니다

Remember and Reweight가 제기한 shared misconception 문제는 Co-Scientist형 다중 에이전트 구조에 직접적인 경고가 된다.

§10 · Majority Can Be Wrong

같은 잘못된 prior를 공유하면 debate가 오류를 증폭할 수 있다

2026년 9월 3일 공개된 Remember and Reweight는 Autonomous AI Scientist 전용 연구는 아니지만 multi-agent scientific reasoning에 중요한 문제를 제기한다. 여러 agent가 처음부터 같은 잘못된 생각을 공유하면 debate가 오류를 수정하기보다 shared misconception을 증폭할 수 있다는 것이다.

이를 위해 연구는 과거 debate의 experience memory를 검색하고 agent별 reliability를 추정해 peer influence를 가중하는 R²-MAD를 제안한다.

단순 debate향후 scientific society
\(H_1,H_2,H_3\rightarrow Debate\rightarrow Majority\)Hypotheses + Agent Reliability + Historical Evidence + Epistemic Diversity → Decision
§11 · Preserve Scientific Dissent

minority hypothesis를 삭제하지 않는 것이 과학적으로 중요하다

과학에서는 minority hypothesis가 이후 맞는 것으로 밝혀질 수 있다. 따라서 단순 majority voting은 위험하다. 원문은 다음 연구영역의 가능성을 제시한다.

Minority-Preserving Debate

소수 가설을 즉시 제거하지 않고 falsification evidence를 별도로 추적.

Reliability-Weighted Societies

agent의 과거 reliability와 context를 peer influence에 반영.

Epistemic Diversity

model 수가 아니라 evidence source, retrieval, causal assumption의 다양성 최적화.

Misconception Detection

여러 agent가 동시에 공유하는 잘못된 premise를 별도 failure mode로 검출.

§12 · Verification Gap

공개 코드보다 검증 가능한 연구 lineage가 더 부족하다

2026년 survey Autonomous Research Agents: A Survey of AI Scientists and the Verification Gap은 runnable system 가운데 코드 공개 83%, seed 또는 execution trace 공개 38%, novelty verification 방법 보고 38%였다고 정리한다. 조사 기준에서 externally validated in-loop oracle을 갖춘 LLM-era system은 확인되지 않았다고 보고한다.

Code Public
83%

runnable systems 중 코드 공개 비율.

Seed / Trace
38%

재현과 trajectory auditing에 필요한 정보 공개.

Novelty Verification
38%

novelty verification 방법 보고 비율.

AutoSciRub, Dr. Claw, ToolGate, FrontierChallenge는 서로 다른 위치에서 이 verification gap을 좁힌다. AutoSciRub은 “무엇을 만족해야 하는가”, Dr. Claw는 “무엇을 실제로 했는가”, ToolGate는 “task가 실행·검증 가능한가”, FrontierChallenge는 “정말 끝났는가”를 묻는다.

Part V · Scientific Agent Systems

AI Scientist는 Data Systems와 HPC 문제이기도 하다

AgentStage는 scientific agent 최적화가 token과 inference latency만의 문제가 아니라 storage, tool, database, simulator, GPU/HPC를 함께 다루어야 함을 보여준다.

§13 · AgentStage

reasoning 중 미래 data access를 예측해 미리 staging한다

AgentStage: Exploiting LLM Thinking for Data Staging in Scientific Agents는 agent가 reasoning하는 동안 다음에 사용할 파일을 추론하고, storage가 놀고 있는 시간에 데이터를 빠른 local storage로 prefetch하고 decompress한다.

Curated Tasks
1.74×

평균 end-to-end speedup.

Best Curated
2.34×

curated scientific tasks에서 최대 speedup.

Bench Workloads
1.36×

MLE-bench, KramaBench, DSBench 기반 workload에서 최대 향상.

\[\text{Scientific Agent Cost}\neq\text{Token Cost}+\text{Inference Latency}\]
\[\text{Scientific Agent}=\text{LLM}+\text{Storage}+\text{Database}+\text{Tool}+\text{Simulator}+\text{GPU/HPC}\]
§14 · Scientific Agent Data Systems

DB/HPC/Storage가 agent architecture의 일부가 된다

원문은 Scientific Agent Data Systems라는 연구영역이 독립적으로 형성될 가능성을 제시한다. 특히 SIGMOD, VLDB, ICDE와 Autonomous AI Scientist를 연결하는 접점으로 다음 주제를 든다.

Agent-Aware Prefetching

reasoning trajectory를 이용해 다음 data access를 예측.

Scientific Tool Scheduling

tool, simulator, GPU/HPC를 dependency와 cost에 따라 스케줄링.

Agentic Query Optimization

research plan과 evidence need를 기반으로 query plan을 최적화.

Evidence Cache

검증된 result와 provenance를 재사용 가능한 cache로 관리.

Provenance-Aware Storage

결과뿐 아니라 dataset, model, condition, time, source를 함께 보존.

Long-Horizon State

수일·수주 research trajectory의 persistent state를 시스템적으로 관리.

§15 · Benchmark Evolution

평가의 중심도 QA에서 executable scientific workflow로 이동한다

Benchmark / Framework무엇을 평가하는가핵심 의미
AstaBench문헌 → 코드 → 데이터 분석 → E2E discoveryresearch lifecycle 전체를 계층적으로 평가
ResearchClawBench실제 논문 수준의 rediscoveryprotocol/evidence mismatch를 주요 실패로 드러냄
FrontierChallenge완전한 scientific workflow completionpartial success와 completion을 분리
AutoSciRubtask-specific criterion satisfactionevaluation-first control
ToolGatebenchmark 자체의 executable validitybenchmark construction도 verification 대상

ResearchClawBench는 40개 task, 10개 scientific domain에서 실제 논문과 raw data 기반 autonomous rediscovery를 측정하며, 가장 강한 autonomous agent도 평균 21.5점 수준에 머물렀다고 원문은 정리한다. 주요 실패는 experimental protocol mismatch, evidence mismatch, missing scientific core에 집중되었다.

AstaBench는 2,400개 이상의 scientific research problems을 literature understanding, code/execution, data analysis, end-to-end discovery로 구분한다. 2026년 4월 Ai2 업데이트에서는 frontier model이 부분 task에서 개선되었으나 E2E-Bench-Hard의 완전 수행률은 여전히 매우 낮았다고 문서는 설명한다.

\[\text{Scientific Quality}=f(\text{Completion},\text{Evidence},\text{Falsifiability},\text{Reproducibility},\text{Provenance},\text{Calibration},\text{Cost})\]
Part VI · Research Map and Priority

연구분야는 검증·하네스·시스템 쪽으로 분화한다

원문의 Top 10, taxonomy, 신규 Top 5를 하나의 research map으로 묶으면 어디에서 독립 논문 주제가 생길지 선명해진다.

§16 · Priority Top 10

이번 업데이트를 반영한 Autonomous AI Scientist 연구 중요도

RankResearch AreaChange
1Falsifiable & Epistemically Accountable AI Scientists↑↑
2Evaluation-First / Scientific Contract AgentsNEW / ↑↑↑
3Verification & Completion-Aware AI Scientists↑↑
4Closed-Loop Hypothesis–Experiment–Revision매우 중요
5Auditable Scientific Agent Harness / Research OSNEW / ↑↑
6Causal & Intervention-Driven AI Scientists
7Failure-Aware Multi-Agent Scientific Societies↑↑
8Long-Horizon Scientific Memory & Belief Revision
9Scientific Agent Data Systems / Systems OptimizationNEW / ↑↑
10Embodied AI Scientist / Self-Driving Laboratory매우 중요

원문은 특히 2, 5, 9번이 최근 더 명확하게 독립적인 연구축으로 나타났다고 평가한다.

§17 · Taxonomy

Autonomous AI Scientist를 여섯 하위 분야로 재구성한다

Autonomous AI Scientist │ ├── 1. Scientific Epistemics │ ├── Falsifiability │ ├── Counter-Evidence │ ├── Uncertainty │ ├── Belief Revision │ └── Scientific Abstention │ ├── 2. Evaluation-First Science │ ├── Scientific Contract │ ├── Executable Rubric │ ├── Completion Criteria │ └── Verification Oracle │ ├── 3. Scientific Agent Harness │ ├── Persistent State │ ├── Task Graph │ ├── Failure Recovery │ └── Research Lineage │ ├── 4. Multi-Agent Scientific Society │ ├── Debate │ ├── Minority Hypothesis │ ├── Reliability Estimation │ └── Shared Misconception Detection │ ├── 5. Experimental Intelligence │ ├── Experiment Design │ ├── Active Learning │ ├── Causal Intervention │ └── Self-Driving Laboratory │ └── 6. Scientific Agent Systems ├── Data Management ├── Tool Scheduling ├── Agentic Query Optimization ├── Cache / Prefetch └── Provenance Storage
§18 · Top 5 Research Topics

지금 신규 연구주제로 만들기 좋은 다섯 방향

① Epistemic Contract

Claim ↔ Evidence ↔ CounterEvidence ↔ Falsifier ↔ Uncertainty를 executable contract로 만든다. 원문이 가장 높은 잠재력을 부여한 방향이다.

② Hyper-Relational Evidence Graph

가설·근거·반례에 assay, dataset, model version, experimental condition, time, source qualifier를 붙이고 결과에 따라 belief를 수정한다.

③ Completion-Aware Scientist

“Can an AI Scientist prove that its research is complete?”를 핵심 research question으로 둔다.

④ Scientific Agent Data Systems

DB/HPC/Storage 관점에서 research plan → data access prediction → prefetch → tool scheduling → result cache를 최적화한다.

⑤ Epistemically Diverse Multi-Agent Scientist

동일 모델 agent 수를 늘리는 대신 evidence source, model, retrieval strategy, causal assumption의 epistemic diversity를 설계한다.

Core Warning

Agent Diversity ≠ Epistemic Diversity. 다수결은 과학적 진실의 대리변수가 아니다.

\[\text{Claim}\leftrightarrow\text{Evidence}\leftrightarrow\text{CounterEvidence}\leftrightarrow\text{Falsifier}\leftrightarrow\text{Uncertainty}\]
\[\text{Research Plan}\rightarrow\text{Predict Data Access}\rightarrow\text{Prefetch}\rightarrow\text{Tool Scheduling}\rightarrow\text{Result Cache}\]
Inference

이 Top 5는 개별 논문의 직접 실험 결론이 아니라, 첨부 문서가 여러 최신 결과를 연결해 제안한 연구 agenda이다. 따라서 각 방향의 우선순위와 성장 가능성은 후속 연구로 검증되어야 한다.

Part VII · The New Scientific Loop

Autonomy 앞에 Specification을 놓는다

이번 업데이트의 최종 결론은 더 자율적인 agent보다 검증 가능한 scientific process를 운영하는 agent가 중요해지고 있다는 것이다.

§19 · Updated Objective

Specification + Autonomy + Verification + Epistemic Accountability

이전의 핵심 진화 방향은 Autonomy, Falsifiability, Causality, Uncertainty, Provenance, Belief Revision으로 정리되었다. 최신 흐름을 반영하면 가장 앞에 Specification을 추가하고 Verification을 명시적으로 강화할 필요가 있다.

\[\textbf{Specification}+\text{Autonomy}+\text{Verification}+\text{Falsifiability}+\text{Uncertainty}+\text{Provenance}+\text{Belief Revision}\]

미래 AI Scientist는 먼저 “무엇을 하면 과학적으로 성공한 것인지”를 정의하고, 그 조건을 충족시키기 위해 연구를 수행하며, 마지막에는 실제로 조건을 충족했다는 evidence를 제시해야 한다.

§20 · Closed Loop

Define success → preserve state → execute → verify → challenge → revise

1 · QuestionResearch Question
2 · ContractScientific Contract
3 · HypothesesHypothesis Population
4 · EvidenceEvidence / Counter-Evidence
5 · FalsifierFalsification Criteria
6 · ExperimentSelection → Execution
7 · VerifyCriterion-level Verification
8 · AuditCompletion Audit
9 · ReviseBelief Revision
10 · MemoryPersistent Scientific Memory
Failure PathTargeted Revision
§21 · Final Research Program

Specification-Driven, Falsifiable and Epistemically Accountable Autonomous AI Scientists

\[\textbf{Specification-Driven, Falsifiable and Epistemically Accountable Autonomous AI Scientists}\]

원문이 최종적으로 가장 강하게 추천하는 장기 연구축이다. Scientific Contract, Falsifiability, HRKG/Evidence Graph, Agentic RAG, Multi-Agent Debate, Belief Revision, Provenance, Completion Verification, Scientific Agent Data Systems를 하나의 큰 연구프로그램 아래 연결할 수 있다.

Analysis

이 연구프로그램의 장점은 기존 AI Scientist나 Co-Scientist와 “누가 더 자율적인가”를 경쟁하지 않는다는 데 있다. 오히려 자율성이 높아질수록 반드시 필요해지는 검증·신뢰·데이터시스템 계층을 분리해 연구한다. 이 때문에 여러 독립 논문 주제로 분화하기 쉽다.

§22 · Limits of This Update

동일한 방향을 가리키는 여러 신호이지 하나의 통합 실험은 아니다

Boundary해석상 주의
서로 다른 benchmarkAutoSciRub, FrontierChallenge, ResearchClawBench의 점수는 직접 비교 가능한 동일 metric이 아니다.
서로 다른 연구목적Dr. Claw는 workspace, ToolGate는 benchmark construction, R²-MAD는 multi-agent debate, AgentStage는 systems optimization이다.
Research priorityTop 10과 Top 5는 원문이 최신 문헌 흐름을 종합해 제안한 연구적 판단이며 benchmark ranking이 아니다.
Generalizationformalizable·tool-dependent science에서 검증 구조가 유리해도 wet-lab science는 비용·noise·latency가 훨씬 크다.
Autonomy claim이번 업데이트는 “완전 자율 AI Scientist가 등장했다”는 주장이 아니다. 경쟁 기준이 검증 가능한 연구 운영으로 이동하고 있다는 관찰이다.
§23 · Key Takeaways

이번 업데이트를 일곱 문장으로 압축하면

01 · Evaluate first

연구를 시작하기 전에 성공 조건과 falsifier를 executable contract로 만든다.

02 · Harness matters

persistent state, provenance, recovery, skills를 관리하는 Research OS가 모델만큼 중요해진다.

03 · Benchmark must execute

scientific benchmark 자체도 tool dependence와 executable validity를 검증해야 한다.

04 · Completion is separate

partial score와 실제 research completion, agent self-report와 artifact completion을 분리한다.

05 · Majority can fail

multi-agent debate는 shared misconception을 증폭할 수 있어 reliability와 epistemic diversity가 필요하다.

06 · Systems become science

storage, database, tool, simulator, GPU/HPC가 scientific agent의 end-to-end architecture로 들어온다.

07 · Specification leads autonomy

미래 AI Scientist는 먼저 과학적 성공을 명세하고, 실행하고, 검증하고, challenge하고, belief를 수정한다.

Core Thesis

Plan better보다 Define success → preserve state → execute → verify → challenge → revise가 중요해진다.

Autonomous AI Scientist 연구는 “더 많은 단계를 자동화하는 agent”에서 검증 가능한 과학적 연구 프로세스를 운영하는 agent로 이동하고 있다.

Evidence-grounded synthesis of the attached research update
Source Reference Map

References

첨부 문서가 직접 사용한 9개 출처를 유지한다. 본문 수치와 논문별 주장의 1차 확인은 각 원문에서 수행할 수 있다.

01
Dr. Claw: An AI Scientist Workspace for Vibe Research
arXiv:2609.00365 · 2026

persistent state, skills, multi-executor coordination, auditable human-in-the-loop research workspace.

02
Learning to Evaluate Before Improving: Automatic Rubric Induction for Automatic Research Agents
arXiv:2608.31076 · 2026

AutoSciRub과 evaluation-first research control의 핵심 출처.

03
ToolGate: An Executable Acceptance Pipeline for Tool-Dependent Scientific Benchmark Construction
arXiv:2609.02067 · 2026

세 단계 executable acceptance gate를 이용한 benchmark construction.

04
FrontierChallenge: Evaluating Scientific Workflow Completion
arXiv:2608.24979 · 2026

partial success와 end-to-end scientific completion을 분리하는 benchmark.

05
Remember and Reweight: Enhancing Multi-Agent Debate with Experience Memory and Confidence Estimation
arXiv:2609.03619 · 2026

shared misconception, experience memory, reliability-weighted peer influence.

06
AgentStage: Exploiting LLM Thinking for Data Staging in Scientific Agents
Gnosis Research Center · eScience 2026

scientific-agent reasoning을 활용한 data prefetching과 end-to-end systems optimization.

07
Autonomous Research Agents: A Survey of AI Scientists and the Verification Gap
arXiv:2608.05179 · 2026

code, seed/trace, novelty verification 공개 수준과 verification gap을 정리한 survey.

08
ResearchClawBench: A Benchmark for End-to-End Autonomous Scientific Research
arXiv:2606.07591 · 2026

논문 수준 rediscovery, protocol/evidence mismatch, missing scientific core를 평가.

09
AstaBench: Benchmarking AI Agents for Science
Allen Institute for AI · 2026

2,400개 이상의 scientific research problems와 end-to-end discovery 평가.