top | item 41051575

Iterating on an HTML resume with GPT-4o via cURL

4 points| johncs | 1 year ago |johncs.com

2 comments

order

tripplyons|1 year ago

Good idea! I have been manually copying my resume source into ChatGPT for feedback, but a script seems much nicer. Also, I didn't know about how you can render the markdown output using glow.

I recently rewrote my HTML resume into LaTeX, since I was wanted to make sure it could be easily parsed by automated systems. I'm not sure how much of a difference it makes, but it gives me an outline of the sections in the Firefox PDF viewer sidebar.

johncs|1 year ago

> I have been manually copying my resume source into ChatGPT for feedback

That’s what I started out doing as well. At some point I got tired of it, and after writing the script I realized the tighter feedback loop was really nice.