Hacker News new | ask | show | jobs
by JacobiX 208 days 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.
1 comments

> it nailed it, but only solved it partially

Hey either it nailed it or it didn't.

Probably figured out the exact cause of the bug but not how to solve it
Yes; they nailed the root case but the implementation is not 100% correct