<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>强化学习 | 面条的草稿箱</title><description>无原创，纯转发</description><link>http://drafts.miantiao.me</link><item><title>开源模型实现端到端自我提升：Ornith-1.5 正式发布Ornith 正式推出了 Ornith-1.5 模型家族，将此前的“自我脚手架（Self-Scaffolding）”机制拓展为完整的端到端自我进化闭环</title><link>http://drafts.miantiao.me/posts/170</link><guid isPermaLink="true">http://drafts.miantiao.me/posts/170</guid><pubDate>Fri, 21 Aug 2026 02:47:26 GMT</pubDate><content:encoded>&lt;b&gt;开源模型实现端到端自我提升：Ornith-1.5 正式发布&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ornith 正式推出了 &lt;b&gt;Ornith-1.5&lt;/b&gt; 模型家族，将此前的“自我脚手架（Self-Scaffolding）”机制拓展为完整的&lt;b&gt;端到端自我进化闭环&lt;/b&gt;。模型不再单纯依赖人工标注数据，而是能够自主生成新任务、构建评估脚手架，并通过强化学习（GRPO）持续进行自我迭代与能力突破。&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;核心技术亮点：自我驱动的学习闭环&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;在每个训练周期中，Ornith-1.5 协同优化三个关键环节：&lt;br /&gt;&lt;br /&gt;1.  &lt;b&gt;自主出题（Task Generation）&lt;/b&gt;：根据历史解决记录，生成处于能力边界前沿、有效且具有多样性的新挑战。&lt;br /&gt;2.  &lt;b&gt;构建脚手架（Scaffold Construction）&lt;/b&gt;：自主设计解题策略、工具链和评估环境，并加入防作弊与对齐奖励机制。&lt;br /&gt;3.  &lt;b&gt;策略优化（GRPO RL）&lt;/b&gt;：通过解答方案的反馈，联合优化出题质量、脚手架有效性与模型解题策略，实现能力螺旋上升。&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;三种规格模型与性能表现&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ornith-1.5 覆盖了大中小三种参数规格，在代码生成、复杂推理与 Agent 任务上均有亮眼表现：&lt;br /&gt;&lt;br /&gt;•   &lt;b&gt;Ornith-1.5-397B（旗舰 MoE）&lt;/b&gt;：&lt;br /&gt;    在 Terminal-Bench 2.1 取得 86.1 分，DeepSWE 取得 56.0 分，整体性能比肩 Claude Opus 4.8，并全面超越同体量的开源模型（如 DeepSeek-V4-Flash 与 GLM-5.2）。&lt;br /&gt;&lt;br /&gt;•   &lt;b&gt;Ornith-1.5-35B（轻量 MoE，单 Token 仅激活 3B）&lt;/b&gt;：&lt;br /&gt;    在 Agent 编程和代码基准（如 SWE-Bench Verified）上大幅领先同量级对手，甚至显著超越了多款 30B 级别的稠密模型。&lt;br /&gt;&lt;br /&gt;•   &lt;b&gt;Ornith-1.5-9B（端侧 Dense）&lt;/b&gt;：&lt;br /&gt;    专为边缘设备优化，提供手机端量化版本（支持 iPhone 与 Android），在紧凑体积下展现出越级打怪的推理与代码能力。&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;🔗&lt;/b&gt;&lt;/i&gt; &lt;b&gt;阅读原文&lt;/b&gt;：&lt;a href=&quot;https://ornith.ai/ornith_1_5.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;https://ornith.ai/ornith_1_5.html&quot;&gt;https://ornith.ai/ornith_1_5.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/result?q=%23%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD&quot; title=&quot;#人工智能&quot;&gt;#人工智能&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E5%BC%80%E6%BA%90%E5%A4%A7%E6%A8%A1%E5%9E%8B&quot; title=&quot;#开源大模型&quot;&gt;#开源大模型&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E5%BC%BA%E5%8C%96%E5%AD%A6%E4%B9%A0&quot; title=&quot;#强化学习&quot;&gt;#强化学习&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23AI%E7%BC%96%E7%A8%8B&quot; title=&quot;#AI编程&quot;&gt;#AI编程&lt;/a&gt;&lt;a class=&quot;tgme_widget_message_link_preview&quot; href=&quot;https://ornith.ai/ornith_1_5.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;Introducing Ornith-1.5, an open-source model family that extends self-scaffolding into an end-to-end self-improvement loop.&quot;&gt;
  
  &lt;div class=&quot;link_preview_site_name accent_color&quot;&gt;Ornith&lt;/div&gt;
  &lt;img class=&quot;link_preview_image&quot; alt=&quot;Ornith-1.5: From Self-Scaffolding to Self-Improvement&quot; src=&quot;https://drafts.miantiao.me/static/https://cdn4.telesco.pe/file/CVJBTp-f-dOwGyExmV-HLvKI53TOPPf1onpI6WH04l4FLBj_aNSL_MIZHoSLrZkbqalXuMbXQ15u9cSw_foHGB_ofSbRJHIpb4pj0dNb_Jl5ptg36GeQVkZ8kEE-hAFXxaWii9r5pKSMItcYMLMTfFagk18MZiANdg3twqd598LHa8oNn0fRRR485XkUXoQ5_E350kO0i1PdzNy5jz1liVJVV1obSkCZW3dVEJ-2zUFwdhTNd0pMZzPUS1qWV-Hl-yhGcIhzhHG3YqWLCRR3YB8hU22rD4sHzivQ_XL3glY1XN9TVhu9LBAl6CfzCTGiEBn7xlls7WmwcSfjE3tsmg.jpg&quot; width=&quot;1200&quot; height=&quot;630&quot; loading=&quot;eager&quot; /&gt;
  &lt;div class=&quot;link_preview_title&quot;&gt;Ornith-1.5: From Self-Scaffolding to Self-Improvement&lt;/div&gt;
  &lt;div class=&quot;link_preview_description&quot;&gt;Introducing Ornith-1.5, an open-source model family that extends self-scaffolding into an end-to-end self-improvement loop.&lt;/div&gt;
&lt;/a&gt;</content:encoded></item></channel></rss>