Hacker News new | ask | show | jobs
by triyambakam 410 days ago
It's giving the model a way to interact with the world. How do you expect a model to actually do more than be chat bot?
4 comments

it's adapting the world (well, internet) to suit the model rather than the other way around -- to the point where there is a growing amount of content on the internet designed exclusively for machine consumption at the expense of direct human consumption.

it's like self-driving cars -- if we had a dedicated separate road network just for self-driving cars, and required that they all communicate with standard protocols, then we'd have self-driving cars by now -- but that's not actually the goal of FSD. the goal is to have cars that can use existing infrastructure and co-exist with human drivers.

A major distinction here is that it is very cheap to host content on the internet and VERY EXPENSIVE to build things like a separate road network in the real world.

Who is actually hurt if I publish an llms.txt or MCP in addition to my existing content?

I'd expect it to do more using a virtual computer with a virtual keyboard and a virtual mouse, like humans do.
Chat bots require a special API I suppose, but an intelligent agent would just learn to use the existing way for programs communicating with other programs over a network. Unfortunately the I in LLM stands for intelligence.
I mean MCP is basically like an OpenAPI or graphql spec for LLM tool use. There has to be some standard. In fact it's not even for the LLM, MCP really is so that humans don't have to build bespoke integrations with every service.
Http?