6 ms·
>I do not operate the LLM in a sterile text editor. I operate it from within a Lisp REPL I'd be very interested in reading more about this.
by stackghost 1mo ago
>I do not operate the LLM in a sterile text editor. I operate it from within a Lisp REPL
I'd be very interested in reading more about this.
- drob518 1mo agoIf you write a harness in Lisp, you can easily access the running Lisp environment via tools, one of which can be a repl tool. This allows the model to do whatever it wants within that environment. Obviously, this is “dangerous” and should be sandboxed.