Y
Hacker News
new
|
ask
|
show
|
jobs
by
sanderjd
426 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?
1 comments
sitkack
426 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
This is RAG but for API docs.