Proof-gated rewrite
An AI rewrite that is checked against the facts in the original resume and refused if it introduces unsupported claims.
A proof-gated rewrite is an AI-generated revision to a resume bullet, section, or whole document that has been verified against the facts in the source resume. If the rewrite introduces a metric, tool, certification, company, or job title that the source did not contain, the rewrite is rejected before it ever reaches the user.
Proof-gating treats fabrication as a safety problem, not a stylistic one. An unconstrained LLM will happily invent "increased revenue by 47%" when asked to strengthen a vague bullet — proof-gating refuses to ship that change and instead surfaces the gap so the user can supply real evidence.
ApplySmooth implements proof-gating in three stages: extract facts from the original resume, constrain the rewrite prompt to those facts, and run a separate verifier on the model output. Every rewrite path in the product — bullet, section, full-resume, and Intelligence chat confirmations — passes through the same gate.