-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Deficit/Reserve calculation #3079
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Activity
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
I have noted that just after the weekly reset (Claude), I tend to drop relatively quickly into a deficit, however it levels up after a few days in general.
This reminds me of the time estimate for copying files in older Windows OS: at the beginning small fluctuations make the estimate vary a lot, and the more progress is made, the more precise the estimate becomes, and of course toward the end it is no longer really an estimate, i.e. if 99% of the time has passed, the estimate remaining time is bang on.
I feel the same is happening with CodexBar, now it could be that I change my behavior because of CodexBar (which might be at least partially correct) or that the estimate is based on a too short baseline to be a robust estimate. I cannot say which is which.
In the event my assumption around a too short baseline is right, have you tried to use the previous week as an estimator helper, basically calculating the deficit/reserve on a rolling window until the current time and projecting the rate of usage until the end of the reset period? This would require to store some data from reset to reset, but I don't think that a lot of measures are necessary to improve the estimate.
I would love to look into it, but I am swamped unfortunately.