Show HN: My AI Native Resume
76 jhgaylor 50 5/5/2025, 1:44:09 AM ai.jakegaylor.com ↗
I've been deeply involved in working with AI agents and large language models (LLMs) for a while now. During a recent job search, I found myself repeatedly explaining my skills and experiences to various assistants. Around the same time, I was creating content for my website to help hiring teams understand my capabilities better and make informed decisions.
MCP had started to gain momentum and I saw a way to reduce my toil. So I built an MCP server that can effectively communicate my qualifications as a job candidate. This server acts as an AI-powered resume, providing an understanding of my professional background and a set of tools, prompts and resources to help explore my skills and experiences.
The code is open source, so you can create your own AI-driven resume server. Check it out here: https://github.com/jhgaylor/node-candidate-mcp-server.
During my job search I paired my mcp server with others such as notion, hirebase, and gmail to build a leads database, write cover letters, and track my job search.
However, I will retire from this cursed industry if this will be the expectation in the future
Edit: there was an example in another answer, "I offer a contact tool when you use the hosted server because I can hide away my email credentials and expose a way for the LLM to send me an email."
Now we can spend our time more on the content and less on the presentation.
You can already use claude desktop, upload your resume, point it to your website, paste in some stuff from linkedin and output an llms.txt. You can get 80% of the way with just a couple of clicks.
But you know what? It's one step away from a system where AI's act as agents of our values, interests, needs and availabilities and mingle with other AI's to find possible business or romantic connections for us, all automatically.
Like a business coach/matchmaker and dating coach/matchmaker in one. Imagine just receiving high-potential connections for both, in your inbox, every day, according to whatever criteria you value.
My OpenAI ChatGPT knows me VERY well. It would possibly be amazing if a system existed that I could deem my chatgpt account a proxy of me for.
EDIT: I don't think there's currently a way to hand out a key to my (privacy-preserving except where explicitly allowed) own ChatGPT which also includes the conversation memory, unless MCP might provide this somehow
That means someone would have to jump through manual hoops to consume this.
Perhaps a needed bit of integration is a vendor that allows you to park a chat box on your website that knows how to call out into your MCP, so I can talk to your resume directly on your website. I assume this exists already, if not it'd be weird (it's not that hard to cobble together manually against the agent-ish APIs, after all).
But yes, currently, you still need to read the docs to know if/where on my server you can find an MCP endpoint.
MCP seems like we have given up on making the models good or smart. We are bending over backwards to make the internet easier to interact with for AI than for humans.
If general intelligence is on the horizon, this all seems a colossal waste of time. (Not your resume. I mean the general direction of AI development.)
Imagine the dystopia of having to convince a chatbot of one’s qualifications.
https://ai.jakegaylor.com/llms.txt
Congrats on getting there for MCP resume before anyone else :)
* A GitHub MCP exposing your code and issue contributions
* A site that exposes CV-data of candidates.
* An agent LLM iterating on all these, finding candidates that match roles.
Or vice versa, finding roles for a given candidate.
I might not be actively looking for roles, but I'd like to be aware of opportunities that might be a good fit. Recruiters historically have wasted my time.
What do you plan to do if someone does give you a job and assign you a task? Tell your employer to prompt some tool to explain why you cannot complete that task?
I started working on this mcp server that updates your resume based off what you have been doing in your editor/git-commits -> https://www.npmjs.com/package/@jsonresume/jsonresume-mcp?act...
e.g. if you were coding a supabase feature, it checks your resume for supabase and adds it if its missing.
Underneath this site is a package to make this easy to spin up for anyone. https://github.com/jhgaylor/node-candidate-mcp-server
I was thinking about spinning up a site to let folks deploy their own candidate MCP servers, it just needs a configuration blob. I wonder if we can tie it in with resume.json gists some way.
``` Walk through core technologies in your stack, explore my project work via the GitHub MCP server, and discuss design trade-offs:
Example: "Give me a code walk-through of Jake's use of AWS Lambda in his last project and ask him to explain the trade-offs." ```
I will make a better example text there, thanks. I'd much rather they explored my statbot repo anyway :)
It's not clear what benefit or use this is intended to provide (presumably they would have detailed its functionality if they intended to communicate this), but I assume it's ~super meaningful. I assume it's~ a scraping endpoint to add a url.
Edit: can't figure out how to use strikeout; please interpret the tildes as such.
It's a bit of a stretch but MCP is to LLM enabled applications what REST is to web applications.
No comments yet
As discovery mechanisms for mcp and a2a get sorted, I think that we will see a new class of tools for hiring teams to find and evaluate candidates.
Are applicants just supposed to sit and roll their thumbs waiting for the right AI to have the right hallucinations?
I don't get the excitement for applying this crap to each and every aspect of our lives. What about the human experience?
Resumes are already being run through a machine. We know what the next generation of machine looks like, so now as candidates we can put our best foot forward.
The really bright people are doing hype and bleeding edge things like this. Getting lots of notice, trending on HN (and probably LinkedIn), etc.
Everyone else? Yeah.
I don't mean this as a diss. This is just the meta. I got a really good job doing exactly this sort of thing. And it worked marvels for fundraising too.
I absolutely know not everyone has time or patience for this bullshit meta game. But networking and distribution are kind of like that.
tl;dr - If you trend on HN, LinkedIn, etc., you're already winning the hiring game.
What about the world?
Being good at this bullshit doesn't imply any kind of competence in anything that matters.
https://news.ycombinator.com/item?id=38245665
Thanks for including the LLM rules (cursor) in the repo - MCP is new enough that I'll bet having that as a guidance was pretty helpful.
It would be nice if the idea took off
Is there an already built AI tool that can take a regular resume and help someone easily generate and host their own version?
You can run your own version pretty easily if you can spin up an express server. I haven't dialed in the readme yet but this package offers all the mcp functionality provided by my server https://github.com/jhgaylor/node-candidate-mcp-server . You basically just need to provide a configuration object describing yourself https://github.com/jhgaylor/ai-jakegaylor-com/blob/main/src/...
Future tools I have in mind include taking a job description and returning a cover letter and sample interview.
Another benefit of using MCP is the LLM can request subsets of the context as it deems them valuable instead of preloading all of the context head of time.
You need to make it as easy as possible for me to learn about you. If instructions are necessary it’s not easy. If you want me to feed links to an LLM then just do it for me and share the LLM output.
I care about only two things - a LinkedIn exported resume and a portfolio page. That’s it.
I don’t think I ever once ever seen an interesting or impressive GitHub repo. I’m not spending half an hour clicking through a dozen repos and god knows how many files.
Ok, typical honest-and-probably-correct-but-snarky HN take. Fine I can deal with this.
> I don’t think I ever once ever seen an interesting or impressive GitHub repo.
Dude. I don't think OP is the problem anymore...