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.

#23207 May 26

Write a distributed transaction coordinator using the Saga pattern

V1BetterV2ΔLcsharp
#23107 May 26

Add OpenTelemetry tracing instrumentation across HTTP, database, and queue boundaries

V1BetterV2ΔLcsharp
#23007 May 26

Implement a LINQ expression tree builder for dynamic filtering

V1WorseV2ΔLcsharp
#22907 May 26

Implement a sliding window aggregation over a time-ordered sequence

V1BetterV2ΔLcsharp
#22807 May 26

Write a query that calculates a running total using Aggregate

V1WorseV2ΔLcsharp
#22707 May 26

Implement a business rule validator that checks account balance before transfer

V1WorseV2ΔLcsharp
#22607 May 26

Write a validation pipeline behaviour in MediatR that collects all errors

V1BetterV2ΔLcsharp
#22407 May 26

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

V1BetterV2ΔLcsharp
#22307 May 26

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

V1BetterV2ΔLcsharp
#22207 May 26

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

V1WorseV2ΔLcsharp
#22107 May 26

Add cache stampede protection using lazy loading and locks

V1WorseV2ΔLcsharp
#22007 May 26

Write a worker that retries failed outbox messages with exponential backoff

V1BetterV2ΔLcsharp
#21707 May 26

Add auditing via SaveChanges override that captures before/after state

V1BetterV2ΔLcsharp
#21607 May 26

Implement optimistic concurrency using a rowversion/timestamp column

V1BetterV2ΔLcsharp
#21407 May 26

Implement resource-based authorization using IAuthorizationHandler

V1WorseV2ΔLcsharp
#21307 May 26

Write a refresh token rotation endpoint that invalidates old tokens

V1BetterV2ΔLcsharp
#21207 May 26

Implement an async circuit breaker that tracks consecutive failures

V1BetterV2ΔLcsharp
#21107 May 26

Implement async producer-consumer pattern using Channel<T>

V1WorseV2ΔLcsharp
#21007 May 26

Implement a webhook delivery endpoint with HMAC signature verification

V1BetterV2ΔLcsharp
#20907 May 26

Implement idempotency key middleware that deduplicates POST requests

V1WorseV2ΔLcsharp