108
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.
Why would you have an AI agent serve peoples requests from scratch when you could instead just write code that does the thing? Even if you accept AI's involvement, writing the boilerplate api code with AI assistance would make 100x more sense than having agentic responses per call.
Also, using imperative programming and frameworks instead of declarative would save man-power if you're so unconcerned with efficiency you'd resort to a GPU farm black box instead of coding. That will reduce efficiency by probably 50% but that's better than reducing efficiency by 95%.
You have an LLM endpoint that caches responses. Like an endpoint that you just post a query to and an LLM with read only access to the database can give you some summary or something.
Maybe even an endpoint that you can ping to get documentation about the actual API that's trained on the docs.