Most active commenters

    ←back to thread

    Google is winning on every AI front

    (www.thealgorithmicbridge.com)
    993 points vinhnx | 14 comments | | HN request time: 0.702s | source | bottom
    1. 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 #
    2. jinay ◴[] No.43661938[source]
    Cursor is likely very tuned for Claude (prompts-wise and all) due to its dominance with 3.5 and now 3.7. Still, Gemini 2.5's tool calling has been pretty poor in my experience which Cursor heavily relies on.
    replies(1): >>43663479 #
    3. SparkyMcUnicorn ◴[] No.43661985[source]
    It depends on the task, and prompting feels different.

    I've found that sonnet is possibly better at starting things from scratch and frontend code, while Gemini has been able to one-shot difficult problems and fix bugs that sonnet has struggled with.

    Switching between them is a frequent occurrence for me.

    It might be relevant that I've completely stopped using Cursor in favor of other tools/agents.

    replies(1): >>43663092 #
    4. 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 #
    5. entropyneur ◴[] No.43662194[source]
    Same. I went back from Gemini to Claude yesterday, because Gemini was writing decidedly worse code, at times not even able to stick to Python syntax. Using Aider.
    6. 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 #
    7. thawab ◴[] No.43662342{3}[source]
    I hope this will help:

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

    replies(1): >>43663262 #
    8. Kholin ◴[] No.43662360[source]
    Same here. I've seen some articles and LLM benchmarks that Gemini 2.5 Pro is better than Claude 3.7 on coding, but base on my recent experience of solving code problems with two products, Claude still gave me better answer, Gemini response are more detail and well structured, but less accurate.
    9. ddalex ◴[] No.43662583[source]
    Use Roo Code, Cursor is terrible
    10. pzo ◴[] No.43663092[source]
    > It might be relevant that I've completely stopped using Cursor in favor of other tools/agents.

    Can you share what you use these days? I switched from cursor to windsurf but also want to play more with Trae and Cline/RooCode

    replies(1): >>43669348 #
    11. esperent ◴[] No.43663262{4}[source]
    It does, thank you. Looks like Roo decided to add all the options.
    12. mjirv ◴[] No.43663479[source]
    Yep. Tool calling is terrible across all Gemini models. I’m not sure why, when the model itself is so good.
    13. SparkyMcUnicorn ◴[] No.43669348{3}[source]
    If I were to recommend one to someone today, I might pick RooCode. I'd suggest checking out boomerang mode and RooFlow on GitHub.

    Here are some others that I've tried and could recommend, in no particular order:

    - https://github.com/ai-christianson/RA.Aid

    - https://github.com/anthropics/claude-code

    - https://github.com/block/goose

    - https://github.com/hotovo/aider-desk

    I've also created a few "agents" to do specific tasks using Probe[0] as an MCP server, although I'm sure you could create a full-fledged agent with it if you wanted to.

    [0] https://github.com/buger/probe

    14. cootsnuck ◴[] No.43673773[source]
    I literally was just using Cursor agent mode with Gemini 2.5 pro two days ago...and it worked wonderfully. One-shots simple app redactors first try.