Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Cursor

Cursor

Reviews from AWS customer

1 AWS reviews
  • 1
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

54 reviews
from and

External reviews are not included in the AWS star rating for the product.


    Sanket O.

AI Everywhere: Chat, Code Completion, and Smart Automation in the IDE

  • March 06, 2026
  • Review provided by G2

What do you like best about the product?
AI seems to be integrated into every corner of the IDE. You can chat with it, ask it to complete your code, or have it generate code from scratch. It can even update the IDE’s settings and execute CLI commands, which is just amazing.
What do you dislike about the product?
Some plugins do not work, rather works partially. For example the python plugin fails to idetify tests written in pytest framework, which makes life harder to execute tests
What problems is the product solving and how is that benefiting you?
Writing code at scale efficiently and at a fast pace, then testing it, deploying it, and handling much more.


    Praveen M.

Seamless AI Coding Assistant That Speeds Up Writing, Editing, and Debugging

  • March 04, 2026
  • Review provided by G2

What do you like best about the product?
What I like best about Cursor is how naturally the AI integrates into the coding workflow. It understands the codebase well and helps with writing, editing and debugging the code much faster. I also like that it can explain parts of the code and suggest improvements without breaking my focus. It feels like having a smart coding assistant inside the editor
What do you dislike about the product?
One thing I dislike about Cursor is that AI suggestions can sometimes be a bit inconsistent, especially with more complex code. Occasionally it generates edit that need manual adjustments. It would also be nice to have more control over how detailed the AI responses are. Overall it's very helpful, but there's still some room for improvement.
What problems is the product solving and how is that benefiting you?
Cursor helps reduce the time spent on repetitive coding tasks and debugging. Instead of searching for solutions or writing everything from scratch, I can get quick suggestions and improvements directly in the editor. This make development faster and helps me stay focused on building features rather than troubleshooting small issues.


    Rusira Sathnindu

AI coding has accelerated our feature delivery and has transformed how our team builds services

  • March 02, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Cursor is building products for our company; we write all our code mainly in Cursor now.

A quick specific example of a product I have built using Cursor is the maintenance of our current systems and also building new parts. For example, we recently created a presentation generation part of our product, and the entire presentation generation microservice and the other supporting services are written in Cursor. The entire development team of our company uses Cursor for writing code.

I mainly use Cursor for code writing, and debugging is a part of that, of course. However, we sometimes find it easier to use native IDEs such as PyCharm for Python and PHPStorm for PHP for debugging purposes, especially because those have full-powered debuggers. Cursor we mainly use for writing new code.

What is most valuable?

The best features Cursor offers are Cursor Agent and Cursor tab; those are exceptional AI features. After that, it is a really good IDE because it is basically a VS Code fork, so everything good about VS Code is there. It is pretty easy to use and the AI is very good.

Cursor Agent and Cursor tab specifically help me and my team by providing auto completion when I am writing code, where Cursor suggests the code and I can just hit tab and it will complete the code block. Basically, eighty percent of the time, it is giving the perfect code block that I am thinking. Cursor Agent allows me to ask it to do whatever I want, such as write code for something, fix a bug, or explain why something is happening. It will go through my code, analyze it, read it, edit it, and possibly tell me what to do, cutting down our development time by about eighty percent now. Previously, tasks that would take weeks or months can now be completed within days because of these AI tools. The main point is they have been reducing the time I spend writing code.

Cursor has positively impacted my organization by speeding up development time; everything from an idea to deployment has been very fast due to Cursor. It has impacted our efficiency a lot because the number of features we ship within a given time period has increased significantly.

What needs improvement?

I have been noticing recently that Cursor introduced their own model, which is pretty limited; it is very fast, but it is not smart. They might have to improve that, along with the agent selection methodology. When you select auto, you expect it to use the best agent possible and think of the money savings, but it does not always work as expected, sometimes providing bad code or code that has bugs. I think the auto mode selection can improve.

Another concern is the pricing; we have been paying a lot for Cursor recently, which I feel has increased within the last few months, possibly due to our usage going up. We are paying an amount similar to a developer's salary for Cursor now. I believe all the needed improvements are primarily around the auto agent selection mode and pricing. If they could be more transparent about it, that would be appreciated. We only see the bill at the end of the month, and it is often a high amount, so transparency in the pricing would be very helpful for us as developers.

For how long have I used the solution?

I have been using Cursor for almost a year now, more than ten months.

What do I think about the stability of the solution?

Cursor is stable; the only time it went down was during the recent AWS outage, which was not Cursor's fault. It has been very stable otherwise.

What do I think about the scalability of the solution?

The scalability of Cursor is pretty good; I do not think we have to worry about it. Currently, about ten employees in our organization are using it without any issue, so it seems scalable.

Which solution did I use previously and why did I switch?

We previously used GitHub Copilot, but we found Cursor to be more improved. While Copilot was built into VS Code as an extension, Cursor is mainly an AI-focused code editor, which is why we switched since Cursor has better AI features available.

How was the initial setup?

We did not purchase Cursor through the AWS Marketplace. The experience with pricing, setup cost, and licensing is managed by our organization admin, so we were not involved in that.

What was our ROI?

I have seen a return on investment similar to the salary of a single employee, and it does the work of about ten employees right now. Fewer employees are needed, and it has saved a lot of time; it sped up our processes by three times.

Which other solutions did I evaluate?

We evaluated other options before choosing Cursor, including Google's Anti-Gravity, OpenAI Codex, and Vincerf, but ultimately, Cursor and Codex are the ones I use currently.

What other advice do I have?

My advice for others looking into using Cursor is that it is a really good code editor; you can use it for everything, but make sure to read the code it generates because otherwise, you will not know what type of code you are pushing. When giving instructions, ensure they are as detailed as possible, as this will help Cursor return very good code that does exactly what you want. It is important to spend a little more time writing the prompt and explaining what you want; Cursor will handle the rest. However, remember that it is not a replacement for a developer; it is an assistant for developers. I would rate this product a nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Adam E.

Clean, Flexible UI with Seamless AI Chat Integration

  • February 24, 2026
  • Review provided by G2

What do you like best about the product?
It has a great integration between the AI powered chat and the actual interface, there is a lot of flexibility for design with using cursor speficic files and ifferent chats, and the UI is very clean an deasy to navigate.
What do you dislike about the product?
Sometimes the AI may hallucinate or get stuck with troubleshooting, code output may not always be the best.
What problems is the product solving and how is that benefiting you?
It is drastically reducing development time by integrating LLMs with the IDE for coding. It helps us ship integrations and code much more quiclly and come up with documentation a lot more seamlessly.


    Marketing and Advertising

Claude Code in Cursor Makes Prototyping Workflows Effortless

  • February 17, 2026
  • Review provided by G2

What do you like best about the product?
i love being able to use claude code within cursor to prototype out all the workflows for our application
What do you dislike about the product?
i dislike that only some intergration and mcp servers are available
What problems is the product solving and how is that benefiting you?
cursor is solving our ability to build and move faster within our platform and being able to validate user workflows


    Hariom H.

Game changer for my coding workflow

  • February 05, 2026
  • Review provided by G2

What do you like best about the product?
Cursor is amazing for coding! The AI autocomplete actualy understands context way better than other tools. Sometimes it writes whole functions that just work. My favortie feature is Cmd+K where you can highlight code and ask it to refactor stuff - so much faster than switching tabs. It can be slow when servers are busy tho and ocasionally suggests weird things but overall its a huge timesaver. Definitly worth trying if your a developer!
What do you dislike about the product?
The worst part is when the servers lag and everything slows down it completely kills my flow. Also, the AI sometimes hallucinates functions that don’t exist, so I have to double-check everything. The pricing is confusing with all the different tiers and limits, and memory usage can get pretty heavy too, especially on older machines. Still, I keep using it because, for me, the benefits outweigh these issues.
What problems is the product solving and how is that benefiting you?
Cursor solves the problem of constantly switching between my code editor and ChatGPT or Stack Overflow. Before I'd spend so much time copying code, explaining context, then pasting solutions back. Now the AI just understands my whole project automatically which saves tons of time. It also helps me write boilerplate code way faster - stuff that's repetative but neccesary. The biggest benifit is it catches bugs I might of missed and suggests better ways to structure things. Basicaly it's like having a senior dev looking over your shoulder but without the akwardness. Makes me way more productive and I can focus on the creative problem solving instead of googling syntax errors all day.


    Aman G.

Cursor Unifies Multiple AI Models in One Platform

  • February 03, 2026
  • Review provided by G2

What do you like best about the product?
Cursor brings multiple AI models together in one platform.
What do you dislike about the product?
The Cursor MCP integration isn’t very robust right now, but it has the potential to be.
What problems is the product solving and how is that benefiting you?
Cursor helps me write and review code faster, which makes it easier to ship products quicker than ever.


    Sahil P.

Cursor Supercharges Productivity with Context-Aware AI Coding

  • February 03, 2026
  • Review provided by G2

What do you like best about the product?
Cursor significantly improves developer productivity by tightly integrating AI directly into the code editor. Features like context-aware code suggestions, inline code generation, and the ability to ask questions about the existing codebase make debugging and development much faster. The fact that it understands project-wide context, not just single files, helps reduce repetitive work and speeds up complex coding tasks.
What do you dislike about the product?
While Cursor is very powerful, it can occasionally produce inaccurate or overly confident suggestions, especially in complex or edge-case scenarios. There is also a learning curve to using AI effectively within the editor, and performance can sometimes be impacted on larger projects or lower-spec machines. More customization and control over AI behavior would further improve the experience.
What problems is the product solving and how is that benefiting you?
Cursor solves the problem of slow development cycles caused by context switching, manual code searches, and repetitive coding tasks. By providing AI-assisted code generation, intelligent suggestions, and the ability to understand and explain existing codebases, it reduces debugging time and accelerates feature development. This helps improve productivity, code quality, and overall development efficiency.


    Ayush A.

Deep Codebase Understanding + Composer Refactors Make Cursor a Game-Changer

  • January 29, 2026
  • Review provided by G2

What do you like best about the product?
Cursor's deepest strength is how intelligently it understands my entire codebase and gives very relevant suggestion similar to having a code review from a senior dev. With this IDE you can do pair-programming with an AI who has deep technical knowledge and already knows the project structure, dependencies, and patterns inside out.
The Composer feature for multi-file edits and refactoring is a game-changer; I can describe a feature in natural language and watch it generate or update code across files with a clean diff view I can accept/reject.
Tab completion often predicts entire logical blocks accurately, saving tons of boilerplate time.
I use it daily now and it's become my primary IDE because the AI feels deeply embedded rather than bolted on, making complex tasks like debugging, prototyping, or refactoring genuinely faster and more enjoyable.
What do you dislike about the product?
While Cursor is incredibly powerful, it has some frustrating rough edges. The pricing feels steep at $20/month for Pro, with limits on premium model requests that can lead to surprise overage costs for heavy users. I sometimes hit caps faster than expected on big projects. Occasional bugs or slowdowns appear, especially on very large codebases where indexing/context can lag, and the UI sometimes feels cluttered with popups, AI buttons, and sidebars competing for attention.
Customer support is a weak point; responses can be slow or absent, and the community forums have complaints about unaddressed issues or even moderated criticism.
Some AI edits can be inconsistent or over-ambitious, requiring manual fixes and breaking my flow more than helping. Integration is great but it lacks some enterprise-grade team features like advanced governance or security guardrails. I still use it frequently because the pros outweigh these cons for me, but these pain points prevent it from feeling perfect.
What problems is the product solving and how is that benefiting you?
Cursor tackles the biggest hurdles in modern coding: steep learning curves with new or unfamiliar languages, slow prototyping and iteration, constant context-switching between docs/Stack Overflow/ChatGPT and your editor, and the mental overload of managing large projects manually.
For me, I'm building an educational platform connecting students and teachers, using a language (and stack) I'm only vaguely familiar with. Without Cursor, I'd spend hours googling syntax, piecing together snippets, debugging silly errors, and rewriting boilerplate from scratch.
Cursor solves this by deeply understanding my entire codebase. It indexes files, sees patterns across the project, and gives hyper-relevant suggestions. I can describe features in plain English, and Composer or inline edits generate multi-file changes with clean diffs I review/accept. Tab completion often nails entire functions or blocks in the style I'm aiming for, and the AI chat explains concepts or fixes bugs right in context without leaving the editor.


    KharanKumar R.

Cursor Feels Like a Developer’s Right Hand—Fast, Prompt-Driven Coding

  • January 17, 2026
  • Review provided by G2

What do you like best about the product?
Cursor is now like a right hand for developers to write code now and very easy to give a prompt based on our requirements. And we can choose whatever model we want like openai, claude, deepseek and composer.
What do you dislike about the product?
Sometimes wrongly predicting and giving code which is not related to our scope. And also creeating so many files which should be reduced.
What problems is the product solving and how is that benefiting you?
Cursor is solving my code bugs or python code functionality based bugs in very short span of time which is benefiting.