is something like this possible in v3? https://clojurians.slack.com/archives/C7Q9GSHFV/p1710277324036059?thread_ts=1710184320.685499&cid=C7Q9GSHFV
that would be cool
Yeah the main issue here is that these AI generations accumulate and get large, so it seems to me like you want to use a virtual scroll pattern for this so that the state is on the server, and durable, you can refresh the page and get it back, and it doesnt matter how large your history is
in other words, use clojure to interact with the model provider and accumulate the result into a clojure data structure, and then use Electric to make a UI that attaches to it and windows over it
I really wonder if anthropic didn't secretly train on my api inputs of last year anyway 😆, Struggled quite a bit with missionary + llm streams using 3.5. Thanks for the snippet.
https://gist.github.com/tommy-mor/7fcd3eeed28ea0c9fb5dbb864b048043 4.5 sonnet spit this out, and it worked first try!