Any apps to load schematic for AI analysis?

geso

New member
Are there any apps where you can load jpg schematics for the AI to analyze it and let you simulate it, for example allowing you to send a signal into the modelled pedal described on a schematic to test it at different points like you do with an audio probe?
 
There’s no app that does that.

I’ve found LLMs to be fairly unreliable when it comes to reading schematics from an image. Lots of mistakes. Also, even it does read it accurately, it still gets a lot wrong about general electronics in the context of guitar pedal circuits.

I have been able to generate schematics by having the LLM create KiCad projects. They are usually a mess visually, but you can straighten the lines out after opening it. I mention this because I imagine one could get better schematic results by having it read KiCad files. They are basically code, and these tools have been optimized for developers working with code. But that still doesn’t solve the problem of the LLM making mistakes with basic electronics questions.

For the core of what you want, it sounds like LTspice would be the tool to use.

So if you solved the reliability issue with understanding schematics, you could build a multi-agent flow with skills for KiCad and LTspice, with an integration layer between the two.
 
For the core of what you want, it sounds like LTspice would be the tool to use.
It is LTspice that I am also considering. Found another one called Flux that is claimed to be able to import schematic images. But still unsuccessful at the moment. Not sure if my browser is outdated or I am doing something wrong. It interprets all parts correctly, but the image it displays is a mess. Could not get to the point to confirm the wiring though. The tiral version is limited, and your free credits end before you could finish the import by verifying the wiring.
 
It is LTspice that I am also considering. Found another one called Flux that is claimed to be able to import schematic images. But still unsuccessful at the moment. Not sure if my browser is outdated or I am doing something wrong. It interprets all parts correctly, but the image it displays is a mess. Could not get to the point to confirm the wiring though. The tiral version is limited, and your free credits end before you could finish the import by verifying the wiring.
That sounds like what we usually call "a scam".

Well, it could just be a shitty product, but drawing the line between the two is not always easy.

Tbh I simulated a tonestack from a pedal in LTSpice and it was faster and easier than I expected, and it felt like I would get a lot faster if I did it more. There's always a balance you should do with looking for easier ways to do something or just doing it the hard way, but in this case I feel like you would save the most time if you just put the schematic into LTspice yourself. Maybe in the future AI tools are the better option, but I don't think we're quite there yet.
 
Back
Top