im honestly so close to just deleting claude code off my machine because its driving me insane. i keep throwing tasks at it and it just gets stuck in these weird loops or generates code that makes absolutely no sense. i have a deadline for a small web scraper tool next week and i feel like im wasting more time fixing its mistakes than actually coding. my logic was that if i provided better prompts it would get better but clearly im missing something fundamental here. do i need to get better at breaking down tasks or is there a specific way to structure the context files so it doesnt hallucinate? how are you guys actually getting useful output out of this thing?
Honestly, stop treating it like a human. You need small, modular steps. I've been super happy using Cursor AI Code Editor Pro or just keeping context tight with Claude 3.5 Sonnet API.
Look, I have been coding for decades, and tools like this are just glorified autocomplete if you do not babysit them. In my experience, if you are getting loops, your context is likely too broad. You need to stop throwing the whole project at it. Here is how I keep things stable:
Came here to say the same thing lol. Great minds think alike I guess.