Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Foundation model company building software agents and artificial general intelligence.
Laguna is a family of open-weight agentic coding foundation models developed by Poolside, a company focused on building artificial general intelligence. The models are designed to assist with software development tasks by understanding and generating code. Currently, two variants are available: Laguna XS.2 and Laguna M.1.
$ pool to get started with the local agent.ctrl+m to choose between Laguna XS.2 (lightweight, runs on-device) or Laguna M.1 (most capable, available via API).pool CLI provides a terminal interface with keyboard shortcuts for efficient workflow.pool command-line interface provides a terminal-based environment for interacting with the models.shift+tab to cycle mode, ctrl+t to toggle tool grouping, and ctrl+g to open prompts in an editor.Q: What does "open-weight" mean? A: The model weights are publicly available, allowing developers to download, inspect, and fine-tune them.
Q: Can I run Laguna XS.2 on my local machine? A: Yes, Laguna XS.2 is designed to run on-device with only 3B active parameters.
Q: How do I access Laguna M.1? A: Laguna M.1 is available via API, for example through OpenRouter.
Q: What is the pool CLI?
A: It is a terminal-based tool that provides an interface to interact with Laguna models, including features like model selection, tool grouping, and keyboard shortcuts.