Remix.run Logo
JacobiX 3 hours 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.

skrebbel 3 hours ago | parent [-]

> it nailed it, but only solved it partially

Hey either it nailed it or it didn't.

joaogui1 3 hours ago | parent | next [-]

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

JacobiX 2 hours ago | parent | prev [-]

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