Y
Hacker News
new
|
ask
|
show
|
jobs
by
navinsylvester
420 days ago
Ironically,
https://context7.com/
1 comments
sitkack
420 days ago
This is devdocs to be consumed by LLMs,
https://github.com/upstash/context7
Brilliant (and one less think I don't have to build)!
link
sanderjd
420 days ago
I'm glad this exists, but can you describe to me why it needs to? Why can't agents just read the docs directly?
link
sitkack
420 days ago
By returning detailed docs for exactly what the AI is coding at the time, it greatly reduces the the likelihood it will make a mistake. It moves from a recall from the training data problem, to a transcription problem.
This is RAG but for API docs.
link
Brilliant (and one less think I don't have to build)!