Retrospective
Historical Dataset → Random/Scaffold Split → Metric
Five converging shifts toward an evidence-grounded, interoperable and prospectively validated drug-discovery co-scientist
최근 약 열흘 사이의 연구에서 중요한 변화는 새로운 Co-Scientist 이름이 하나 더 생긴 것이 아니다. knowledge-grounded virtual cell, prospective wet-lab benchmark, interoperable scientific-agent network, context-aware molecular representation, inference-time scientific foundation model control이라는 다섯 축이 동시에 전진했다는 점이다.
이 다섯 흐름을 하나로 묶으면 차세대 신약개발 AI Co-Scientist의 윤곽이 보인다. 단순히 더 큰 foundation model을 호출하는 시스템이 아니라, 기계가 읽을 수 있는 생물학 지식을 근거로 예측하고, 서로 다른 기관의 scientific agent와 협력하며, 질문에 따라 검색공간과 inference policy를 바꾸고, 마지막에는 독립적인 wet-lab 결과로 자신의 가설이 틀렸음을 확인할 수 있는 시스템이다.
MAP, AIntibody Challenge, GUIA, inference-time multimodal protein modeling, MolEmb은 각각 knowledge, validation, interoperability, control, retrieval의 병목을 건드린다.
| 축 | 대표 연구 | 핵심 변화 | AI Co-Scientist에 주는 의미 |
|---|---|---|---|
| Knowledge-grounded virtual cell | MAP · Nature Machine Intelligence | Single-cell FM에 mechanistic KG를 결합해 unprofiled drug의 zero-shot response 예측 | compound에서 cellular state와 transcriptomic response까지 이어지는 virtual-cell agent |
| Prospective wet-lab validation | AIntibody Challenge · Nature Biotechnology | retrospective split에서 blind AI design → independent synthesis → wet-lab measurement로 이동 | agent 답변의 plausibility가 아니라 실제 실험 성공을 평가 |
| Interoperable agent network | GUIA · bioRxiv | third-party, multi-agent, cross-server scientific agent를 A2A로 연결 | 한 기관 내부의 closed team에서 외부 전문 agent network로 확장 |
| Inference-time control | Multimodal pLM inference study · arXiv | 재학습 없이 sampling/guidance/reward search를 바꿔 task 성능상한 변화 | Tool Selection Agent가 model뿐 아니라 inference policy와 compute budget까지 선택 |
| Context-aware retrieval | MolEmb · arXiv | molecule당 고정 embedding에서 query/context conditioned representation으로 이동 | 질문에 따라 retrieval space 자체를 바꾸는 Agentic RAG |
이 표에서 가장 중요한 점은 각 논문이 완성된 Co-Scientist를 제시한 것이 아니라는 사실이다. 오히려 서로 다른 핵심 결손부품이 빠르게 채워지고 있다고 보는 편이 정확하다.
MAP은 single-cell foundation model과 mechanistic knowledge graph를 결합해 전혀 profiling되지 않은 약물의 cellular response를 예측한다.
Feng et al.의 A knowledge-driven framework for predicting single-cell responses for unprofiled drugs는 14개 공개 자원에서 187,089개 drug, 22,924개 gene, 694,246개 mechanistic relationship을 통합한 MAP-KG를 구축하고 pretrained single-cell foundation model과 결합한다.
핵심은 transcriptional perturbation data가 전혀 없는 신규 drug에 대해서도 zero-shot cellular response를 예측하도록 설계했다는 데 있다. supplied update가 정리한 unprofiled-drug 조건의 개선폭은 다음과 같다.
기존 single-cell FM이 주로 대규모 perturbation data의 패턴을 학습했다면 MAP은 Foundation Model + Mechanistic Knowledge Graph라는 별도의 inductive bias를 추가한다. update에 따르면 MAP-KG의 knowledge scale이 증가할수록 zero-shot 성능이 단조롭게 향상됐고, drug–gene mechanistic edge를 제거했을 때 성능 저하가 가장 컸다.
신약개발 Co-Scientist의 관점에서 이 연결은 중요하다. 새로운 compound를 평가할 때 molecular property와 binding score에 머무르지 않고, target/pathway를 거쳐 세포상태와 transcriptomic response까지 이어지는 virtual-cell agent를 도구로 사용할 수 있기 때문이다.
하지만 supplied update가 지적하는 연구공백은 명확하다. MAP의 prediction을 다음 실험 선택으로 연결하는 agentic loop는 아직 없다. 따라서 다음 단계는 다음과 같이 정리할 수 있다.
AI가 과거 데이터에서 점수를 잘 냈는가보다, blind design이 실제 합성과 측정에서 살아남는가가 중요해진다.
Erasmus et al.의 Nature Biotechnology 연구는 29개 조직이 제출한 511개의 AI-designed/predicted antibodies를 실제로 합성하고 affinity와 developability를 blind condition에서 측정했다. 일부 방법은 100 pM 미만 affinity의 developable antibody를 만들었다.
그러나 성공은 task 사이에서 안정적으로 전이되지 않았다. 특히 clustered HCDR3 data에서 high-affinity clone을 찾는 문제에서는 한 모델을 제외하면 random clone picking보다도 못한 경우가 보고됐다. 따라서 이 연구의 핵심은 특정 antibody model의 승리보다 evaluation paradigm의 변화에 있다.
Historical Dataset → Random/Scaffold Split → Metric
Blind AI Design → Independent Synthesis → Wet-Lab Measurement → Prospective Evaluation
이 질문을 Co-Scientist에 적용하면 benchmark의 단위가 바뀐다. 가설 생성, 후보 선택, 실험설계, 결과해석을 blind prospective setting에서 함께 평가해야 한다. supplied update는 AI Co-Scientist를 위한 CASP/AIntibody형 prospective benchmark가 아직 없다는 점을 중요한 연구공백으로 제시한다.
이것은 단순 benchmark engineering이 아니다. Co-Scientist의 평가기준을 language quality와 retrospective metric에서 experimental consequence로 옮기는 연구문제다.
GUIA는 independent scientific agents를 Agent-to-Agent communication으로 연결하며, third-party와 cross-server collaboration까지 평가한다.
Cheong et al.의 GUIA(Guided-research Utilizing Intelligent Agents)는 baseline agent뿐 아니라 third-party single-agent integration, third-party multi-agent integration, cross-server collaboration까지 평가한다. 사례로 therapeutic target discovery, drug discovery, spatial proteomics가 제시된다.
Supervisor ├─ Agent A ├─ Agent B └─ Agent C
Scientific Objective
│
┌────┼────┐
▼ ▼ ▼
Target Structure Omics
│ │ │
└── A2A Network ──┘신약개발에서는 이 방향이 특히 현실적이다. target discovery, AlphaFold/Boltz 계열 구조예측, docking/FEP, ADMET, pathology, clinical evidence system의 최적 모델이 한 조직에서 모두 개발될 이유는 없다. 따라서 Co-Scientist의 경쟁력은 개별 agent 성능뿐 아니라 외부 전문 agent를 얼마나 안전하게 조합하는가에도 달려 있다.
interoperability만 해결하면 다음 문제가 즉시 등장한다. Agent A와 B가 서로 다른 결론을 내릴 때 단순 majority voting은 충분하지 않다. supplied update는 provenance, uncertainty, model calibration, experimental evidence를 함께 사용하는 scientific arbitration mechanism을 다음 연구과제로 제안한다.
즉 A2A protocol의 다음 층은 communication protocol이 아니라 epistemic protocol이다. 어떤 evidence가 어떤 조건에서 만들어졌고, 얼마나 calibration되어 있으며, 실제 실험과 얼마나 가까운지를 공유해야 한다.
multimodal protein foundation model의 performance ceiling은 weight뿐 아니라 sampling·guidance·reward·compute policy에 의해 달라질 수 있다.
Zhou et al.의 arXiv 연구는 sequence와 structure를 함께 학습한 multimodal protein language model에서 모델을 다시 학습시키지 않고 inference strategy를 바꾸어 성능을 개선할 수 있는지를 분석한다. 세 종류의 multimodal pLM, 네 개 task에서 vanilla sampling, task-specific classifier-free guidance, reward-guided beam search를 비교했다.
supplied update의 요지는 default decoding이 상당히 suboptimal할 수 있고, task별 inference strategy가 성능 상한을 크게 바꿀 수 있다는 것이다.
“어떤 foundation model을 호출할까?”
“이 과학적 문제에서 이 foundation model을 어떤 inference policy로 실행할까?”
이 관점에서는 tool selection이 model endpoint 선택으로 끝나지 않는다. drug-design objective, uncertainty, cost budget을 고려해 model과 inference policy를 함께 최적화하는 Scientific Inference Controller가 필요하다.
supplied update는 이러한 inference-time control을 drug-design objective·uncertainty·cost와 연결하는 agentic meta-controller가 아직 거의 없다는 점을 연구공백으로 든다.
MolEmb의 핵심 함의는 molecular retrieval에서 “무엇과 비슷한가”보다 “무슨 목적에서 비슷해야 하는가”를 명시하는 데 있다.
Zhao et al.의 MolEmb은 multimodal LLM을 molecular QA/generation model로만 쓰지 않고 general molecular embedding model로 활용하는 방향을 제시한다.
molecule마다 하나의 고정 embedding.
질의 목적에 따라 달라지는 embedding.
같은 molecule이라도 BBB permeability, kinase inhibition, mitochondrial toxicity, synthetic similarity라는 목적에 따라 필요한 representation이 다를 수 있다. MolEmb은 molecular profile과 textual description을 bidirectional contrastive objective로 정렬하고, context-aware retrieval을 평가하기 위한 MolCAR benchmark도 제안한다.
Query:
“KRAS G12D inhibitor에서
cell permeability를 개선할 analog를 찾아라”
↓
Context-conditioned Molecular Retrieval
↓
structure similarity
+ permeability relevance
+ target evidence
+ assay condition기존 drug-discovery RAG가 generic vector similarity에 의존한다면, context-conditioned representation은 agent가 질문에 따라 검색공간 자체를 바꾸는 방향을 가능하게 한다. supplied update가 제시하는 연구공백은 protein, pocket, assay, phenotype, literature evidence까지 포함하는 multimodal conditional retrieval로 확장하고 실제 hit-selection 성능에서 검증하는 것이다.
Nature Chemical Biology의 agentic drug-discovery signal까지 함께 보면, 개별 모델 연구가 adaptive DMTA closed loop 쪽으로 정렬되고 있다.
supplied update는 2026년 8월 19일 Nature Chemical Biology의 Entering the agentic era of AI in drug discovery를 field-level signal로 제시한다. 이 Comment는 최근 방향을 agentic AI + laboratory automation → closed-loop adaptive Design–Make–Test–Analyze(DMTA)로 정리한다.
중요한 것은 closed loop가 단순 자동화의 동의어가 아니라는 점이다. Design과 Make 사이, Test와 Analyze 사이에서 hypothesis와 confidence가 실제 결과에 따라 바뀌어야 한다. 따라서 실험 피드백이 다음 선택을 바꾸는 구조가 핵심이다.
현재의 가장 큰 연구공백은 Knowledge Graph + Foundation Model + Multi-Agent + Prospective Experiment를 하나의 시스템으로 결합하는 문제다. MAP은 knowledge-grounded virtual cell을, GUIA는 interoperability를, AIntibody는 prospective validation을 각각 전진시켰다. supplied update는 세 요소를 동시에 만족하는 Co-Scientist가 아직 보이지 않는다고 정리한다.
이 정의를 시스템 구조로 풀면 다음과 같다.
이 방향에서 “더 큰 모델”은 충분조건이 아니다. 증거를 어떻게 연결하고, 어떤 모델을 언제 어떤 inference policy로 호출하며, 실제 실험으로 어떻게 틀렸음을 확인하는가가 더 직접적인 연구문제가 된다.