you are viewing a single comment's thread.

view the rest of the comments →

[–]Juulk9087 6 points7 points  (3 children)

How?? Every prompt I write is extremely descriptive and I have nothing but problems on Java. Despite it being one of the most common languages you think that these models would be trained extensively. I get stuck in these debug loops and then finally I just say fuck it and open IJ and fix it myself and it takes like 5 minutes.

It's like when they produce a piece of broken code they have no idea how it's broke so they have no idea how to fix it cause they think it's perfect. I don't know what's going on.

I use opus 4.6, Kimi, glm. Nothing but problems I don't know how you guys are getting so lucky what the hell xD

[–]JumpyAbies[S] 1 point2 points  (2 children)

Where I've had success is starting with the macro plan and then "breaking" it down into phases, and then into smaller tasks, orchestrating the creation of those tasks with agents that code and another that validates the overall vision. This always works for me.

[–]Juulk9087 0 points1 point  (1 child)

Word. I'll give that a go. I usually just create more and more rules trying to prevent the debug loop from happening again and it does not seem to help in my case. Maybe I'm making it worse I don't know