logoalt Hacker News

mexicocitinluezyesterday at 11:59 AM1 replyview on HN

> re-implement its own API client each time

Is using curl considered re-implementing your own api client each time?


Replies

0x696C6961yesterday at 12:31 PM

Making the model use curl is even stupider. It still needs to do the same amount of work to lookup and understand the API contracts (assuming those are even public). But now it also needs to juggle the auth flows and marshalling at the tool call level.

show 1 reply