Before you dig through the PDF, a quick note on something I built: Dir Query, a tool that lets you point it at a set of documents and then ask questions about them in plain language. It uses RAG (Retrieval-Augmented Generation) to find the relevant parts of the source material and ground its answers in it, instead of guessing.
I’ve hooked this CV up to it. Rather than scanning the PDF for the one detail you’re after, ask the assistant below directly — “Does he have experience leading teams?”, “What did he do at Silver Logic?”, “Has he worked with Terraform or AWS?” — and get a straight answer sourced from my actual work history.
Dir Query itself was built using SDD (Spec-Driven Development): every feature starts as a written spec before any implementation code, which keeps scope under control and the codebase easy to reason about — the same discipline I bring to the teams I lead.