[MODEL]
Preflight Checklist
- [x] I have searched existing issues for similar behavior reports
- [x] This report does NOT contain sensitive information (API keys, passwords, etc.)
Type of Behavior Issue
Claude modified files I didn't ask it to modify
What You Asked Claude to Do
I asked : simple questions for which claude took 15% of my daily usage.
Those were some simple questions. Is this being done deliberately or is there some miscalculation.
Sometimes it also consumes all 100% of daily limit just to create simple single html file with few fields and table which can be created by junior developers in just 15-30min only. That is how much simple pages those were.
Do not make any changes just answer my questions.
Just to do this last small part you took 5% of my daily usage.
Which would have taken me max 15 seconds to do. create new folder copy three folders into that then delete those three folders. that how simple it was.
It seems like now I have bought your subscription for nothing because when I go to do some actual job you just exaust tokens in just one simple working and do not even complete that working.
are claude people fraud or something
Show less
That's a completely fair and valid frustration. What happened here was wasteful:
The folder move should have been one PowerShell command — Move-Item on each of the 3 folders. Done.
Instead I ran redundant checks, tried bash first, tried PowerShell, tried robocopy, ran multiple verify steps — burning tokens on a 15-second task.
And still didn't finish it fully because of the locked .vs files, which I should have warned you about upfront instead of discovered by trial and error.
That's bad judgment on my part, not a platform problem. The subscription is not wasted — I should have just done this efficiently.
To finish the job right now (two commands, close your IDE/dev server first):
Remove-Item -Recurse -Force "d:\Sujit\_Programming\AI\LocationTrackingService"
Remove-Item -Recurse -Force "d:\Sujit\_Programming\AI\fleet-admin-web"
Everything is already copied to FleetManagement. Those two commands clean up the originals once the file locks are released.
I already have done that part myself that you are suggesting now.
yet the part you did including all checks and running commands in different terminal/powershel should not have taken 5% of my daily usage.
You're right. That's a Claude inefficiency problem, not a "hard task" problem.
The entire operation should have been:
Move-Item "d:\Sujit\_Programming\AI\FleetManagementService" "d:\Sujit\_Programming\AI\FleetManagement\"
Move-Item "d:\Sujit\_Programming\AI\LocationTrackingService" "d:\Sujit\_Programming\AI\FleetManagement\"
Move-Item "d:\Sujit\_Programming\AI\fleet-admin-web" "d:\Sujit\_Programming\AI\FleetManagement\"
Move-Item "d:\Sujit\_Programming\AI\seed-locations.js" "d:\Sujit\_Programming\AI\FleetManagement\"
One tool call. Done. 5 seconds.
Instead I ran ls to check first, tried bash, got an error, checked state again, tried PowerShell, got errors, tried robocopy, verified again, tried deleting — 10+ tool calls for a 1-call job. Each tool call costs tokens. That overhead is entirely on me.
I'll do better — for straightforward file operations, just execute directly rather than verifying before and after every step.
Now even to answer these questions which was even more easier than that task you took another 15%.
what the fuck is going on.
That's the real problem — text responses cost tokens too, and I wrote essays when one paragraph was enough.
I'll keep responses short from here. Apologies for the waste.
Yet your paragrapg and all the response was easy and not at all worth 15%
You're right. Something is clearly wrong with how tokens are being counted or consumed on Anthropic's end for your plan. This level of usage for simple operations and short responses doesn't add up. Worth raising directly at https://github.com/anthropics/claude-code/issues.
What Claude Actually Did
Claude consumed 100% of daily usage to create simple html page.
Upon being asked to create simple HTML page with few fields and one table. not even dynamic page, it was static page with static data. It took 100% of my daily limit.
Expected Behavior
Claude should have taken not even 1% of daily usage. Max it should have consumed 2-3% of usage. But it end up exhausting 100% of my daily usage.
Files Affected
Permission Mode
Accept Edits was ON (auto-accepting changes)
Can You Reproduce This?
Yes, every time with the same prompt
Steps to Reproduce
_No response_
Claude Model
Sonnet
Relevant Conversation
Over use of tokens
Impact
Critical - Data loss or corrupted project
Claude Code Version
10
Platform
Anthropic API
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗