Comment by simonw
1 day ago
You can use something like Claude Code or Codex CLI and tell it to run valgrind as part of iterating on the code.
1 day ago
You can use something like Claude Code or Codex CLI and tell it to run valgrind as part of iterating on the code.
how does it work? does it shell out to subagent? or it has full access to cli? what makes it not perform rm -rf /
> full access to cli?
yes
> what makes it not perform rm -rf /
by default -- regexes and prayers, but you're expected to use sandboxing
It works really well IMO.