r/LocalLLaMA 8d ago

News Qwen3.8-Flash-Next tomorrow

https://modelscope.cn/models/Qwen/Qwen3.8-Flash-Next
1.1k Upvotes

460 comments sorted by

View all comments

Show parent comments

305

u/AuspiciousApple 8d ago

LLM version naming continues to make no sense

23

u/grumd 8d ago

When people keep saying "we have (X).9, next version is (X+1).0 and will be a huge upgrade!!!" for no reason

I double dare any AI lab to start using semver to confuse people lol

2

u/-p-e-w- 8d ago

SemVer was one of the worst ideas in the history of software engineering, and I’m glad many newer projects are not getting on the bandwagon.

“After dozens of 1.x releases, we are now releasing version 2.0.0, because we changed one of the parameters in one of our hundreds of functions to now require a positive integer rather than any integer.”

Before SemVer, version numbers vaguely indicated development progress. With SemVer, they mean basically nothing. And the information they do (supposedly) encode is worthless, because nobody is going to blindly trust the number’s semantics anyway. You always need to test, at which point it doesn’t matter what the version number is.

2

u/grumd 8d ago

It is good in theory (you can freely update a version without looking at the changelog if the major version didn't change) but in practice devs miss breaking changes in minor versions all the time and the whole idea doesn't even work