Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jhgaylor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Fountain – OSS API to give your app a computer it can talk to
(managoat.com)
1 points
by
jhgaylor
17d ago
|
0 comments
2.
▲
The CLI your AI agent drives to manage your knowledge graph
(useokf.com)
4 points
by
jhgaylor
1mo ago
|
0 comments
3.
▲
by
jhgaylor
2mo ago
My agents need three verbs to help me write code: plan, implement, verify. Planning happens locally with the model and my issue tracker. Implementing happens across a fleet of coding agents. Verification has been the painful one. I ended up
4.
▲
Agent Sandbox: A Kubernetes CRD and controller for AI agent runtimes
(github.com)
3 points
by
jhgaylor
2mo ago
|
1 comments
5.
▲
by
jhgaylor
2mo ago
This is at the bottom of section 8 > The Large Language Model MUST NOT have access to an agent's credentials or to credentials that may be needed to access tools and services. This prevents the Large Language Model from using, expos
6.
▲
AI Agent Authentication and Authorization (IETF Internet-Draft)
(datatracker.ietf.org)
4 points
by
jhgaylor
2mo ago
|
2 comments
7.
▲
by
jhgaylor
1y ago
I'm Jake. I'm a product minded startup engineer. I'd love to explore how I can help your org ship faster and use data to drive product development. Location: Cary, MS Remote: Yes Willing to relocate: Yes Technologies: AI Prod
8.
▲
by
jhgaylor
1y ago
I am not a particularly good writer, so I started using llms to help me write. At first that was by having the llm convert my rough draft into something ready for editing. As I edited a bunch of this work I found it still wasn’t something I
9.
▲
by
jhgaylor
1y ago
MCP is a new protocol from anthropic to standardize sharing tools and context with LLMs. Before, the tool calling api from openai was standard but tool makers all built their own mechanisms for defining and sharing tools. It's a bit of
10.
▲
by
jhgaylor
1y ago
I was trying to find a way to thank xpe more privately but this is evidence I should just go ahead and do it. So, thank you too. Thanks xpe, I appreciate you jumping in here. I was struggling to find the words here and I think you did a won
11.
▲
by
jhgaylor
1y ago
I ended up building the first couple of iterations of this tool just to stop entering the same information into Claude for every new conversation. By connecting an assistant to a job searching api, a database, and context about myself I am
12.
▲
by
jhgaylor
1y ago
My github has several repos that might help you get started if you're working in Typescript or Dart. This one for example should get you spun up with the whole stack pretty quickly https://github.com/jhgaylor/examp
13.
▲
by
jhgaylor
1y ago
> the `candidate-info://website-text` has a bit of marketing puffery like we don't usually see on resumes. I'm wondering whether that's intended to influence the AI tool behavior. I actually wrote the marketing f
14.
▲
by
jhgaylor
1y ago
That's what I mean but I wouldn't represent it as being me the human speaking. We can just upgrade from text to text to speech to speech (or any mixture) while still using the LLM. And for style, I can use my voice instead of Micr
15.
▲
by
jhgaylor
1y ago
I think if you write the first blog post about this you get to name the law.
16.
▲
by
jhgaylor
1y ago
Sort of ironic given I wrote an interface to a robot, but I hate that robots are going to destroy this space, or rather, never give it space to exist. I think even if no hiring manager ever connects to my mcp server I will still find plenty
17.
▲
by
jhgaylor
1y ago
It's still a little rough around the edges but here is a repo I made to make it easier to get started with your own version. https://github.com/jhgaylor/example-candidate-mcp-server
18.
▲
by
jhgaylor
1y ago
Here is a repo that should make it pretty straightforward to get started if you are familiar with express. It is the code behind my mcp server but ready to tweak for you. https://github.com/jhgaylor/example-candidate-mc
19.
▲
by
jhgaylor
1y ago
The standard PDF resume is optimized for the human to read. The information density there is pretty low. Take a look at https://ai.jakegaylor.com/llms.txt and compare that to https://jakegaylor.com/JakeGaylo
20.
▲
by
jhgaylor
1y ago
My intention with that example was for them to explore my public work but with MCP I can hide my github PAT away on my server and let their assistant explore my private work. I will make a better example text there, thanks. I'd much ra
21.
▲
by
jhgaylor
1y ago
I think the llms.txt is probably 80% of the value for 20% of the effort. I made it because MCP still isn't super approachable. However, with MCP I can offer more value. I can let you contact me directly from your assistant app. I can s
22.
▲
by
jhgaylor
1y ago
Claude Desktop just added support for remote servers this week. They've got it locked behind a pretty big paywall for now but I'm sure it'll make it's way to the standard plan. Others will come along. MCP is ~6 months ol
23.
▲
by
jhgaylor
1y ago
Hey Thomas - I hadn't seen your new server yet. I did migrate over to json resume as a part of building all this out. It works really well with LLMs. Iterating on it was a breeze compared to previous time's i've tried to dial
24.
▲
by
jhgaylor
1y ago
The standard PDF resume is optimized for the human to read. The information density there is pretty low. Take a look at https://ai.jakegaylor.com/llms.txt and compare that to https://jakegaylor.com/JakeGaylo
25.
▲
by
jhgaylor
1y ago
I think I feel ya on some level but I also think that when the process is refined it will be much less exhausting to update our resumes with the help of an LLM. Underneath this tool is just consuming the data I already present to the world
26.
▲
by
jhgaylor
1y ago
If LLMs are going to get used to filter candidates out of jobs (they will, lets be real) then it is going to happen regardless of if a candidate makes a tool that explicitly provides their data in an LLM friendly format or not. Resumes are
27.
▲
by
jhgaylor
1y ago
Discovery for MCP is still an unsettled question. An adjacent protocol, A2A, has proposed using /.well-known for discovery. At the rate things are moving this won't be a problem for too much longer. But yes, currently, you still n
28.
▲
by
jhgaylor
1y ago
I think it would be a pretty solid improvement over crawling linkedin profiles. As candidates get better mcp servers they will be able to provide their data from where ever they choose to store it. As discovery mechanisms for mcp and a2a ge
29.
▲
by
jhgaylor
1y ago
The bulk of the server today is just context (and tools to get the context). 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. Future tools I
30.
▲
by
jhgaylor
1y ago
Yes! Sorry. MCP is a new protocol from anthropic to standardize sharing tools and context with LLMs. Before, the tool calling api from openai was standard but tool makers all built their own mechanisms for defining and sharing tools. It
More ›