Agentic Large Language Models for Automated Structural Analysis of 3D Frame Systems

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Structural Engineering · Depth: Expert, extended

Summary

An agentic Large Language Model (LLM) framework has been developed for automated structural analysis of 3D frame systems from natural language inputs. This framework addresses challenges in irregular geometric representation, topological consistency, and long-horizon reasoning. It represents 3D frames by projecting them onto a 2D plan with orthogonal gridlines and a matrix of number of stories (MNS) for vertical extrusion. A multi-agent pipeline then processes this input: a problem analysis agent parses input into JSON, a floor decomposition agent derives floor layouts, and node, girder, slab, and column agents assemble the 3D geometry. Support and load agents assign conditions, and code translation agents generate executable SAP2000 scripts. Evaluated on ten representative 3D frames, the framework achieved an average accuracy of 90% across repeated trials, with an average runtime of 175 seconds and a cost of USD 0.193 per run, significantly outperforming general-purpose LLMs like GPT-5.4 and Gemini-3.1 Pro.

Key takeaway

For AI Architects or Research Scientists developing automated engineering tools, this agentic LLM framework offers a robust approach for 3D structural analysis. You should adopt multi-agent decomposition and structured geometric representations to overcome long-horizon reasoning and topological consistency challenges. This method significantly outperforms general-purpose LLMs, providing high accuracy, efficiency, and cost-effectiveness for complex domain-specific tasks. Consider integrating vision language models for nonorthogonal geometries in future work.

Key insights

Agentic LLMs with structured decomposition and specialized agents can reliably automate complex 3D structural analysis tasks.

Principles

Method

The framework uses a multi-agent pipeline: problem analysis, floor decomposition, parallel geometry generation (nodes, girders, slabs, columns), support/load assignment, and two-stage SAP2000 script translation.

In practice

Topics

Best for: AI Scientist, Research Scientist, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.