Cursor removed cost information from the usage page and CSV export
161–170 of 172 posts
Re: Cursor removed cost information from the usage page and CSV export
#162Earlier quoted context omitted.
> Do not underestimate how much popular harnesses are spamming the context window. The context window is very important. Do we have any insight into whether it is actually spam and not useful info such as project or programming language specific context?
in my book anything that is (I'm sure well intentioned) and injected to help the agent — but doesn't help it — is a waste of tokens but even injected context that when I read it sounds useful can oversteer the model and make it second guess or take a more complicated route than it normally would (you can see this when looking at traces with and without that injected context) often harnesses also mention in their syst…
Re: Cursor removed cost information from the usage page and CSV export
#163Earlier quoted context omitted.
> in my book anything that is (I'm sure well intentioned) and injected to help the agent — but doesn't help it — is a waste of tokens How do you tell, though? I guess what I'm asking is: the data you presented shows some crazy differences, but the token burn alone doesn't tell us enough. What was the output of the task like? Did the harnesses that burned fewer tokens give you as good a result as the ones that burned…
I agree, only looking at the token burn is not enough in this case it was 10 tasks and all harnesses could complete the tasks successfully, of course now the question is: will this hold for more and more complex tasks but I had to start somewhere :) Checksum: Compute a file’s SHA-256 checksum and save the exact digest to an output file. Log correlation: Correlate nested service logs to identify and summarize a reques…
Re: Cursor removed cost information from the usage page and CSV export
#164Earlier quoted context omitted.
It's so unfortunate people don't realize it's cheaper to write their own well working agent instead of insisting with general purpose bloated ones like Claude. 200$/month is a lot of money on Luna/DS4 flash, like really a lot and the results are much better than clowning on bloated CC. It's absurd how you have more and more organizations encoding their processes on LLMs and "engineers" (charlatan coders) don't even b…
> the results are much better than clowning on bloated CC. I won't argue with the cost effectiveness, but the results are very much not better. Opus and Fable are in a different league than DS4 Flash. Even GPT Terra, which I really like overall, sometimes gets stuck in weird loops and starts to do stupid stuff once its context window fills up. Whereas I can more or less trust the big models to just Do The Thing™ on t…
You can use opus or fable if you please, I'm advocating for writing your own agent instead of used generic bloated ones like CC.
Re: Cursor removed cost information from the usage page and CSV export
#165Earlier quoted context omitted.
> 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.
Subsidized Anthropic subscriptions seem to work fine on the oh-my-pi harness, somehow.
Re: Cursor removed cost information from the usage page and CSV export
#166Earlier quoted context omitted.
> 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.
It's so unfortunate people don't realize it's cheaper to write their own well working agent instead of insisting with general purpose bloated ones like Claude. 200$/month is a lot of money on Luna/DS4 flash, like really a lot and the results are much better than clowning on bloated CC. It's absurd how you have more and more organizations encoding their processes on LLMs and "engineers" (charlatan coders) don't even b…
Re: Cursor removed cost information from the usage page and CSV export
#167Re: Cursor removed cost information from the usage page and CSV export
#168Earlier quoted context omitted.
please, you're dramatically overestimating who gives a shit about this.
“If there's a Nazi at the table and ten other people sitting there talking to him, you got a table with eleven Nazis.” You’re telling me there are a lot of Nazis we’re going to have to deal with. No problem, we’ve done it before, we’ll do it again.
It must be tiresome to live life worrying about things like this. Thankfully, the International Criminal Court today does not operate with a terminal case reddit brain.
Re: Cursor removed cost information from the usage page and CSV export
#169Earlier quoted context omitted.
> the results are much better than clowning on bloated CC. I won't argue with the cost effectiveness, but the results are very much not better. Opus and Fable are in a different league than DS4 Flash. Even GPT Terra, which I really like overall, sometimes gets stuck in weird loops and starts to do stupid stuff once its context window fills up. Whereas I can more or less trust the big models to just Do The Thing™ on t…
You're confusing models with the agents. You can use opus or fable if you please, I'm advocating for writing your own agent instead of used generic bloated ones like CC.
Re: Cursor removed cost information from the usage page and CSV export
#170Earlier quoted context omitted.
smol is basically this 9 line python agent re-implemented in Go https://news.ycombinator.com/item?id=49006862 I'll have more about it in the next hours/days, you can follow me on twitter in the meantime ( https://x.com/__tosh )
So smol is your agent? Do you have a GitHub link?