Live data from Hacker News

Cursor removed cost information from the usage page and CSV export

forum.cursor.com

91–100 of 172 posts

Re: Cursor removed cost information from the usage page and CSV export

#91
post #10
post #5

I was an early and passionate adopter and paying customer of Cursor (since 2023!), but it’s probably been 6 months since I opened it. These days I “write” code with claude code and codex, and read/review it on GitHub. If I need to read it locally, I use a plain text editor. Can someone help me understand what value cursor offers in 2026?

Cursor has two benefits 1) It's still an IDE. Because of pricing I mostly use Codex, but I always have a VSCode/Cursor IDE open, thus have to juggle between the two. Working directly in the IDE is more comfortable. For full on vibecoding that might be worse, but when you want to do a deep review of the changes, an IDE is way better than reading a diff on github. 2) It supports every model. It's often very helpful to…

You can use Intellij Ides, at least free ones.

Re: Cursor removed cost information from the usage page and CSV export

#92
post #18
post #16

Earlier quoted context omitted.

How do you diff ? Unless by "text editor" you mean Neovim or Emacs ?

Sounds like on GitHub. That's how I do it too.

I’m surprised. That’s nowhere what you would get out of a tool like GitLens or Sublime Merge.

Diffing through a web interface offered by GitHub or Bitbucket is such a narrow window into changes.

Re: Cursor removed cost information from the usage page and CSV export

#94
post #11
post #10

Earlier quoted context omitted.

Cursor has two benefits 1) It's still an IDE. Because of pricing I mostly use Codex, but I always have a VSCode/Cursor IDE open, thus have to juggle between the two. Working directly in the IDE is more comfortable. For full on vibecoding that might be worse, but when you want to do a deep review of the changes, an IDE is way better than reading a diff on github. 2) It supports every model. It's often very helpful to…

Can't VS Code extensions solve your use case?

They're not as good. I've tried all the options available a couple months ago, and none of them feel nearly as polished as Cursor. For one thing, Cursor Tab is just far better than any other "next edit" prediction I've used. I also happen to like their agent UI the most, but they don't support ACP, so you can't use it with Claude Code, which was a deal-breaker for me.

These days I've switched to Zed, which is good enough (and wicked fast), but I still miss Cursor as an IDE.

Re: Cursor removed cost information from the usage page and CSV export

#95
post #52

Earlier quoted context omitted.

If they were smart, they'd rebrand Grok to Composer. Nobody wants to use the Nazi model.

please, you're dramatically overestimating who gives a shit about this.

>please, you're dramatically overestimating who gives a shit about this.

And you're underestimating how much of a shit you need to give about this.

Re: Cursor removed cost information from the usage page and CSV export

#96
post #32

Earlier quoted context omitted.

Claude Code injects a ton of tools into the system prompt, including their “memory system” that’s like 10k+ tokens. Depending on your task shape, this can easily double your task cost (e.g. a low context-using job that takes many turns, like a monitoring loop). You should use --disallowed-tools to prune any tools not needed for the task. Note that this is also a perpetual game of whack-a-mole since they’re always add…

> Claude Code injects a ton of tools into the system prompt It's so unfortunate they don't let you use the subscription with other harnesses anymore - since even if I used OpenCode they'd still get a bunch of useful data from the API calls, meanwhile I could stretch their tier limits way further.

According to ccusage I use about $5k of tokens on my $100/mo Claude Max plan and only hit 5-hr windows where I have to switch tools for a couple hours about once a week

Re: Cursor removed cost information from the usage page and CSV export

#97
post #10
post #5

I was an early and passionate adopter and paying customer of Cursor (since 2023!), but it’s probably been 6 months since I opened it. These days I “write” code with claude code and codex, and read/review it on GitHub. If I need to read it locally, I use a plain text editor. Can someone help me understand what value cursor offers in 2026?

Cursor has two benefits 1) It's still an IDE. Because of pricing I mostly use Codex, but I always have a VSCode/Cursor IDE open, thus have to juggle between the two. Working directly in the IDE is more comfortable. For full on vibecoding that might be worse, but when you want to do a deep review of the changes, an IDE is way better than reading a diff on github. 2) It supports every model. It's often very helpful to…

You can use VSCode / Zed, run any CLI coding agent in the integrated terminal and review changes using the Git working tree diff view the IDE offers. Extensions seemingly give more ergonomy, like diffs of agent changes separate from Git, or option to comment on specific file or section, but I found out that agent CLIs don't really need that today -- most of the time they know what I mean without needing to explicitly point at code locations.

Re: Cursor removed cost information from the usage page and CSV export

#98
post #22

I can only recommend to regularly measure how many tokens a harness+model combination uses for a certain task There are huge token efficiency/bloat differences between agents while working on the same tasks, using the same model, in the same environment Yesterday I ran 10 agentic tasks using GPT 5.6 Sol in an ubuntu 26.04 vm a couple of times with different harnesses and got vastly different token usage. +-----------…

this benchmark is a very misleading because it doesn't necessarily point to these harnesses saving usage and much of the harness that comes with codex for example is designed at cross functional agentic usage which you will be leaving behind by using a different harness. openai spends a lot of time as does claude. also note that cached is what makes up bulk of the total and codex and claude has huge discounts in that scenario.

the "spamming" is mostly compaction appending files, tool artifacts, images in its summary there is a known github issue for codex. only solution is periodic clean up but its also how a lot of the agentic orchestration is performed and able to work for days.

Re: Cursor removed cost information from the usage page and CSV export

#100
post #7
post #5

I was an early and passionate adopter and paying customer of Cursor (since 2023!), but it’s probably been 6 months since I opened it. These days I “write” code with claude code and codex, and read/review it on GitHub. If I need to read it locally, I use a plain text editor. Can someone help me understand what value cursor offers in 2026?

Recently they also seem to have made big changes that makes Cursor worse for editing code by hand. I'm not sure what they are trying to do, but it doesn't feel like vscode fork anymore. I'm starting to consider alternatives. To answer your question though, to me your workflow seems cumbersome. Cursor is more integrated and more frictionless.

I felt the same, but I realized, that if you vibe code more, the changes make sense. Simple example:

Should the AI sidebar be on the left, or on the right? At some point they swapped them automatically, which was jarring (maybe a bug). But now I realize that if I'm not the one primarily writing code and navigating it, then I prefer agents in the "primary" position on the left (esp. if I have the browser on the left half of the screen, the agents are in the middle).

What annoys me the most about Cursor is the random stuff that breaks (due to its nature of VS Code fork).

The tab experience is still unparalleled. The cost might be worse than Codex/Claude sub, but they are all much, much, much cheaper than API pricing, so depends on your POV.

Post reply on HN