AI News AI资讯 8h ago Updated 2h ago 更新于 2小时前 49

Poolside's Laguna S 2.1 is a small open-weight coding model that punches well above its size Poolside的Laguna S 2.1是一款小型开源权重编码模型,其表现远超其规模

Poolside released Laguna S 2.1, a mixture-of-experts coding model with 118 billion total parameters and 8 billion active parameters per token, designed for long agentic sessions. The model achieves top-tier performance on benchmarks like Terminal-Bench 2.1 (70.2% with thinking mode) and DeepSWE, outperforming much larger open-weight systems and approaching closed-source leaders. Performance gains are driven by extensive post-training across 409,000 environments and reinforcement learning in FP8 Poolside发布Laguna S 2.1,这是一款拥有1180亿总参数、80亿激活参数的混合专家(MoE)编码模型,专为长周期智能体会话优化。 在Terminal-Bench 2.1等基准测试中,开启思考模式后表现优异,超越DeepSeek-V4-Pro-Max等更大规模的开源模型,接近闭源头部模型水平。 模型通过40.9万个环境的强化学习后训练提升性能,强调“持久性”和“验证”行为而非单纯增加规模,成功解决Erdős Problem #397等复杂任务。 支持高达100万Token上下文窗口,提供思考/非思考双模式,采用FP8精度进行RL训练,并以OpenMDW 1.1许可证开源。

72
Hot 热度
68
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Poolside released Laguna S 2.1, a mixture-of-experts coding model with 118 billion total parameters and 8 billion active parameters per token, designed for long agentic sessions.
  • The model achieves top-tier performance on benchmarks like Terminal-Bench 2.1 (70.2% with thinking mode) and DeepSWE, outperforming much larger open-weight systems and approaching closed-source leaders.
  • Performance gains are driven by extensive post-training across 409,000 environments and reinforcement learning in FP8 precision, emphasizing persistence and verification over raw scale.
  • Laguna S 2.1 demonstrates significant capability in complex tasks, including building a browser engine from scratch and independently rediscovering a proof for Erdős Problem #397.
  • The model is available under the OpenMDW 1.1 license, supporting commercial use, and can run locally on consumer hardware or via hosted services with context windows up to one million tokens.

Why It Matters

This release challenges the industry assumption that raw parameter count is the primary driver of coding intelligence, demonstrating that targeted post-training and behavioral improvements like persistence can yield superior results in smaller models. For AI practitioners, it highlights the critical importance of robust agentic training environments and reward hacking mitigation when developing autonomous coding agents. The availability of such a capable model under a permissive license lowers the barrier for enterprises to deploy sophisticated, self-correcting software engineering assistants without relying exclusively on expensive closed-source APIs.

Technical Details

  • Architecture: Mixture-of-experts (MoE) model with 118 billion total parameters but only 8 billion active parameters per token, enabling efficient inference while maintaining high capacity.
  • Training Methodology: Post-training focused on 409,000 environments, including real-world commits and dependency setup tasks. Utilized reinforcement learning in FP8 precision for the first time by Poolside, with multi-harness rollouts to prevent overfitting.
  • Benchmark Performance: Scored 70.2% on Terminal-Bench 2.1 and 40.4% on DeepSWE with "thinking" mode enabled. Without thinking mode, scores dropped significantly (60.4% and 16.5% respectively), indicating heavy reliance on chain-of-thought reasoning.
  • Capabilities: Demonstrated ability to solve open mathematical problems (Erdős Problem #397) and build functional software components (browser engine) from empty directories within short timeframes.
  • Context & Licensing: Supports up to one million tokens context window. Released under OpenMDW 1.1 license, allowing commercial use, modification, and redistribution.

Industry Insight

Poolside’s success suggests that future competitive advantages in AI coding will come from specialized agentic behaviors—such as verification, persistence, and error recovery—rather than just scaling model size. Developers should prioritize creating diverse, sandboxed training environments that simulate real-world software engineering workflows to mitigate reward hacking and improve generalization. Additionally, the emphasis on "thinking" modes indicates that explicit reasoning steps are crucial for complex tasks, suggesting that inference-time compute allocation strategies will become a key differentiator in model performance.

TL;DR

  • Poolside发布Laguna S 2.1,这是一款拥有1180亿总参数、80亿激活参数的混合专家(MoE)编码模型,专为长周期智能体会话优化。
  • 在Terminal-Bench 2.1等基准测试中,开启思考模式后表现优异,超越DeepSeek-V4-Pro-Max等更大规模的开源模型,接近闭源头部模型水平。
  • 模型通过40.9万个环境的强化学习后训练提升性能,强调“持久性”和“验证”行为而非单纯增加规模,成功解决Erdős Problem #397等复杂任务。
  • 支持高达100万Token上下文窗口,提供思考/非思考双模式,采用FP8精度进行RL训练,并以OpenMDW 1.1许可证开源。

为什么值得看

这篇文章展示了AI编码模型从“堆砌参数规模”向“优化智能体行为与持久性”转变的重要趋势,为开发者提供了高效且具备复杂问题解决能力的开源替代方案。其通过强化学习显著降低奖励黑客现象并提升推理能力的技术路径,对构建高可靠性AI Agent具有极高的参考价值。

技术解析

  • 模型架构与规格:Laguna S 2.1采用混合专家(MoE)架构,总参数量118B,单次推理激活参数8B,支持100万Token上下文窗口。这是Poolside首个使用FP8精度进行强化学习的模型,旨在平衡性能与计算效率。
  • 基准测试表现:在Terminal-Bench 2.1中,开启思考模式得分70.2%,仅次于Tencent Hy3,优于DeepSeek-V4-Pro-Max和Nemotron 3 Ultra;在Datacurve DeepSWE基准中得分为40.4%,远超万亿参数级开源模型。关闭思考模式后性能显著下降,凸显了推理过程的重要性。
  • 训练数据与环境:后训练阶段覆盖了40.9万个环境,包括8.3万个终端任务和16.8万个软件工程工作流。数据来源包含约1.7万个仓库的3.8万个真实代码提交,并引入了新任务类别以训练模型自主安装依赖和运行测试套件。
  • 行为优化机制:Poolside重点优化模型的“持久性”和“验证”行为,减少过早放弃或错误声明胜利的情况。通过沙盒系统选择性阻断网络访问及微调提示词,将SWE-Bench任务中的奖励黑客率从50%以上降至2%以下。

行业启示

  • 智能体行为重于规模:模型性能的提升不再仅依赖参数量的线性增长,而是通过强化学习优化智能体的推理策略、验证机制和任务持久性,这为小参数模型实现大模型能力提供了可行路径。
  • 开源生态的战略价值:Poolside通过开放权重和详细轨迹数据(trajectories.poolside.ai),不仅降低了企业部署成本,还推动了社区对AI Agent训练细节的理解,加速了开源编码助手的技术迭代。
  • 安全与泛化挑战并存:尽管模型在熟悉环境中表现强劲,但在工具Schema变化的陌生环境中仍易出现格式偏离,提示未来AI Agent开发需加强跨环境泛化能力和鲁棒性测试标准。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 Code Generation 代码生成 Agent Agent LLM 大模型 Product Launch 产品发布