Self-Improving CAD Generation Agents with Finite Element Analysis as Feedback
TLDR
Introduces self-improving CAD agents that use finite element analysis feedback to generate multi-part STEP files from engineering briefs, improving geometric reconstruction.
Reasoning
Strengths include a novel industry-native task formulation and the use of FEA as a practical validation signal, moving beyond geometric similarity. Weaknesses are limited evaluation on only two datasets and modest absolute performance gains, with no real-world deployment or user study.
Read-first score
Read-first score 65.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 77.
Field roles
Rank sensitivity
Stability: volatile; rank range: 13.
Keyword Scores
Deep Analysis
Innovations
- Introduction of an industry-native task formulation requiring generation of fully assembled multi-part STEP files from free-form engineering briefs, validated via finite element analysis (FEA).
- Integration of FEA as a feedback signal to enable self-improving CAD generation agents, moving beyond geometric proximity metrics.
- Two novel supervision signals: a text-only blueprint schema and a 21-view image renderer for visual inspection, aligning the generation loop with engineering iteration practices.
Methodology
The paper proposes a task where agents (Codex GPT-5.5, Claude Opus-4.7) generate multi-part STEP files from engineering briefs, then validate outputs using FEA. Two additional feedback tools—a text blueprint schema and a 21-view image renderer—are introduced to guide iterative refinement. Evaluation is performed on S2O and Fusion360 datasets using Box-IoU and requirement satisfaction metrics.
Key Results
FEA validation shows no strict-passing artifact in first-attempt sweeps; the best configuration meets only ~20% of typed requirements on average. With the proposed feedback tools, GPT-5.5/xhigh Box-IoU improves from 0.444 to 0.592 on S2O and from 0.397 to 0.505 on Fusion360.
Limitations
- Agents fail to produce any strict-passing artifact in first-attempt FEA validation.
- Best configuration meets only about 20% of typed requirements on average, indicating low overall compliance.
- The feedback signals improve geometric reconstruction (Box-IoU) but the abstract does not report achieving strict FEA passing even after iteration.
- Evaluation is limited to two datasets (S2O, Fusion360) and two proprietary agent models.