Hacker News new | ask | show | jobs
by aryehof 442 days ago
A plugin protocol that allows “applications” to interact with LLMs.
1 comments

wouldn't it be for LLMs to interact with applications?
Well they do work two ways. Extend an application to access an LLM, and allow an LLM to get context from an application.

For LLMs to interact with applications (without a two way protocol) is achievable just with tools/functions.