Earlier quoted context omitted.
My guess would be this is less driven by product philosophy, more driven by trying to maximise chances of a return on a very large amount of funding in an incredibly tough market up against formidable, absurdly well-funded competitors. It's a very tough spot they're in. They have a great product in the code-first philosophy, but it may turn out it's too small a market where the margins will just be competed away to z…
You know, it’s stuff like this making me think maybe the anti capitalists have a point. A company makes a popular product customers like, but to satisfy the VCs the company must make a product the customers don’t like but could make the VCs more money. Not sure this is the “invisible hand” Adam Smith had in mind.
Cursor 3
171–180 of 438 posts
Re: Cursor 3
#172Earlier quoted context omitted.
Agreed completely on this (as a heavy daily user of Cursor). It's been the perfect in-between of coding by hand (never again!) and strictly "vibe coding" for me. Being able to keep my eyes on all the changes in a "traditional" IDE view helps me maintain a mental model of how my systems work. I'm hoping in this new UI in v3 I can still get that experience (maybe it's just hidden behind a toggle somewhere for power use…
> It's been the perfect in-between of coding by hand (never again!) and strictly "vibe coding" for me. I dont think there is an inbetween. Its really hard to 'keep an eye' on code by casually reading diffs. Eventually it will become vibe coding. Software engineers are deluding themselves with spec driven, plans, prds whatever nonsense and thinking its not vibecoding.
Reading diffs is an inescapable skill, needed for evaluating any kind of PR. This just makes it more interactive.
I just use Copilot with VS Code, but my flow is to just ask Claude to make a change across whatever files it needs to touch, then either accept the changes, edit the changes directly, or clarify whatever was different from my expectations.
Reading diffs is central to how I work with these agents.
Re: Cursor 3
#173Earlier quoted context omitted.
My guess would be this is less driven by product philosophy, more driven by trying to maximise chances of a return on a very large amount of funding in an incredibly tough market up against formidable, absurdly well-funded competitors. It's a very tough spot they're in. They have a great product in the code-first philosophy, but it may turn out it's too small a market where the margins will just be competed away to z…
You know, it’s stuff like this making me think maybe the anti capitalists have a point. A company makes a popular product customers like, but to satisfy the VCs the company must make a product the customers don’t like but could make the VCs more money. Not sure this is the “invisible hand” Adam Smith had in mind.
Re: Cursor 3
#174Earlier quoted context omitted.
> Cursor, same as Copilot, has been used by people who are basically pair programming with the AI. So, on abstraction down. This is not really true anymore. Cursor has better cloud agents than Claude. The multi-agent experience is better, the worktree management is better. Tagging specific code or files in chat is better. It's hard for me to express the level of pain and frustration I feel going from Cursor to Claude…
I think you are still speaking in the lower abstraction in terms of zwaps' provided understanding. "Tagging specific code" or "files" is likely the type of interfacing most Claude Code users are _not_ doing. Instead they are defining architecture through specs and verification-loops and attempting to one-shot solutions fitting clear tests. On reflection, I personally don't have many prompts with CC referencing files…
I'm not telling you to go use cursor, just to help clarify that you can drive both solutions with the exact same approach and skillset and get very similar results - the difference is the UI. I personally like being able to paste screenshots into the agent, etc.
Re: Cursor 3
#175Earlier quoted context omitted.
> Cursor, same as Copilot, has been used by people who are basically pair programming with the AI. So, on abstraction down. This is not really true anymore. Cursor has better cloud agents than Claude. The multi-agent experience is better, the worktree management is better. Tagging specific code or files in chat is better. It's hard for me to express the level of pain and frustration I feel going from Cursor to Claude…
I think you are still speaking in the lower abstraction in terms of zwaps' provided understanding. "Tagging specific code" or "files" is likely the type of interfacing most Claude Code users are _not_ doing. Instead they are defining architecture through specs and verification-loops and attempting to one-shot solutions fitting clear tests. On reflection, I personally don't have many prompts with CC referencing files…
Re: Cursor 3
#176Man, I wish they'd keep the old philosophy of letting the developer drive and the agent assist. I feel like this design direction is leaning more towards a chat interface as a first class citizen and the code itself as a secondary concern. I really don't like that. Even when I'm using AI agents to write code, I still find myself spending most of my time reading and reasoning about code. Showing me little snippets of…
My guess would be this is less driven by product philosophy, more driven by trying to maximise chances of a return on a very large amount of funding in an incredibly tough market up against formidable, absurdly well-funded competitors. It's a very tough spot they're in. They have a great product in the code-first philosophy, but it may turn out it's too small a market where the margins will just be competed away to z…
It's a very tough spot they put themselves into. If the goal wasn't to get filthy rich quick it would probably be possible to make a good product without that tough spot.
Re: Cursor 3
#177Earlier quoted context omitted.
You know, it’s stuff like this making me think maybe the anti capitalists have a point. A company makes a popular product customers like, but to satisfy the VCs the company must make a product the customers don’t like but could make the VCs more money. Not sure this is the “invisible hand” Adam Smith had in mind.
In order to make more money you have to make a product customers want.
Re: Cursor 3
#178Man, I wish they'd keep the old philosophy of letting the developer drive and the agent assist. I feel like this design direction is leaning more towards a chat interface as a first class citizen and the code itself as a secondary concern. I really don't like that. Even when I'm using AI agents to write code, I still find myself spending most of my time reading and reasoning about code. Showing me little snippets of…
Re: Cursor 3
#179Man, I wish they'd keep the old philosophy of letting the developer drive and the agent assist. I feel like this design direction is leaning more towards a chat interface as a first class citizen and the code itself as a secondary concern. I really don't like that. Even when I'm using AI agents to write code, I still find myself spending most of my time reading and reasoning about code. Showing me little snippets of…