AI Research Note · Genesis-Science-12026-09-02 · AI for Science / Agentic AI
U.S. DOE · Genesis Open Models Initiative/Scientific Foundation Models/Open-Weight Research Systems

과학을 설명하는 모델에서
과학을 실행하고 검증하는 모델로

Genesis-Science-1: Toward an Executable Scientific Workflow Foundation Model

Conceptual GS1 scientific workflowA conceptual architecture linking a scientific language model to a workbench, governed executor, scientific tools, evidence, and provenance.GS1 REASONERPLAN · CODE · REVISESCIENTIFICWORKBENCHGOVERNEDEXECUTIONHPC · TOOLSSIM · EXPERIMENTEVIDENCEPROVENANCECHECKPOINT · FAILURE · REVISION · REPRODUCIBILITY
Central thesis

Genesis-Science-1의 잠재적 차별점은 “과학 지식을 많이 아는 초거대 LLM”이라는 데 있지 않다. scientific language model과 workbench, governed execution, provenance를 결합해 답변을 재현 가능한 과학 행동으로 바꾸려는 데 있다.

2026년 9월 2일 현재 GS1의 weights, 최종 architecture, training-data mixture, license, 공식 benchmark, full technical report는 아직 공개되지 않았다. Arcee AI는 2026년 7월 DOE와의 공동개발을 발표했고, DOE는 8월 Genesis Open Models Initiative를 출범시키며 GS1을 첫 open-weight scientific foundation model로 명시했다. 따라서 이 글은 “GS1이 이미 무엇을 달성했는가”를 주장하지 않는다. 공식 공개된 설계 목표를 기준으로 2025–2026년 Scientific Foundation Model, AI Scientist, HPC modernization, autonomous discovery, scientific-agent evaluation 연구가 그 방향을 어디까지 뒷받침하는지 분석한다.

\[\mathrm{GS1}\;\approx\;\mathrm{Scientific\ Language\ Model}+\mathrm{Scientific\ Workbench}+\mathrm{Governed\ Execution\ Harness}\]현재 공개 설명을 바탕으로 한 개념적 요약
Part I · Definition & Problem Definition

GS1은 scientific chatbot보다 research execution system에 가깝다

질문에 답하는 모델이 아니라 계획하고, 코딩하고, 실행하고, 실패를 복구하고, 근거를 남기는 모델·환경의 결합을 지향한다.

§1 · Definition

Genesis-Science-1은 무엇인가

DOE와 Genesis Open Models Initiative의 공개 설명을 종합하면 GS1은 DOE National Laboratories와 Arcee AI가 공동 개발하는 open-weight scientific foundation model이다. Arcee는 이를 차세대 Trinity 계열에 기반한 trillion-parameter-class language model + governed execution system으로 설명한다. 그러나 ‘trillion-parameter-class’는 현재 Arcee 발표에 근거한 개발 목표이며 최종 parameter count가 확정·검증된 것은 아니다.

GS1의 초기 workbench는 Python, Fortran, C/C++, MPI, OpenMP, CUDA, HIP, notebooks, simulators, schedulers, scientific packages 등 실제 연구 도구를 포함하는 방향으로 설계된다. 핵심 작업은 다음 순환으로 요약할 수 있다.

\[\mathrm{Plan}\rightarrow\mathrm{Inspect}\rightarrow\mathrm{Code}\rightarrow\mathrm{Run}\rightarrow\mathrm{Observe}\rightarrow\mathrm{Debug}\rightarrow\mathrm{Revise}\rightarrow\mathrm{Report}\]

이 구조에서 모델의 출력은 문장이 아니라 다음 과학 행동과 그 결과의 연결이다. 따라서 GS1을 “미국 정부가 만드는 과학 전용 ChatGPT”라고만 부르면 가장 중요한 설계 의도를 놓치게 된다.

Status · 2026-09-02공개된 것은 모델의 목표, 협력구조, workbench 방향, open-weight 원칙, 일부 적용영역이다. 최종 weights·technical report·공식 benchmark가 공개된 뒤에야 실제 모델능력을 평가할 수 있다.
§2 · Problem Definition

Scientific Knowledge Modeling에서 Scientific Workflow Modeling으로

범용 LLM은 과학개념 설명, 논문 요약, 코드 초안에는 상당히 강해졌다. 그러나 실제 연구자는 문헌과 데이터를 찾고, 가설을 세우고, scientific code를 수정하고, simulation을 실행하며, 실패 이유를 진단하고, 수치적 결과가 물리적으로 타당한지 확인한 뒤 결론을 수정해야 한다.

\[\mathrm{Scientific\ Reasoning}\not\Rightarrow\mathrm{Scientific\ Execution}\]

ICML 2025 PaperBench는 이 간극을 정면으로 측정했다. AI agent가 논문을 읽고 코드와 실험을 처음부터 재현하도록 했을 때 peer-reviewed paper가 보고한 최고 baseline도 평균 replication score가 약 21%였다. 중요한 교훈은 과학지식을 언어로 설명하는 능력과 paper-scale 연구를 끝까지 실행하고 재현하는 능력 사이에 큰 격차가 있다는 점이다.

GS1의 문제정의는 이 격차를 줄이는 방향으로 읽을 수 있다. 즉 모델에게 scientific answer를 생성시키는 대신, 장시간 작업을 상태 있게 수행하고, 도구를 호출하고, 실패를 복구하며, 누가 다시 실행해도 추적 가능한 evidence trail을 남기게 하는 문제다.

Part II · Core Concepts & Introduction

foundation model의 단위가 토큰에서 workflow로 넓어진다

Open weight, workbench, long-horizon agent, governed execution, provenance가 하나의 시스템 개념으로 결합된다.

§3 · Core Concepts

GS1을 이해하는 아홉 개의 핵심 개념

ConceptMeaningWhy it matters
Scientific Foundation Model특정 task 하나가 아니라 새로운 domain/problem으로 적응·일반화하는 reusable scientific representationGS1이 truly foundational한지 평가하는 기준
Open Weight연구기관이 모델을 직접 보유·배치·freeze·fine-tune·audit할 수 있는 방식외부 API 의존성 감소와 model sovereignty
Scientific Workbenchcode, data, tools, docs, logs, partial results, failure states를 포함하는 실행환경정답형 QA가 아닌 실제 연구상태를 다룸
Long-Horizon Agent수십~수백 step의 계획·도구사용·수정·검증을 상태 있게 수행scientific execution의 핵심
Governed Executionsandbox, staged tool access, checkpoint, retry, review를 통해 autonomy를 통제안전·보안·재현성
Executable Science코드를 실제 compile/run/benchmark하고 결과를 검증설명 능력과 실행 능력을 분리
Scientific Provenanceprompt, tool, code, data, version, result, decision을 연결해 보존결론의 재현과 audit
Verifiable Behaviortool selection, result correctness, evidence quality를 verifier로 측정post-training과 agent evaluation의 기반
Human-in-the-Loop Science고위험·고비용·publication 결정에는 과학자의 검토 유지완전자율이 아닌 shared control
§4 · Introduction

GS1은 Genesis Mission 안의 reasoning-and-execution layer다

GS1은 독립 제품이 아니라 2025년 11월 Executive Order 14363으로 출범한 Genesis Mission의 더 큰 구조 안에서 이해해야 한다. Genesis Mission은 연방 scientific datasets, DOE supercomputing, experimental facilities, scientific foundation models와 AI agents를 연결해 연구 생산성을 높이는 것을 목표로 한다.

Genesis MissionNational-scale AI for Science program
American Science & Security PlatformCompute · Data · Facilities · Security
Genesis Open Models InitiativeOpen-weight, auditable scientific models
Genesis-Science-1Reasoning + Coding + Tool Use + Workflow Execution
Scientific InfrastructureHPC · Simulators · Data Systems · Experiments
Evidence & Scientist ReviewProvenance · Validation · Reproducibility

이 관점에서 GS1은 다양한 domain-specific foundation model을 대체하는 만능모델이라기보다, 그것들을 사용하고 연결하는 general-purpose scientific reasoning and execution layer가 될 가능성이 더 크다.

Part III · Motivation & Background

왜 지금 executable scientific AI인가

Paper-scale reproduction의 낮은 성공률, 노후 HPC software, 빠르게 성장한 domain foundation model, agentic discovery가 같은 방향으로 합쳐지고 있다.

§5 · Motivation

네 개의 연구흐름이 GS1을 필요하게 만든다

1. 과학 LLM은 답에는 강해졌지만 실제 연구에는 아직 약하다

PaperBench는 20편의 ICML 2024 Spotlight/Oral 논문을 대상으로 이해·코딩·실험 실행을 모두 요구했다. 최고 baseline의 평균 점수는 약 21%였다. 이것은 단순 QA 점수로는 장기 연구능력을 대변할 수 없다는 강한 근거다.

2. DOE의 HPC scientific software는 모델에게 특히 어려운 환경이다

DOE 연구자산에는 Fortran, MPI, OpenMP, C/C++, CUDA와 수십 년간 축적된 physics code가 존재한다. 2026년 Structuring agentic AI for HPC code modernization은 약 60,000라인 Fortran/MPI physics engine을 C++/OpenMP/MPI로 옮기는 과정에서, LLM 단독보다 제한된 작업범위, 지속적 buildability, human-created examples를 가진 agentic process가 중요하다고 보고한다. 2025년 IEEE eScience의 Fortran-to-C/C++ portability 연구도 compilation과 validation을 포함하는 실행 기반 접근의 필요성을 보여준다.

3. Scientific Foundation Model은 domain prediction을 넘어 reusable representation으로 발전한다

MatterGen은 원하는 물성을 조건으로 inorganic material을 생성하고 실제 합성 검증까지 수행했다. Aurora는 백만 시간 이상의 Earth-system data를 pretrain한 뒤 weather, air quality, waves, tropical cyclone 등 여러 task로 적응했다. 핵심 변화는 task-specific predictor에서 reusable scientific representation으로 이동하는 것이다.

4. 과학발견 자체가 agentic workflow가 되고 있다

AI Scientist-v2는 hypothesis generation, coding, experiment execution, analysis, writing을 progressive agentic tree search로 조직했다. 2026년 Nature의 Robin은 문헌검색, therapeutic hypothesis generation, wet-lab data analysis를 반복시키는 multi-agent 구조를 보였다. GS1의 workbench와 governed execution은 이러한 흐름을 HPC·과학소프트웨어·실험도구까지 확장하려는 시도로 해석할 수 있다.

Part IV · Challenges & Research Questions

장기 과학 workflow에서는 98% 정확도도 충분하지 않다

오류는 누적되고, tool call은 실제 비용을 만들며, numerical hallucination은 그럴듯한 과학결론으로 위장할 수 있다.

§6 · Challenges

GS1이 해결해야 할 아홉 개의 난제

Scientific correctness

semantic correctness뿐 아니라 numerical·physical correctness를 동시에 만족해야 한다. unit, sign, boundary condition, convergence 오류는 일반 QA로 잡기 어렵다.

Long-horizon accumulation

각 단계 성공확률이 \(p\)이고 \(n\)단계라면 전체 성공률은 대략 \(p^n\)으로 감소한다. 0.98의 단계 정확도도 100단계에서는 약 0.133이다.

Scientific hallucination

가장 위험한 오류는 완전히 엉뚱한 문장이 아니라 과학적으로 그럴듯한 잘못된 값·조건·가설이다.

Tool-use correctness

올바른 tool을 고르는 것뿐 아니라 parameter, unit, file format, execution order, dependency를 맞춰야 한다.

OOD generalization

새 물질, 극한조건, reactor regime, 드문 생물학적 조건에서 성능을 보장하기 어렵다. SciFM survey도 extrapolation과 physical consistency를 핵심 난제로 지적한다.

Uncertainty quantification

scientific agent는 모르는 상황을 알고 abstain하거나 추가 계산을 요청해야 한다. NNP foundation model 연구에서도 broad chemical space의 UQ가 핵심으로 부각된다.

Reproducibility

같은 data, model, tools, environment로 동일 결과를 다시 만들 수 있어야 한다. harness가 model weights만큼 중요해지는 이유다.

Open-weight governance

직접 배포와 audit는 가능해지지만 cyber risk, sensitive data, unsafe execution을 통제해야 한다.

Compute economics

모든 tool decision마다 trillion-class model을 호출하는 것은 비효율적이다. large reasoner, specialist model, simulator를 cost-aware하게 조합해야 한다.

§7 · Research Questions

GS1 이후 연구를 여는 12개의 질문

RQResearch Question
RQ1Scientific language model의 “foundation” 능력을 어떻게 정의할 것인가?
RQ2모델 scale과 execution harness의 기여를 어떻게 분리할 것인가?
RQ3scientific text/code 학습이 실제 simulation·experiment 능력으로 얼마나 transfer되는가?
RQ4서로 다른 DOE scientific domain 사이에서 어떤 knowledge가 transfer되는가?
RQ5100–1000 step workflow에서 오류 누적을 어떻게 제어할 것인가?
RQ6agent가 실행한 computation의 correctness를 자동 검증할 수 있는가?
RQ7failed simulation과 negative result를 학습·memory에 어떻게 반영할 것인가?
RQ8epistemic uncertainty가 높을 때 언제 abstain해야 하는가?
RQ9scientific provenance를 reasoning state의 일급 객체로 어떻게 표현할 것인가?
RQ10domain fine-tuning이 다른 scientific capabilities를 파괴하지 않게 하는 방법은?
RQ11open-weight model의 reproducibility·security·governance를 어떻게 함께 달성할 것인가?
RQ12AI scientist가 실제 연구 생산성을 높였음을 어떤 metric으로 검증할 것인가?
\[\mathrm{Scientific\ Utility}=f(\mathrm{Correctness},\mathrm{Time},\mathrm{Cost},\mathrm{Novelty},\mathrm{Reproducibility},\mathrm{Information\ Gain})\]
Part V · Approaches & Methods

핵심은 큰 모델보다 verifier가 있는 실행 trajectory다

GS1 technical report가 아직 공개되지 않았으므로 이 절은 공식 목표와 인접 연구를 연결한 방법론적 해석이다.

§8 · Methodological interpretation

예상되는 여덟 개의 방법론적 축

1. Large-scale Scientific Pretraining

DOE Open Models Initiative가 요청하는 자산에는 curated scientific datasets, scientific text, code, documentation, structured technical collections, domain benchmarks가 포함된다. 따라서 science-oriented base training은 \(D_{text}\cup D_{code}\cup D_{technical}\cup D_{scientific}\) 형태의 multi-source corpus를 필요로 한다.

2. Scientific Mid-training / Domain Adaptation

범용 base model을 scientific representation으로 옮긴 뒤 physics, materials, biology, energy 등으로 domain-specialize하는 계층적 adaptation이 필요하다. 다만 지나친 specialization은 다른 capability를 파괴할 수 있어 continual/multi-domain adaptation이 연구문제가 된다.

3. Workbench-based Training

GS1의 가장 중요한 잠재적 차별화다. instruction–answer pair가 아니라 상태와 행동의 trajectory를 학습한다.

\[(s_t,a_t,r_t,s_{t+1})\quad\text{with code, tools, logs, failures and partial results}\]

예를 들어 Fortran source 분석 → C++ 수정 → compile error → 진단 → patch → numerical mismatch → indexing correction → rerun → benchmark가 하나의 scientific trajectory가 된다.

4. Verifier-Guided Post-Training

과학계산은 일부 task에서 compiler, unit test, solver residual, conservation law, known reference result 같은 objective verifier를 만들 수 있다.

\[r=w_1r_{correct}+w_2r_{tool}+w_3r_{evidence}+w_4r_{efficiency}+w_5r_{reproducibility}\]

Arcee가 2026년 별도 공개한 Trinity Mini scientific post-training 사례는 tool selection, arguments, retrieved facts, completion, efficiency 등을 reward로 두고 GRPO+LoRA를 사용했다. 이는 GS1 성능결과가 아니라 개발사가 scientific behavior를 어떻게 학습시키는지 보여주는 인접 기술사례로 보는 것이 정확하다.

5. Tool-Augmented Scientific Reasoning

모델이 모든 수치계산을 token prediction으로 흉내 내는 대신 compiler, simulator, scheduler, database, notebook, instrument를 호출한다.

6. Hybrid AI + Numerical Solver

\[\mathrm{Large\ Reasoner}+\mathrm{Domain\ SciFM}+\mathrm{Numerical\ Solver}\]

예를 들어 GS1이 어떤 Earth-system experiment를 수행할지 계획하고 Aurora가 surrogate forecast를 수행하며, 필요한 경우 HPC solver가 high-fidelity 계산을 담당하는 구조다.

7. Persistent Scientific State

장기 workflow의 state는 단순 chat history가 아니라 hypothesis, evidence, counter-evidence, uncertainty, failure를 포함해야 한다.

\[S_t=\{H_t,E_t,C_t,U_t,F_t\}\]

8. Expert-Grounded Evaluation

SciAgentArena가 보여주듯 현재 agent는 구조가 명확한 분석에서는 가능성을 보이지만 novel insight와 self-directed exploration에서는 약하다. 따라서 static QA보다 expert-designed interactive workflow benchmark가 필요하다.

Part VI · Key Applications

GS1의 가치는 전문 scientific model을 대체하는 데 있지 않다

오히려 전문 모델, solver, HPC job, experiment를 하나의 evidence-generating workflow로 연결하는 상위 orchestration에 있다.

§9 · Key Applications

여덟 개의 초기·잠재 응용

1. HPC Code Modernization

가장 직접적인 초기 application이다. Legacy Fortran/MPI repository를 이해하고 modernization plan을 세운 뒤 C++/OpenMP/CUDA/HIP로 수정하고 compile, unit test, numerical-equivalence test, performance benchmark까지 수행하는 end-to-end workflow다.

2. Simulation Campaign Management

수많은 parameter 조합을 brute-force로 계산하는 대신 이전 simulation 결과와 uncertainty를 분석해 다음 HPC job을 선택하고 실패를 복구하는 simulation campaign agent가 될 수 있다.

3. Experimental Analysis

Robin이 보인 것처럼 hypothesis → experiment → raw data → analysis → updated hypothesis를 반복하는 연구에 적용할 수 있다. GS1의 역할은 wet-lab model 자체보다 분석·계획·도구 orchestration과 provenance 관리가 될 가능성이 높다.

4. Materials Science

MatterGen 같은 generative material model, DFT/ML potential, synthesis planning을 연결하면 desired property → candidate generation → simulation → ranking → synthesis → measurement → evidence revision의 loop를 구성할 수 있다.

5. Earth System Science

Aurora 같은 Earth FM과 결합해 model/data 선택, prediction, comparison, interpretation을 조직할 수 있다. GS1이 domain FM의 대체재가 아니라 coordinator가 되는 대표적 예다.

6. Biology

multimodal biology FM이 genomics, transcriptomics, epigenomics, proteomics, metabolomics, spatial profiling을 통합하면 GS1 계열 agent는 literature/data retrieval, perturbation planning, analysis, evidence synthesis를 맡을 수 있다.

7. Energy Systems

PowerChain이 보여준 것처럼 GridLAB-D 같은 structured tool, workflow DAG, verifier, feedback correction을 이용해 grid analysis와 planning을 자동화할 수 있다. 핵심은 자연어 답이 아니라 검증 가능한 tool execution이다.

8. Fusion & High-Energy Physics

대규모 simulation과 detector data를 대상으로 anomaly analysis, parameter search, code generation, experiment interpretation을 연결할 수 있다. 다만 각 domain의 high-fidelity solver와 expert validation이 반드시 필요하다.

Part VII · Open Problems & Future Directions

다음 경쟁은 ‘더 큰 과학 LLM’보다 ‘반증 가능한 AI Scientist’다

open-weight, long-horizon autonomy, epistemic memory, model federation, falsification이 다음 연구축을 만든다.

§10 · Open Problems

아직 풀리지 않은 일곱 문제

  1. Foundation의 평가기준: chemistry, physics, materials에서 각각 잘하는 것과 cross-domain/cross-problem generalization은 다르다.
  2. Model–Harness Attribution: 성능이 trillion-scale model, tool architecture, retrieval, checkpointing, verifier, domain data 중 어디서 오는지 엄격한 ablation이 필요하다.
  3. Open Weight ≠ Full Reproducibility: weights만으로는 training data, recipe, environment, tool version을 재현할 수 없다.
  4. Negative Evidence: failed experiment, counter-evidence, rejected hypothesis를 장기 memory에 보존해야 한다.
  5. Numerical Hallucination: 그럴듯한 숫자, 잘못된 unit, simulation parameter, convergence가 텍스트 hallucination보다 더 위험할 수 있다.
  6. Paper-scale Reliability: PaperBench와 ReplicationBench 계열 결과는 장기 scientific replication 성공률이 여전히 낮음을 보여준다.
  7. Compute Economy: 모든 판단을 거대모델로 처리하는 대신 router가 small specialist, domain FM, GS1-class reasoner, physics solver 중 적절한 자원을 골라야 한다.
§11 · Future Directions

2027년 이후 특히 중요한 여덟 방향

01 · Scientific Workflow Foundation Model

다음 token보다 다음 과학 행동을 예측한다. \(P(a_{t+1}|s_t,H_t,E_t,T)\)가 중심 모델링 대상이 된다.

02 · Executable Scientific Foundation Model

Knowledge + Reasoning + Execution + Verification을 결합한다. 이는 공식 GS1 명칭이 아니라 GS1 방향을 설명하기 위한 연구적 개념화다.

03 · Epistemically Accountable Scientific AI

Claim, provenance, conditions, counter-evidence, uncertainty, revision을 함께 관리한다.

04 · Scientific Epistemic Memory

무엇을 했는지가 아니라 어떤 evidence 때문에 어떤 믿음이 바뀌었는지를 장기 기억한다.

05 · Model Federation

GS1-class orchestrator가 Aurora, MatterGen, bio FM, HPC solver를 상황에 맞게 선택·연결한다.

06 · Falsifiable AI Scientist

가설 \(H\)와 함께 supporting evidence \(E^+\), counter-evidence \(E^-\), test \(T\), falsification criterion \(F\)를 생성한다.

07 · Uncertainty-Driven Planning

가장 높은 predicted performance가 아니라 information gain 대비 cost·risk가 가장 좋은 다음 실험을 고른다.

08 · Scientist–AI Shared Control

QA → Copilot → Tool-using Assistant → Supervised Scientific Agent → Closed-loop Autonomous Scientist의 maturity level을 명확히 정의한다.

\[x^*=\arg\max_x\frac{\mathbb{E}[\mathrm{Information\ Gain}(x)]}{\mathrm{Cost}(x)+\lambda\,\mathrm{Risk}(x)}\]
§12 · Research map

2025년 이후 GS1과 직접 연결되는 연구 지도

ResearchYear / VenueRelation to GS1
MatterGen2025 · Naturedomain scientific generative foundation model
Aurora2025 · Naturemulti-task Earth-system foundation model
Multimodal FMs in Molecular Cell Biology2025 · Naturemultimodal scientific representation
PaperBench2025 · ICMLpaper-scale research replication benchmark
AI Scientist-v22025 · arXivend-to-end agentic research workflow
UQ for NNP Foundation Models2025 · npj Computational Materialstrustworthy scientific FM
LLM-Driven Fortran-to-C/C++ Portability2025 · IEEE eSciencescientific code modernization
Robin2026 · Naturehypothesis–experiment–analysis loop
On Scientific Foundation Models2026 · Neural Networksrigorous SciFM definitions and generalization
Structuring Agentic AI for HPC Code Modernization2026 · arXivstructured agentic software transformation
SciAgentArena2026 · arXivreal-world scientific agent benchmark
PowerChainonline 2026verifiable tool-based scientific workflow
§13 · Synthesis

GS1을 가장 정확하게 읽는 법

Genesis-Science-1의 진짜 시험대는 과학에 대해 얼마나 많은 답을 생성하는지가 아니다. 어떤 도구를 왜 선택했고, 계산을 어떻게 실행했으며, 무엇이 실패했고, 어떤 evidence가 결론을 바꿨는지를 다른 연구자가 다시 추적할 수 있는지가 더 중요하다.Interpretation across official GS1 goals and 2025–2026 research

따라서 현재 GS1을 가장 생산적으로 이해하는 식은 다음과 같다.

\[\mathrm{Genesis\!\!-Science\!\!-1}\approx\mathrm{Open\ Scientific\ Reasoner}+\mathrm{Long\!\!-Horizon\ Agent}+\mathrm{Governed\ Execution\ System}\]

그리고 장기적으로 가장 흥미로운 발전방향은 Scientific Workflow Foundation Model이다. 이 모델은 말의 다음 token이 아니라 research state에서 가장 합리적인 다음 과학 행동을 선택한다. 2025–2026 연구가 공통적으로 보여주는 것도 같다. 모델이 과학지식을 많이 아는 것보다 올바른 tool을 사용하고, 실행하고, 실패를 복구하고, 불확실성을 인지하고, 근거를 추적하고, 결과를 재현하게 만드는 일이 훨씬 어렵다.

그렇기 때문에 다음 경쟁의 핵심은 “누가 가장 큰 scientific LLM을 만드는가”보다 누가 가장 검증 가능하고 재현 가능하며 반증 가능하고 스스로 수정할 수 있는 AI Scientist를 만드는가가 될 가능성이 높다.

References & Primary Sources

Official Genesis / DOE Sources
01
ARGONNE / GENESIS OPEN MODELS · 2026
GS1의 open-weight 원칙, long-horizon workbench, governed execution, reproducibility 방향을 설명하는 공식 프로젝트 페이지.
02
U.S. DOE · 2026-08-07
GS1을 첫 모델로 명시한 DOE 공식 발표와 open-weight scientific model initiative의 목적.
03
ARCEE AI · 2026
trillion-parameter-class 목표, Trinity 계열, scientific workbench와 governed execution에 대한 개발사 설명.
04
THE WHITE HOUSE · 2025-11-24
Genesis Mission, scientific foundation models, AI agents, Federal scientific data 활용의 정책적 기반.
05
U.S. DOE · 2026
Genesis Mission 전체 목표와 scientific productivity 비전.
2025–2026 Research Papers
06
ICML · 2025
논문 이해부터 코드·실험 재현까지 평가하는 paper-scale benchmark.
07
YAMADA ET AL. · 2025
progressive agentic tree search를 사용한 end-to-end automated research workflow.
08
NATURE · 2025
property-conditioned diffusion과 실험 검증을 포함한 materials foundation-model 사례.
09
NATURE · 2025
대규모 Earth-system pretraining과 멀티 downstream task adaptation.
10
NATURE · 2025
omics와 spatial modalities를 통합하는 biological foundation-model 방향.
11
NPJ COMPUTATIONAL MATERIALS · 2025
broad chemical space에서 scientific FM의 uncertainty estimation 문제.
12
IEEE ESCIENCE · 2025
scientific legacy code를 C/C++·CUDA·HIP·Kokkos 계열로 옮기는 LLM 기반 modernization 연구.
13
NATURE · 2026
문헌, 가설, wet-lab data analysis를 반복적으로 연결한 multi-agent scientific discovery.
14
NEURAL NETWORKS · 2026
domain/problem adaptation과 generalization을 구분하는 SciFM 정의와 과제.
15
2026
대규모 legacy HPC code modernization에서 structured agentic process의 중요성을 보여주는 사례.
16
2026
real-world scientific task에서 현재 agent의 강점과 open-ended reasoning 한계를 측정.
17
ONLINE · 2026
structured tools, workflow, verifier, feedback correction을 결합한 실행형 scientific agent 사례.
18
ARCEE AI · 2026
GS1 결과가 아닌 별도 Trinity Mini scientific post-training 사례. tool use와 verifier-guided reward 설계의 인접 기술 참고자료.