Earlier quoted context omitted.
show me a communist country
back when the USSR was still a going concern, there were zero American leftists claiming that it wasn't really communist. that only started happening after they failed
Our decision on Cursor following its acquisition by SpaceX
231–240 of 534 posts
Re: Our decision on Cursor following its acquisition by SpaceX
#232Is there some kind of alternative to Cursor in these terms - fast because the code is already indexed no need to start every prompt rediscovering the world with rg - in editor/vscode review much better than relying on git diff at the very end. You can click on next button to jump there. Quick edit in place. Or a quick prompt (seconds) to fix something small - in editor completion / quick edits, when you do things by…
Re: Our decision on Cursor following its acquisition by SpaceX
#233It's always been clear to me that Cursor's business model of reselling others' APIs had its days numbered. Not necessarily because the providers would pull the plug, but because you wouldn't be able to compete with subsidized plans. Cursor is already kind of useless for third party models unless you're willing to spend thousands of dollars. It's only worth it if you're going to use mostly grok/composer.
Why do people keep insisting that subscription plans are subsidized? They are not. API prices are outrageous, designed to milk enterprise users. They probably have an 80-90% profit margin on subscription plans. Inference is cheap; Dax once said on a podcast that Opencode has a close to 90% profit margin on the openweight models it provides inference for (at 10x cheaper pricing). Those models are close in size and spe…
Re: Our decision on Cursor following its acquisition by SpaceX
#234Is there some kind of alternative to Cursor in these terms - fast because the code is already indexed no need to start every prompt rediscovering the world with rg - in editor/vscode review much better than relying on git diff at the very end. You can click on next button to jump there. Quick edit in place. Or a quick prompt (seconds) to fix something small - in editor completion / quick edits, when you do things by…
Have you tried the continuity plugin to VSCode? I think it’s still rg‘ING the source but you get control over AI edits / review and quick own edits.
Re: Our decision on Cursor following its acquisition by SpaceX
#235Earlier quoted context omitted.
Never compact. Not automatically, not manually. Instead, let it write ledgers and checklists or handover prompt if necessary, and start fresh sessions as often as possible.
What do you do for long-running goals / tasks where you are not interactively prompting?
Then you can let it run, and when it stops, point a fresh session to the ledger to pick up the work from where the previous one left off.
You can get more fancy by using something like GitHub issues for coordination too and have multiple sessions create issues and epics and others to work on that in isolated worktrees, but the spec-plan-ledger approach usually works great for small to medium large projects.
Re: Our decision on Cursor following its acquisition by SpaceX
#236Is there some kind of alternative to Cursor in these terms - fast because the code is already indexed no need to start every prompt rediscovering the world with rg - in editor/vscode review much better than relying on git diff at the very end. You can click on next button to jump there. Quick edit in place. Or a quick prompt (seconds) to fix something small - in editor completion / quick edits, when you do things by…
Re: Our decision on Cursor following its acquisition by SpaceX
#237Earlier quoted context omitted.
I've never seen a product blow another product out of the water so hard as Claude Code did to Cursor.
Claude code is a decent harness but then you have to use Anthropic models, which are good but no longer the best bang for the buck. In particular Haiku 4.5 is rubbish, Anthropic don’t have anything in the cheap/fast part of the market. For people fortunate enough to still be on a subscription instead of per-token billing this is less relevant, but their time will come. The cursor model is quite nice because it allows…
Why do you say that? I've used Claude Code with DeepSeek via OpenRouter just fine.
Re: Our decision on Cursor following its acquisition by SpaceX
#238Earlier quoted context omitted.
JetBrains is a good option - works with any model/agent. Also they have very good semantic search for the codebase, which is exposed via MCP to the agents.
Jetbrains Air is a great agentic coding harness
Re: Our decision on Cursor following its acquisition by SpaceX
#239Is there some kind of alternative to Cursor in these terms - fast because the code is already indexed no need to start every prompt rediscovering the world with rg - in editor/vscode review much better than relying on git diff at the very end. You can click on next button to jump there. Quick edit in place. Or a quick prompt (seconds) to fix something small - in editor completion / quick edits, when you do things by…
There's OpenCode, Claude Code, Codex. I don't like to use GUIs so I rely purely on agentic AI on CLIs.
I don’t like relying on GIT for that and making things as good/done as I go. But with these agentic tools that’s what I have to do. Stage everything I like, manually edits a few bits.
But what do you when you find something where you want to say the agent: I don’t like this for reasons x and y redo as z. I’m like one shortcut away in context inside cursor to say that to my agent? You have to change tab in herdr and then what? Type the file name and line numbers? Is there a way to do this that does not seem very frustrating?
Also open code, codex, etc. super slow. They grep the code. Every. Single. Time. Cursor has a semantic index
Re: Our decision on Cursor following its acquisition by SpaceX
#240Earlier quoted context omitted.
I do like Zed as an editor and I keep trying it out but the the review what the AI did by jumping directly into the file with accept/reject/go next/next file with the ability to edit in place was nowhere near as good in zed vs cursor last I checked.
I recently cancelled Cursor. The features you mention are in Antigravity IDE v1, which I am trying as I still have a Gemini subscription. No idea how long it will be around for, as Google Antigravity2 (more like Claude Code) is clearly the favoured way forward, plus the new Antigravity for VSCode Extension*, which I didn’t like as much when I tried it. It offers the same accept/reject hunk workflow, but I don’t know…