| ▲ | bnjemian 3 hours ago | |
I don’t find the recent spate of blog posts and systems delegating and combining LLMs to get better performance particularly interesting. Especially given that anyone who’s taken an ML 101 course has learned about ensemble methods. While an LLM isn’t what you’d traditionally consider a weak learner, the theorems on learning systems clearly point to them being so in this context. The feigned surprise at combining them to yield better results seems disingenuous. Even so, the work to predict which models are best suited for which task, how to delegate, and how to combine their outputs is interesting, especially if you’re placing a cost minimization objective on it. That said, this isn’t too far off from what many AI labs are already doing. | ||
| ▲ | abernard1 3 hours ago | parent [-] | |
The entirety of "agents" and tool calls is a process of combining LLMs to get better results. Is it the same LLM in many cases? Yes. But it doesn't have to be. It's the natural move that happened after people realized you couldn't throw away half a century of AI research. Most of these focus on costs. But it is simply the case that the one-shot output did not scale for harder problems on workflows. | ||