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.

#25507 May 26

its broken

V1SameV2BetterΔL+0.0csharp
#25607 May 26

Implement a business rule validator that checks account balance before transfer

V1WorseV2ΔL+0.5csharp
#25407 May 26

make it work

V1SameV2BetterΔL-0.5csharp
#25307 May 26

Write a validation pipeline behaviour in MediatR that collects all errors

V1BetterV2BetterΔL-0.2csharp
#25207 May 26

fix it

V1SameV2BetterΔL-0.2csharp
#25107 May 26

Implement an event store that appends events and rebuilds aggregates

V1WorseV2ΔLcsharp
#25007 May 26

No entity, no technology, no domain. Just an action verb or complaint.

V1WorseV2BetterΔL+0.2csharp
#24907 May 26

Write a Saga orchestrator for a multi-step order fulfilment workflow

V1BetterV2ΔLcsharp
#24807 May 26

Implement an outbox pattern that ensures at-least-once delivery

V1BetterV2ΔL+0.5csharp
#24707 May 26

Write a circuit breaker for cache reads that falls back to the database

V1BetterV2ΔL+0.3csharp
#24607 May 26

Add cache stampede protection using lazy loading and locks

V1WorseV2ΔL+1.0csharp
#24507 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔL+0.1csharp
#24407 May 26

Add scoped service access inside a BackgroundService using IServiceScopeFactory

V1BetterV2ΔL+0.0csharp
#24307 May 26

Add graceful shutdown to a BackgroundService that drains in-flight work

V1WorseV2ΔL+0.0csharp
#24207 May 26

Add auditing via SaveChanges override that captures before/after state

V1WorseV2ΔL+0.0csharp
#24107 May 26

Implement optimistic concurrency using a rowversion/timestamp column

V1BetterV2ΔL-0.5csharp
#24007 May 26

Implement tenant-scoped authorization that prevents cross-tenant access

V1BetterV2ΔL+0.4csharp
#23907 May 26

Implement resource-based authorization using IAuthorizationHandler

V1WorseV2ΔL+0.0csharp
#23807 May 26

Write a refresh token rotation endpoint that invalidates old tokens

V1WorseV2ΔL+0.1csharp
#23707 May 26

Implement an async circuit breaker that tracks consecutive failures

V1WorseV2ΔL+0.0csharp
#23607 May 26

Implement async producer-consumer pattern using Channel<T>

V1BetterV2ΔL+0.0csharp
#23507 May 26

Implement a webhook delivery endpoint with HMAC signature verification

V1WorseV2ΔL-0.5csharp
#23407 May 26

Implement idempotency key middleware that deduplicates POST requests

V1WorseV2ΔL+0.0csharp
#23307 May 26

Add global exception handling middleware that maps domain exceptions to HTTP status codes

V1BetterV2ΔL+0.0csharp