Poolside Releases Laguna-M.1, an Open MoE Model
The AI coding startup steps into open weights with an Apache-2.0 mixture-of-experts model built for text and code.
Poolside, the startup best known for its work on AI-assisted software development, has published its first open-weights model. Laguna-M.1 arrives on Hugging Face as a mixture-of-experts (MoE) language model aimed at both general text and code generation, released under the permissive Apache-2.0 license.
The model ships with support for two of the most widely used high-throughput inference engines, vLLM and SGLang. That choice signals a focus on practical deployment: teams can run Laguna-M.1 on their own infrastructure without waiting for community patches, which lowers the barrier for evaluation and production testing alike.
Why it matters
Poolside has largely built its reputation behind a closed product, so an openly licensed release is a notable shift. A few reasons it stands out:
- Permissive licensing: Apache-2.0 allows commercial use and modification, making the model viable for internal tooling.
- MoE architecture: Mixture-of-experts designs activate only a fraction of parameters per token, a common route to balancing capability and serving cost.
- Day-one tooling: Built-in vLLM and SGLang compatibility means the model is ready to serve from the start.
Key specifics—including parameter counts, active-expert configuration, and context length—are not detailed in the release record, so prospective users will want to check the model card directly before benchmarking. As an initial release, Laguna-M.1 establishes a baseline for what could become a recurring open-model line from Poolside, and a fresh option for developers weighing open alternatives for coding workloads.
Sources
- Visit
poolside/Laguna-M.1
Hugging Face
0 comments
No comments yet. Be the first to weigh in.
More in Text / LLM

Zhipu AI Releases MIT-Licensed GLM-5.2 MoE Model
The new bilingual model from the Chinese AI firm uses a Mixture of Experts architecture and sparse attention under a fully permissive license.
Microsoft's FastContext is a 4B sub-agent for code
A compact Qwen3-derived model built to explore repositories, released under a permissive MIT license.

Weibo AI Releases VibeThinker-3B, a Compact Reasoning Model
The new 3-billion-parameter model from the Chinese tech giant focuses on challenging benchmarks in mathematics, coding, and graduate-level questions.