CADGPT review: useful assistant, not a model generator
CADGPT writes AutoLISP and Python scripts for CAD automation. It does not generate 3D models. If you know what it actually is, it's occasionally useful.
Quick answer
CADGPT is a chat-based AI assistant that generates AutoLISP and Python scripts for CAD automation and answers design questions. It is not a text-to-CAD model generator. It's useful for scripting tasks but does not produce 3D geometry from prompts.
I installed CADGPT expecting a tool that would generate 3D geometry from a text prompt. What I got was a chatbot named Elaine that writes AutoLISP code and answers engineering questions. Not the same thing. Not even close to the same thing. But once I stopped being annoyed about the name and started using it for what it actually does, I found something that's occasionally useful in a narrow, specific way that nobody seems to talk about honestly.
The name is the problem. If you search "CADGPT" expecting it to work like text-to-CAD, you're going to be disappointed, confused, or both. I was both, sitting at my desk on a Monday with a cold coffee and a Fusion 360 file I was trying to avoid opening, wondering why the "CAD" tool I'd just downloaded was offering to translate my emails into German instead of generating a bracket.
What CADGPT actually is#
CADGPT is made by BackToCAD, and it's billed as an "AI Expert System" for CAD and BIM. The 2026 version runs as an add-on compatible with AutoCAD, Revit, CADirect, BricsCAD, and IntelliCAD products. It costs $199 per year, which is a lot for what amounts to a specialized chatbot, and not much if it saves you even a few hours of scripting work.
The core feature is a conversational AI assistant called Elaine. You ask Elaine questions about CAD workflows, engineering calculations, or software commands, and she answers. You can ask her to generate code in AutoLISP, C#, C++, VB, or ObjectARX. You can ask her to solve engineering math problems step by step. You can ask her to write tutorials or translate text. She does not, at any point, generate a 3D model.
I want to be clear about this because the name implies otherwise and I've seen people get confused. CADGPT is not a text-to-CAD tool. It doesn't produce geometry. It doesn't output STEP files. It doesn't create solid bodies. It writes scripts and answers questions. That's a different category of tool, and calling it "CADGPT" is, in my opinion, misleading in a market where people are actively looking for AI that generates CAD models.
The scripting side#
This is where CADGPT earns whatever goodwill it has. If you work in AutoCAD and you need a custom AutoLISP routine, writing one from scratch is a specific kind of tedious. You need to remember the syntax, look up function calls, debug parentheses nesting that makes you question your life choices, and test repeatedly. CADGPT can generate a working first draft of a LISP routine from a plain English description, and for simple automation tasks, the output is often good enough to use after minor tweaking.
I tested it with a few prompts. "Write an AutoLISP routine that draws a grid of circles at specified spacing." It produced working code. The spacing parameter was in the right place. The loop logic was correct. I had to adjust one variable name that shadowed a built-in, but the bones were solid. For someone who writes LISP routines regularly, this saves maybe ten to fifteen minutes. For someone who doesn't know LISP at all, it's the difference between having a script and not having one.
The code generation also covers ObjectARX, C#, and VB, which extends the usefulness to people building more complex AutoCAD plugins. I didn't test these as thoroughly, but the C# output I looked at was syntactically correct and logically reasonable, which is more than I can say for some of the code I've seen humans write at 4 PM on a Friday.
The limitation is the same one you'd find with any LLM-based code generation: the output works for common patterns and breaks on edge cases. Ask for something unusual, a LISP routine that manipulates custom extended entity data in a specific way, or a script that interacts with a third-party API through AutoCAD's netload system, and the generated code starts hallucinating function names or inventing API calls that don't exist. You need to know enough about the scripting language to recognize when the output is wrong, which somewhat defeats the purpose for beginners.
The calculator and reference tools#
CADGPT includes an engineering calculator that solves trig, load calculations, material properties, and other common engineering math with step-by-step explanations. It's fine. It works the same way asking ChatGPT a math question works, but with a CAD-flavored wrapper. If you want to calculate the allowable bending stress on a beam without opening a reference table, it'll do that. Whether that's worth $199 a year when you could ask any general-purpose LLM the same question is a different matter.
The reference manual feature pulls answers from CAD software documentation. In theory, this means you can ask "how do I mirror a block in AutoCAD 2026" and get an answer with the right menu path and command name. In practice, the answers are usually correct for common operations and occasionally wrong for obscure ones. I caught it giving me a command sequence that worked in AutoCAD 2024 but had been reorganized in 2026. Not a disaster, but not the kind of reliability you'd want from a $199 expert system.
The rest of the feature list, email generation, text translation, Dall-E prompt generation, web page generation, feels like padding. If I'm paying for a CAD expert system, I don't need it to write my emails. I have twelve other tools that do that, and none of them cost $199 a year.
What it's not#
CADGPT is not a text-to-CAD tool. It does not belong in the same category as Zoo.dev, AdamCAD, or CADScribe. Those tools take a text prompt and produce 3D geometry. CADGPT takes a text prompt and produces scripts, answers, or code. The distinction matters because someone searching for "CADGPT review" in the context of text-to-CAD is going to be misled by the name.
If you want to generate a bracket from a text description, CADGPT can't do that. If you want a script that automates drawing brackets in AutoCAD based on a parameter table, CADGPT might be able to help. Those are fundamentally different needs, and conflating them doesn't help anyone except the people writing the marketing copy.
For a comparison of tools that actually generate geometry, the best text-to-CAD tools overview covers the real options. For understanding what text-to-CAD means and how it differs from what CADGPT does, the text-to-CAD guide explains the distinction.
Who this is for#
If you are an AutoCAD power user who writes LISP routines or ObjectARX plugins and you want a faster way to scaffold code, CADGPT has a narrow usefulness. It's a scripting assistant for a specific ecosystem. If that ecosystem is your daily life, saving twenty minutes per routine adds up, and the $199 annual price might justify itself over a year of regular use.
If you use BricsCAD, IntelliCAD, or Revit, the compatibility extends there too, though I tested primarily with AutoCAD workflows and can't speak to how well it handles the quirks of those other platforms.
If you're a Fusion 360 or SolidWorks user, CADGPT has nothing for you. It doesn't integrate with those tools. It doesn't generate Python scripts for Fusion's API, despite what you might hope. It doesn't know what FeatureScript is. Its world is AutoCAD-adjacent, and outside that world, it's a general-purpose chatbot in an expensive suit.
If you're looking for AI CAD automation in a broader sense, tools like CADAgent (which operates inside Fusion 360) or even just using Claude or ChatGPT directly to write Fusion 360 API scripts will get you further than CADGPT will. The LLM underneath CADGPT isn't doing anything that a well-prompted general-purpose model can't do for the same scripting tasks, and the general-purpose model is usually free or cheaper.
The pricing problem#
$199 a year is not a lot of money in the context of professional CAD software. But it's a lot of money for a wrapped LLM chatbot, especially when the underlying capability (generating AutoLISP and answering CAD questions) is available through ChatGPT, Claude, or any other general-purpose LLM for less money or for free.
The argument for CADGPT would be that it's tuned for CAD workflows and integrated into the AutoCAD environment. Fine. But the integration is a sidebar panel, not a deep plugin that reads your drawing and suggests context-aware automation. It doesn't know what you're working on. It doesn't see your layers, blocks, or geometry. It's a chat window that happens to live inside your CAD application instead of in a browser tab. That's a convenience, not a capability.
If BackToCAD added actual drawing awareness, the ability to analyze your current file and suggest automations, generate scripts based on your existing geometry, or even just read the entities in your drawing and offer context-relevant help, that would be worth $199. As it stands, I'm not sure the integration alone justifies the price over a general-purpose alternative.
The verdict#
CADGPT is a misnamed product that does something narrower and less exciting than its name implies. It's not text-to-CAD. It's an AI scripting assistant for the AutoCAD ecosystem with some general-purpose features bolted on. If you know that going in, and if you write LISP or ObjectARX code regularly, it can save time. The code generation is competent for common tasks, the engineering calculator works, and the CAD reference answers are mostly right.
But the name is going to keep confusing people who are looking for geometry generation, the price is hard to justify against free alternatives that do similar things, and the padded feature list (email generator, web page generator) suggests a product that's not entirely sure what it wants to be.
I'd recommend trying it only if you're an AutoCAD-centric workflow person who wants scripting help inside the application. For everyone else, there are better ways to spend $199.
Newsletter
Get new TexoCAD thoughts in your inbox
New articles, product updates, and practical ideas on Text-to-CAD, AI CAD, and CAD workflows.