Comment Re: It really does not matter ... (Score 2) 69
Iâ(TM)ve been working with Cursor for the last six months now and paying for it. Itâ(TM)s certainly not going to replace a coder anytime soon, generating code from the chat prompt is marvelously boilerplate. Has it been a time saver? Absolutely yes!
What I love most about Cursor is writing a comment on what the code should do next and the AI provides a suggestion. I find that these suggestions are really helpful for articulating the solution. Sometimes it just spits out a complete solution, obviously a problem others have already encountered.
When coding in a new context, exploring new algorithms, Cursor can get annoying, suggestions are less helpful, mostly repetitive and can break the thread of my thoughts. In those scenarios I disable the AI. Afterwards, I let the AI review my code and it has been surprisingly good in catching corner cases and incomplete conditionals.
My personal opinion is favorable, my work is greatly helped coding with Cursor, in Python3 and C++.