top | item 45970244

(no title)

JacobiX | 3 months ago

Tested it on a bug that Claude and ChatGPT Pro struggled with, it nailed it, but only solved it partially (it was about matching data using a bipartite graph). Another task was optimizing a complex SQL script: the deep-thinking mode provided a genuinely nuanced approach using indexes and rewriting parts of the query. ChatGPT Pro had identified more or less the same issues. For frontend development, I think it’s obvious that it’s more powerful than Claude Code, at least in my tests, the UIs it produces are just better. For backend development, it’s good, but I noticed that in Java specifically, it often outputs code that doesn’t compile on the first try, unlike Claude.

discuss

order

skrebbel|3 months ago

> it nailed it, but only solved it partially

Hey either it nailed it or it didn't.

joaogui1|3 months ago

Probably figured out the exact cause of the bug but not how to solve it

JacobiX|3 months ago

Yes; they nailed the root case but the implementation is not 100% correct