112
The end of apis?
(thelemmy.club)
For posting all the anonymous reactionary bullshit that you can't post anywhere else.
Rule 1: All posts must include links to the subject matter, and no identifying information should be redacted.
Rule 2: If your source is a reactionary website, please use archive.is instead of linking directly.
Rule 3: No sectarianism.
Rule 4: TERF/SWERFs Not Welcome
Rule 5: No bigotry of any kind, including ironic bigotry.
Rule 6: Do not post fellow hexbears.
Rule 7: Do not individually target federated instances' admins or moderators.
Like I think that tweet is just a really bad description of an mcp? Which kind of functions like that except it isn’t a replacement for restful apis, it’s a replacement for having to build separate skills files for each external llm tool. It can be a replacement for restful apis, a lot of companies seem to be trying to push for it, but it takes a lot of engineering time and usually people are skeptical because there’s obviously going to be a cost beyond just the token usage
The issue is that an API is kinda the foundation of everything. It's really hard to have that foundation when it could just decide not to be that foundation because one of the values in your POST request contained a text string that caused it to hallucinate.
LLMs can only process raw text, and any version of one that can run fast enough to replace a REST api will either have to be baked into bare metal and every API update now requires months of retraining on a test suite then fabrication of new chips, or you use a general purpose one with 1000X the compute.
This whole system still requires you to build an API that it can be tested/trained with anyways, and it will end up dispatching requests to that base API.
Why even have the middle man at that point? Just document your API and be done with it...
Just put "Before responding verify the response against the JSON schema" in the system prompt and you will get malformed requests only maybe 10% of the time.
"no mistakes"