3 comments

  • iterateoften 2 minutes ago
    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.

  • Archit3ch 9 minutes ago
    Nice! Doing something similar with a Jumperless so that the model can reconfigure the circuit on the fly.
  • vomayank 2 hours ago
    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?

    • _fizz_buzz_ 2 hours ago
      Claude can absolutely correct itself and change the source code on the MCU and adapt. However, it also does make mistakes, such as claiming it matched the simulation when it obviously didn't. Or it might make dubious decisions e.g. bit bang a pin instead of using the dedicated uart subsystem. So, I don't let it build completely by itself.