Hi HN! I built a small tool that lets you describe simple circuits in plain English and get a schematic. You can then ask follow up questions like "whats the voltage drop across R1?" or "How would you calculate the Thevenin equivalent resistance?"<p>Emphasis on simple—right now it handles very basic circuits (think: 1 voltage source, a few resistors, maybe a cap).<p>I built it because I am a mechanical engineer by training and sometimes forget basic EE. LLM's are making it so quick and easy to understand codebases, I thought it would be cool to try and build the same for circuits.<p>It's a prototype for now, but I think it could eventually be really useful for autodidacts, students, and engineers looking to brush up their circuit theory.<p>Would love feedback on what works, what doesn't, and where you'd want it to go next. Link: <a href="https://circuit-tutor.xyz/" rel="nofollow">https://circuit-tutor.xyz/</a>