Comment on I let LLMs write an Elixir NIF in C; it mostly workedparentComments−simonw1yYou can use something like Claude Code or Codex CLI and tell it to run valgrind as part of iterating on the code.−faangguyindia1yhow does it work? does it shell out to subagent? or it has full access to cli? what makes it not perform rm -rf /−anuramat1yfull access to cli?yeswhat makes it not perform rm -rf /by default -- regexes and prayers, but you're expected to use sandboxing−winrid1yIt works really well IMO.
Comments
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 /
yes
by default -- regexes and prayers, but you're expected to use sandboxing
It works really well IMO.