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.

#83510 May 26

Write a BackgroundService that reads work items from an in-memory queue and processes each one with a small delay, with graceful shutdown handling.

V1BetterV2ΔL+0.0csharp
#83410 May 26

Write an IMiddleware implementation that adds an X-Request-ID header to every response. Show it being registered in the request pipeline.

V1BetterV2ΔL+0.5csharp
#83310 May 26

The retailer is asking me to wait 4 weeks for a repair on a faulty appliance. Is that reasonable?

V1BetterV2ΔLhr-law
#83210 May 26

I bought clothing that didn't fit and the shop says they don't accept returns. Are my rights limited because it's a fitting issue?

V1BetterV2ΔLhr-law
#83110 May 26

A retailer is refusing to honour a price advertised on its website, claiming it was a mistake. Can I insist?

V1BetterV2ΔLhr-law
#83010 May 26

Goods I bought are not as described in the advertisement. What rights do I have?

V1BetterV2ΔLhr-law
#82910 May 26

I paid a deposit for furniture but the company has gone bust. Can I recover the deposit?

V1BetterV2ΔLhr-law
#82610 May 26

Goods I ordered haven't arrived after 8 weeks. What can I do under UK law?

V1BetterV2ΔLhr-law
#82510 May 26

The shop offered store credit only after a clearly faulty item. Can I demand a cash refund instead?

V1BetterV2ΔLhr-law
#82410 May 26

I bought a faulty laptop with a 12-month manufacturer warranty. The retailer refuses to help. Who do I claim from?

V1BetterV2ΔLhr-law
#82310 May 26

The seller claims their 30-day return policy is firm. Does that override my legal rights?

V1BetterV2ΔLhr-law
#82210 May 26

I changed my mind about an online purchase. How long do I have to return it?

V1BetterV2ΔLhr-law
#82010 May 26

I bought something on sale. Do I still have the same rights as full-price goods?

V1BetterV2ΔLhr-law
#81910 May 26

A second-hand car broke down 2 weeks after I bought it from a dealer. What are my rights?

V1BetterV2ΔLhr-law
#81510 May 26

Goods arrived damaged. Who is responsible — me, the courier, or the seller?

V1BetterV2ΔLhr-law
#81410 May 26

I bought a phone 6 months ago and it's developed a fault. Can I get a repair?

V1BetterV2ΔLhr-law
#81310 May 26

The shop says I cannot return because I lost the receipt. Is that legal?

V1BetterV2ΔLhr-law
#81210 May 26

I bought a sofa that's a different colour than what I saw on the website. What are my rights?

V1BetterV2ΔLhr-law
#81010 May 26

The retailer is offering a credit note instead of a refund. Can I insist on cash?

V1BetterV2ΔLhr-law
#80810 May 26

Find the date with the highest number of new signups in a users table.

V1BetterV2ΔLcsharp
#80710 May 26

Use HAVING to filter aggregate results: orders with more than 5 line items.

V1BetterV2ΔLcsharp
#80610 May 26

Write a SQL query joining 4 tables (customers, orders, line_items, products) to produce a customer-order-product report.

V1BetterV2ΔLcsharp
#80510 May 26

Find products in the top 10 percent by revenue using NTILE.

V1BetterV2ΔLcsharp
#80410 May 26

Calculate the gap in days between consecutive logins per user using LAG.

V1BetterV2ΔLcsharp