paper-with-me

Papers

AI-Assisted Computational Reproducibility on the FABRIC Testbed

2026-06-24 · Komal Thareja, Paul Ruth, Berent Aldikacti, Michael Zink arxiv

Computational reproducibility remains difficult despite being central to scientific research. In this paper, we show how the international FABRIC testbed, combined with large language model (LLM) coding assistants through LoomAI, can simplify reproducing published experiments across multiple domains. We reproduced three case studies on FABRIC, covering BBR-family congestion-control evaluations, LAMMPS molecular dynamics scaling benchmarks on a CPU-only MPI cluster, and stress protein homeostasis genomics pipelines. Rather than focusing only on matching numerical outputs, we evaluate whether the reproduced experiments support the same scientific conclusions as the original studies. The AI assistant was effective in setting up the environment, adapting code, and debugging, but struggled with the analysis stages that lacked clearly defined workflows, which required human guidance to establish execution order and data dependencies. Across the case studies, the AI-assisted workflow reduced reproduction effort by roughly 4--6 times. We conclude with practical recommendations for improving AI-assisted reproducibility on research testbeds.

📄 PDF Abstract BibTeX arXiv:2606.25879

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

(POSTER) From Sensors to Insight: Rapid, Edge-to-Core Application Development for Sensor-Driven Applications

2026-05-04 · Komal Thareja, Anirban Mandal, Ewa Deelman arxiv

Scientists increasingly rely on sensor-based data; however transforming raw streams into insights across the edge-to-cloud continuum remains difficult due to the breadth of expertise required to coordinate the necessary …

From Sensors to Insight: Rapid, Edge-to-Core Application Development for Sensor-Driven Applications

2026-05-04 · Komal Thareja, Anirban Mandal, Ewa Deelman arxiv

Scientists increasingly rely on sensor-based data, yet transforming raw streams into insights across the edge-to-cloud continuum remains difficult. Provisioning heterogeneous infrastructure and managing execution on emer…

Morphlux: Transforming Torus Fabrics for Efficient Multi-tenant ML

2025-07-20 · Abhishek Vijaya Kumar, Eric Ding, Arjun Devraj, Darius Bunandar 외 arxiv

We develop Morphlux, a server-scale programmable photonic fabric to interconnect accelerators within servers. We show that augmenting state-of-the-art torus-based ML data-centers with Morphlux can improve the bandwidth o…

Deterministic Integrity Gates for LLM-Assisted Clinical Manuscript Preparation: An Auditable Biomedical Informatics Architecture

2026-06-08 · Yoojin Nam, Jinhoon Jeong, Namkug Kim arxiv

As autonomous research agents and AI co-scientist systems push large language models (LLMs) from drafting toward end-to-end manuscript production, the bottleneck shifts from generation to verification. Fluent LLM output …

Automating Computational Reproducibility in Social Science: Comparing Prompt-Based and Agent-Based Approaches

2026-02-09 · Syed Mehtab Hussain Shah, Frank Hopfgartner, Arnim Bleier arxiv

Reproducing computational research is often assumed to be as simple as rerunning the original code with provided data. In practice, missing packages, fragile file paths, version conflicts, or incomplete logic frequently …