Comment on What we learned building 100 API integrations with OpenCodeparentComments−rguldenerOP5moAuthor here, the build happens together with building your app. Once built, the code executes deterministically at runtime.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.−skybrian5moI think the question is why integrating with, say, Google Calendar is different for each customer? How much is custom versus potentially reusable code?
Comments
Author here, the build happens together with building your app. Once built, the code executes deterministically at runtime.
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.
I think the question is why integrating with, say, Google Calendar is different for each customer? How much is custom versus potentially reusable code?