|
|
|
|
|
by rock_hard
847 days ago
|
|
Silicon is the most important resource in the world, as evidenced by FAANG FAANG’s ability to scale up compute is limited by their ability to design, test, and manufacture silicon. Every competitive AI company is working to build it’s own Everyone is focused on making software layer more efficient, we are seeing 3-5x productivity gains I am the founder of https://flux.ai and we are the only ones making the hardware layer more efficient, 6-15x productivity gains! As you saw with NVIDIA’s growth, the hardware side of this is as valuable as the software side Flux.ai is a AI first hardware design platform build for the modern age. Our mission is to take the “hard” out of hardware LFG |
|
It's why we never implemented it in KiCad, and why Blender has a "2d drawn navigation controller" instead of 3d drawn.
But yea, I'm not the biggest fan of the Flux approach but maybe I'm too traditionist. I'm a big fan of _understanding_ the design. Yes, I can even use a code gen to generate a fuck ton of boilerplate now with AI. But do I actually know what it's doing? At a surface level sure, at the indepth level? Ugh I don't look.
The penalty of using AI at hardware is the designer loses any forced motivation to actually understand what they are designing. This is critical to be able to troubleshoot designs, and even do things like worse case failure analysis and anything fancier.
For simple designs, sure, you probably don't care or need to know much about a LM317 linear regulator putting 5V to a terminal block.
For advanced designs, from my and many others experience, the problem escalates to chips having undocumented errata and even datasheets just being wrong. If you don't read the datasheet in the first place in the design, you'll be even more lost trying to figure out what's going on. You ultimately have to reach out to the semiconductor vendor and go back and forth, but if you don't even have that starting knowledge you aren't going to be very productive doing so.
Otherwise if I want a generated design for something simple, I could just use TI's WebBench and the like to generate them, no AI required :shrug:. I still get bit once in awhile with regulators that have compensation loop issues contrary to the datasheet the generator was based on. Hah.