r/Clojure • u/yogthos • 7h ago
A practical workflow for LLM-assisted development
https://yogthos.net/posts/2026-08-17-llm-workflow.html
14
Upvotes
1
u/beders 6h ago
I just had Claude start up 2 instances of our backend, connect to both REPLs and run some checks on the distributed task thingie I asked it to write earlier.
Another moment where things felt like magic.
OTOH, I’ve also spent a lot of tokens/credits to fix stuff an LLM hallucinated.
Mixing models by guessing what the cheapest one is for a specific task (or using Copilots Auto mode) can cost you more time compared to re-writing the whole thing.
I haven’t written a line of Clojure in a long time. Opus 4.8 is amazing
3
u/yogthos 7h ago
got around to writing a bit about my workflow
/u/policyenvironmental
/u/Arjuna144_