Tools: Code Is All You Need
11–20 of 234 posts
Re: Tools: Code Is All You Need
#12what does "MCP" stand for?
It’s bad writing practice to do this, even if you are assuming your followers are following you.
Especially for a site like Twitter that has a login wall.
Re: Tools: Code Is All You Need
#13Tools are constraints and time/token savers. Code is expensive in terms of tokens and harder to constrain in environments that can’t be fully locked-down because network access for example is needed by the task. You need code AND tools.
It's also true for human. But then we invented functions / libraries / modules
Re: Tools: Code Is All You Need
#14Otherwise you can e.g just give it a folder of preapproved scripts to run and explain usage in a prompt.
Re: Tools: Code Is All You Need
#15> This is a significant advantage that an MCP (Multi-Component Pipeline) typically cannot offer Oh god please no, we must stop this initialism. We've gone too far.
Re: Tools: Code Is All You Need
#16Re: Tools: Code Is All You Need
#17Directionally I think this is right. Most LLM usage at scale tends to be filling the gaps between two hardened interfaces. The reliability comes not from the LLM inference and generation but the interfaces themselves only allowing certain configuration to work with them. LLM output is often coerced back into something more deterministic such as types, or DB primary keys. The value of the LLM is determined by how well…
Re: Tools: Code Is All You Need
#18what does "MCP" stand for?
Re: Tools: Code Is All You Need
#19The problem with this is that you have to give your LLM basically unbounded access to everything you have access to, which is a recipe for pain.
Disclaimer: it does not work well enough. But I think it shows great promise.
Re: Tools: Code Is All You Need
#20[1] https://huggingface.co/papers/2402.01030
[2] https://huggingface.co/papers/2401.00812
[3] https://huggingface.co/papers/2411.01747
I am working on a model that goes a step beyond and even makes the distinction between thinking and code execution unnecessary (it is all computation in the end), unfortunately no link to share yet