From Research Question to Scientific Workflow: Leveraging Agentic AI for Science Automation

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Advanced, quick

Summary

A new agentic AI architecture automates the translation of natural language research questions into scientific workflow specifications, addressing a gap where scientists traditionally manually convert questions into executable workflows. The system features three layers: a semantic layer using an LLM for intent interpretation, a deterministic layer generating reproducible workflow Directed Acyclic Graphs (DAGs), and a knowledge layer where domain experts define "Skills" via markdown documents. This design isolates LLM non-determinism to intent extraction, ensuring consistent workflow generation from identical intents. Evaluated on the 1000 Genomes population genetics workflow and Hyperflow WMS on Kubernetes, the architecture significantly improves intent accuracy from 44% to 83% with Skills. It also reduces data transfer by 92% through skill-driven deferred workflow generation, completing queries on Kubernetes with LLM overhead under 15 seconds and a cost below $0.001 per query.

Key takeaway

For AI Scientists and Research Scientists designing automated scientific platforms, this architecture demonstrates a viable path to bridge natural language queries with executable workflows. Your teams should consider adopting a layered agentic design, particularly the "Skills" concept, to enhance intent accuracy and reduce operational costs. This approach can significantly streamline research processes by minimizing manual translation efforts and improving workflow reproducibility.

Key insights

An agentic AI architecture automates scientific workflow generation from natural language, ensuring deterministic execution via layered design.

Principles

Method

The proposed method uses an LLM for semantic interpretation, validated generators for DAG production, and expert-authored markdown "Skills" for vocabulary, constraints, and optimization.

In practice

Topics

Best for: AI Scientist, Research Scientist, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.