AcadMediator / field notes For: Guna

Where the AI actually is in your AutoCAD

A straight comparison of what Autodesk ships, what I've been quietly running on my own drawings on the side, and what any of it actually means for job security — not the panicked version.

Sheet1 of 1
ScopeAutoCAD 2024 / 2027
Rev2026-07-03
Drawn byClaude, for Yohanes
Bottom line, up front

Guna — I know this AI stuff has had you spooked, so here's the actual picture, not the headlines. Short version: nothing out there — Autodesk's or the thing I've been tinkering with on my own — can be left alone with a drawing. Every version still needs someone who understands the actual electrical design deciding what's right and catching what's wrong. What's changing is what part of the work that someone spends their day on, not whether they're needed.

Read on for the specifics, or skip to the last section if you just want the job-security verdict.

01

What Autodesk shipped in 2024

The AI that's actually in the product you already use every day — quietly, in the background, doing small things.

Autodesk · official · 2024

Smart Blocks

Watches where you've been placing block instances and infers where the next one probably goes, so you click less. Separately, it'll suggest a substitute block via a learned-preference model, your recent picks, or manual override.

Autodesk · official · 2024

Markup Assist & Trace handwriting recognition

If you've ever marked up a print by hand — "move this," "delete that" — this reads the handwriting on the Trace layer and maps it to actual MOVE/COPY/ERASE commands. Fades the markup once it thinks you've addressed it.

Verdict: narrow, click-saving, UI-only. No API hook into any of it — you can't script or read out what the ML model is doing. It's a feature, not a platform.
02

What Autodesk is shipping in 2027

A genuine step up — a conversational assistant, currently in tech preview. Worth knowing it exists even if you never touch it.

Autodesk · official · 2027 · tech preview

Autodesk Assistant

  • Chat that finds commands and answers "how do I…" questions in context
  • Upload a standards reference file, get conversational compliance checking against it — layers, linetypes, text, dimensions
  • Ask for a selection in plain English ("all dimensions with overridden values") and it actually builds that selection set for you
  • Flags geometry problems — gaps, misalignment — for you to fix
  • Can hand off across other Autodesk products (Revit, Civil 3D, Fusion) it thinks are relevant
Verdict: built on the same underlying protocol (MCP) as the thing I've been running for myself. But it requires an internet connection, it's closed to outside developers, and — this is the important part — every fix it suggests needs a human to click accept. Autodesk itself doesn't trust it to touch a drawing unsupervised.
03

What the thing I've been building on the side brings to the table

To be clear — this isn't a product, and I haven't set you up with it. It's something I've been building for my own drawings. Autodesk doesn't sell anything like it, because it's specific to how I actually work, not a general product.

AcadMediator · custom · my own side project
  • It can actually write to the drawing, unsupervised, when I tell it to — create, move, erase, batch-edit entities directly. Autodesk's assistant will only select or suggest; this one executes.
  • It can reach almost anything in AutoCAD's API, not just a curated feature list — about 11,500 addressable operations, so if AutoCAD can do it, this can usually get to it, including things nobody bothered to build a button for.
  • It runs against whatever drawing I already have open, over a local connection — no cloud round-trip required for it to work.
  • It's built specifically around my own work — circuit tracing, panel schedule / lighting-circuit numbering, spatial containment checks, block inventory — not generic drafting helpers.
  • I can change it. This week alone: rebuilt how it renders images, closed off a bug where it silently failed to detect a running AutoCAD instance, and trimmed what it exposes by default so it reasons better. Autodesk's version, you wait for their release notes.
Capability2024 (shipped)2027 (tech preview)This tool
Understands plain-English requestsNoYesYes
Edits the drawing without a click-throughOnly its own suggestionsNo — approve/dismiss onlyYes
Reaches the full CAD API, not a curated setNoNoYes
Works without internetYesNoYes
Its owner can extend or fix it themselvesNoNoYes
Understands my specific SLD/lighting workflowNoNoYes
04

What 2028 probably looks like

Speculation — not a roadmap, not a promise

Nobody's published 2028 yet, including Autodesk. This is me reading the trend line, not reporting a fact. Take it as "if I had to bet," nothing more:

  • Cross-tool orchestration (Assistant talking to Revit, Civil 3D, Fusion on your behalf) probably matures from "tech preview" into something ordinary.
  • Standards-compliance checking gets sharper and maybe semi-automated for the boring, unambiguous fixes — but I'd expect the accept/dismiss gate to stay, for liability reasons if nothing else.
  • More shops end up with something like this tool, because the underlying protocol (MCP) is becoming a standard rather than a one-vendor thing — meaning custom, open tooling gets easier to build, not rarer.
  • What almost certainly does not change: nobody's letting an AI stamp a set of drawings, sign off on code compliance, or take a call with a client about a design tradeoff. Those aren't drafting-speed problems, they're judgment and liability problems.
05

So — is your job actually at risk?

Here's the honest version, not the reassuring-sounding version:

The drafting drudgery is what's getting automated. Repetitive placement, markup transcription, the tedious parts of drawing cleanup — that's exactly what both Autodesk's tools and mine are chipping away at. That part is real, and it's not slowing down.

The judgment isn't. Every one of these tools — including the aggressive, unsupervised one I've been running for myself — still needs someone who knows what a correct electrical layout looks like, catches when the tool got it wrong (which happens — I hit real bugs and bad assumptions building this, constantly, this week alone), and is willing to put their name on the result. Autodesk's own assistant refuses to act without a human clicking "accept." That's not a limitation they'll casually remove — it's a liability decision, and it points at what actually can't be automated away yet: the accountable judgment call.

The realistic risk isn't "AI replaces electrical drafters." It's "an electrical drafter who's fluent in directing these tools gets a lot more done than one who refuses to touch them." That's a real threat to being behind, not a threat to the job existing. The people whose jobs actually disappear are the ones doing purely mechanical, zero-judgment work with no path to directing a tool instead of being replaced by one — and that's not you, Guna.