Ask HN: Anyone using OpenAI's Agent SDK in production?
4 sukit 1 6/23/2025, 9:49:43 AM
I'm exploring building a simple agent-based app and came across OpenAI's Agent SDK: https://openai.github.io/openai-agents-js/ . From what I understand, it wraps a lot of functionality โ like the agent loop, function calling, and integration with the OpenAI MCP server โ which could potentially save me a lot of work compared to using the plain OpenAI SDK.
However, I'm wondering:
Is the Agent SDK too abstracted or hard to debug?
Has anyone actually used it in a real production app yet?
Would I be better off just implementing the logic myself on top of the plain OpenAI SDK for more control and transparency?
Appreciate any insights.
Comments (1)
android521 ยท 3h ago
you're better off just implementing the logic yourself as it is more flexible.