←back to thread

Google is winning on every AI front

(www.thealgorithmicbridge.com)
993 points vinhnx | 2 comments | | HN request time: 0.47s | source
Show context
Lukman ◴[] No.43661923[source]
In my experience Claude 3.7 is far superior for coding than Gemini 2.5. I tried it in Cursor and I wanted it to work, as a recent ex-Googler. I repeatedly found it inferior. I think it’s still behind Claud 3.5 for coding.

It would decide arbitrarily not to finish tasks and suggest that I do them. It made simple errors and failed to catch them.

replies(6): >>43661938 #>>43661985 #>>43661988 #>>43662194 #>>43662360 #>>43662583 #
thawab ◴[] No.43661988[source]
Your issue is because:

1- the cursor agent doesn’t work with gemini. Some times the diff edit even doesn’t work.

2- Cursor does semantic search to lower the token they sent to models.

The big advantage for Gemini is the context window, use it with aider, clien or roo code.

replies(2): >>43662240 #>>43673773 #
esperent ◴[] No.43662240[source]
> clien or roo code

What's the difference between Cline and Roo Code now? Originally Roo was a fork of Cline that added a couple of extra settings. But now it seems like an entirely different app, with it's own website even.

https://roocode.com/

replies(1): >>43662342 #
1. thawab ◴[] No.43662342[source]
I hope this will help:

https://www.reddit.com/r/RooCode/comments/1jn372q/roocode_vs...

replies(1): >>43663262 #
2. esperent ◴[] No.43663262[source]
It does, thank you. Looks like Roo decided to add all the options.