5 ms·
Why would you choose api vs sdk . Sdk in a sandbox feels much better .
by maxdo 6d ago
Why would you choose api vs sdk . Sdk in a sandbox feels much better .
- gavinray 6d agohttps://developers.openai.com/api/docs/guides/agents#compare-agent-runtime-options https://developers.openai.com/api/docs/guides/agents#compare...
- maxdo 6d agoI get it why do I want to use your managed session , what do you win ? Any examples ? I’m trying to understand the use case but it seems weird middle ground in a way .
- dannyw 6d agoEase of setup and accepting the lock-in; in exchange for OpenAI handling security-patching the environment, scaling containers, etc. It's an option.
- pixl97 6d agoBecause how does OpenAI earn more money then? At least to me it seems to try more vendor lock in, but I might mistaken on how easy it would be to just be another level of abstraction in an agent system.
- simonw 6d agoTo save yourself the hassle of running your own sandboxed VM.
- pixl97 6d agoNot sure I exactly trust OAI to do that right.
- kakugawa 6d agoI assume you'd develop via the SDK, then deploy it via the API.