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.

#51009 May 26

Write a validation pipeline behaviour in MediatR that collects all errors

V1BetterV2ΔL+0.3csharp
#50909 May 26

Implement an event store that appends events and rebuilds aggregates

V1BetterV2ΔLcsharp
#50809 May 26

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

V1BetterV2ΔLcsharp
#50709 May 26

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

V1BetterV2ΔL+1.0csharp
#50609 May 26

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

V1BetterV2ΔL+0.8csharp
#50509 May 26

Add cache stampede protection using lazy loading and locks

V1BetterV2ΔL+1.0csharp
#50409 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔL+0.5csharp
#50309 May 26

Add scoped service access inside a BackgroundService using IServiceScopeFactory

V1BetterV2ΔL+0.0csharp
#50209 May 26

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

V1BetterV2ΔL+0.0csharp
#50109 May 26

Add auditing via SaveChanges override that captures before/after state

V1BetterV2ΔL+0.0csharp
#50009 May 26

Implement optimistic concurrency using a rowversion/timestamp column

V1BetterV2ΔLcsharp
#49909 May 26

Implement tenant-scoped authorization that prevents cross-tenant access

V1BetterV2ΔL+0.9csharp
#49809 May 26

Implement resource-based authorization using IAuthorizationHandler

V1BetterV2ΔL+0.2csharp
#49709 May 26

Write a refresh token rotation endpoint that invalidates old tokens

V1BetterV2ΔL+0.5csharp
#49609 May 26

Implement an async circuit breaker that tracks consecutive failures

V1BetterV2ΔL+0.5csharp
#49509 May 26

Implement async producer-consumer pattern using Channel<T>

V1BetterV2ΔL+0.0csharp
#49409 May 26

Implement a webhook delivery endpoint with HMAC signature verification

V1BetterV2ΔLcsharp
#49309 May 26

Implement idempotency key middleware that deduplicates POST requests

V1BetterV2ΔL+0.3csharp
#49209 May 26

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

V1BetterV2ΔL+0.0csharp
#49109 May 26

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

V1BetterV2ΔL+0.8csharp
#49009 May 26

Add cache stampede protection using lazy loading and locks

V1BetterV2ΔL+1.0csharp
#48909 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔL+0.5csharp
#48809 May 26

Add scoped service access inside a BackgroundService using IServiceScopeFactory

V1BetterV2ΔL+0.0csharp
#48709 May 26

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

V1BetterV2ΔL+0.0csharp