Proof - verify it yourself

Here is the diff. Reproduce it.

Below is a fixed, illustrative before and after example: the source resume, the tailored version, their SHA-256 hashes, and the exact diff. Nothing about the employer, title, dates, or numbers changes in this example. Rundiff andshasum -a 256 and you'll get the same result.

original.tex

sha256: …

\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}
\section{Experience}
\textbf{Senior Engineer, Globex} \hfill 2021--Present
\begin{itemize}
\item Built data pipelines processing 10M events/day.
\item Led a team of four engineers.
\item Maintained internal reporting dashboards.
\end{itemize}
\section{Skills}
Go, Python, Kubernetes, PostgreSQL.
\section{Education}
B.S. Computer Science, State University, 2018.
\end{document}

tailored.tex

sha256: …

\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}
\section{Experience}
\textbf{Senior Engineer, Globex} \hfill 2021--Present
\begin{itemize}
\item Designed event-driven data pipelines processing 10M events/day on Kubernetes.
\item Led a team of four engineers, owning reliability and on-call.
\item Maintained internal reporting dashboards.
\end{itemize}
\section{Skills}
Go, Python, Kubernetes, PostgreSQL.
\section{Education}
B.S. Computer Science, State University, 2018.
\end{document}

The diff

What changed+2 added−2 removed14 lines unchanged78% of your résumé is byte-for-byte identical
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}
\section{Experience}
\textbf{Senior Engineer, Globex} \hfill 2021--Present
\begin{itemize}
\item Built data pipelines processing 10M events/day.
\item Led a team of four engineers.
+\item Designed event-driven data pipelines processing 10M events/day on Kubernetes.
+\item Led a team of four engineers, owning reliability and on-call.
\item Maintained internal reporting dashboards.
\end{itemize}
\section{Skills}
Go, Python, Kubernetes, PostgreSQL.
\section{Education}
B.S. Computer Science, State University, 2018.
\end{document}

Every optimization shows you this

You see a diff for your own optimization. Free to start - 3 credits, no card.

Try it on my résumé