What we learned building 100 API integrations with OpenCode
1–10 of 27 posts
Re: What we learned building 100 API integrations with OpenCode
#2What is the value add of having the AI rebuild code over and over, individually for each project using it?
Re: What we learned building 100 API integrations with OpenCode
#3https://nango.dev/docs/guides/platform/free-self-hosting/con...
Ofc that may well be my misreading but it seems important in the context of the claim and the analysis using OpenCode.
Perhaps they could clarify and/or revisit the docs.
Re: What we learned building 100 API integrations with OpenCode
#4Re: What we learned building 100 API integrations with OpenCode
#5Re: What we learned building 100 API integrations with OpenCode
#6[flagged]
Re: What we learned building 100 API integrations with OpenCode
#7Pardon me if I misread, but wouldn't that be better served by a ready-made library (with, if you must AI, some futzing to account for call signature)? What is the value add of having the AI rebuild code over and over, individually for each project using it?
I hope this isn't their business model.
Re: What we learned building 100 API integrations with OpenCode
#8Pardon me if I misread, but wouldn't that be better served by a ready-made library (with, if you must AI, some futzing to account for call signature)? What is the value add of having the AI rebuild code over and over, individually for each project using it?
The news here is the AI reading the API docs, assembling requests, and iterating on them until it works as expected.
This sounds simple, but is time consuming and error prone for humans to do.