Earlier quoted context omitted.
No this will never work. Domain specific models will never be a thing because intelligence carries over and compounds. Why didn’t OpenAI release a math specific model? Why not a literature specific one? Why do they instead have generic models of different sizes? And how did all labs converge on this? Why does Fable just not train on non cybersec and non biology data but instead have clearly costly and annoying classi…
> No this will never work. This bet is too early. > Why didn’t OpenAI release a math specific model? Why not a literature specific one? Why do they instead have generic models of different sizes? And how did all labs converge on this? Because they have a very early product and they could train it, brute force, with access to an extraordinarily large pool of money. So did all the other labs. Because it was thus easier…
Small AI Models Gain Traction In places with unreliable networks
81–90 of 92 posts
Re: Small AI Models Gain Traction In places with unreliable networks
#82I strongly believe this premise in the article is correct - we will see a lot of tiny, hyper specialized models for individual tasks, and perhaps that will converge with an orchestration layer for a generalized intelligence that controls these specialized tiny models, that will be quite capable. I don't foresee AGI arising out training bigger LLMs (Though investors won't realise that for a while yet). It's actually h…
> It's actually how organic brains work - specialized tasks are offloaded to local cortical columns. How are small isolated language models more similar to that than MoE in LLMs?
The original Mixtral paper [0] (in the "Routing analysis" section) found:
"surprisingly, we do not observe obvious patterns in the assignment of experts based on the topic"
A quick skim of more recent analysis on MoE shows that this hasn't changed. MoE models do appear to work, but don't appear to do what the name implies, if anything they're routing based on the structure of the text and not the semantic content (and we're still not entirely sure what they're doing).
Re: Small AI Models Gain Traction In places with unreliable networks
#83Earlier quoted context omitted.
No this will never work. Domain specific models will never be a thing because intelligence carries over and compounds. Why didn’t OpenAI release a math specific model? Why not a literature specific one? Why do they instead have generic models of different sizes? And how did all labs converge on this? Why does Fable just not train on non cybersec and non biology data but instead have clearly costly and annoying classi…
DeepMind did release a math specific model. And OpenAI has released a coding specific model. The answer to your question is “because the market isn’t big enough”, not because it doesn’t work. Why would knowing about 2019 internet memes help you in any way at coding?
99.99% of the knowledge an LLM has is useless for a given scenario, the hard part is knowing what the .01% that’s needed is. Knowing as much as it can means the model can handle edge cases, turns of phrase, etc.
Put another way, it avoids overfitting. That’s basically the insight that’s given way to the current AI boom.
Re: Small AI Models Gain Traction In places with unreliable networks
#84Earlier quoted context omitted.
> No this will never work. This bet is too early. > Why didn’t OpenAI release a math specific model? Why not a literature specific one? Why do they instead have generic models of different sizes? And how did all labs converge on this? Because they have a very early product and they could train it, brute force, with access to an extraordinarily large pool of money. So did all the other labs. Because it was thus easier…
Rats are a weird choice for that comparison. They're some of the smartest animals on the planet, some say smarter than dogs.
The point I am getting to elliptically is that larger models aren't necessarily the solution. They are one solution pathway.
It is fully possible (I think actually likely) that the ultimately successful path for LLMs will emerge from the pressure of keeping them small, not making them large. Very small, domain specific models could well outperform large models in their domains, and they might even show that domain specialisation is not necessarily much of a limitation, just a useful impetus to stay small. Like how rats can drive those little cars.
(I think the frontier models are potentially already too big. Can't prove it or even close to it, but it feels like this is going to be a story.)
Re: Small AI Models Gain Traction In places with unreliable networks
#85Earlier quoted context omitted.
General purpose models are always more robust and generally better than smaller narrower models. My bet is that compute will catch up and any “small” model will still be generally capable, just smaller than sota, rather than intentionally narrow. The exception would be for very well defined tasks where the data distribution never varies, but these are rare and don’t really need “AI” anyway when they do exist.
You're getting downvoted, but you're completely right. There are very few cases in which narrowing a model down is buying you anything worthwhile. It seems like for LLMs, "general intelligence" is expensive, but "one more domain" is fairly cheap.
Re: Small AI Models Gain Traction In places with unreliable networks
#86Is every tech, including database search "AI" now?
Re: Small AI Models Gain Traction In places with unreliable networks
#87Earlier quoted context omitted.
You're getting downvoted, but you're completely right. There are very few cases in which narrowing a model down is buying you anything worthwhile. It seems like for LLMs, "general intelligence" is expensive, but "one more domain" is fairly cheap.
The demand for smaller models and single purpose AI agents will only get bigger in the future. It’s no different than going for mainframe computers back in the day to personal computers. It’s inevitable…..
Re: Small AI Models Gain Traction In places with unreliable networks
#88Re: Small AI Models Gain Traction In places with unreliable networks
#89Earlier quoted context omitted.
> General purpose models are always more robust and generally better than smaller narrower models. What do you mean with more robust?
Less weird unexpected failures, more innate ability to handle edge cases gracefully. Quite important when you're running high on automation and low on oversight.
Re: Small AI Models Gain Traction In places with unreliable networks
#90Earlier quoted context omitted.
Less weird unexpected failures, more innate ability to handle edge cases gracefully. Quite important when you're running high on automation and low on oversight.
This may be speculative, but couldn't robustness emerge by having a number of specialized models, that are interconnected and feed into each other? Are there any arguments from ML that would speak against this?
The usual argument against is that if you have "a number of specialized models" that perform well in ensemble, you can take that ensemble, and distill it into a single larger model (dense or integrated sparse, like MoE), and get the same improvement in performance with an efficiency win.
This works because having those "specialized models" duplicates a lot of the highly conserved "low level" wiring that's required for a model to function at all. As such, you end up running a small scale version of the same "backbone" computational processes many times. "Merging" those models into a larger, denser model allows for a singular strong "backbone" to be used for everything.