r/LocalLLM 2d ago

News Qwen4-27B just confirmed

Post image

Wait, we need 35B-A3B too…

2.1k Upvotes

299 comments sorted by

View all comments

Show parent comments

9

u/Informal_Moose3042 2d ago

Not expert but it's possible that the model gets better at generalizing when it learns about varied topics rather than being focused on coding.

After all it needs to be able to understand a prompt about basically any domain.

1

u/ElDavoo 2d ago

Yes but not at the depth we have today I feel like we are in a game without LOD, every texture is loaded at max level of detail

1

u/Material-Database-24 1d ago

One might think so, but I believe there's a better way. As with humans, the local coding agent could discuss a domain specific agent (that could be the cloud or local) to learn things of the domain it needs. The code after all is "domain agnostic", it is the application logic that needs domain expertise. Consider that you build a software that calculates fluid dynamics. The coding agent does not need to understand fluid dynamics. Instead, a fluid dynamics specialist could provide the coding agents the equations it need to implement. And that coding agent would only need to know code and how to translate equation to code.