Cursor vs Claude Code – Looking for Community Feedback

Been using Cursor for work and Claude code for pet projects. IMO Cursor is better just as Carpathy said - It’s like they have given hands and legs to the LLMs:

  1. It has a great UI (yeah buggy as hell for some parts - but its better feeling than vscode)
  2. Huge catalogue of models for use + multimodal answers (unlike CC which limits us to one family)
  3. Code autocomplete is a nice addon
  4. Code indexing is done quite well, when I ask a question - it knows where to look
  5. The normal Agent mode can be used for everything - planning, coding, running browser things, running commands, debugging (although I miss custom modes - but I’ve started using User Rules in its place)
  6. Background agents - Run them before going to sleep, then in the morning, check the output (you can turn off your computer too)

I used default CC models before with a $20 subscription - it used to work great. But I don’t like CC because:

  1. I prefer an IDE over a terminal experience (terminals are limited to what a full-fledged UI can accomplish)
  2. My terminal gets hung from time to time, it keeps janking top to bottom (Windows CMD) - so I have to keep restarting it
  3. CC used to have different limits for the Opus 4 model, which used to get used up pretty quickly, like in an hour of just thinking
  4. It is a token hogger - I remapped CC’s models with my open router credentials and used GLM 4.7 as primary sonnet recently with haiku for summaries, it sucked up 3 dollars just to generate a CLAUDE.md file for my project (which has less than 5000 lines SLOC). Though GLM is cheaper than Claude, I did this to save money, but it backfired - I wonder if I did something wrong.

That said, this is a preference from a user experience perspective.

Cursor is great if you like GUI-based IDEs, CC might be good for you if you like working in terminals. Both tools have been getting better quite dramatically (CC was already better than Cursor v1; now Cursor is catching up).

Cost-wise, I’d look to other guys’ answers who pay WAY MORE than I do.

Cursor $200 gives $400 of API usage.

Claude $200 gives you $4000 of API usage.

It is hard to even compare them.

agreed, in my experience claude code has better price/performance ratio when looking at API usage equivalents. however, it all depends on your workflow, coding style and project. if you want your AI assistant to do most/all the work autonomously choose claude code, if you want to be close to your codebase and use a lot of completions and targeted changes in agent mode, then cursor in auto mode is your best friend. I use both claude code and cursor depending on project and task at hand

indeed super interesting :rainbow:

I started with Cursor and still use it as a main IDE, but tried Claude Code over 2 months ago for custom agents and overall well-laid setup.

Now… Claude is stable, it doesn’t randmomly break every now and then. Cursor is not. Every update may introduce random bugs anywhere, and my whole setup or workflow breaks.

New updates do not come with changelog, so any “install update” popup is a russian roulette.

Now… I ran out of 60 USD plan early this month. Costs rise (auto is no longer free, cheap models were phased out), while IDE performance does degrade. I can’t really tell if new features (agent and skill support) work at all, but I can tell I get new bugs in workflows that previously worked.

Unless Cursor team gets themselves together, I’ll have to really consider switching to Claude-only setup.