It would decide arbitrarily not to finish tasks and suggest that I do them. It made simple errors and failed to catch them.
It would decide arbitrarily not to finish tasks and suggest that I do them. It made simple errors and failed to catch them.
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.
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.
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://www.reddit.com/r/RooCode/comments/1jn372q/roocode_vs...
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.