Comment Re: Reviewing code is more effort than writing cod (Score 1) 71
I've tried LLM agents for coding. I find they they do an OK job at getting a small project off the ground. Afterwards they're useless for me. However, it really depends if you're writing code that's essential a copy & paste of common code on the internet or if you're writing something new. What I haven't tried is using agents only to unit test my code. That could possibly work out ok.