Ask HN: How are you using AI / LLMs for coding?
3 bryanhogan 3 9/9/2025, 11:02:35 PM
I recently have been trying out Cline within Visual Studio Code and Claude Code. Before that I had just mostly been using ChatGPT Projects where I copy and paste things into.
So I'm wondering, what setup do you use? What is most productive for you?
Recently tried "agentic" coding with Claude Code Max after being pestered by a colleague to give it a try. I had no luck with it. Letting it loose on a project led to many disastrous commits. A decent change was frequently followed by some disastrous dog's breakfast of a change where it tried to rewrite most of the code trying to fix some minor problem.
However, restraining it and then having to babysit every change made it no more effective than RooCode albeit with worse UI. In the end I gave up and cancelled the Claude Max subscription.
I do not believe people claiming they can make it work in an autonomous fashion. Even with a good scaffold of tests it lies about compliance or disables tests that don't pass.