Laguna M.1 is an open-weight Mixture-of-Experts model released by Poolside in April 2026. It was built for long-running, agentic coding tasks rather than general-purpose chat.
The model has 225 billion total parameters, with roughly 23 billion active during each inference pass.
That’s where the MoE architecture matters. Poolside can build a very large model without running all 225 billion parameters every time you send a request.
Laguna M.1 has 70 layers. The first three are dense, while the remaining 67 use sparse MoE layers. There are 256 experts in total, with 16 selected for each pass.
That makes inference more practical than a fully active 225B model, but don’t mistake it for something lightweight. The full weights are still huge, and running it locally takes serious hardware.
The context window is 256K tokens, with a maximum output of roughly 32K tokens. It also supports reasoning between tool calls.
That last part matters for coding agents.
A coding agent doesn’t just answer once and stop. It may inspect a repository, edit files, run commands, read an error, fix the code, and then try again. If the model loses the thread every time a tool returns a result, longer tasks fall apart quickly.
The model weights are released under Apache 2.0 and can be downloaded from Hugging Face.
Laguna M.1 is text in, text out. No images, video, or audio.
And its focus is narrow by design: this is a coding-agent model.
Using it as a normal chatbot would be missing the point.
Comments (0)