[flagged]
Swarm, a new agent framework by OpenAI
51–60 of 113 posts
Re: Swarm, a new agent framework by OpenAI
#52Has anyone seen AI agents working in production at scale? It doesn't matter if you're using Swarm, langchain, or any other orchestration framework if the underlying issue is that AI agents too slow, too expensive, and too unreliable. I wrote about AI agent hype vs. reality[0] a while ago, and I don't think it has changed yet. [0] https://www.kadoa.com/blog/ai-agents-hype-vs-reality
Re: Swarm, a new agent framework by OpenAI
#53There's absolutely nothing new in this framework that you won't find in a dozen other agent frameworks on github.
Re: Swarm, a new agent framework by OpenAI
#54Has anyone seen AI agents working in production at scale? It doesn't matter if you're using Swarm, langchain, or any other orchestration framework if the underlying issue is that AI agents too slow, too expensive, and too unreliable. I wrote about AI agent hype vs. reality[0] a while ago, and I don't think it has changed yet. [0] https://www.kadoa.com/blog/ai-agents-hype-vs-reality
Re: Swarm, a new agent framework by OpenAI
#55[flagged]
https://www.reddit.com/r/MachineLearning/comments/15sq2v1/d_...
Re: Swarm, a new agent framework by OpenAI
#56Looks kinda poorly written: not even a single async present, print debugging, deepcopy all over the place. Such a shame that there's nothing to replace Langchain with other than writing it all from the ground up yourself.
I hold no love for openai, but to be fair (and balanced) they put this right in the start of their readme. > Swarm is currently an experimental sample framework intended to explore ergonomic interfaces for multi-agent systems. It is not intended to be used in production, and therefore has no official support. (This also means we will not be reviewing PRs or issues!) It’s literally not meant to replace anything. IMO t…
Re: Swarm, a new agent framework by OpenAI
#57[flagged]
Re: Swarm, a new agent framework by OpenAI
#58Has anyone seen AI agents working in production at scale? It doesn't matter if you're using Swarm, langchain, or any other orchestration framework if the underlying issue is that AI agents too slow, too expensive, and too unreliable. I wrote about AI agent hype vs. reality[0] a while ago, and I don't think it has changed yet. [0] https://www.kadoa.com/blog/ai-agents-hype-vs-reality
There are a whole class of problems that do not require low-latency. But not having consistency makes them pretty useless.
Frameworks don’t solve that. You’ll probably need some sort of ground-truth injection at every sub-agent level. Ie: you just need data.
Totally agree with you. Unreliability is the thing that needs solving first.
Re: Swarm, a new agent framework by OpenAI
#59[flagged]
Re: Swarm, a new agent framework by OpenAI
#60[flagged]