HackerTrans
TopNewTrendsCommentsPastAskShowJobs

smattiso

no profile record

Submissions

[untitled]

1 points·by smattiso·letztes Jahr·0 comments

comments

smattiso
·vor 10 Monaten·discuss
What was the company in taiwan you partnered with?
smattiso
·letztes Jahr·discuss
Are there platforms that make such training more streamlined? Say I have some definition of success for a given problem and it’s data how do I go about generating said RL model as fast and easily as possible?
smattiso
·letztes Jahr·discuss
This is a great idea. I have a question:

Typically speaking an LLM is the code driving the control flow and the MCP servers are kind of dumb API endpoints (find_flights, search_hotels, etc) say for a travel MCP.

With your product, how is the LLM made aware of the underlying data store in a more useful way than “func search(query)”?

It seems to be that if you could expose some precomputed API structure into the MCP for a given data store then the LLM could reason more effectively about the data rather than throwing search queries into the void and hoping for the best?