Earlier quoted context omitted.
>developers are loaded with cash Maybe in the US? I will never pay 100$ for a subscription and I despise that people normalized it by even buying this stuff instead of saying "no, that's way too expensive".
Why not? If you charge $50/hr and it saves you even just two hours a month, it’s a profitable trade.
Cursor 1.0
361–370 of 492 posts
Re: Cursor 1.0
#362Earlier quoted context omitted.
Claude code asks you permissions for every command. It also gives you the possibility of marking commands as safe so next time it can use them without asking .
So these agents that people are so excited about spawning in parallel stop and ask you before executing each command they choose to execute? What kind of life is that. I'd rather do something myself than tell 5 AI agents what I want and then keep approving each command they are going to run. I'm not saying it is better if they run commands without my approval. This whole thing is just doesn't seem as exciting as othe…
Running commands one by one and getting permission may sound tedious. But for me, it maps closely to what I do as a developer: check out a repository, read its documentation, look at the code, create a branch, make a set of changes, write a test, test, iterate, check in.
Each of those steps is done with LLM superpowers: the right git commands, rapid review of codebase and documentation, language specific code changes, good test methodology, etc.
And if any of those steps go off the rails, you can provide guidance or revert (if you are careful).
It isn't perfect by any means. CC needs guidance. But it is, for me, so much better than auto-complete style systems that try to guess what I am going to code. Frankly, that really annoys me, especially once you've seen a different model of interaction.
Re: Cursor 1.0
#363Does anyone have experience with using this or another agent on local files? No company I know of will approve this for their owned repositories. What about Gitlab instead of GitHub, is there an equivalent to cursor 1.0 product?
If you have a decent GPU or a modern Mac, you can run something like LM Studio ( https://lmstudio.ai/ ) or Ollama ( https://ollama.com/ ), configure the tool such as Cursor to use those models you've downloaded (personally I use Zed.dev), and then everything happens straight on your computer. Responses will be somewhat slower and not as good as state-of-the-art models, but they still can be helpful. Git host doesn't…
Re: Cursor 1.0
#364Recently canceled cursor. I think there's a shift happening right now with the improvements in the ability to process large context sizes and stay on task: Traditional code editing -> autocomplete -> file editing -> agent mode This is basically a gradient of AI output sizes. Initially, with the ability to generate small snippets (autocomplete), and moving up to larger and larger edits across the codebase. Cursor repr…
Now I've changed my technical planning phase to write in a prompt-friendly way, so I can get AI to bootstrap, structure, boilerplate and usually also do the database setup and service layer, so I can jump right into actually writing the granular logic.
It doesn't save me planning or logic overhead, but it does give me far more momentum at the start of a project, which is a massive win.
Re: Cursor 1.0
#365As someone who has two annual subs of Cursor Pro (one from student account and another from Lenny's newsletter), I just spent $100 on Claude Code and I haven't touched Cursor AI for any coding tasks since. If you already spend anything near or over $100 on Cursor, it's no brainer. The agent experience is night and day. No more wrong tool-calling, premature ending of conversation, failure to apply changes or overwriti…
Claude Code is always quite slow for me. I'm on Windows though so I'm not sure if the performance hit comes from WSL. Anyone experienced differences between Windows/Mac/Linux?
Perhaps not coincidentally, that's what efficient (or "lazy", you choose) developers do as well.
Re: Cursor 1.0
#366Earlier quoted context omitted.
That's a really smart observation. It's hard to add sophisticated abstractions though, because they are all selling text by the pounds (kilos?). So it feels the same as vendor lock for a cucumber seller, doesn't it? The seller can sell you an experience that would lock you in, but aside from it there is no moat since anyone can sell cucumbers.
To try and give examples: an autonomous agent that can integrate with github, read issues, then make pull requests against those issues is a step (or maybe two) above an LLM API (cucumber seller). It doesn't take much more of a stretch to imagine teams of agents, coordinated by a "programme manager" agent, with "QA agents" working to defined quality metrics, "architect" agents that take initial requirements and break…
Re: Cursor 1.0
#367Re: Cursor 1.0
#368Earlier quoted context omitted.
Other professions pay a lot for their tools, and developers are loaded with cash.
>developers are loaded with cash Maybe in the US? I will never pay 100$ for a subscription and I despise that people normalized it by even buying this stuff instead of saying "no, that's way too expensive".
Things have a price for a reason. It’s up to you whether it’s worth paying that or not.
Re: Cursor 1.0
#369Earlier quoted context omitted.
Copilot in VSCode has autocomplete and also something they call "next edit". In my experience, next edit is a significant net positive. It fixes my typos and predicts next things I want to do in other lines of the same file. For example, if I fix a variable scope from a loop, it automatically scans for similar mistakes nearby and suggests. Editing multiple array values is also intuitive. It will also learn and sugges…
Cursor does this. And in my experience it gets it perfectly right 95% of the time or better. A lot of times I can start editing something and then just keep hitting tab over and over again until the change is complete--including jumping around the file to make edits in various disconnected places. Of course you can do most of this in Copilot too, but you'd expect something that maybe works and needs a lot of cleanup.…
That hasn't been my experience with Copilot next edit feature.
It often understands exactly what I'm doing and I'm able to just tab tab around the file. Like my example about variable loop scope fixing.
My experience is that Copilot does everything you said including considering files I viewed previously to better understand what I'm trying to do.
Re: Cursor 1.0
#370I must mention https://ampcode.com/manual which is my favorite toy of them all right now. Has almost no settings; uses Claude 4, no way to change model; just works! (Unfortunately, not a paid comment.)