EngiAgent: Fully Connected Coordination of LLM Agents for Solving Open-ended Engineering Problems with Feasible Solutions

arXiv cs.AI / 5/5/2026

📰 NewsModels & Research

Key Points

  • The paper argues that real engineering problem solving requires feasibility-aware modeling and iterative refinement, which LLMs often struggle to guarantee.
  • It introduces EngiAgent, a multi-agent system that uses a fully connected coordinator to emulate expert workflows across analysis, modeling, verification, solving, and evaluation.
  • By enabling flexible feedback routing, EngiAgent aims to overcome the rigidity of earlier pipeline-based reflection methods and maintain feasibility at each stage.
  • The system is designed to be more robust to failures such as data extraction errors, inconsistent constraints, and solver failures.
  • Experiments across four domains show substantial feasibility improvements over prior approaches, and the authors release the code and data on GitHub.

Abstract

Engineering problem solving is central to real-world decision-making, requiring mathematical formulations that not only represent complex problems but also produce feasible solutions under data and physical constraints. Unlike mathematical problem solving, which operates on predefined formulations, engineering tasks demand open-ended analysis, feasibility-driven modeling, and iterative refinement. Although large language models (LLMs) have shown strong capabilities in reasoning and code generation, they often fail to ensure feasibility, which limits their applicability to engineering problem solving. To address this challenge, we propose EngiAgent, a multi-agent system with a fully connected coordinator that simulates expert workflows through specialized agents for problem analysis, modeling, verification, solving, and solution evaluation. The fully connected coordinator enables flexible feedback routing, overcoming the rigidity of prior pipeline-based reflection methods and ensuring feasibility at every stage of the process. This design not only improves robustness to diverse failure cases such as data extraction errors, constraint inconsistencies, and solver failures, but also enhances the overall quality of problem solving. Empirical results across four representative domains demonstrate that EngiAgent achieves substantial improvements in feasibility compared to prior approaches, establishing a new paradigm for feasibility-oriented engineering problem solving with LLMs. Our source code and data are available at https://github.com/AI4Engi/EngiAgent.