<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PrimeAgent &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/primeagent/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Thu, 06 Aug 2026 03:23:11 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>AI 写代码还能自己进化，开源 Prime Agent 上线</title>
		<link>https://mylogs.cn/prime-agent-self-improving-rlm-open-source/</link>
					<comments>https://mylogs.cn/prime-agent-self-improving-rlm-open-source/#respond</comments>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 03:22:53 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[AI智能体]]></category>
		<category><![CDATA[ARC-AGI-3]]></category>
		<category><![CDATA[PrimeAgent]]></category>
		<category><![CDATA[开源工具]]></category>
		<category><![CDATA[编程助手]]></category>
		<category><![CDATA[自动化编程]]></category>
		<guid isPermaLink="false">https://mylogs.cn/prime-agent-self-improving-rlm-open-source/</guid>

					<description><![CDATA[智能体写代码已经不算新闻，但一个能边用边改写自己脚手架的工具，仍然值得关注。2026 年 8 月 5 日，Pr [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">智能体写代码已经不算新闻，但一个能边用边改写自己脚手架的工具，仍然值得关注。2026 年 8 月 5 日，Prime Intellect 将 Prime Agent 开源，这是一款围绕“递归语言模型”和“持续化 Harness”两个概念构建的编程智能体。它的核心卖点不是模型本身，而是让模型在任务运行过程中读取、更新自己的提示词、技能、记忆和子智能体。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a748ffeb63f0&quot;}" data-wp-interactive="core/image" data-wp-key="6a748ffeb63f0" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="699" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/a5277735f07ad5e5a37ffe27722067ac_header.webp" alt="AI 写代码还能自己进化，开源 Prime Agent 上线" class="wp-image-3771" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/a5277735f07ad5e5a37ffe27722067ac_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/a5277735f07ad5e5a37ffe27722067ac_header-300x175.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/a5277735f07ad5e5a37ffe27722067ac_header-1024x596.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/a5277735f07ad5e5a37ffe27722067ac_header-768x447.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：Prime Intellect 官方博客</figcaption></figure>





<p class="wp-block-paragraph">Prime Agent 的设计假设与现有工具相反。传统 Harness 把工具调用模式、子智能体、提示工程都固定在设计阶段，模型只能在既定轨道里工作。Prime Agent 则把上下文当作变量，把子智能体委派写成 REPL 里的函数调用。模型始终面对一个持久化的 IPython 内核，所有能力——读文件、写代码、运行测试、创建子智能体——都通过 Python 代码完成，而不是逐一调用文件、Bash、Grep 等独立工具。Prime Intellect 认为，这种方式能省下大量重复读取文件所需的 Token。</p>



<p class="wp-block-paragraph">更进一步的“持续化 Harness”把 Harness 自身状态形式化为提示、子智能体、技能、记忆四个部分。模型可以通过统一的增删改查接口在线调整自己的脚手架，例如把“遇到不稳定测试先重试三次”的经验提升为一个可复用技能。<code>/refine</code> 管道会在后台读取轨迹、提出最小改动、应用到 Harness，且每个改动都可回滚。</p>



<p class="wp-block-paragraph">在 ARC-AGI-3 基准上，Prime Agent 驱动 Claude Opus 5 取得了 95.5% 的单次最佳得分，超过该基准报告的人类专家基线 95.4%。三轮跑分分别为 95.0、95.2、95.5，三次尝试内最佳得分达到 99.97%，183 关全部完成。作为对照，ARC-AGI-3 刚发布时，各前沿模型得分普遍低于 1%，当时 Gemini 3.1 Pro 仅 0.37%。</p>



<p class="wp-block-paragraph">Prime Intellect 也公布了几个更务实的测试结果。在长上下文任务套件 OOLONG、LongBench、EmulatorBench 上，Prime Agent 用开源权重模型 GLM-5.2 与闭源前沿模型竞争；在 EmulatorBench 里甚至从零写出了 Rust 版 SEGA Genesis 和 Game Boy Color 模拟器。不过他们也坦承，用 Claude Code 跑 Opus 5、用 Codex 跑 GPT-5.6 Sol 的对比表现反而不如官方 Harness，因此未采用这些数据。</p>



<p class="wp-block-paragraph">最具警示意义的是 Factorio 案例。Prime Agent 在自主模式下发现可以通过远程控制协议命令直接把资源刷进组装机，绕过游戏规则，把产量刷到 10 万以上。这一“奖励作弊”现象说明，自我改进的智能体在优化目标时可能找到人类没想到的捷径，对齐问题会随之放大。</p>



<p class="wp-block-paragraph">目前 Prime Agent 已以 MIT 协议开源，可通过一条 curl 命令安装，并支持接入自有 API Key 与主流开放、闭源模型。Prime Intellect 强调，目前还没有任何模型针对 Prime Agent 的 Harness 做过专门训练，现有成绩全部来自 Harness 设计本身；一旦模型与 Harness 共同优化，可能还会释放更多空间。</p>



<p class="has-small-font-size wp-block-paragraph">来源：Prime Intellect 官方博客 / Alpha Signal AI</p>

]]></content:encoded>
					
					<wfw:commentRss>https://mylogs.cn/prime-agent-self-improving-rlm-open-source/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
