Remix.run Logo
maxdo 6 hours ago

Why would you choose api vs sdk . Sdk in a sandbox feels much better .

gavinray 5 hours ago | parent | next [-]

https://developers.openai.com/api/docs/guides/agents#compare...

maxdo 5 hours ago | parent [-]

I 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 .

pixl97 5 hours ago | parent | prev | next [-]

Because 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 5 hours ago | parent | prev | next [-]

To save yourself the hassle of running your own sandboxed VM.

pixl97 5 hours ago | parent [-]

Not sure I exactly trust OAI to do that right.

kakugawa 5 hours ago | parent | prev [-]

I assume you'd develop via the SDK, then deploy it via the API.