logoalt Hacker News

vomayanktoday at 12:44 AM1 replyview on HN

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?


Replies

_fizz_buzz_today at 12:52 AM

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.