English

Engineering Systems for Data Analysis Using Interactive Structured Inductive Programming

Artificial Intelligence 2026-03-10 v3 Software Engineering

Abstract

Engineering information systems for scientific data analysis presents significant challenges: complex workflows requiring exploration of large solution spaces, close collaboration with domain specialists, and the need for maintainable, interpretable implementations. Traditional manual development is time-consuming, while "No Code" approaches using large language models (LLMs) often produce unreliable systems. We present iProg, a tool implementing Interactive Structured Inductive Programming. iProg employs a variant of a '2-way Intelligibility' communication protocol to constrain collaborative system construction by a human and an LLM. Specifically, given a natural-language description of the overall data analysis task, iProg uses an LLM to first identify an appropriate decomposition of the problem into a declarative representation, expressed as a Data Flow Diagram (DFD). In a second phase, iProg then uses an LLM to generate code for each DFD process. In both stages, human feedback, mediated through the constructs provided by the communication protocol, is used to verify LLMs' outputs. We evaluate iProg extensively on two published scientific collaborations (astrophysics and biochemistry), demonstrating that it is possible to identify appropriate system decompositions and construct end-to-end information systems with better performance, higher code quality, and order-of-magnitude faster development compared to Low Code/No Code alternatives. The tool is available at: https://shraddhasurana.github.io/dhaani/

Keywords

Cite

@article{arxiv.2503.14488,
  title  = {Engineering Systems for Data Analysis Using Interactive Structured Inductive Programming},
  author = {Shraddha Surana and Ashwin Srinivasan and Michael Bain},
  journal= {arXiv preprint arXiv:2503.14488},
  year   = {2026}
}

Comments

Accepted for publication in the 38th International Conference on Advanced Information Systems Engineering (CAiSE 2026)