zlacker

[parent] [thread] 1 comments
1. ionwak+(OP)[view] [source] 2025-05-06 21:59:10
fantastic reply thanks, can I ask if you have tried cursor? I use to use claudecode but it was super expensive and got stuck in loops. ( I know it is cheaper now). Do you have any thoughts?
replies(1): >>ramoz+x3
2. ramoz+x3[view] [source] 2025-05-06 22:28:27
>>ionwak+(OP)
I spend the money on Claude Code, and don't think twice. I've spent low 1,000s at this point but the return is justified.

I use Cursor when I code myself. But I don't use it's chat or agent features. I had replaced VS Code with it but at this point I could go back to VS Code, but I'm lazy.

Cursor agent/chat we're fine if you're bottlenecked by money. I have no idea why or how it uses things like the codebase embedding. An agent on top of a filesystem is a powerful thing. People also like Aider and RooCode for the CLI experience and I think they are affordable.

To make the most use of these things, you need to guide them and provide them adequate context for every task. For Claude Code I have built a meta management framework that works really well. If I were forced to use cursor I would use the same approach.

[go to top]