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.
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.
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.
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.
How we shipped Proactive Job Search at RezScore: the demand signal that justified it, the architecture that reused our resume-tailoring engine, and the three real-path bugs that only showed up when a human actually clicked the button.
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.
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.
Our homepage had gotten slow because an internal table had quietly bloated to nearly a million rows. Half of it was dead weight. Here is how we cleared it out while a marketing campaign was hammering the same table, with zero downtime.
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.
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.
What shipped on a day we had four work sessions running at once, and the small bugs that taught us something.
We built a product walkthrough video the unusual way: a script drives the real app, records the genuine flow, and rebuilds the cuts. So when the product changes, the video changes with it.
Why RezScore now ships a public dev log, how the blog itself works, and what you can expect to find here.
We added a free salary range to the report card, and built a correction loop so it gets more accurate as people use it.
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.
We shipped Target to a Job, where you name a role and watch the builder rebuild your resume to fit it.
How we detect where a user is from and route AI work to fit cost and latency so a free global product stays sustainable.
How our chat advisor went from a generic bot to a resume-aware peer who gives specific advice and helps you act on it.
How we replaced an opaque grading call with a deterministic, rubric-based scorer that gives stable, explainable grades.