Has anyone had ANY luck with the auto mode? Especially in agent, it seems to hallucinate hard, forego any semblance of best practice, and often implements disastrous changes. I refine my prompts pretty hard for it because of this, but still the results are usually so bad I’d rather just copy+paste code into an AI elsewhere.
It certainly does not seem like these get routed to decent models. Is this user error or have others found Auto to be useless?
Show us what you do then? Other wise it’s completely useless unless you sit there and monitor it 95% of the time to ensure you delete its chopped up coding. Also when you ask what model it uses what response does it give? Please provide images.
Gemini 2.5 Pro will frequently refuse to tell you what model it is. But it does use Claude 4 Sonnet sometimes. I only have 2 instances open right now, on more basic projects, but it is using Claude 4 Sonnet on one of them.
It isn’t even close to being done yet, but I have it periodically working on a video game I have always wanted to play. I also have it working on programmatic video generation using Ollama’s llama3, I got image generation working programmatically AKA not using stable diffusion but using blender instead.
Auto is not perfect it makes a ton of mistakes, but the secret is to have enough instances open, that it doesn’t matter how long it takes.
Open 50 instances of cursor and then ask it on auto in a new chat every time, which model it is using. It does use Sonnet 4 sometimes.
Auto is absolutely useless, except for a very simple task on single file and not too long. Rather than using auto I prefer to copy parts of code and ask chatgpt. But of course it is very uncomfortable.
I’m running out of the pro license I signed up for, usually in 2.5 weeks. That makes my pro license unusable half the time.
I think it has a lot to do with the complexity of your prompts. I expected Sonnet-4 performance from a prompt while in Auto-Mode, and what I got was gibberish. The sonnet-4 performance allowed me to provide a prompt, such as ‘produce a plan to implement RBAC,’ and it enabled me to gather the 11 comprehensive steps needed to implement it and complete each one.
Auto Mode seems to work if you’re doing little steps at a time.
For me, I cancelled my Cursor subscription because I realized that as soon as my tokens to access Sonnet-4 prompts had run out, the subscription prevented me from continuing to program for the month. That’s no way to work. I’m currently on the bleeding edge with Code; laughs. But as a senior dev, I love it.
Really? I give auto a prompt of “Continue working” and it has made pretty complex things based on nothing more than the name of the project file. I get even better results if I put in the bare minimum work of listing all my requested features and requirements.