Author Topic: AI PCB layout  (Read 2824 times)

0 Members and 2 Guests are viewing this topic.

Offline CyclotronTopic starter

  • Supporter
  • ****
  • Posts: 1680
  • Country: us
  • *POOF*
AI PCB layout
« on: January 29, 2026, 01:35:47 am »
I've been using a ChatGPT-based chatbot to generate PCB layouts in KiCAD.  At least to get the major stuff done, and then I poked at it.
I just saw this article, and it looks like others are much further along than I am on using AI to do PCB layouts.

AI seems to be a popular horse to beat these days.   :horse:   :popcorn:
 

Offline Randy222

  • Super Contributor
  • ***
  • Posts: 1519
  • Country: ca
Re: AI PCB layout
« Reply #1 on: January 29, 2026, 05:14:53 am »
When the work goes into creating the AI models, then that will yield excellent/acceptable results.

That article in-part says:

The folks at Quilter take a very different view. Based on their experience with
professional design teams, they believe this is not how real-world hardware
development works—at least not in the markets they are targeting. In these
environments, companies want their human design engineers to apply their expertise to architect the system, choose trusted components from vetted libraries, and create the schematic.


If that's their sentiment then they will soon be left filing for bankruptcy. The very aspects they mention, can be put into the AI model. No free lunch with AI. The folks with good models will get bigger piece of the pie.
 

Online Berni

  • Super Contributor
  • ***
  • Posts: 5310
  • Country: si
Re: AI PCB layout
« Reply #2 on: January 29, 2026, 07:13:33 am »
Can you show some examples of the PCB layout that is possible with AI?

Since so far i haven't really seen anything that was properly good. Seen some online platforms that claim they can do electronics design work with AI and i was not all that impressed. It was mostly just feeding netlists trough a general purpose LLM
 

Offline Siwastaja

  • Super Contributor
  • ***
  • Posts: 10888
  • Country: fi
Re: AI PCB layout
« Reply #3 on: January 29, 2026, 01:02:04 pm »
So... autorouter?

Autoplacement/autorouter algorithms have been a thing for over 30 years, and some of them are actually quite decent when used correctly. It is obvious that utilizing neural networks is exactly the right direction to go into to make already quite decent autorouters even better at it. I'm not surprised at all to hear it works quite well.

Similarly, in IC design (from HDL to masks, or from HDL to FPGA configuration) everything has been auto-place&route since early 1990's if not earlier, manual fine-tuning being a special exception.
« Last Edit: January 29, 2026, 01:04:15 pm by Siwastaja »
 
The following users thanked this post: Smokey

Offline CyclotronTopic starter

  • Supporter
  • ****
  • Posts: 1680
  • Country: us
  • *POOF*
Re: AI PCB layout
« Reply #4 on: January 30, 2026, 03:49:37 am »
Can you show some examples of the PCB layout that is possible with AI?

Since so far i haven't really seen anything that was properly good. Seen some online platforms that claim they can do electronics design work with AI and i was not all that impressed. It was mostly just feeding netlists trough a general purpose LLM

I don't have any designs I want to share publicly, but the article clearly gave one that was spun and produced. Did you look at that one?
 

Offline Smokey

  • Super Contributor
  • ***
  • Posts: 3783
  • Country: us
  • Not An Expert
Re: AI PCB layout
« Reply #5 on: January 30, 2026, 05:46:53 am »
Just thinking about how much of a pain in the ass it is to work with a human "layout guy" that didn't design the schematic but is doing the layout... Even if that dude is a good layout guy it's still painful because they have no way of knowing the design intent of everything.  Even if you did a great schematic and it has lots of layout notes, it's still a lot of back and forth.  This isn't even going into working with the mechanical engineer on connector and mounting placement, housing interferences, cable routing, etc.

So ya, LLMs (or anything else we have now) won't get us anywhere close to full AI Layout (in my opinion).  Autorouters obviously work fine.  But "here's a schematic, let me know when the layout is done" is still fantasy.
 

Online Berni

  • Super Contributor
  • ***
  • Posts: 5310
  • Country: si
Re: AI PCB layout
« Reply #6 on: January 30, 2026, 06:25:50 am »
I meant more an example of how the whole process goes.

The PCB design process is quite involved with the amount of cross communication required to bring together both the mechanical design and electrical design. So how much hand holding does such an AI need to crank out a good PCB.

If it is AI i would expect it to be a significant step up from the usual autorouters we had for decades. Those are far from "just making the PCB for you" you still need to take care of component placement, you need to feed it a lot of extra information and even then you wouldn't let it just have at it on the whole board (unless you like messy boards) but do it in sensible sections and check that it did what you wanted at each section.
 

Online hans

  • Super Contributor
  • ***
  • Posts: 1921
  • Country: 00
Re: AI PCB layout
« Reply #7 on: January 30, 2026, 08:05:56 am »
AI Clippy: do you want me to fanout that BGA for you?

People ✨somewhere✨ on the Dunning–Kruger curve: Please do!!

https://www.flux.ai/vasy_skral/stm32mp1-linux-card?editor=pcb_2d

AI Clippy: shall I use 10 layers for that?

People ✨somewhere✨ on the Dunning–Kruger curve: YES YES MORE

https://www.flux.ai/vasy_skral/spartan-ai-accelerator?editor=pcb_2d

 :horse:
 

Offline xplanate

  • Newbie
  • Posts: 1
  • Country: us
Re: AI PCB layout
« Reply #8 on: June 15, 2026, 09:29:19 pm »
Honestly, been playing around with ProtoFlow AI lately. You describe what you want in natural language, it pulls real parts from LCSC/DigiKey/Mouser and spits out KiCad/Altium files. way more useful than the netlist to LLM stuff. Still early, but it actually does something concrete instead of just wasting time.
 
The following users thanked this post: Cyclotron

Offline grx

  • Regular Contributor
  • *
  • Posts: 65
  • Country: fr
Re: AI PCB layout
« Reply #9 on: June 15, 2026, 09:33:16 pm »
and this is why we cant have nice things

is there any craft remaining that will not be infected by "ai" ?

cant wait for the bubble to burst.
 
The following users thanked this post: tooki

Offline Smokey

  • Super Contributor
  • ***
  • Posts: 3783
  • Country: us
  • Not An Expert
Re: AI PCB layout
« Reply #10 on: June 15, 2026, 10:46:01 pm »
...
is there any craft remaining that will not be infected by "ai" ?
...

Plumbers.  It will be a while before AI can crawl under a sink and replace a p-trap.
 

Offline Randy222

  • Super Contributor
  • ***
  • Posts: 1519
  • Country: ca
Re: AI PCB layout
« Reply #11 on: June 15, 2026, 11:34:32 pm »
...
is there any craft remaining that will not be infected by "ai" ?
...

Plumbers.  It will be a while before AI can crawl under a sink and replace a p-trap.
Well, maybe the AI issue has escaped you.
If the task is not suited for an AI humanoid bot, then I suspect AI will re-engineer the plumbing configuration so that the task can be carried out by the humanoid. ;)

The other issue,..... once the ML phase has been completed, bots no longer need to learn that task, the learned task is simply shared among the bots. Once one ant knows, they all know.
 

Offline Smokey

  • Super Contributor
  • ***
  • Posts: 3783
  • Country: us
  • Not An Expert
Re: AI PCB layout
« Reply #12 on: June 16, 2026, 12:30:12 am »
...
is there any craft remaining that will not be infected by "ai" ?
...

Plumbers.  It will be a while before AI can crawl under a sink and replace a p-trap.
Well, maybe the AI issue has escaped you.
If the task is not suited for an AI humanoid bot, then I suspect AI will re-engineer the plumbing configuration so that the task can be carried out by the humanoid. ;)

The other issue,..... once the ML phase has been completed, bots no longer need to learn that task, the learned task is simply shared among the bots. Once one ant knows, they all know.

... thats assuming they make plumbing robots.  but in order for the ML to be universal, all the bots would need to be the same, with the same tools.  You can't train self driving on a tesla and expect that to run without modification on a helicopter.
 

Online temperance

  • Super Contributor
  • ***
  • Posts: 1492
  • Country: 00
Re: AI PCB layout
« Reply #13 on: June 16, 2026, 01:03:32 am »
And, at how many dollars is this company being evaluated by some clueless people dreaming about more dollars?
« Last Edit: June 16, 2026, 12:36:12 pm by temperance »
 

Offline Randy222

  • Super Contributor
  • ***
  • Posts: 1519
  • Country: ca
Re: AI PCB layout
« Reply #14 on: June 16, 2026, 01:43:37 am »
...
is there any craft remaining that will not be infected by "ai" ?
...

Plumbers.  It will be a while before AI can crawl under a sink and replace a p-trap.
Well, maybe the AI issue has escaped you.
If the task is not suited for an AI humanoid bot, then I suspect AI will re-engineer the plumbing configuration so that the task can be carried out by the humanoid. ;)

The other issue,..... once the ML phase has been completed, bots no longer need to learn that task, the learned task is simply shared among the bots. Once one ant knows, they all know.

... thats assuming they make plumbing robots.  but in order for the ML to be universal, all the bots would need to be the same, with the same tools.  You can't train self driving on a tesla and expect that to run without modification on a helicopter.
If the Hyundai factory Atlas bots know how to build cars, it can also be trained to be the teacher for other non-Atlas bots. Each bot type can identify to other bots it's capabilities, they can all just simply adjust their ways to do the same task.

Bots will be able to share what they know, it's a boom bang process like nuclear fission for each single task shared, except there's no actual kinetic outcome.

You may not see it this June day 2026, but it's coming, and it's coming fast.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6009
  • Country: gb
Re: AI PCB layout
« Reply #15 on: June 18, 2026, 11:23:57 am »
You may not see it this June day 2026, but it's coming, and it's coming fast.

At the moment robotics is only really plausible when you have a defined point like a factory or workshop or lab.

So I would have no doubt that "pre-fab" houses could be constructed in "truck sized" components with plumbing already fitted, soldered and what not, by robots.

That will come at lot sooner than a "mobile" humanoid robot that can climb under your existing sink to fix it.

Even in the prefab world, the solution would be to remove that whole kitchen wall and counters and install a new one from the factory.

We don't have bots to do that install yet either.

"Close" in the terms of demos and some industrial and military trials is no where near "close" in terms of the human population permitting them to exist.  If you unleashed a team of bots onto the streets of London I can bet you a months salary they will be found in the Thames in a matter of days.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online tom66

  • Super Contributor
  • ***
  • Posts: 8593
  • Country: gb
  • Professional HW / FPGA / Embedded Engr. & Hobbyist
Re: AI PCB layout
« Reply #16 on: June 18, 2026, 12:07:26 pm »
Reviewed Quilter for work.

- Can't do HDI
- Can't do microvias
- Can't do complex breakouts from BGAs, e.g. diffpairs on alternate layers, without human intervention
- Can't do anything high density (they say generally max 20 pads per sq cm)
- Cost is equivalent to a good PCB engineer ($1/pin), plus you can't trial it on your real data unless you agree to them training on it

So far can't recommend it; but I will look at it again in a year or two and see if they've made enough progress.
 

Online tszaboo

  • Super Contributor
  • ***
  • Posts: 9533
  • Country: nl
  • Current job: ATEX product design
Re: AI PCB layout
« Reply #17 on: June 18, 2026, 12:56:54 pm »
"tool will automatically select the components, generate the schematic, and perform the PCB layout"
Ah, so it will do like 5% of the job then.
Most of my job is compliance, negotiating with suppliers, DFM, EMC and integration with the mechanical and firmware team. And sitting on meeting explaining that the project is "late" because most of my job is not that 5%.
 

Online tom66

  • Super Contributor
  • ***
  • Posts: 8593
  • Country: gb
  • Professional HW / FPGA / Embedded Engr. & Hobbyist
Re: AI PCB layout
« Reply #18 on: June 18, 2026, 12:58:27 pm »
I saw a good joke the other day.  It said, "as soon as a customer can explain exactly what they want, humans will be replaced by AI".  To which the reply was "ah, we've a job for life then!"
 

Offline CyclotronTopic starter

  • Supporter
  • ****
  • Posts: 1680
  • Country: us
  • *POOF*
Re: AI PCB layout
« Reply #19 on: June 18, 2026, 02:19:04 pm »
I saw a good joke the other day.  It said, "as soon as a customer can explain exactly what they want, humans will be replaced by AI".  To which the reply was "ah, we've a job for life then!"

reminds me of this meme that went around.
 
The following users thanked this post: tom66, amyk, Berni, Siwastaja


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf