Its one thing to generate code by AI ... thats reasonably straightforward. I put together a web based "wrapper" around SKiDL which is a open source Hardware Description Language for Kicad schematic design and integrated an AI link so it can find parts and generate schem texts and surprisingly it works like a charm.
The reason HDL is important here is because LLMs can interpret it really well because it is text based - there is no ambiguity.
Below is the output to the following request : "generate a circuit for a vlf detector with ground balance and discrimination using only discrete transistors and passive components"
... and it output the circuit below ..Dunno if it works .. but it looks good. You dont need Kicad installed though... you tell the AI things like "Change amp using Q7 to a differential pair" or similiar.
The full circuit looks like this .... The layout looks weird because I only worked on this for a couple of hours this morning and the auto layout is machine generated ...so stay tuned. :-).
PS I am not building this detector, I am building a plain language circuit designer.
The reason HDL is important here is because LLMs can interpret it really well because it is text based - there is no ambiguity.
Below is the output to the following request : "generate a circuit for a vlf detector with ground balance and discrimination using only discrete transistors and passive components"
... and it output the circuit below ..Dunno if it works .. but it looks good. You dont need Kicad installed though... you tell the AI things like "Change amp using Q7 to a differential pair" or similiar.
PS I am not building this detector, I am building a plain language circuit designer.

Comment