frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Cursor removed cost information from the usage page and CSV export

https://forum.cursor.com/t/usage-page-to-token-amount-what/167153
68•EugeneOZ•1h ago

Comments

hnnbxu2nwi•48m ago
Small thing but makes a big difference
aroman•47m ago
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?

kalaksi•41m ago
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.

redox99•30m ago
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 try different models when you don't like the result of the first.

pwython•23m ago
Can't VS Code extensions solve your use case?
redox99•19m ago
I tried the codex extension many months ago but I didn't like it. I use mostly the Codex App, or sometimes the Codex TUI inside the IDE terminal.
leonvoss•21m ago
I don't think it offers any. I got tired of switching between Codex and Claude plus I wanted to start using glm and kimi so I switch to pi. Then I got tired of VSCode eating up battery and RAM so I moved to Neovim which has barely any efficiency downside anymore since most code is not written by hand and if you know how to use it well it was only maybe 10% less efficient than VSCode to begin with. I am not sure why a heavy desktop application would be better than nvim + pi in terminal which are both super extensible via vibecoding and very light on resources.
LeBit•18m ago
How do you diff ?

Unless by "text editor" you mean Neovim or Emacs ?

bakies•13m ago
Sounds like on GitHub. That's how I do it too.
roncesvalles•7m ago
Cursor Tab is nice when you're hand-editing stuff. Not sure it's worth $20 though.

I'd totally buy a $5 Cursor subscription just for Cursor Tab (it would replace VS Code for me). The $20 point is too competitive now.

brettgriffin•5m ago
Look at Cursor CLI: https://cursor.com/cli
esafak•4m ago
Design mode: https://cursor.com/blog/design-mode
fillbookio•44m ago
The PM comment above matches what I've seen. Hiding a usage number doesn't remove the anxiety, it just removes the user's ability to verify it, so people pad their mental estimate upward and quietly disengage. For anything usage-billed, trust in the tool is capped by trust in the number, and you can't build that trust by making the number invisible.

The move that actually works is the opposite: make it legible. Show the breakdown, show what drove the spike, let people reconcile it against their own expectation. A scary number you can explain beats a hidden one they have to guess at.

Removing the CSV export is the part that stings most, because that's the one thing power users reach for the moment they stop trusting the dashboard.

slashdave•19m ago
Is AWS listening?
w29UiIm2Xz•6m ago
Not a single one of these tools tell me how much I just spent when I issue a prompt and it finishes inference.
slashdave•35m ago
Cursor achieved fast adoption by making it simple to move from Visual Studio code.

Double-edged sword. It is also simple to move back to VS code and agent extensions.

btown•33m ago
I am shocked, shocked, that a company that is part of SpaceXAI would become hostile to its existing paying users and partners. This has never happened before in history.
oooyay•18m ago
Cursor was a great introduction to agentic engineering but I've learned their Claude pricing is largely just batch purchases. Their real moat I think is Composer 2.5 because both their agentic and IDE experiences fall short of Codex and Claude Desktop in my opinion. I think their sales will tell you economically they make the most sense and I would probably agree, but cost isn't everything especially when the spread isn't that wide. At this moment, capability is really king.

These days I'm using Codex and Claude Desktop with Zen when I need to look at code. Codex's real time audio chat feature (not dictation) is also second to none when paired with their agentic flow.

sergiotapia•16m ago
Cursor you have a beautiful comeback story, you have a wonderful model with Composer 2.5, and a terrific behemoth with Grok 4.5 now. A top-tier dev ux with the Cursor agent app, why on earth are you squandering this opportunity and behaving this way?

You came back from the dead pretty much and now you're pissing it away for what exactly?

Do not spite your individual developer customers or you will perish yet again.

tosh•6m ago
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.

  +-------------+-----------+-----------+-----------+-----------+--------+
  | Harness     | API total | Input     | Cached    | Uncached  | Output |
  +-------------+-----------+-----------+-----------+-----------+--------+
  | smol        |   172,807 |   142,334 |     8,704 |   133,630 | 30,473 |
  | Pi          |   427,211 |   392,767 |   137,216 |   255,551 | 34,444 |
  | OpenCode    | 1,564,429 | 1,523,957 | 1,204,736 |   319,221 | 40,472 |
  | Codex       | 3,005,744 | 2,953,154 | 2,649,344 |   303,810 | 52,590 |
  | Hermes      | 3,856,611 | 3,808,231 | 3,167,232 |   640,999 | 48,380 |
  | Claude Code | 5,073,137 | 5,029,969 | 4,587,008 |   442,961 | 43,168 |
  +-------------+-----------+-----------+-----------+-----------+--------+
https://x.com/__tosh/status/2083593799872237680

I'm not surprised that Claude Code is not optimized for an OpenAI model but I was still quite shocked re how much of a difference the harness makes.

Disclaimer: I'm working on 'smol' which is a minimalist harness but it's really nothing special, just a minimal system prompt, no skills files, only tool is shell

Do not underestimate how much popular harnesses are spamming the context window. The context window is very important.

Cursor removed cost information from the usage page and CSV export

https://forum.cursor.com/t/usage-page-to-token-amount-what/167153
71•EugeneOZ•1h ago•26 comments

The Art of 64-bit Assembly

https://nostarch.com/art-64-bit-assembly-v2
81•0x54MUR41•2h ago•40 comments

I ♥ RSS – A directory of people who love RSS

https://andrewshell.org/2026/07/i-%e2%99%a5-rss/
9•speckx•10m ago•5 comments

RipGrep musl binaries occasionally segfault during very-large searches

https://github.com/BurntSushi/ripgrep/issues/3494
167•throwaway2037•4h ago•96 comments

Explorative modeling: Train on the best of K guesses

https://alexiglad.github.io/blog/2026/explorative_modeling/
18•DSemba•1h ago•2 comments

Pgtestdb's template cloning approach to testing is fast

https://brandur.org/fragments/pgtestdb
16•brandur•1h ago•3 comments

Kaisel – Routes as Values. Dart 3 Native Router for Flutter

https://kaisel.dev/
5•TheWiggles•17m ago•0 comments

I Fired My AI Assitant

https://chreke.com/posts/i-fired-my-ai-assistant
5•speckx•24m ago•0 comments

A Surveillance Treaty in Disguise: Canada Signs UN Cybercrime Convention

https://www.michaelgeist.ca/2026/07/a-surveillance-treaty-in-disguise-the-trouble-with-canadas-qu...
137•iamnothere•2h ago•69 comments

DNS propagation checker that shows the results as a box of 24 donuts

https://donutdns.com
3•axeldelat•10m ago•2 comments

Elevators

https://john.fun/elevators
1509•Jrh0203•1d ago•376 comments

Register deprivation: spills and runtime under forced register scarcity

https://rjp.io/blog/2026-07-19-register-deprivation
6•surprisetalk•2d ago•0 comments

Linux on ESP32

https://github.com/GrieferPig/esp32-s31-linux
39•boveyking•3d ago•14 comments

Charlie Stross – On the non-use of AI in my writing process

https://www.antipope.org/charlie/blog-static/2026/08/on-the-non-use-of-ai-in-my-wri.html
60•jwx48•4h ago•52 comments

Study uncovers lost 'golden age' of languages

https://news.yale.edu/2026/07/23/study-uncovers-lost-golden-age-languages
25•gmays•2d ago•10 comments

Kontigo (YC S24) Is Hiring

https://www.ycombinator.com/companies/kontigo/jobs/xAo6tMt-founding-engineer
1•jecastillof•5h ago

Manual: •.,:;?·

https://type.today/en/journal/dots
88•behnamoh•2d ago•15 comments

Flint: A Visualization Language for the AI Era

https://microsoft.github.io/flint-chart/
221•vinhnx•14h ago•64 comments

Scope of Hacks on U.S. Water Supply Widens as Evidence Points to Iran

https://www.nytimes.com/2026/08/01/us/politics/iran-cyberattack-water-systems.html
39•jbegley•1h ago•23 comments

GitHub has alternatives, but no replacement

https://lalitm.com/post/github-alternatives/
63•lalitmaganti•1h ago•76 comments

Ask HN: Any tips for a college freshman enrolled in computer science?

21•NotParth11•1h ago•33 comments

RamenHaus

https://ramen.haus/
167•oler•8h ago•82 comments

Solid Queue 1.6.0 now supports fiber workers

https://github.com/rails/solid_queue/releases/tag/v1.6.0
68•earcar•9h ago•24 comments

qm – Multiplayer agent harness for work

https://github.com/yc-software/qm
627•tosh•22h ago•146 comments

A tiny holdout building in the middle of Macy’s is back in view

https://ephemeralnewyork.wordpress.com/2026/07/27/hidden-by-billboards-for-over-100-years-the-tin...
145•donohoe•3d ago•41 comments

Ten advances in mathematics and theoretical computer science

https://openai.com/index/ten-advances-in-mathematics/
324•milkshakes•9h ago•209 comments

Astro Loop

https://pubdeer.com/
21•BaseBaal•4h ago•4 comments

How to Exist

https://www.raptitude.com/2026/07/how-to-exist/
315•walterbell•16h ago•186 comments

Software for One

https://www.ajwaxman.com/writing/software-for-one
195•awaxman11•3d ago•199 comments

The First Idempotency Key

https://hatchet.run/blog/first-idempotency-key
28•abelanger•4d ago•5 comments