Ask HN: Anyone using OpenAI's Agent SDK in production?
8 points| sukit | 8 months ago
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.
pancsta|8 months ago
This is precisely why I've created AI-gent Workflows (launched on HN today [0]), which comes with a purpose-built state machine and devtools. Unlike LangGraph, it starts already in the lowest layer and everything is state-based. You can time travel and even modify states of a live agent.
[0] https://news.ycombinator.com/item?id=44386314
codingwagie|8 months ago
android521|8 months ago