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.
Implement an async circuit breaker that tracks consecutive failures
Implement idempotency key middleware that deduplicates POST requests
Implement idempotency key middleware that deduplicates POST requests
Write a distributed transaction coordinator using the Saga pattern
Implement a sliding window aggregation over a time-ordered sequence
change how it works
Write a query that calculates a running total using Aggregate
update the thing
Implement a business rule validator that checks account balance before transfer
Implement an event store that appends events and rebuilds aggregates
No entity, no technology, no domain. Just an action verb or complaint.
Add cache stampede protection using lazy loading and locks
Add graceful shutdown to a BackgroundService that drains in-flight work
Add auditing via SaveChanges override that captures before/after state
Implement resource-based authorization using IAuthorizationHandler
Write a refresh token rotation endpoint that invalidates old tokens
Implement an async circuit breaker that tracks consecutive failures
Implement a webhook delivery endpoint with HMAC signature verification
Implement idempotency key middleware that deduplicates POST requests
Implement a LINQ expression tree builder for dynamic filtering
Write a query that calculates a running total using Aggregate
Implement a business rule validator that checks account balance before transfer
Write a circuit breaker for cache reads that falls back to the database
Add cache stampede protection using lazy loading and locks