logoalt Hacker News

0x696C6961yesterday at 6:59 PM2 repliesview on HN

In what world is this simpler than just giving the agent a list of functions it can call?


Replies

Mic92yesterday at 7:04 PM

So usually MCP tool calls a sequential and therefore waste a lot of tokens. There is some research from Antrophic (I think there was also some blog post from cloudflare) on how code sandboxes are actually a more efficient interface for llm agents because they are really good at writing code and combining multiple "calls" into one piece of code. Another data point is that code is more deterministic and reliable so you reduce the hallucination of llms.

show 1 reply
dvtyesterday at 7:08 PM

Who implements those functions? E.g., store.order has to have its logic somewhere.