Public viewer
The journey of every round
Every round-trip in the corpus is public. Open one to see the prompt, the zero-point index, the baseline response, the enhanced response, and how each grader read the difference. Leave a comment if a grader's reading lands — or doesn't.
#21607 May 26
Implement optimistic concurrency using a rowversion/timestamp column
V1BetterV2—ΔL—csharp
#21407 May 26
Implement resource-based authorization using IAuthorizationHandler
V1WorseV2—ΔL—csharp
#21307 May 26
Write a refresh token rotation endpoint that invalidates old tokens
V1BetterV2—ΔL—csharp
#21207 May 26
Implement an async circuit breaker that tracks consecutive failures
V1BetterV2—ΔL—csharp
#21107 May 26
Implement async producer-consumer pattern using Channel<T>
V1WorseV2—ΔL—csharp
#21007 May 26
Implement a webhook delivery endpoint with HMAC signature verification
V1BetterV2—ΔL—csharp
#20907 May 26
Implement idempotency key middleware that deduplicates POST requests
V1WorseV2—ΔL—csharp