paper-with-me

홈 › Papers

DataJoint 2.0: A Computational Substrate for Agentic Scientific Workflows

2026-02-18 · Dimitri Yatsenko, Thinh T. Nguyen arxiv

Operational rigor determines whether human-agent collaboration succeeds or fails. Scientific data pipelines need the equivalent of DevOps -- SciOps -- yet common approaches fragment provenance across disconnected systems without transactional guarantees. DataJoint 2.0 addresses this gap through the relational workflow model: tables represent workflow steps, rows represent artifacts, foreign keys prescribe execution order. The schema specifies not only what data exists but how it is derived -- a single formal system where data structure, computational dependencies, and integrity constraints are all queryable, enforceable, and machine-readable. Four technical innovations extend this foundation: object-augmented schemas integrating relational metadata with scalable object storage, semantic matching using attribute lineage to prevent erroneous joins, an extensible type system for domain-specific formats, and distributed job coordination designed for composability with external orchestration. By unifying data structure, data, and computational transformations, DataJoint creates a substrate for SciOps where agents can participate in scientific workflows without risking data corruption.

📄 PDF Abstract BibTeX arXiv:2602.16585

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bohrium + SciMaster: Building the Infrastructure and Ecosystem for Agentic Science at Scale

2025-12-23 · Linfeng Zhang, Siheng Chen, Yuzhu Cai, Jingyi Chai 외 arxiv

AI agents are emerging as a practical way to run multi-step scientific workflows that interleave reasoning with tool use and verification, pointing to a shift from isolated AI-assisted steps toward \emph{agentic science …

El Agente Gráfico: Structured Execution Graphs for Scientific Agents

2026-02-19 · Jiaru Bai, Abdulrahman Aldossary, Thomas Swanick, Marcel Müller 외 arxiv

Large language models (LLMs) are increasingly used to automate scientific workflows, yet their integration with heterogeneous computational tools remains ad hoc and fragile. Current agentic approaches often rely on unstr…

Knowledge Graphs

AISAC: An Integrated multi-agent System for Transparent, Retrieval-Grounded Scientific Assistance

2025-11-18 · Chandrachur Bhattacharya, Sibendu Som arxiv

AI Scientific Assistant Core (AISAC) is a transparent, modular multi-agent runtime developed at Argonne National Laboratory to support long-horizon, evidence-grounded scientific reasoning. Rather than proposing new agent…

Deploy-Master: Automating the Deployment of 50,000+ Agent-Ready Scientific Tools in One Day

2026-01-07 · Yi Wang, Zhenting Huang, Zhaohan Ding, Ruoxue Liao 외 arxiv

Open-source scientific software is abundant, yet most tools remain difficult to compile, configure, and reuse, sustaining a small-workshop mode of scientific computing. This deployment bottleneck limits reproducibility, …

ATHENA: Agentic Team for Hierarchical Evolutionary Numerical Algorithms

2025-12-03 · Juan Diego Toscano, Daniel T. Chen, George Em Karniadakis arxiv

Progress in computational science depends on complex numerical workflows that must faithfully encode physical laws, yet translating conceptual insight into reliable code remains a major bottleneck. Although large languag…