If you give it a real solver to drive and business constraints to operate under, it will do pretty good job (which is to map your business rules to constraints and balanced costs, develop deterministic tests, probabilistic tests, acceptance gates, all boring stuff).
Can AI design circuit boards yet?
21–30 of 248 posts
Re: Can AI design circuit boards yet?
#22Have tried this a few times. While AI has been helpful in talking through component choices and other topics, it’s consistently been a spectacular fail each time in actually designing the board. I’ve had similar results asking AI to design 3D models for 3D printing. “Coach me on optimizing error on my printer”… helps. “Build me a print ready file to these specs.”… it’s like a drunk cat attacked my computer. Just conf…
Re: Can AI design circuit boards yet?
#23I know a startup [1] that tries to accomplish this. [1] https://www.schematik.io/
Re: Can AI design circuit boards yet?
#24Re: Can AI design circuit boards yet?
#25I got a flexpcb that validates in JLC and PCBWay DRC tools from the KiCAD MCP Server and Codex. I have yet to order any or program it, but it was enough to make me push on with a PCB art project for ST-style guitar pickguards - no netlist, no problems. I'm also foolishly toying with NeXTBus dev boards for the Cube. Is it cursed? Probably. https://github.com/itomato/NeXTBus-Dev-Board
Sweet, do you have the pickguard project live somewhere? I want to check it out!
Re: Can AI design circuit boards yet?
#26I think the new Astra computer use demos show that the models might be able to do things like inspection of real world objects if given a camera. Super excited to see real world feedback added into the agent loops we have gotten used to working with. Could you let the model print and test the circuit boards it is prototyping with a jig?
The way I found this out is I propped it up next to a webcam so it was more or less full frame, and I had the (then new) Fable write a python script to bezier warp the camera capture to a flat projection of the screen. At that point I couldn't address the whole screen. Once I'd guided the capture script I just left the LLM overnight with the instruction to get full control confirmed by a capture round trip, and it was meaningfully finished in a couple of hours. I don't really have the skills to attempt that myself in a reasonable time frame.
Re: Can AI design circuit boards yet?
#27Re: Can AI design circuit boards yet?
#28I got a flexpcb that validates in JLC and PCBWay DRC tools from the KiCAD MCP Server and Codex. I have yet to order any or program it, but it was enough to make me push on with a PCB art project for ST-style guitar pickguards - no netlist, no problems. I'm also foolishly toying with NeXTBus dev boards for the Cube. Is it cursed? Probably. https://github.com/itomato/NeXTBus-Dev-Board
Re: Can AI design circuit boards yet?
#29I'm excited by the option in Astra to route PCBs. The next pain-point is sourcing the components from Digikey, LCSC, etc., and finding suitable substitutes if necessary. Of course this assumes the LLMs can already read datasheets because that's the biggest pain-point in designing electronics. It's like filling out tax forms. Finally it would be great if LLMs could extract simulation models from datasheets!
Not sure whether you played with llm datasheet extraction lately, but they are working their way up there. Even started reasoning about curves and footnotes.
Where do you think is the biggest pain point: part discovery, datasheet verification or substitute determination?
Re: Can AI design circuit boards yet?
#30the answer is a resounding yes: https://github.com/seanwevans/pynq_butterfly
For circuits I would trust a netlist or DRC/ERC review, checking a design against reference circuit values, probably not placement as that tends to be guided straight from a datasheet where it makes a difference and I like the artistic side of it.