Jorge Polanco ยท the question box

What the box measures.

The question box on the home page is a retrieval service over the Markdown in my public repositories, measured against a checked-in question set on every push and against a judge on demand. Everything on this page is computed by the service or by a command in its repository; this page only renders it. How it was built.

How these numbers are produced

The retrieval eval runs in CI on every push to main and fails the pipeline on a regression against a stored baseline. The generation eval costs money and runs on demand; its results are committed, and a small command folds them with the decision records into one document that is baked into the service image. The live numbers come from counters the service keeps in memory and rolls up per day on disk. None of this is computed in the browser. The README has the details.