Cursor 1.7
cursor.com
Cursor 1.7
1–10 of 169 posts
Re: Cursor 1.7
#2Again, I haven't used Cursor in a while, I'm mostly posting this hoping for Cunningham's Law to take effect :)
Re: Cursor 1.7
#3I am seeing a lot of folks talking about maintaining a good "Agent Loop" for doing larger tasks. It seems like Kilo Code has figured it out completely for me. Using the Orchestrator mode I'm able to accomplish really big and complex tasks without having to design an agent loop or hand crafting context. It switches between modes and accomplishes the tasks. My AGENTS.md file is really minimal like "write test for changes and make small commits"
Re: Cursor 1.7
#4Gone are the days of exhausting yourself by typing full requests like "refactor this function to use async/await." Now, simply type "refac—" and let our AI predict that you want an AI to refactor your code.
It's AI all the way down, baby.
Re: Cursor 1.7
#5Caught Claude 4.5 via Cursor yesterday trying to set a password to “password” on an outward facing EC2 service.
Re: Cursor 1.7
#6Cursor was good for a little while until VSCode opened up the APIs for AI editing. Now Copilot is really good and other extensions (specifically Kilo Code) are doing things so much better! I am seeing a lot of folks talking about maintaining a good "Agent Loop" for doing larger tasks. It seems like Kilo Code has figured it out completely for me. Using the Orchestrator mode I'm able to accomplish really big and comple…
Re: Cursor 1.7
#7Re: Cursor 1.7
#8I could be wrong about this, but it feels like Cursor is less and less compelling with better models and better CLI tools popping up. Are the plan limits generous enough that it's worth a spin? Again, I haven't used Cursor in a while, I'm mostly posting this hoping for Cunningham's Law to take effect :)
idk seems worth it to me. If youre shelling out on one of the $200 plans maybe its not as worth it, but it just seems like the best all in one ai product out there.
Re: Cursor 1.7
#9I could be wrong about this, but it feels like Cursor is less and less compelling with better models and better CLI tools popping up. Are the plan limits generous enough that it's worth a spin? Again, I haven't used Cursor in a while, I'm mostly posting this hoping for Cunningham's Law to take effect :)
Re: Cursor 1.7
#10I could be wrong about this, but it feels like Cursor is less and less compelling with better models and better CLI tools popping up. Are the plan limits generous enough that it's worth a spin? Again, I haven't used Cursor in a while, I'm mostly posting this hoping for Cunningham's Law to take effect :)
I wouldn't even bother with it, but my MCP coding tool I built uses Claud Desktop and is for windows only, and my laptop is MacOS. So I'm using Cursor, and it is WAY WORSE than my most simple of MCP servers (that literally just does dotnet commands, filesystem commands, and github commands).
I think having something that is so general like cursor causes the editor to try too many things that are outside what you actually want.
I fought for 2 hours and 45 minutes while Sonnet-4 (which is what my MCP uses) kept inventing worse ways to implement OpenAI Responses using the OpenAI-dotnet library. Even switching to GPT-5 didn't help. Adding the documentation didn't help. I went to claude in my browser, pasted the documentation, and my class I wanted extended to use Responses, and it finished it in 5 minutes.
The Cursor "special-sauce" seems to be a hinderance now-days. But beggars can't be choosers, as they say.