2 ms·
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 pub
by 0x696C6961 5d ago
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.
- mexicocitinluez 5d agoYou said ""re-implements an API client" which means you either don't know what curl is or don't know what an api client is. So I'd chill on calling things "stupider" when you don't have a strong grasp on the words you're using.
- sophacles 5d agoWhat is "implementing".... I'd define it as "figuring out the workflow, and storing it in a way that allows reuse". This could be a program written in assembly, or rust, or even python. Or it could be a shell script that calls curl. Or it could just be a set of tokens in the current session. Outside of the computer it could even be a set of processes people do, or a mechanical device. If it's just a set of tokens in the current session, well then next session it has to figure out the workflow, and then store it in a way to use in the next session. Seems like maybe you should take your own advice.
- mexicocitinluez 5d agoHow does the definition of "implementing" change the fact that curl quite literally is an api client? It's an implemented api client. > Seems like maybe you should take your own advice. Seems like maybe if you have to use your own custom definition of a word in order to support a point you might not have one. lol.