You just made me wonder if REPL driven development and LLMs can be better combined somehow.
This is already a strong theme in the Clojure ecosystem, e.g.:
https://github.com/BetterThanTomorrow/calva-backseat-driver
I use a REPL in tmux. That lets Claude code read/write to it easily, as well as letting me take manual control to investigate.
This is already a strong theme in the Clojure ecosystem, e.g.:
https://github.com/BetterThanTomorrow/calva-backseat-driver