Skip to content
Back to the work
Public repo

resume-tailor

Deterministic bullet matching that renders a tailored resume to PDF.

Deterministic pipelinePDF rendering

Problem

Tailoring a resume to each posting by hand is slow and inconsistent. Language-model rewrites are fast but non-deterministic, so the same input produces a different document every run, and nothing about it can be reviewed or relied on.

Approach

resume-tailor scores each bullet against the posting with a fixed matching pass, selects the strongest set, then renders that selection to PDF. There is no sampling anywhere in the pipeline.

Outcome

The same input always produces the same document, which makes the output reviewable and diffable. 96 tests hold that property in place.