Cursors stealth bait and switch: From unlimited to unusable - my story — Cursor Community | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorCommunityCursors stealth bait and switch: From unlimited to unusable - my story
    Back to Community

    Cursors stealth bait and switch: From unlimited to unusable - my story

    TeaPotential2110 July 6, 2025
    403 likes
    I have stuck with Cursor since mid 2024 because, at its best, it really did feel like having a tireless pair programmer. That trust has been shredded by a year of constant, silent plan rewrites, customer experiments that always end the same way: you pay the same or more, and you get less. Here is the journey so far, straight from my billing history and support emails: * **Launch era:** Pro $20 gave unlimited tab-completes and agents (later). No hidden throttles, no drama. * **First tweak:** Pro suddenly came with 500 “priority” requests, after which you dropped to slow unlimited. Annoying, but livable. * **Next tweak:** Same 500 cap, but once you crossed it you were on usage pricing. Still acceptable because at least it was clear. * **Mystery rate-limit era:** 500 vanished overnight. In its place: an invisible rate-limit system. No counters, no reset clock, just random “try again later”. * **Tightened rate-limit era:** That invisible limit got harsher. Three ordinary chat messages could ice you out for a whole day. * **Hidden Pro + launch:** A $60 plan appeared only if you clicked deep into billing. It promised “unlimited usage, fast requests, 3× the limits of Pro”. Sounded like the original deal, so I upgraded. * **Claude Sonnet “thinking” sting:** The Sonnet 4 “thinking” passes used to be free on Pro +. Now the tooltip says they **do** chew through your allowance—another silent downgrade. * **Today:** Two weeks later I open the IDE and a banner tells me I have used **90 % of my entire monthly allowance**. No metre. No usage log. No explanation of how my supposed unlimited plan is suddenly finite. When I check the plan description, the word *unlimited* has quietly vanished, replaced by “3× more usage than Pro”. At the same time the public website has scrubbed “unlimited” from the $200 Ultra tier. Cursor support docs are unchanged, and there has been zero comms about any of it. Posts calling this out on r/Cursor and their Discord keep disappearing. Two of mine were removed within minutes. The technical hit is just as bad. After every downgrade the model’s stamina drops: it stops earlier, loses context, misses steps, forces me to re-prompt. On Sunday afternoon I ran a light refactor session that would have sailed through the old Pro tier. That single session certainly didn’t burn nine‑tenths of a month on its own; the 90 % banner reflects two weeks of pretty ordinary usage. By this point last year—November and December—I would still have around 300 requests left on the original Pro plan. Either the usage counter is broken or the new ceiling sits miles below what the marketing claims, which makes the whole thing feel extremely fishy. Even the marketing is pure smoke and mirrors. The site now brags about “3× usage” on Pro + and “20× usage” on Ultra—yet 3× or 20× **of what?** They will not reveal the new baseline. If Pro’s ceiling has already been dragged miles below what it was last year, then multiplying it is meaningless. Keeping the base plan muddy lets Cursor price every new tier however they like while users have no hard numbers to verify. It is hard not to see that as an intentional strategy to push upgrades rather than a bug the team forgot to document. This is the VC playbook in fast‑forward: start generous, gather goodwill, then ratchet the limits while pitching new tiers as the fix for problems you created. Spotify, Netflix and YouTube did it over half a decade. Cursor has cycled through five price‑hikes and feature cuts in under twelve months, and it is torching community goodwill at record speed. **Legal**: In the UK and many other jurisdictions, advertising a service as “unlimited” and then quietly imposing hard caps can fall foul of consumer‑protection and misrepresentation rules. If someone pays for a feature and you strip it mid‑contract without clear consent or refund, that opens questions about breach of contract and unfair trading. I’m no solicitor, but I would not be shocked if regulators (or a class‑action firm) eventually take an interest, especially now that money and codebases are on the line. I do not mind paying for a great tool. I *do* mind paying for one thing and having it nerfed mid-cycle with zero notice. I *really* mind being told I am almost out of a resource that the sales page still promised was unlimited a fortnight ago. The silence, the stealth edits, the mod deletions none of it inspires confidence. So, devs of Reddit: * Are you seeing the same sudden 90 % warnings on Pro + or Ultra? * Have your plan descriptions quietly changed too? * At what point do we, as paying users, draw a line and walk? I was happy to be a paying ambassador. Right now I just feel conned. Cursor team, if you are reading this, your product is becoming unusable not because the AI or the product is worse but because your business decisions make it impossible to trust what we are buying or how long we get to keep it. Like, do you want Google or OpenAI to win?? My posts have been removed many times by Cursor Moderators on this sub. Ill be posting it in r/programming too. https://preview.redd.it/cx2olvc1mbbf1.jpg?width=714&format=pjpg&auto=webp&s=1e84c57751a6c9a0eb0fa75be59e2516ffe70532
    Visit

    Comments

    More Community

    View all

    Someone did a deep dive into Cursor Agent and discovered that it was literally just Claude Code with a process that does search and replace to brand it as Cursor Agent

    [https://gist.github.com/jasonkneen/4c065df2d7a95610e4fd30c3e3398b17](https://gist.github.com/jasonkneen/4c065df2d7a95610e4fd30c3e3398b17)

    D
    DrySalamander9728
    178

    How I use Cursor 10+ hours a day without torching my Claude Opus 4.6 limits

    Anyone else here doing full-stack Next.js in Cursor and watching the Claude quota evaporate before lunch? I used to be in the same boat — massive context windows from all the components, pages, and DB logic would smoke the default limits fast. Not anymore. I’ve been on this setup for weeks and basically never hit a wall while still getting top-tier answers. Here’s exactly what I do: **1. .cursorrules is non-negotiable** I keep one in the root of every project. The key line I added: “Never explain the code to me. Just output the code blocks.” That single rule saves me thousands of output tokens a day. No more walls of “here’s what I changed and why” — just the goods. **2. Stopped using Cursor’s built-in Claude quota** I killed the default Cursor Pro subscription for the heavy stuff. Instead I use my own API keys and point Cursor’s “OpenAI Compatible” base URL at LLM Router Gateway. Inside [llmrouter](https://llmrouter.app/) routing settings I set up simple tags routing like this: * **UI & CSS tweaks**: gemini-3.1-flash → gpt-5.4-mini * **Deep backend / complex logic**: claude-opus-4.6 → deepseek-v3.2 * **General / quick questions**: llama-4-scout I sorted the fallback chains by speed vs intelligence. The router auto-detects the query type, so 90% of my UI polish and small fixes go to Gemini (basically free + huge context). I only actually hit Claude Opus 4.6 when I’m doing nasty database refactors or tricky architecture stuff. My Anthropic bill dropped \~70% overnight. **3. Cmd+K for everything small** Don’t open the full chat sidebar just to rename a variable or extract a component. Highlight the code, hit Cmd+K, let a fast model handle the inline edit. Saves a ton of tokens and feels way snappier. That’s it. Super simple but it completely changed how much I can actually use Cursor in a day. How are you all managing the limits? Using a Cursor Team? Or did you build your own router hacks too? Drop your setups — always looking to steal better ideas.

    Y
    Youssef_Wardi
    310

    Cursor V3 is a significant regression

    So I used to be a big cursor fan - striked the right balance between trusting the AI and being able to check the work. The new version however, sucks. Worktrees are now essentially AI initiated magic git commands that require manual approval, which is slow and annoying, and means I have to read through a bunch of git guff, and I have to wait like a minute before it does any real work for it to essentially do something that can be duplicated with a script, and it doesn't work well half the time - it had to retry twice to apply worktree changes! The new agent screen is pretty useless, because now you need to go and select a bunch of information that previously would be entirely obvious from context i.e. alt-tabbing into a specific repo's IDE. I don't like this direction and if they continue, I might start looking at competitors. Cursor is clearly aimed at and used by developers who can read code and want to read the code produced by AI. I use Claude Code if I want to just trust the AI.

    E
    ExaminationNo8522
    212

    Introducing Cursor 3

    We’re introducing Cursor 3. It is simpler, more powerful, and built for a world where all code is written by agents, while keeping the depth of a development environment. With the new Cursor, you can run as many agents as you want, everywhere you want: locally, in a worktree, on remote ssh, and in the cloud. And it has the best parts of the editor available when you need them. The new interface is available as a separate window that complements the IDE. Update Cursor to try it. We recently launched Composer 2, a frontier model with high limits. Then, with cloud, we gave agents their own computers so they can work truly autonomously. And now with Cursor 3, we’re releasing a new interface to collaborate with agents on software.

    L
    lrobinson2011
    184

    Cursor 3 out now

    Cursor 3 out now

    G
    Graniteman
    125

    They kinda cute

    They kinda cute

    S
    sugandalai
    828

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.