A quiet post on r/LocalLLaMA this week caught our attention: developer tarruda released Ornith 1.5, covering a 9B dense model (where every parameter participates in each inference), a 35B Mixture-of-Experts model, and a 397B MoE (the model is internally split into multiple 'expert' sub-networks, with only a subset activated per inference). All three sizes dropped in a single release. The 397B scale—once territory only for the biggest labs—is now within reach of individual developers. What we care about is the trend signal behind this event, not how strong the model itself is.
What this is
Ornith 1.5 is a set of community-targeted open-source large language models released by developer tarruda on Reddit, spanning three scales: a 9B dense version, a 35B MoE, and a 397B MoE. From the post, this is a project designed for local deployment (running the model on your own machine or private server). What we can confirm is that the size parameters and the weights (downloadable model files) actually exist. But training data sources, third-party evaluation scores, and commercial deployment cases are all blank—that itself is where we need to apply discount.
Industry view
Supporters' judgment is straightforward: a 397B MoE being shipped by an individual or small team shows that the open-source ecosystem's toolchain (the full software stack from data cleaning to training to deployment) is now mature enough. Three years ago, this would have been unthinkable. It also confirms the trend we've observed—the model layer is no longer a scarce resource; compute, data, and the application layer are.
But we have to list several risks. First, there are no independent third-party benchmark results (scoring all models against a uniform test set) yet, so performance is purely the publisher's own claim. Second, 397B MoE has extremely high VRAM (GPU working memory) requirements—a rough estimate calls for multiple high-end GPUs working together, which most enterprises simply cannot run. The so-called 'open-source and usable' is empty talk for most people. Third, some in the community have already questioned whether this is a 'wrapper release'—re-training on an existing architecture and daring to label it 1.5. The name is intimidating; the substance is in doubt.
Impact on regular people
For enterprise IT: if you're evaluating locally deployed large models, don't get dizzy over parameter counts. 397B being unrunnable is reality; 9B or 35B MoE is the range that can actually deploy—and you must look at third-party evaluations, not the publisher's self-reporting.
For individual professionals: no direct impact on you in the short term. But open-source models becoming more plentiful and cheaper means the AI tools your company purchases will continue to drop in cost, and customization room will grow—this is background you can bring up next time you're negotiating a raise.
For the consumer market: currently irrelevant to you. These models either run in the cloud charging per token (the unit used to meter model text processing), or require tens of thousands of dollars in hardware. Consumer products reaching this level of capability is at least one to two years away.