No alignment required
Classical MSA가 제공하는 co-evolution signal 일부를 sequence-only representation이 alignment 없이 학습할 수 있음을 보여준다.
DDA turns structure-based drug design into a traceable multi-agent computational campaign, while NucleicBERT strengthens the RNA-specialized foundation layer. The missing piece is still prospective experimental belief revision.
이번 업데이트에서 추가할 가치가 충분한 변화는 두 건이다. 구조기반 신약설계에서 “멀티에이전트 + 추적가능 실행”이 동료심사 논문으로 구체화된 DDA, 그리고 RNA 신약개발의 foundation-model 계층을 확장하는 NucleicBERT다.
반면 새롭게 확인된 prospective wet-lab closed-loop Co-Scientist나 완전한 multimodal drug-discovery foundation model은 없다. 따라서 이번 research watch의 의미는 “새로운 거대 모델이 등장했다”가 아니라, AI Co-Scientist의 현실적인 구조가 LLM control plane + specialized scientific tool plane + deterministic execution + provenance로 구체화된다는 데 있다.
DDA는 실행을 조직하는 control plane, NucleicBERT는 RNA scientific representation을 제공하는 specialized tool plane으로 읽는 것이 핵심이다.
| Signal | Publication | What changed | AI Co-Scientist implication |
|---|---|---|---|
| DDA | Frontiers in Chemistry 2026-09-01 | Natural-language goal에서 target preparation, pocket, generation, ADMET, docking, ranking, trace까지 role-specific multi-agent가 실행. | LLM을 molecule generator보다 computational campaign manager로 위치시킨다. |
| NucleicBERT | Nature Machine Intelligence 2026-09-03 | ≈30M ncRNA sequence로 학습한 404M sequence-only RNA LM. alignment 없이 RNA structure/function constraint를 학습·해석. | Protein-centric tool stack에 RNA-specialized foundation layer가 명확히 추가된다. |
Yu et al., “DDA: a traceable multi-agent framework for automated structure-based drug design”는 자연어 신약설계 목표를 받아 role-specific agents가 전체 SBDD workflow를 실행한다. 핵심은 LLM 자체가 직접 molecule을 생성하는 것이 아니라 전문 generator, RDKit, ADMET-AI, Uni-Dock/Vina 계열 tool을 통합 tool protocol과 state memory 안에서 호출·조정한다는 데 있다.
CrossDocked2020의 100개 target에서 target당 20개씩 2,000개 final candidate record를 모두 전달했다. QED > 0.5, SA < 4.0, Vina < −5.0을 동시에 만족하는 joint screen-pass rate는 59.7%였고, 비교된 specialized baseline 가운데 가장 높은 Pocket2Mol은 39.2%였다.
이 차이를 동일 예산에서 “생성모델 자체가 더 우수하다”는 결론으로 읽는 것은 부정확하다. source는 generation → filtering → regeneration → validation을 반복하는 closed-loop delivery protocol의 workflow effect로 해석하는 것이 적절하다고 강조한다.
GPT-5.2, Qwen3-14B, Llama 3.1에 target context를 주고 직접 SMILES를 생성하게 한 비교에서는 각 모델이 2,000개의 syntactically valid SMILES를 만들 수 있었지만, valid docking result까지 도달한 것은 각 모델에서 100개 미만이었다. 이는 syntax validity와 structure-aware computational usability가 전혀 다른 평가축임을 보여준다.
질문: “candidate를 생성했는가?”
출력: SMILES, 구조 후보, novelty/diversity 지표.
질문: “다음 연구단계에서 실제로 사용할 수 있는 computational product를 전달했는가?”
출력: valid docking, ADMET, ranking, intermediate artifacts, trace.
DDA는 AI Co-Scientist를 단순 molecule ideator보다 computational campaign manager에 가깝게 만든다. 연구자가 각 단계의 도구를 수동으로 연결하지 않아도 다음 chain을 실행할 수 있기 때문이다.
이 구조는 source의 해석에 따르면 TxGemma, Boltz 계열 model, FEP, synthesis-planning model 등을 plug-in scientific tool로 추가하기에도 적합하다.
Upadhyay et al., “NucleicBERT interprets RNA sequence space through self-supervised language modelling”은 약 3천만 개 ncRNA sequence로 self-supervised masked-language modelling을 수행한 404M-parameter RNA language model이다.
MSA나 evolutionary alignment 없이 단일 RNA sequence만으로 secondary structure, contact/distance map, splice-site, fitness 등 여러 downstream task를 수행하며, saliency와 attention 분석을 통해 representation 안에 구조·기능적으로 의미 있는 biological constraint가 형성되는지를 조사한다.
Classical MSA가 제공하는 co-evolution signal 일부를 sequence-only representation이 alignment 없이 학습할 수 있음을 보여준다.
단순 scaling보다 RNA LM이 어떤 biological constraint를 내부화하는지 해석하는 데 연구의 강조점이 있다.
RNA-FM·RiNALMo 계열과 경쟁하거나 더 높은 성능을 보고하며 RNA-specific prior를 강화한다.
Alignment가 얕거나 존재하지 않는 RNA family에도 적용 가능한 점이 실용적이다.
RNA structure determination은 여전히 비용이 높고 low-throughput이므로 sequence-to-structure/function prior는 RNA target discovery, RNA-binding small molecule, antisense/siRNA design, ribosomal antibacterial target의 upstream tool로 의미가 있다.
즉 protein-centric Co-Scientist가 ESM, Boltz, AlphaFold 계층을 사용해 왔다면, NucleicBERT는 그 tool stack에 RNA-specialized foundation model이라는 새로운 전문 계층을 더한다.
문제를 분해하고, 어떤 tool을 언제 실행할지 결정하며, 실패 후 재생성하고, 결과를 ranking하고, 실행 trajectory를 기록한다.
RNA sequence에서 구조·기능 prior를 제공하는 specialized scientific foundation layer다. 다른 modality와 결합될 수 있는 전문 지식도구다.
이 두 흐름을 합치면 source가 제시하는 실용적인 architecture는 다음과 같다.
DDA의 direct-LLM comparison이 보여주는 것처럼, language model이 syntactically plausible artifact를 만드는 것과 scientific software가 실제로 처리 가능한 result를 만드는 것은 동일하지 않다. 따라서 foundation model의 representation·reasoning 능력과 deterministic scientific execution을 분리하고 연결하는 설계가 중요하다.
이 관점에서 Co-Scientist는 “한 모델이 전부 하는 시스템”이 아니라, supervisor agent가 specialized model과 deterministic tool을 조합하고 결과를 provenance와 함께 누적하는 scientific systems architecture가 된다.
DDA의 closed loop는 computational delivery loop이다. docking과 ADMET은 experimental affinity, efficacy, clinical suitability를 직접 의미하지 않는다. prospective synthesis, biochemical assay, cellular activity, selectivity, PK, safety validation이 여전히 필요하다.
저자들은 향후 compound procurement/synthesis, assay selection, laboratory-result ingestion, iterative design–make–test–learn agent를 확장방향으로 제시한다. 즉 trace는 구축됐지만 실험결과가 다음 scientific belief를 어떻게 수정하는지는 아직 구현되지 않았다.
NucleicBERT의 가장 큰 공백은 RNA–small molecule–3D structure–experimental phenotype을 하나의 joint multimodal space에서 다루지 않는다는 점이다. 유망한 다음 단계는 다음 구성이다.
여기에 agent가 targetability와 experimental uncertainty를 고려해 다음 assay를 선택하고, 결과를 다시 hypothesis와 workflow에 반영해야 비로소 scientific closed loop가 된다.
가장 흥미로운 후속 구조는 DDA + Scientific Epistemic Memory + Experimental Agent다. 단순 execution trace를 넘어 candidate마다 다음 정보를 hyper-relational form으로 저장할 수 있다.
이렇게 되면 trace는 재현성 기록을 넘어 무엇을 믿었고, 왜 믿었고, 어떤 실험 때문에 그 믿음을 수정했는가를 추적하는 epistemic memory가 된다.
계획·tool·score를 저장하는 데서 멈추지 않고 model version, condition, uncertainty, counter-evidence, outcome을 candidate-level hyper-relational memory로 유지해야 한다.
NucleicBERT의 sequence prior를 RNA 3D, ligand interaction, molecular design, phenotype evidence와 연결하는 multimodal scientific-tool graph가 필요하다.
단순 score maximization보다 competing hypotheses를 가장 잘 구분하는 실험을 선택해야 Co-Scientist가 experimental scientist에 가까워진다.
실험실 결과를 ingest한 뒤 candidate ranking, causal belief, model/tool selection, 다음 실험계획이 수정되는지를 end-to-end로 검증해야 한다.
이번 검색에서는 새로운 prospective wet-lab closed-loop Co-Scientist나 RNA/protein/molecule multimodal FM + multi-agent + provenance-aware RAG + prospective wet-lab feedback을 하나의 drug-discovery loop로 검증한 신규 연구가 확인되지 않았다. 따라서 마지막 단계는 현재의 실증결과가 아니라 명확한 연구 공백이다.
DDA는 “실행을 추적할 수 있는 Agent”를 구체화하고, NucleicBERT는 “전문 과학 representation을 제공하는 Foundation Tool”을 강화한다. 이제 남은 핵심은 실험이 다시 belief와 workflow를 수정하는 마지막 연결이다.
본 게시물은 첨부된 AI Co-Scientis-Trends-0904.md의 전체 내용을 웹 읽기 흐름에 맞게 재구성했다. DDA와 NucleicBERT의 사실·수치·한계는 첨부 자료가 지원하는 범위 안에서만 사용했으며, “Epistemic SBDD Co-Scientist”, “Multimodal RNA Drug-Discovery Co-Scientist”, “Traceable Agent → Falsifiable Experimental Scientist”는 첨부 자료가 제시한 연구적 synthesis와 research gap으로 명확히 구분했다.