Oh man, backseat driver is awesome! Thanks for this, Peter! I'm using Vybe, opened the REPL in Emacs, but then connected from VSCode, then I've just asked it to use #clojure-eval and #calva-output (added it to a AGENTS.md as well) and it enabled the agent to figure stuff by itself (e.g. entities count, cursor design and, in the case here, tv rotation animation). I also have a way to talk to Blender directly, Vybe uses overtone and a ton of native libs... so let's see what else the backseat driver allows us to do, being able to use the REPL in place of any other MCP is wonderful o/
Paulo, what are you using to talk to Blender directly? That seems awesome.
Hi Steve o/ I was using https://github.com/ikappaki/basilisp-blender, it has a nREPL server, so you can send message to it from your JVM one ahaha
Haha, i must try this. It’s almost as if the agent is enjoying itself. Thanks for sharing!