top | item 39391978

(no title)

rock_hard | 2 years 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

discuss

order

delfinom|2 years ago

Btw, you guys are violating the ViewCube patent that Autodesk has. You should be careful. https://patents.google.com/patent/US7782319B2/en

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.

reaperman|2 years ago

> 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.

Oddly, this is exactly the type of person for whom AI will result in a failure. You can get AI to generate this bit and instantly know how to integrate it and if it's got a major error/oversight.

I literally tried to do this with a 9V battery and a vape cartridge (simple resistance load) to jerry-rig a vape whose power source had died but the rest worked fine. I had a box of all the most common op-amps, transistors, and some voltage regulators. Also plenty of other passives on-hand, pretty much anything that could be needed. I asked a variety of AI's including ChatGPT-4 and Flux.ai to design this for me. But none of them worked for providing enough current, or even generally the right voltage.

And I didn't know enough about electronics to know what wasn't working.

I use AI a lot in software programming. But I use it for the basic, boring boilerplate stuff that I just don't want to type. It frees up my time and brainpower to spend on the hard parts with trickier data structures and algorithms where there's no "right" answer, just different trade-offs. Using AI for the simple stuff is easy because I can quickly read the code that is output and instantly find any errors before I copy/paste it into my work. But if I ask the AI to make something complicated, it can take awhile for me to see where the errors are, or that there's a subtle structural problem with the architecture that's making things far more complex than they need to be. These parts are better hand-crafted.

15155|2 years ago

I've spoken to your team and spent a bit of time using it, I have given this feedback to them as well.

Kicad is a long way from being usable for high speed boards and Flux is currently far less usable than that.

I am sure Flux might be 3-5x more productive for folks slapping an ESP32 and some LEDs down on 2 layers, but it's basically impossible to do any kind of real board with substantial power delivery or high speed routing. I can't even imagine trying to route a 8L board with Flux, much less a 20L board with HDI (can you do HDI?)

Cool beginnings, but ultimately DOA from the difficult fact that I am not going to lock up my business's IP in your proprietary web service. I don't know how you are going to ever get past this particular sticking point: at least with Altium, I have a SchDoc I can parse when things go south - and an offline copy of the software.

m00x|2 years ago

They have to start somewhere. Give them time, they'll end up working on it.