I'm still waiting on the resume builder that uses an llm to transform CVs into relevant titles and descriptions for adjacent related target positions.
Show HN: Resume Builder in Python
11–18 of 18 posts
Re: Show HN: Resume Builder in Python
#12Re: Show HN: Resume Builder in Python
#13This screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?
LaTeX requires retaining a large installation. Python and a web browser are usually always there. Also here resume exists in a structured form. Recently posted[0] RenderCV[1] does something similar but outputting to TeX instead. [0]: https://news.ycombinator.com/item?id=40472994 [1]: https://github.com/sinaatalay/rendercv
Or just use Overleaf.
Re: Show HN: Resume Builder in Python
#14This screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?
Re: Show HN: Resume Builder in Python
#15Re: Show HN: Resume Builder in Python
#16This screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?
I used to have mine in LaTeX, rendering a nice PDF. But here's the thing, you're up against automated CV parsing systems that you don't have any insight into - a total black box. And it's a different black box with every recruiter. If your CV fails to parse, then it kicks out into a manual system where the recruiter has to add it all in. And as the market isn't wonderful right now, I would lean into making your CV as…