The forum is too negative. I appreciate Cursor a lot

I for one have been very complimentarily of cursor when it has been due, and just as thoroughly critical of it when, again, it has been due.

If the world actually started calling a spade a spade, we would live in a much better society, and inferiority wouldn’t become the norm!

Whether you appreciate Cursor or whether it is fit for purpose are two completely separate things and to confuse the two really doesn’t legitimise your opinion I am afraid.

The majority of the criticism is around the inconsistency in how Cursor performs because of various issues like rushing upgrades to market before even testing them, and many others.

But a business can’t expect to not receive negative feedback when they charge the same for a product or service to work one day and not the next.

Again, because you appreciate Cursor, doesn’t add value to your opinion. In fact it just devalues it.

I am afraid there is no other way to say it than to be blunt and straight to the point.

But for those of us who actually need Cursor to be stable and reliable in order to do our jobs, it working and looking all pretty occasionally doesn’t cut the mustard for professionals, paying professional money!

But that being said. There are a lot less teething issues these days than there was even a month ago!

1 Like

I like cursor autocomplete, the rest of it is mostly junk - if I could have working autocomplete and pylance I would pay again, but having a working IDE with normal language features is more important.

supermaven

1 Like

Well as for me cursor now is so useless
It forgets everything and classic claude seems to be more intelligent
I’m actively searching for alternative

thank you, cursor team! :yellow_heart:

This is what i meant with thread hijacking. We are here discussing the forum :slight_smile: and there are better threads for usage issues.

1 Like

This is what I call feedback :slight_smile:

I think the Cursor team has become too deaf and/or busy not listening users requests and complaints.
The pricing scheme is not working. Why don’t you just charge for what users USE + a small extra for you?

For me Cursor has become just a glorified notepad

  1. this topic is about forum sentiment and not about Cursor issues
  2. your logic doesn’t make sense as pricing would become highly confusing, better to have a clear package as any other competitor does
  3. Cursor has no competition, either by its quality or pricing and I’ve tried R, C, W, A
  4. miss you @condor, unfortunately this forum requires a lot of work as it should strictly separate complaints from constructive discussion and be severe on any infraction, AI could be really helpful to categorize and filter but Cursor needs to start caring more about this community, its still one of the best places to talk so hope you return
1 Like

If the chat is negative is because of the bunch of problems and bugs that cursor has. i.e. I get almost 99% of failing responses. And I even get messages like this after more than 50 consecutive failing respones.

I’m sure your problem can be solved with better prompting, open a discussion about your problem with example data and your prompts

still here :wink: took a short break and really needed it

2 Likes

Exact same prompt in copilot gave working answers.

Hi,

Long chats are not good and must be avoided. As soon as it gives you two wrong answers, shift to a brand new chat.

The context window is transient and it doesn’t know what happened in the beginning after a while, unless you are keeping a tight documentation and detailed task-list.

When you finish a task, it is better to change to a new chat.

1 Like

Haven’t used Cursor in months but I wrote this 4 months and and it’s kinda funny how they went to Step 3 this month before actually having the dominant market position. RIP Cursor.

3 Likes

Tips for Effective AI-Assisted Coding

AI coding tools can be powerful allies, but they’re not perfect. To get the best results, approach them with a collaborative mindset and a keen eye for review. Here’s how to make the most of AI assistance while keeping your codebase clean and maintainable.

Always Review AI Suggestions

AI tools often generate code quickly, but they can misinterpret your intent or produce redundant solutions. That’s why review mode exists! Take the time to manually check every change. For example, when I asked an AI to create a color picker function for a page with two pickers, it generated two nearly identical functions with different names, each including browser eyedropper support checks. As a seasoned developer, I knew this was inefficient—one function with a single check outside the function would suffice. Reviewing the output allowed me to catch and fix this, ensuring cleaner code.

Provide Specific Instructions

The more precise your instructions, the better the AI performs. For instance, when updating styles across hundreds of elements, I explicitly tell the AI to apply changes consistently and review a few samples before accepting all modifications. This approach saves time while maintaining control over the output.

Know Your Code

AI isn’t a replacement for coding knowledge—it’s a tool to enhance your workflow. Understanding your codebase is crucial for spotting mistakes and guiding the AI toward maintainable solutions. Relying solely on AI without reviewing or understanding the code can lead to unmaintainable “slop code” that only an AI can wrangle.

Design with Maintainability in Mind

When designing layouts, guide the AI to structure CSS efficiently. For example, instruct it to place key layout decisions (like padding or styling) in the :root of your CSS. This way, updating 50 elements requires changing one value instead of editing each element individually. Without this guidance, the AI might produce visually appealing but hard-to-edit designs, requiring a CSS expert to make adjustments. Collaborate with the AI to create structured, maintainable designs rather than letting it run wild.

By combining clear instructions, thorough reviews, and your own coding expertise, you can harness AI tools to boost productivity while keeping your codebase robust and editable.

You need to be in control! I think a lot of users who are upset think AI is going to write you World of Warcraft in a few prompts. Someday maybe (but I doubt it).