AIGRSEAug 4

TraceCAD: Trace-Guided Repair for Agentic CAD Generation

arXiv:2608.0306219.0h-index: 6
Predicted impact top 18% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This work provides an incremental improvement in the reliability and quality of CAD generation for engineers using LLM-based agents.

The paper introduces TraceCAD, a recovery layer for LLM-based CAD agents that addresses the issue of losing evidence during correction loops. It achieves competitive geometric quality on DeepCAD-derived benchmarks and significantly improves recovery score and reduces geometric regression compared to ablations.

LLM-based CAD agents produce executable parametric programs, but their correction loops may lose evidence about satisfied requirements, faulty operations, and prior repairs. We introduce TraceCAD, a recovery layer that links requested features, modeling steps, failure evidence, and candidate outcomes as persistent state. TraceCAD diagnoses likely faulty operations, searches bounded edits in their dependency regions, validates candidates through execution and preservation checks, and retains successful and failed repair outcomes in reusable skill memory. On DeepCAD-derived benchmarks with 200-model ablations and a 1K-model comparison, TraceCAD achieves competitive geometric quality in terms of IoU, Chamfer distance, and Hausdorff distance. Removing persistent state nearly halves recovery score; removing localized search more than doubles geometric regression and doubles code-agent invocations. Initializing the skill store on disjoint training models further reduces retries, token cost, and latency. These results demonstrate that persistent, localized, and reusable recovery improves final CAD quality and repair reliability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes