Today I didn’t code at all, and my limits were refreshed. I decided to implement a feature with Claude Sonnet 3.7, including a small refactoring to test the model. It did well; 7 files were affected, and it generally extracted duplicated code from two components (around 100 lines), created a new component, and reused it. During execution, it disconnected from Anthropic, and I pressed a reconnect button; it happened around 4-5 times. After the 2nd or 3rd time, I decided to go and check my limits. There were 11 used requests, and before my eyes, it was using more and more requests until it finished with 18 fast requests. So at least 7 requests were consumed literally before my eyes. And I noticed a notification on my phone that some hours ago I was charged for a Cursor subscription, so I am 99.999% sure that I had 0 requests before implementation. I have the long context feature enabled, but with 0.45 and any other models, it never used more than 1 request.
On the second prompt I turned off context and used sonnet 3.5. It got disconnected too and used only one request. But after I pressed the “Resume” button it seemed to spend 1 request per one agent edit action.