HackerTrans
TopNewTrendsCommentsPastAskShowJobs

smattiso

no profile record

Submissions

[untitled]

1 points·by smattiso·el año pasado·0 comments

comments

smattiso
·hace 10 meses·discuss
What was the company in taiwan you partnered with?
smattiso
·el año pasado·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
·el año pasado·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?