Hacker News new | ask | show | jobs
by pplonski86 1029 days ago
Congrats. Is there any way to provide feedback for LLM? Is there any way to ask for approval before code execution?
1 comments

Yes, you can iterate on the code being written by asking for changes— very much like ChatGPT. If it starts writing code you don't want, you can hit CTRL-C to stop generating, and give it your feedback right away.

And yes, `$: interpreter` runs in confirmation mode by default. You'll need to approve every block of code before it's run (bypass this with the `-y` flag).