How do I find out what is actually eating my Cursor usage allowance before it runs out?
Burned through the monthly allowance on the $20 plan in about nine days and I genuinely cannot tell you what did it. I am not looking for "use a cheaper model", I want to know how to attribute the spend while it is still happening.
What I understand so far: the allowance is a dollar amount, usage through Auto does not draw from it, manually picking a frontier model does, and the fast variants cost several times the standard ones. Past that I am guessing.
Specifically:
- Is there a per request breakdown anywhere, or only a running total?
- Does a long conversation re-send the whole context every turn, so that turn 40 costs much more than turn 4?
- Does an agent run that touches forty files cost roughly forty times a single edit, or does it batch?
Anything that turns this into a number I can watch during the week rather than discover on the ninth day.
@oncall_omar · 2h ago · 2 replies
Yes to the second one, and it is the answer to your whole question. Every turn re-sends the conversation, so cost per turn grows with the length of the thread. Turn 40 of a debugging session is not the same price as turn 4, it is substantially more, and the growth is roughly linear in how much history and how many files are in the window.
Practical consequence: start new chats aggressively. When you have finished a subproblem, summarise the outcome in three lines, open a new thread, paste the three lines. I halved my spend doing only that, without changing model.
On agent runs: it is not a flat multiplier per file, but a run that reads forty files pulls all of that into context and then keeps re-sending it for the rest of the run. The expensive thing is the reading, not the editing.
Reply
Report
@flakey_test · 2h ago
The corollary nobody likes: the long frustrating debugging session, the one where you keep saying "no, that is not it", is the single most expensive thing you do all week. It is also the one where you are least willing to stop and start a fresh thread. Worth knowing about yourself.
Reply
Report