Need help?
<- Back

Comments (30)

  • iterateoften
    Beware. I had Claude code with opus building boards and using spice simulations. It completely hallucinated the capabilities of the board and made some pretty crazy claims like I had just stumbled onto the secret hardware billion dollar project that every home needed.None of the boards worked and I had to just do the project in codex. Opus seemed too busy congratulating itself to realize it produced gibberish.
  • Eextra953
    Nice scope! I had a similar experience with using Claude to automate circuit design/simulation/optimization and found that they are not good at it. They are surprisingly good at taking raw files and describing what is in them, but they fall apart when trying to do anything other than design the simplest circuit. I think it is because they have no concept of the physics behind a circuit, so they cannot make changes that a designer would make. For optimizing a circuit using, say, an EM simulator, they don't know what to tweak and how to tweak it. In the end, I had to write a script to talk to the simulator and create a config file that specified the bounds of the simulation: step size, optimization algorithm, min, max, etc. Only then could I use an agent to call the script to optimize the circuit.
  • skyberrys
    This is an interesting use case with Claude. It sounds like you took away some tedious work with the checking of waveforms, and you are able to speed up your design loop because of it.
  • andrewklofas
    Hit this exact wall six months back building Claude Code stuff for KiCad review[1]. First pass let Claude read .kicad_sch directly via grep/read. It happily invented pin numbers that didn't exist. Rewrote it with Python analyzers that spit out JSON, now Claude just reads the JSON, problem mostly went away.Curious how spicelib-mcp handles models that aren't in the bundled library. Do you pass the .lib path as a tool arg, or does the server own a registry?[1] https://github.com/aklofas/kicad-happy
  • Scene_Cast2
    I've found that having LLMs work with mermaid diagrams makes describing and modifying circuits less annoying.
  • walski
    > SPICE (Simulation Program with Integrated Circuit Emphasis) is a general-purpose, open-source analog electronic circuit simulator. [1]1: https://en.wikipedia.org/wiki/SPICE
  • dharma1
    this kind of thing is super cool to close the loop.waiting for FPAA to get better so we can vibecode analog circuitshttps://www.eetimes.com/podcasts/making-analog-chip-designs-...
  • vomayank
    Very cool idea closing the loop between simulation and real hardware.Have you found the MCP-driven workflow reliable enough for repeated testing cycles, or does it still need manual verification at key steps?
  • kleene_op
    Really nice. My mother is an applied Physics teacher, and she told me they had a hard time at work figuring out how they could connect their teaching material to LLM in a relevant way. This should be useful to her.
  • Archit3ch
    Nice! Doing something similar with a Jumperless so that the model can reconfigure the circuit on the fly.
  • hulitu
    Measure with a micrometer, mark with a pencil, cut with an axe.
  • hexo
    Heh, this is like the last thing you need claude for. I mean, you have eyes and brain.
  • mystraline
    Can we start pivoting to local LLM integration rather than choosing a service that has something like 5 rug-pulls?Ye'ol poop splatter (Claude) is getting worse, more expensive, and anti-user. Local may be slower, but it is where the future of LLMs are going to.
  • pixelsort
    [dead]
  • pukaworks
    [dead]
  • redoh
    [dead]
  • alex1sa
    [flagged]
  • strimoza
    [dead]
  • yashjadhav2102
    [dead]