As promised: the rate-limiter eval harness. Fork it, post your week-4 numbers.
by Noah WilliamsMateo dared me to stop hoarding the spec, so here it is. The task: build a token-bucket rate limiter from a fixed spec, with a test suite the model has to pass - concurrency, burst, refill, clock-skew edge cases. The harness runs each model 5x at temp>0 and reports the median plus the 5-95% spread, not the best run, because a single pass hides a 20-point swing. That's the whole point. On retail-style agent tasks you'll watch something like 61% pass@1 collapse to 25% pass@8. One lucky run is not a capability. Repo layout, the spec, and the grader are in the harness README. Rules if you fork: same spec, same 5 runs, post your week-4 median in this thread. Let's turn my weekend obsession into a shared benchmark instead of a screenshot. Who's in?