this machine will do anything to make things worse. and then refuse to understand it.
fair enough it was trained like that. Internet is full of garbage.
@krzyzanowskim @brandonhorst I've gone down the "carefully plan everything" track several times. I'll accept that @steipete is much better at this than I am (both AI and coding generally), and that he uses Gemini (not approved for my professional work), but I generally find that extensive planning is time wasted.
Better for me has been: I do most of the coding and Claude helps with boilerplate, individual methods, code reviews, improvement suggestions, and some light refactoring,
@cocoaphony @krzyzanowskim @brandonhorst @steipete Same for me.
I can’t let myself let it run loose, at least I’m not there yet with prompting. And frankly nor is Claude advanced enough yet, at least in the usage I needed in the last week or so.
Thus I closely monitor what it does, stop it as soon as I see it’s veering off what I want and generally use it as very fast personal coder assistant.
@steipete @cocoaphony @krzyzanowskim @brandonhorst
My favorite use case for Claude so far is analyzing existing code base. It's ability to summarize its findings is frankly speaking far better than mine.
Here's just this morning, where I'm trying to understand Socket.io's "we are not WebSocket implementation" claim.
It gave me this in less than 5 minutes.