dobrovolskiy.com
RU
← Notes2026-09-02 · by Dmitriy Dobrovolskiy

Hire a developer to build an AI agent plugin for AutoCAD, FreeCAD or your engineering software — by the hour, live

LLM agents that live inside CAD: document snapshot, read tools, confirmed write tools, per-document memory, Claude or any OpenAI-compatible model, installers. Built live on a shared screen, billed per hour. Proof: AutoGAD (AutoCAD 2025, .NET 8) and FreeGAD (FreeCAD workbench, Python).

I build LLM agents that run inside engineering software — AutoCAD, FreeCAD, or whatever your team draws in — live on a Zoom or Telemost call, billed by the hour. The pattern is proven twice: AutoGAD, a .NET 8 plugin for AutoCAD 2025/2026 that I use daily for electrical and lighting documentation, and FreeGAD, the same agent as a FreeCAD workbench in Python. Snapshot of the open document, read tools, write tools behind a confirmation dialog, memory per document, dual-provider client, installers and telemetry.

Who this is for

What a session looks like

We open a Zoom or Yandex Telemost call, I share the screen, and the plugin is written in front of you: the code, the host application, the tool calls scrolling by in the chat palette. You redirect as we go; commits land in your repository. The timer stops when you say stop, and the first 15 minutes are free so we can check the fit. Longer blocks are the same rate, invoiced per session or weekly.

What I actually build

Proof

Read the design notes: what a CAD copilot actually needs and what Claude can and cannot do with a DWG.

How it usually goes

First session: your host application, its scripting API, and a read-only agent that answers questions about the open document. That alone is often worth having. Next: the first write tool your team actually needs, behind a confirmation dialog. Then memory, installer, and the persona that knows your standards. You get a working plugin after every session, not a demo at the end.

FAQ

Which host applications can you do this for?

Anything with a scripting or plugin API: AutoCAD 2025+ (.NET 8), FreeCAD (Python), KiCad (Python), and in-house engineering tools. If a program can be scripted, the agent pattern fits.

Can the model work without sending drawings to the cloud?

Yes. The client speaks to any OpenAI-compatible endpoint, including a local server on your network, and the snapshot it sends is a compact description rather than the file itself.

Will the assistant change drawings by itself?

Not unless you let it. Every write tool shows a confirmation dialog with the exact change and is a single undo step; auto-approve is off by default.

How do we start?

Write to me with the host application and one task your engineers repeat by hand. We schedule a call; the first 15 minutes are free.

Want something like this?

I build it live on a Zoom call, you watch the screen, the timer stops when you say stop. First 15 minutes are free.

$50 / hourBook an hour

More projects

AutoGAD: Claude inside AutoCADAn LLM agent docked inside AutoCAD 2025 that reads, audits and edits live drawings.