Contents

Ready to transform your Design Process

AI & automation

11

min reading

Neural CAD: How AI Is Learning to Reason in Geometry

Neural CAD is pushing AI beyond images and text toward direct reasoning in engineering geometry. But the real breakthrough will come when geometric intelligence is combined with engineering rules, context and knowledge.

Explore how Neural CAD enables AI to reason directly in engineering geometry, and why combining geometric intelligence with engineering knowledge is key to the future of AI-assisted design.

Artificial Intelligence has learned to generate language, images, video and software code. Engineering presents a harder challenge. A language model can describe a gearbox, an image model can create a convincing picture of one, and a generative 3D system can produce something that looks like one. But an engineer does not work with appearances alone. Engineering depends on precise geometry, dimensions, interfaces, constraints, tolerances, assembly relationships and the logic that determines how a design behaves when something changes.

That is the problem behind one of the most interesting emerging fields in engineering AI: Neural CAD. Rather than asking AI to interpret a CAD model indirectly through screenshots, meshes or textual descriptions, Neural CAD explores what happens when AI can operate directly within the structured geometric representations used by professional design tools.

Autodesk Research described Neural CAD as a new class of AI foundation model intended to generate and reason over precise 2D and 3D CAD geometry while preserving editability, constraints and design intent. (research.autodesk.com)

If this direction continues, it could represent a fundamental change in how Artificial Intelligence interacts with engineering. But it also raises a bigger question: is understanding geometry enough to understand engineering?

What is Neural CAD?

Neural CAD refers to AI models designed to generate, interpret, edit and reason directly over structured CAD geometry rather than treating a design primarily as an image, mesh or text description.

Traditional foundation models learn patterns in text, pixels or software tokens. A CAD foundation model needs to learn a very different language: geometric entities, topological relationships, parametric operations, constraints, assemblies and the mathematical structures that define engineered objects.

That distinction matters because a CAD model is not simply a three-dimensional picture. A mechanical component may contain planes, cylinders, holes, fillets, chamfers, sketches, dimensions, constraints, references, assembly interfaces and a history of parametric operations. Those elements define not only what the component looks like today, but also how it is expected to behave when an engineer modifies it tomorrow.

Neural CAD therefore represents a shift from AI looking at engineering geometry toward AI operating within engineering geometry. This is much closer to what engineers actually need.

Why CAD is fundamentally different from images and text

The success of Generative AI can make CAD generation appear deceptively simple. If AI can generate a photorealistic car from a prompt, why should generating an engineering model of a bracket be difficult?

Because visual similarity and engineering validity are two very different problems. An image only needs to look plausible. A CAD model must remain mathematically coherent, editable and compatible with downstream engineering processes. If an engineer changes the diameter of a hole, moves an interface or updates the width of a component, the rest of the model must respond predictably.

This is where parametric CAD and design intent become critical. A simple mounting plate, for example, might contain four holes positioned symmetrically around a centre line. The engineering intention may be that all four holes remain equally spaced regardless of how the plate dimensions change. An AI system that merely reproduces the current geometry has not necessarily understood that relationship. It has learned the shape, but not the intent.

Research on AI alignment for parametric CAD illustrates this difference. Autodesk Research has explored methods that train AI-generated sketch constraints using feedback from a geometric constraint solver, with the objective of preserving the structural relationships engineers expect when a model is edited. (research.autodesk.com)

This distinction may ultimately become one of the defining questions for AI in engineering: can AI understand not only what geometry exists, but why it was constructed that way?

From AI-generated 3D to engineering-grade CAD

Much of the recent excitement around generative 3D has focused on creating shapes from natural-language prompts. That is useful for visualization, gaming, concept creation and many other applications, but industrial engineering demands something different.

Engineers need geometry that can be modified, parameterized, checked, assembled, simulated and eventually manufactured. A triangular mesh can describe the exterior surface of an object extremely well, but it does not inherently contain the same engineering structure as a professional CAD model.

This is why Boundary Representation, or BRep, is becoming increasingly important in the AI-for-CAD conversation. BRep represents objects through mathematically defined faces, edges, vertices and their topological relationships. Combined with parametric construction logic, it forms part of the foundation on which modern mechanical CAD systems operate.

Recent research is consequently moving beyond visual 3D generation toward structured, parametric and BRep-based CAD generation. One 2026 ICML spotlight, for example, combines large language models with BRep primitive grounding to generate executable CAD models from text. Other emerging systems are exploring text-to-parametric CAD programs and solver-grounded BRep assembly modelling. (openreview.net)

The goal is changing. The question is no longer simply whether AI can generate something that looks like the requested part. It is becoming whether AI can generate a design that an engineer can actually continue engineering.

Editing may be a harder benchmark than generation

Generating a new CAD model receives much of the attention, but professional engineering involves constant modification of existing designs. Parts evolve, requirements change, suppliers change, interfaces move, packaging constraints appear, new variants are created and manufacturing feedback forces revisions.

AI therefore needs to do more than create geometry from scratch. It needs to understand existing geometry well enough to modify it without destroying the underlying design logic.

An Autodesk Research benchmark published on 20 July 2026 tested frontier AI models on professional 3D CAD editing requests and found that even the strongest models remained substantially behind professional CAD designers overall. The research also found that purely geometric or vision-based evaluation metrics did not always correlate strongly with expert assessments of whether an edit was actually good. (research.autodesk.com)

That finding is important because a CAD edit can be geometrically close to the requested result and still be wrong from an engineering perspective. The hole might be in approximately the right place but violate a manufacturing rule. A bracket might fit geometrically while creating an impossible assembly sequence. A component may satisfy the requested dimensions while breaking an interface used elsewhere in the system.

This is why the future of AI in CAD cannot be measured only through geometric similarity. Engineering correctness requires context.

Neural CAD vs. Generative Design: what is the difference?

Neural CAD and generative design are related, but they address different problems. Generative design typically explores a design space according to objectives and constraints. Engineers define requirements such as mass, packaging, performance, cost, material or manufacturing constraints, and algorithms generate or optimise candidate solutions.

Neural CAD, by contrast, is concerned with giving Artificial Intelligence a native understanding of the structured representations used to create and modify those designs. One explores what designs could exist, while the other improves the machine's ability to understand and manipulate the language in which those designs are represented.

The two approaches could increasingly converge. Imagine an AI system capable of understanding a product's existing CAD architecture, interpreting an engineering objective, generating several alternatives, modifying precise parametric geometry and evaluating each candidate against design constraints. That would move AI considerably closer to real engineering work.

But there is still another layer missing.

Geometry is necessary. Engineering context is what makes it useful.

A major breakthrough in geometric reasoning would solve an important part of the engineering AI problem. It would not solve the entire problem.

Consider two geometrically similar brackets. A geometry-aware model may recognise that they share nearly identical topology, dimensions and features. Yet one could belong to an aerospace assembly exposed to severe vibration, while the other belongs to an industrial machine operating under very different loads. They may use different materials, manufacturing processes, certification requirements and tolerances.

The same applies to electrical harnesses. Two harnesses may follow almost identical routes in CAD while connecting completely different electrical architectures, carrying different currents and obeying different routing constraints. Geometry alone cannot explain those differences.

Engineering decisions are shaped by information that often exists outside the CAD model: functional requirements, system architecture, material properties, engineering rules, manufacturing constraints, simulation results, supplier specifications, regulatory requirements, validation history, cost targets and lessons learned from previous projects.

This leads to an important distinction between geometry-aware AI and engineering-aware AI. Geometry-aware AI understands the product's physical representation. Engineering-aware AI must also understand the context that determines whether that geometry is appropriate. The future of engineering AI will likely require both.

From Neural CAD to Engineering Intelligence

This is where the Neural CAD discussion becomes particularly relevant to the broader evolution of Artificial Intelligence in engineering.

Today, much of enterprise AI works primarily on documents. Engineers can ask an AI system to summarize a specification, retrieve information from a report or search a technical database. Those applications can save time, but they operate mainly around engineering rather than inside the engineering object itself.

Neural CAD changes that boundary by giving AI the potential to reason directly over the product's geometry. The next step is to connect that geometric intelligence with everything that gives the geometry meaning.

Requirements explain what the system must achieve. Architecture explains how functions are distributed. CAD describes the physical solution. Engineering rules establish what is allowed. Verification provides evidence that the design works. Manufacturing constraints determine whether it can actually be produced.

When those relationships become connected, AI gains something substantially richer than access to CAD. It gains Engineering Intelligence.

An Engineering Intelligence Layer can therefore be thought of as the contextual layer surrounding geometric reasoning: the network of requirements, rules, decisions, validation evidence and product knowledge that determines whether a particular geometry represents a good engineering solution.

This is where Neural CAD becomes more than a CAD productivity story. It becomes part of the transition toward AI that can participate in engineering decisions.

What could geometry-native AI actually do?

The potential applications extend far beyond text-to-CAD generation. A geometry-native engineering AI could inspect an assembly and identify recurring geometric patterns. It could understand interfaces between components, analyze spatial relationships or recognise features that imply a particular engineering function.

Combined with engineering rules, that understanding could support automated verification of clearances, accessibility, packaging constraints, assembly conditions or manufacturing requirements. It could help engineers modify an existing design while preserving critical relationships. It could generate temporary geometric constructions specifically to answer engineering questions. It could compare thousands of existing CAD models and identify previously validated solutions with similar functional and geometric characteristics.

Eventually, geometry-native AI could also become a foundation for more capable AI agents in engineering, where agents do not simply call software functions but understand the geometric objects on which they operate.

That distinction matters because giving an AI agent access to a CAD API tells it how to perform an operation. Giving it geometric and engineering intelligence helps it determine which operation makes sense and whether the result is valid.

Where Dessia fits into the Neural CAD shift

Dessia is already working on the same fundamental problem that makes Neural CAD important: engineering AI needs direct access to engineering geometry.

Dessia's approach is CAD-aware by design. Its geometry libraries interpret native CAD structures rather than reducing engineering models to screenshots or generic documents. Dessia analyses topology, features, assembly relationships and spatial geometry so AI can work directly with the product definition.

This is also why Dessia has invested in BRep-based reasoning. BRep gives AI access to the exact geometric entities used by professional engineering systems, including faces, edges, surfaces, volumes and their relationships, rather than relying only on visual representations or polygonal approximations. Dessia has previously highlighted the difference between AI-generated meshes and engineering-grade BRep geometry as a critical step toward AI that can operate inside real CAD workflows.

But Dessia's positioning goes beyond geometry alone. The company's Engineering Intelligence Layer connects CAD with the information surrounding it: engineering rules, requirements, documentation, validation history, PLM information and accumulated company know-how. The goal is not merely to recognise the shape of a component, but to understand the engineering context that determines whether that component is a relevant solution.

This creates an important complement to the Neural CAD vision. Neural CAD asks whether AI can reason directly in geometry. Engineering Intelligence asks whether AI can reason about why that geometry is the right engineering answer.

The distinction is subtle but critical. A model might learn to construct a perfect parametric mounting bracket. An industrial engineering system still needs to determine whether that bracket satisfies packaging rules, manufacturing constraints, interface requirements, company standards and previous validation knowledge.

Geometry gives the AI an object to reason about. Engineering knowledge gives the reasoning purpose.

Dessia's Lagrangia and geometry as part of AI reasoning

Dessia's Lagrangia model provides an example of this direction. Lagrangia 1.0 specializes in data science applied to 3D CAD and can work with tasks such as geometric pattern recognition, distance calculations, shape analysis and the generation of temporary or ephemeral CAD geometry used during engineering reasoning.

One example is screwdriver accessibility verification. To verify whether an engineer can physically access a screw during assembly, an AI system cannot simply search documentation for the answer. It needs to understand the geometry around the screw, construct the clearance volume corresponding to the tool and verify whether that volume intersects surrounding components.

In other words, the AI has to create and reason with geometry in order to answer the engineering question. This is precisely why the move toward geometry-native AI is so significant.

Engineering contains thousands of questions that cannot be solved reliably through language alone. Is there enough clearance? Can this part be assembled? Does the harness respect the allowable bend radius? Can a tool reach this fastener? Do two components interfere? Is this routing physically feasible? Does an alternative component fit inside the available packaging envelope?

These questions live in geometry, and increasingly, AI will need to live there too.

The next challenge: combining neural and symbolic reasoning

There is another reason Neural CAD is particularly interesting for industrial engineering. Neural networks are powerful at learning complex patterns from data, but engineering also contains enormous quantities of explicit knowledge.

A minimum distance may be 25 mm. A harness may have a defined maximum bend radius. A component may need to remain inside a packaging envelope. A particular assembly interface may permit only certain orientations : Those are not probabilities. They are engineering rules.

This makes Hybrid AI particularly relevant to the future of CAD. Instead of expecting a neural model to implicitly learn every engineering constraint from training data, a hybrid system can combine neural geometric intelligence with deterministic rules, optimization algorithms, knowledge representations and verification logic.

The neural component can recognize patterns, interpret geometry and generate alternatives. The symbolic component can determine whether the result obeys explicit engineering rules.

This creates a fundamentally different architecture from a general-purpose AI model generating an answer and hoping that it is correct. For engineering, generation and verification increasingly need to coexist.

From CAD software to AI-native engineering environments

Neural CAD could also change the relationship engineers have with design software. CAD has traditionally required engineers to translate design intent into software commands: create a sketch, add constraints, extrude a profile, define a fillet, build an assembly relationship, run a check.

AI could progressively reverse that relationship. The engineer expresses intent, and the system translates that intent into geometric operations.

But the most valuable outcome is unlikely to be a world in which engineers simply prompt a machine to “design a car.” Engineering is too constrained, interconnected and consequential for that.

A more credible future is one where AI removes the mechanical friction surrounding engineering decisions. An engineer could describe the objective, allow AI to retrieve relevant validated designs, generate or modify candidate geometry, automatically apply company rules, evaluate alternatives and surface the few decisions that genuinely require engineering judgement.

The engineer remains responsible for the engineering. The interface between expertise and software becomes dramatically more intelligent.

That is the promise behind Augmented Intelligence for engineering.

Neural CAD could be the beginning, not the destination

The emergence of Neural CAD marks an important shift in Artificial Intelligence for engineering. For years, the industry tried to bring AI into engineering primarily through text, documents and images. Geometry was often converted into representations AI systems could more easily process.

The direction is now reversing. AI is starting to move toward the native representation of engineering itself.

That is significant because geometry is not simply another data modality. It is where many engineering decisions physically become real.

But geometry alone cannot tell the whole story. A CAD model can show what was designed. Engineering knowledge explains why it was designed that way, which requirements it satisfies, which constraints shaped it and whether it has already been validated.

The next generation of engineering AI will therefore need to connect Neural CAD, geometry-aware reasoning, engineering rules, company knowledge, verification and AI agents into the same environment.

AI will no longer simply talk about engineering. It will increasingly be able to reason inside the objects engineers create and understand the engineering intelligence surrounding them.

Neural CAD gives AI access to geometry. Engineering Intelligence gives that geometry meaning.

Frequently Asked Questions

What is Neural CAD?

Neural CAD is an emerging class of AI technology designed to generate, interpret and reason directly over structured CAD geometry. Unlike image-generation systems or language models that operate indirectly on engineering designs, Neural CAD aims to work with the geometric, parametric and relational structures used in professional CAD systems. Autodesk Research describes it as a foundation-model approach for reasoning directly within 2D and 3D design geometry. (research.autodesk.com)

How is Neural CAD different from AI-generated 3D models?

Many generative 3D systems create meshes or visual representations of objects. Neural CAD targets structured engineering geometry that can be edited and used in professional design workflows. This distinction is important because engineers need precise, modifiable models rather than geometry that only looks correct.

What is a CAD foundation model?

A CAD foundation model is an AI model trained specifically to understand or generate structured computer-aided design data. Instead of learning only patterns in language or images, CAD foundation models can learn geometric primitives, parametric operations, constraints, topology and other structures relevant to professional engineering design.

How does Neural CAD relate to Engineering Intelligence?

Neural CAD gives AI a stronger understanding of geometry. Engineering Intelligence extends that understanding by connecting geometry to engineering context such as requirements, product architecture, engineering rules, manufacturing constraints and validation evidence. Together, these capabilities can enable AI to support more complex engineering decisions rather than simply generate geometry.

How does Dessia use geometry-aware AI?

Dessia uses CAD-aware Augmented Intelligence to work directly with engineering geometry and connect it with PLM information, requirements, engineering rules, technical documentation and validation knowledge. Dessia's Engineering Intelligence Layer is designed to make this context reusable for applications such as design generation, verification, geometric analysis and engineering knowledge reuse.

Published on

08.09.2026

Dessia Technologies

These articles may be of interest to you

Explore how Neural CAD enables AI to reason directly in engineering geometry, and why combining geometric intelligence with engineering knowledge is key to the future of AI-assisted design.

AI & automation

Neural CAD is pushing AI beyond images and text toward direct reasoning in engineering geometry. But the real breakthrough will come when geometric intelligence is combined with engineering rules, context and knowledge.

11 min reading