fix(prism): stop advertising observed tokens as recipe budget - #83
Conversation
Site window tokenBudget was the max telemetry x (~2.6B from a leader run), which the frontend labeled as an egalitarian single-pass window. Recipe 1.2 publishes train_rows/time/step caps, not a fixed token quota. Document train_rows vs full-shard streaming for miners.
|
Warning Review limit reached
Next review available in: 16 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
GET /v1/site/arenas/prism/windowwas publishingtokenBudgetas the max observed telemetry x (~2.6B from leader run404b3d00), which the site labeled as an egalitarian single-pass window.tokenBudgetis now 0; chart series still carry observed-token x for plotting.train_rows: 2048(baseline cut ≈2M GPT-2 tokens) vs full-shard streaming under the 6h cap.Audit notes (no scoring change)
pin_hex=cba5280…(notprism-better1.3+/v3).METRICS_JSON.tokens_seenstill echoesTRAIN_ROWS(2048) — flagged as follow-up (changes recipe pin).Test plan
cargo test -p site-data -p site-api --lib prism_windowGET /v1/site/arenas/prism/window→tokenBudget: 0, series still plot