This is cool and I had a little play around with it. The basic concept is integrating an AI agent interface inside KiCad.
I had some success with this prompt:
> Please design a simple, low cost amplifier circuit for the TEMD6200FX01 photodiode.
It's not news that LLMs can generate simple circuits, but what's useful about the integration is that the AI will iterate until KiCad's circuit 'linting' checks pass (which is a workflow that you can't trivially enable using a generic AI tool). On the other hand, the resulting schematic was so ugly I'd have rather just have made it myself.
foldr•1h ago
I had some success with this prompt:
> Please design a simple, low cost amplifier circuit for the TEMD6200FX01 photodiode.
It's not news that LLMs can generate simple circuits, but what's useful about the integration is that the AI will iterate until KiCad's circuit 'linting' checks pass (which is a workflow that you can't trivially enable using a generic AI tool). On the other hand, the resulting schematic was so ugly I'd have rather just have made it myself.