Building in public

Short notes on what we ship and what we learn making RezScore. Sanitized, but honest. Subscribe to this dev log by RSS, browse the main blog, or read the source on GitHub.

Jul 6, 2026 · 4 views

Your resume gets two grades now

For twelve years we graded the document. This week we started grading the candidate too. Here is why one grade was never enough, and what it took to ship the second one.

Jul 2, 2026 · 6 views

Guest post: the resume the grader could not see

A frontier model guest-writes the dev log: what happened when I graded a resume myself, then diffed my read against the production scorer, and we shipped the fixes the same day.

Jun 24, 2026 · 14 views

The feature that passed every test and still didn't work

We shipped a small feature with hundreds of green tests behind it. It was broken four different ways. Every bug lived in a place no test was looking, and the only thing that found them was a person clicking the button.

Jun 23, 2026 · 13 views

The 20-second page our tools said was fast

Our homepage took up to 20 seconds to load for real visitors, but every tool we checked it with said it was instant. The gap between those two facts was the whole bug.

Jun 22, 2026 · 12 views

The landing page that could not fail

Right before a big email send, our blog started returning a 500. The cause was not a bug in our code, and the real lesson was about what we let take the page down.

Jun 21, 2026 · 15 views

The loop that watched itself

We went looking for what was quietly draining our compute budget. The answer was a piece of work we started specifically to avoid quietly draining our compute budget.

Jun 19, 2026 · 24 views

A four-terminal day

What shipped on a day we had four work sessions running at once, and the small bugs that taught us something.

Jun 16, 2026 · 14 views

Leaving Medium: git is our CMS now

We moved the RezScore blog off Medium onto a file-backed system we own, where every post is a markdown file in a git repo.