Live data from Hacker News

Swarm, a new agent framework by OpenAI

github.com

1–10 of 113 posts

Re: Swarm, a new agent framework by OpenAI

#8
" 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!)"

Nope this doesn't mean it at all. You decided additionaly and independent from the other statements that you do not allow collaboration at all.

Which is fine the sentence is still unlogical

Re: Swarm, a new agent framework by OpenAI

#9
There used to be another open-source agentframework by the same name, but it was for multi-agent simulations. For a moment I thought there was a new wave of interest in a deeper understanding of complex systems by means of modelling.

https://en.wikipedia.org/wiki/Swarm_(simulation)

https://www.santafe.edu/research/results/working-papers/the-...

Re: Swarm, a new agent framework by OpenAI

#10
post #6

What is the challenge here? Orchestration/triage to specific assistants seems straight forward.

There isn't one.

The real challenge for at scale inference is that the compute for models is too long to keep normal API connections open and you need a message passing system in place. This system also needs to be able to deliver large files for multi-modal models if it's not going to be obsolete in a year or two.

I build a proof of concept using email of all things but could never get anyone to fund the real deal which could run at larger than web scale.

Post reply on HN