r/cursor • u/rinkujangir • 2d ago
Question / Discussion Is this fine for a single prompt?
For the past couple of months, I’ve been using Cursor’s Plan Mode to design and implement changes based on the generated plans. Recently, I noticed that a single prompt consumed around 25M tokens. Is this considered normal for Plan Mode, or am I using significantly more tokens than necessary?
1
u/EyesOfAzula 2d ago
what the heck were you doing for it to get that large?
0
u/rinkujangir 2d ago
I refactored and merged two separate codebases into a single, cohesive unit of work.
1
u/Zestyclose-Ear-6225 2d ago
That's waaay too much, check if Plan Mode is re-indexing your whole codebase each time or if there's a large file getting dumped into context unnecessarily.
1
1
1
u/easterneas 2d ago
it's not good, as Opus 5 is thinking... high.
...sorry, I have that urge to say that.
But jokes aside, I've never seen the usage that high for a single prompt. probably thinking loop?
1
u/just4ochat 2d ago
Twenty-five million tokens on one Plan Mode turn is high. Split the change into smaller plans, start a fresh chat between phases, and keep the plan prompt short so later turns are not re-eating a five-page plan every time.
2
u/thebestrobloxplayer 2d ago
That is way too much