La Agente Óptima for Self-Driving Laboratories: Researchers developed La Agente Óptima, an agentic framework that oversees Bayesian optimization campaigns in automated experimental facilities. The system decouples model reasoning from regular campaign execution, querying the language model only when anomalies emerge or parameters require modification. In physical flow-chemistry and contact-angle trials, the platform flagged measurement errors, altered reagent compositions, and raised reaction yields from 30% to 59% with lower material consumption than human baselines.
ABLE Benchmark for Protein Design Agents: The Agentic BAIM-LLM Evaluation (ABLE) benchmark tests the capability of language model agents to operate biological AI tools, including ProteinMPNN and AlphaFold3. Across 15 tested frontier systems, seven models refused all tasks. Among models that completed the evaluations, Claude Sonnet 4 and Gemini 3 Pro obtained the highest scores in tool selection and retrieval, though models continued to display inconsistencies in long-horizon planning and biological context integration.
ELISA Framework for Single-Cell RNA Analysis: The Embedding-Linked Interactive Single-cell Agent (ELISA) connects generative pretrained transformer embeddings with semantic retrieval for interactive transcriptomic data analysis. The framework routes user requests to gene marker scoring, semantic matching, or reciprocal rank fusion to run pathway analyses, ligand-receptor interactions, and cell proportion estimates directly on embedded data. Across six test datasets, the system exceeded the cell-type retrieval accuracy of BM25 and CellWhisperer.
GEOMeta Pipeline for Automated Metadata Curation: GEOMeta uses a sequence of task-specialized agents to standardize records in the Gene Expression Omnibus repository. The workflow separates tasks into discrete stages: record retrieval, extraction, normalization, ontology mapping, and validation checks. Researchers used the system to annotate roughly 600,000 human bulk RNA-seq samples and evaluated 22 models on prospective record processing.
Educational AI Philosophy: Researchers proposed using Daoist philosophy as a conceptual framework for guiding artificial intelligence applications in educational settings.
Adverse Drug Reaction Identification: Researchers created AIPharm, a computational system designed to detect adverse drug reactions and classify their clinical severity levels.
Sources
- La Agente Óptima: Towards Agentic Self-Driving Laboratories
Self-driving laboratories (SDLs) combine automated experimentation with adaptive decision-making to accelerate scientific discovery. Their operation nevertheless often depends on human specialists who translate scientific objectives into executable closed-loop campaigns. Specialists adjust them as data and operating conditions change. Here, we present La Agente Óptima, an agentic framework that constructs and supervises Bayesian optimization campaigns across computational and experimental systems while maintaining a persistent optimization state. By separating large language model (LLM)…
- Agentic BAIM-LLM Evaluation (ABLE): Benchmarking LLM Use of Protein Design Tools
We introduce ABLE, a benchmark for evaluating LLM agents' ability to use biological AI models (BAIMs), such as ProteinMPNN and AlphaFold3, in dual-use protein design workflows. ABLE assesses agent performance through a set of tasks spanning structure retrieval, sequence generation, and design validation. We evaluate 15 frontier models and find that seven refuse all tasks, while the remaining models exhibit substantial performance differences. Claude Sonnet 4 and Gemini 3 Pro achieve the highest scores across information retrieval, tool selection, and tool use. We further compare model…
- ELISA (Embedding-Linked Interactive Single-cell Agent): an interpretable hybrid generative Artificial Intelligence agent for expression-grounded discovery in single-cell genomics
Translating single-cell RNA sequencing (scRNA-seq) data into mechanistic biological hypotheses remains a critical bottleneck, as agentic AI systems lack direct access to transcriptomic representations while expression foundation models remain opaque to natural language. Here, we introduce ELISA (Embedding-Linked Interactive Single-cell Agent), an interpretable framework that unifies single-cell generative pretrained transformer expression embeddings with biomedical bidirectional encoder representations from transformers-based semantic retrieval and large-language model (LLM)-mediated…
- Automating scientific annotations for open transcriptomic profiles via multi-stage agents
Abstract Public transcriptomic repositories contain millions of samples, yet their large-scale reuse is hindered by heterogeneous and inconsistently reported metadata. In the Gene Expression Omnibus (GEO), key biological information is often distributed across study- and sample-level records, requiring context-dependent interpretation. Here we present GEOMeta, a large language model (LLM)-based multi-stage workflow with task-specialized agents for automated GEO metadata curation. The pipeline separates metadata retrieval, task-specific information extraction, field standardization, ontology…