# AI CAD: what it is, what it can actually do, and where it fits

> A working definition of AI CAD, the four things it does well today, where it still fails, and how to judge a tool.

URL: https://cadabrai.com/ai-cad/
Updated: 2026-08-15

---

# AI CAD, defined.

Here is what AI actually does inside a CAD system today, what it does not, and how to tell the two apart.

## What AI CAD means.

AI CAD is the application of language and vision models to mechanical design work: understanding a model, changing it, documenting it, and reasoning about how it will be made. It is not a new modelling kernel and it does not replace the CAD system. It sits on top of one.

The useful distinction is between tools that **describe** and tools that **act**. A chatbot bolted to a CAD window can tell you which menu to click. A copilot performs the operation, updates the model, and shows you the result in the feature tree.

## The four things AI CAD does well today.

### Model editing from language

Turning an instruction into a feature operation on an open part. Reliable when the instruction carries dimensions and a clear reference. See [text to CAD](https://cadabrai.com/text-to-cad/).

### Documentation generation

Views, dimensions, callouts, BOMs, and title blocks produced from a model. This is where the largest measurable time saving sits. See [CAD to drawing](https://cadabrai.com/cad-to-drawing/).

### Model comprehension

Answering questions about geometry, features, materials, and mass properties, and explaining why a rebuild failed.

### Error diagnosis

Reading a failing feature and its parents to explain why the rebuild broke.

## Where it still fails.

**Ambiguous intent.** "Make it lighter" is not an operation. Prompts that carry a dimension and a reference succeed.

**Whole-assembly reasoning.** How a change propagates through mates, in-context references, and downstream configurations still needs a human in the loop.

**Engineering judgment.** No model knows your safety factor, your supplier’s real capability, or the reason a previous revision failed in the field.

**Anything trained on your competitors.** Tools that improve by learning from customer geometry train on your parts. [Ask how data is handled](https://cadabrai.com/security/) before you upload a part.

## How to evaluate an AI CAD tool.

| Question | Weak answer | Strong answer |
| --- | --- | --- |
| What does it produce? | A mesh, an image, or a suggestion | Native features in your CAD file |
| Can you edit the output? | Re-prompt and regenerate | Change a dimension, roll back, reorder |
| Whose standards apply? | The vendor’s defaults | Your title blocks, tolerances, and libraries |
| Where does it run? | A separate web app you upload to | Inside your CAD system on your license |
| What happens to your geometry? | Improves their shared model by default, with no way out | Isolated per organization, with a training opt-out you control |
| What does it do when unsure? | Guesses silently | Shows the assumption and asks |

## Go deeper.

- [Text to CADPrompts that resolve into native SOLIDWORKS features.](https://cadabrai.com/text-to-cad/)
- [CAD to drawingModel to dimensioned, title-blocked sheet.](https://cadabrai.com/cad-to-drawing/)
- [Drawing to CADLegacy prints rebuilt as parametric models.](https://cadabrai.com/drawing-to-cad/)
- [Text to drawingOne instruction to a finished drawing.](https://cadabrai.com/text-to-drawing/)
- [Natural language CADHow a prompt becomes a feature operation.](https://cadabrai.com/natural-language-cad/)
- [ChatGPT for CADWhat a general chatbot can and cannot do.](https://cadabrai.com/chatgpt-for-cad/)
- [AI CAD generatorsImage, mesh, or a part you can edit.](https://cadabrai.com/ai-cad-generator/)
- [Free AI CADThe four meanings of free, and where each stops.](https://cadabrai.com/free-ai-cad/)
- [GlossaryThe vocabulary of AI CAD, defined.](https://cadabrai.com/glossary/)
- [ComparisonsHow CADABRA differs from the alternatives.](https://cadabrai.com/compare/)

## AI CAD, answered.

### What is an AI CAD copilot?

An AI CAD copilot is an assistant that lives inside a CAD program and performs real CAD operations from natural-language prompts. Instead of clicking through menus, an engineer types what they want, for example “fillet all sharp edges 2 mm” or “generate a drawing with our title block”, and the copilot executes the feature operations, updates the model, and produces the deliverables.

### What is CADABRA?

CADABRA is an AI CAD copilot that installs as a SOLIDWORKS add-in. You describe a change in plain English and CADABRA performs the real SOLIDWORKS feature operations: sketches edited, dimensions refit, parts rebuilt, drawings regenerated. It also produces production drawings and bills of materials on your own title blocks and standards.

### What is text to CAD?

Text to CAD is turning a written description into real CAD geometry. A generic text-to-CAD tool produces a standalone mesh or a one-off solid. CADABRA does text to CAD inside SOLIDWORKS: the prompt resolves to native feature operations on the feature tree, so the result is a parametric, editable SOLIDWORKS body.

### Why not just write a macro or an API script?

Macros work for a fixed, repeated sequence: they break when the feature tree changes, they need a developer to maintain, and each new variation is a new script. CADABRA resolves intent against the actual model at run time, so one prompt covers cases that would otherwise need a separate macro each.

### How accurate is it, and who checks the work?

You do. CADABRA performs real operations on your model and shows exactly what it changed, so every edit is reviewable in the feature tree and revertible.

### Does CADABRA work with Fusion, Inventor, Onshape, Creo, NX, or CATIA?

Not yet. CADABRA runs today as a SOLIDWORKS add-in. Support for other CAD packages is in development and you can join the waitlist for the one you use.

### Is CADABRA secure for company data?

CAD content is encrypted in transit. Chats, attachments, standards files and feedback are encrypted at rest under keys held in a hardware-backed vault, separate from the data. Indexed content is filtered to the account that wrote it, and only the context a given prompt needs is loaded at runtime. CADABRA does not sell customer data. Enterprise plans support single sign-on and zero-retention handling. On self-serve plans, check the training setting described below.

## Judge it on your own part.

Run it on a file you already know the right answer for.

## Keep reading

- [Text to CADPrompts that resolve into native SOLIDWORKS features, not an imported mesh.](https://cadabrai.com/text-to-cad/)
- [AI CAD GeneratorImage, mesh, or native features. Only one of them is a part.](https://cadabrai.com/ai-cad-generator/)
- [ChatGPT for CADWhat a general chatbot can do with your model, and what it cannot.](https://cadabrai.com/chatgpt-for-cad/)
- [ComparisonsAura, generic text-to-3D, macros, and doing it by hand.](https://cadabrai.com/compare/)
