My friend is an electrical engineer. He designs circuit boards for a living. We were having dinner the other night, and when the topic of AI came up he told me rather confidently that he didn't think AI was coming for his job anytime soon. I kind of cautiously disagreed. He told me that the applications he used had no tooling for AI. I basically said "give it six months". I think in my googling now, it's already here…
Show HN: AI CAD Harness
41–50 of 108 posts
Re: Show HN: AI CAD Harness
#42As someone with a background in mechanical engineering, I'd love to be able to automate CAD design as it's quite tedious and only fun like 5% of the time, but I've tried these tools and I really don't think text-to-CAD is the right approach. It usually takes longer for me to come up with an accurate written prompt to fully dimension what I need than to just grab my space mouse and do it.
Could be camera and canvas to CAD - be more apt for your use case? Something akin to minority report + AI? Asking seriously. Context: Have some overlapping interest in the space because I am prototyping a camera based edge device that allows for AR/AI interactions.
Re: Show HN: AI CAD Harness
#43Is the internal data model of fusion structured enough to be understood with a text-based LLM? Or do you need to basically screenshot the render to understand what is happening? Would a more CAD-as-code based approach to CAD design be more suitable? Just like, LLMs have an easier time to build a presentation with latex than with powerpoint...
We are using a CAD as code approach! Like I said in the post we heavily leverage FeatureScript to drive Onshape and Python to drive Fusion
Re: Show HN: AI CAD Harness
#44My friend is an electrical engineer. He designs circuit boards for a living. We were having dinner the other night, and when the topic of AI came up he told me rather confidently that he didn't think AI was coming for his job anytime soon. I kind of cautiously disagreed. He told me that the applications he used had no tooling for AI. I basically said "give it six months". I think in my googling now, it's already here…
I largely agree with your friend. There's a big difference between it being possible, and it being adopted. A startup could come out with cutting edge AI integrated eCAD tools tomorrow, and ten years from now Apple will still be using Cadence to design the iPhone. Basically, unless the legacy eCAD companies decide to add it themselves, there's too much pain involved in switching tools — and even with that caveat, Cad…
A lot of the people who post online have no experience with the paid PCB tools and those tools already have quite a lot of automation, and the automation interfaces work between different CAD & EDA vendors. Shared, hierarchical, and repurposed schematics are also totally a thing.
I spend almost no time on boiler plate stuff. And with good constraints, which require serious thought and understanding, tons of routing & checks can be automated too. Right now.
So, IMHO, there is not a lot of fat in the process for AI to automate away without a lot more EE and physics models, and the ability to interpret multiple specs, built in. And the current AI tools are very far from that.
Re: Show HN: AI CAD Harness
#45My friend is an electrical engineer. He designs circuit boards for a living. We were having dinner the other night, and when the topic of AI came up he told me rather confidently that he didn't think AI was coming for his job anytime soon. I kind of cautiously disagreed. He told me that the applications he used had no tooling for AI. I basically said "give it six months". I think in my googling now, it's already here…
In case you are interested: https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
I will post more updates soon.
Re: Show HN: AI CAD Harness
#46As someone with a background in mechanical engineering, I'd love to be able to automate CAD design as it's quite tedious and only fun like 5% of the time, but I've tried these tools and I really don't think text-to-CAD is the right approach. It usually takes longer for me to come up with an accurate written prompt to fully dimension what I need than to just grab my space mouse and do it.
Could be camera and canvas to CAD - be more apt for your use case? Something akin to minority report + AI? Asking seriously. Context: Have some overlapping interest in the space because I am prototyping a camera based edge device that allows for AR/AI interactions.
Re: Show HN: AI CAD Harness
#47Earlier quoted context omitted.
We are using a CAD as code approach! Like I said in the post we heavily leverage FeatureScript to drive Onshape and Python to drive Fusion
Okay, I will read it and then probably need to google most of these :D
Here you can see how code drives the modeling
Re: Show HN: AI CAD Harness
#48Re: Show HN: AI CAD Harness
#49As someone with a background in mechanical engineering, I'd love to be able to automate CAD design as it's quite tedious and only fun like 5% of the time, but I've tried these tools and I really don't think text-to-CAD is the right approach. It usually takes longer for me to come up with an accurate written prompt to fully dimension what I need than to just grab my space mouse and do it.
It is quite impressive putting in a raw prompt and watching the model just one-shot it though: https://x.com/adamdotnew/status/2050264512230719980?s=20
Re: Show HN: AI CAD Harness
#50As someone with a background in mechanical engineering, I'd love to be able to automate CAD design as it's quite tedious and only fun like 5% of the time, but I've tried these tools and I really don't think text-to-CAD is the right approach. It usually takes longer for me to come up with an accurate written prompt to fully dimension what I need than to just grab my space mouse and do it.
Worc.dev might be for you. I might call it Jupyter for engineers. Founder is a Mechanical I seem to see one or two of these CAD projects a week. It’s cool, but the real value is design automation specific to my problem domain. Modeling isn’t usually that hard if you’re comfortable with the software. It would probably take as long to just think about what you need. I find more difficulty in maintaining coherence in co…