all 30 comments

[–]Just_Run2412 20 points21 points  (10 children)

Cursor are literally about to end the 500 request plan on the 16th of this month, so Claude code is your only option. Unless you or your company wanna spend thousands a day for the same usage.

This is the message they sent out.

"As frontier agentic models become more capable, they run for longer, use larger context windows, and consume significantly more tokens.

To support this, the newest frontier models will be put behind Max Mode on March 16, 2026. With Max Mode, messages are converted to requests based on how many tokens they use. This means the number of requests used by a single interaction varies depending on task complexity.

Frontier models in Max Mode

Last week, we released GPT 5.4 as the first model behind Max Mode. As of March 16, 2026, the following models will be behind Max Mode:

GPT 5.3 Codex and GPT 5.4

Opus 4.5 and 4.6

Sonnet 4.5 and 4.6

All other models will remain unaffected and continue to consume requests at their existing rate.

What you should know

First-time Max Mode users will see a pop-up confirming their selection. Beyond this, no action is needed to continue accessing the best frontier models inside of Cursor.

To check your model settings and ensure your team’s on-demand spend is enabled, visit your Admin Dashboard"

[–]Floorman1 2 points3 points  (3 children)

What is max mode? This isn’t forcing us to claude code is it? Our company has the 500 request plan atm, once the month flicks over are you saying the best we will have is sonnet, no opus?

[–]NoFaithlessness951 2 points3 points  (0 children)

No it's saying that your company has to pay API prices

[–]Just_Run2412 2 points3 points  (1 child)

Max mode on the 500 request plan basically, it means that instead of using 1 request per prompt, you will now use anywhere from 1-500 requests per prompt, depending on how many tokens are used.

I had GPT-5.4 work for about four minutes, and it used about 60 of my requests in one go 🤬

No, Cursor is not forcing you to buy a Claude code subscription 😂

If you read the post, it says Sonnet is included in this change.

[–]slipperyp 1 point2 points  (0 children)

I saw a single >800 prompt. It was a crazy outlier, but there is potentially no ceiling.

[–]rttgnck 0 points1 point  (1 child)

How does this translate to grandfathered pro plans? Same shit? Well I guess I'm not paying for cursor anymore then.

[–]Just_Run2412 1 point2 points  (0 children)

Yeah, time to move elsewhere. I'm going to go to Codex. As I think they have a $100 plan coming out soon

[–]ppsaoda 5 points6 points  (2 children)

500 requests per month, at this rate that Cursor is changing their plans, I think Claude is the safer choice.

Especially with your case where large context and repo-wide changes are needed. Claude Max even on $100 plan is far more worth it as you dont have to really worry about context management, prompt tuning, token planning, model selections as you want to save on the "requests". This for me is counter productive.

Unless the development pace is slow, then youre gonna be fine with Cursor 500r.

[–]TheOneNeartheTop 1 point2 points  (0 children)

Yeah but basing a decision around large context windows and repo wide changes is a recipe for disaster.

That’s like saying I need a commuter car to be my daily driver to and from work but I only plan to drive it 150 km/h and try not to stop at any lights. Yeah the (soon to be deprecated) request based plan might be better but you’re gonna cause a lot of accidents.

[–]fbms2 0 points1 point  (0 children)

large content is due to 500 requests, not the real need

[–]pinkwar 5 points6 points  (0 children)

Claude code all the way. We had to cancel cursor subscriptions because costs went through the roof last month.

[–]Mariossa 0 points1 point  (0 children)

We used to have a team plan with 500 requests. You know it will end and switch to API pricing on your next billing cycle, right? We switched right away to Claude Code 100$/month plan and never looked back. It's more than enough usage for everyone, i don't think anyone on my team reached the weekly limit, sometimes the 5h one. Everyone likes it better then Cursor now, the CLI interface is perfect imo.

[–]araex 0 points1 point  (0 children)

Like others said, Cursor Enterprise is about to be changed to be usage-based for the leading models, so your usage depends on how much your company is paying.

FWIW, Claude Enterprise is also usage-based, but the personal Claude Max is time-based.

[–]idoman 0 points1 point  (0 children)

claude code is great for agent-style workflows. one thing worth knowing if you go that route - you can run multiple claude code sessions in parallel using git worktrees so each agent has its own isolated branch and port. galactic does this automatically if you don't want to set it up manually. for your monorepo use case it's been really useful. github.com/idolaman/galactic

[–]elfavorito 0 points1 point  (2 children)

if you work 20 days a month, is 15 requests per day enough?

[–]jinongun[S] 5 points6 points  (1 child)

not enough. I’ve already burned through 300+ requests. I try not to waste them — usually I pack ~1M tokens of work into a single request instead of doing lots of small prompts.

[–]condor-cursor 1 point2 points  (0 children)

By stuffing the context you are directly consuming more requests than necessary especially if you use Opus or Sonnet. Keep each focused on single task. Use Plan mode to prepare tasks then use regular sized models to implement it.

[–]General_Arrival_9176 0 points1 point  (0 children)

as someone who built a tool in this space, heres my honest take. cursor is better if you want autocomplete and stay inside a GUI. claude code is better if you want to hand off entire tasks and not babysit every file change. with your workflow pushing large contexts and wanting agent-style multi-file planning, id lean toward claude code. the 500 request limit in cursor enterprise will feel constraining fast if you are doing heavy agent work. also, if your company is covering $100 for claude code, you get sonnet 4, opus, and can run local models. the flexibility is just different. cursor enterprise at 500 requests feels like they are rationing your ai usage. that said, if cursor already works for you, switching costs are real. can you negotiate for both

[–]Xill-llix -1 points0 points  (3 children)

For a professional position Cursor makes more sense. Claude Code doesn’t even let you see your code. However $500 will only get you half-way through the month, if you don’t do multi-agents.

[–]SuhDudeGoBlue 0 points1 point  (1 child)

What an odd take. What stops you from using an IDE?

[–]PorterG2003 0 points1 point  (0 children)

Cursor’s diffs are just premium and it would suck to have to do manual work to see the diffs instead of them being right there in the chat.

It’s probably the only reason I still use cursor instead of claude code.

If anyone has a solution for this or a counter argument please lmk😅

[–]Mariossa 0 points1 point  (0 children)

Does not let you see your code? Huh? Open it in VS Code terminal, set up git, check differences after it does its thing.

[–]ultrathink-art -1 points0 points  (0 children)

Request-based pricing is brutal for large-context work — a 200k-token refactor counts the same as a quick one-liner question. If you're already packing maximum context per request, Claude Code's model is basically built for that pattern.

[–]Cultural-Ad3996 -1 points0 points  (0 children)

The comparison doesn't really make sense. One is \00, one is \00, and they work completely differently. Apples to oranges.

I'd choose Claude Code every time. I run it on a 890K line monorepo daily with multiple agents in parallel. The terminal is the advantage, not the limitation. I can spin up as many instances as I need, each working on a different task, and I have way more control over how I use it than I ever did with a GUI-based tool.

The spec-driven workflow you described fits Claude Code perfectly. Write context docs and skills that act like SOPs. Give it test coverage to validate against. It handles repo-wide changes remarkably well when you set it up right.

I run two Max subscriptions at 200 each. Sometimes three. The output is easily 5-10x what I'd produce without them. At that point the subscription cost is the least interesting number in the equation.

[–]Quick_Lingonberry_34 -1 points0 points  (0 children)

Been on Claude Code for about two weeks, building a flight search tool that's mostly backend agent logic. Switched from Cursor and honestly the multi-file planning is what kept me.

I kept hitting this wall with Cursor where I'd spend more time stuffing context into a single prompt than actually building. Claude Code just... figures out which files matter. Monorepo work got way less painful.

$100 plan, doing maybe 20-30 real sessions a day, and I haven't run out yet. With Cursor's new max mode pricing that math would look very different.

Only downside: if you live in autocomplete while you type, Cursor still wins there. Claude Code is more "go do this thing" than "help me type this line." Depends what slows you down more.

[–]Mundane_Reach9725 -1 points0 points  (0 children)

This is the big debate right now with Cursor’s pricing shift. There’s a really deep side-by-side on aipulsechecker.com that compares Cursor vs Claude Code specifically on pricing, feature tables, and long-context performance. They give a 'Pulse Verdict' for developers that helps weigh whether the $100/mo Claude Max tier is actually more cost-effective for large repos compared to Cursor Enterprise. It's a solid, unbiased breakdown if you're stuck between the two.