How you burn 300 requests in a day? From my Copilot usage Opus consumes surprisingly few requests to do a lot of stuff. It isn’t paying by token but instead by prompt or something.
I guess you need automation for that. Run claude with cron to find fulnerabilities, suggest and implement improvements, automatically dig through backlog
Copilot charges a 27X multiplier on Opus 4.7 prompts.
300 prompts in a day isn't that unreasonable to achieve on a heavy day? And Opus has a significant multiplier as well
Opus 4.7 has a 7.5x multiplier when it's used from Copilot. Falling back to 4.6 it's only 3.5x
If you are using subagents for asynchronous work, you can burn through 300 requests in a workday easily.
Review-fix rounds after generation of text or code, until convergence to a solution that doesn't need more improvements.