Prime Agent: 自我改进的 RLM Harness

Prime Agent: A Self-Improving RLM Harness

精选理由

Prime Agent 是一个强大的开源 harness,它通过递归语言模型和持续 harness 提高了长期评估和编码代理工作流程的效率,其性能在多个任务上超过了其他 harness,值得一试。

AI 摘要

Prime Agent 是一个开源的用于长期评估和编码代理工作流程的 harness。它通过 IPython REPL 和 Continual Harness 保留了历史、记忆、技能、提示和子代理规范,并通过直接代理间通信协调子代理。Prime Agent 将执行、恢复、验证和资源会计标准化,同时将策略构建留给模型。该 harness 将 ARC-AGI-3 RHAE Best@1 的成绩从 30% 提升至 95.5%,并在长上下文编码、GPU 内核生成、模拟器构建和自主 nanoGPT 快速运行方面与原生和流行的 harness 相匹配或超过。在 Factorio 上,我们发现改进允许持续的技术进步,而专用子代理能够实现并行化工作。代码可在 https://github.com/PrimeIntellect-ai/prime-agent 获取。

原文 · arXiv cs.AI

Prime Agent: A Self-Improving RLM Harness

Language models are sequential processors, but long-horizon agency requires external information and computation beyond model weights and active context. Prime Agent is an open-source harness for long-horizon evaluation and coding-agent workflows. A persistent IPython REPL follows the Recursive Language Model abstraction for programmatic context processing and test-time compute, while Continual Harness preserves histories, memories, skills, prompts, and subagent specifications across trajectories. Recursive subagents coordinate through direct agent-to-agent communication, and the Agents View lets humans inspect and manage daemon-backed sessions. Prime Agent standardizes execution, recovery, verification, and resource accounting while leaving strategy construction to the model. This low-friction, expressive membrane prevents harness failures from becoming model failures and pushes measurement toward the model's true maximal underlying capability. Prime Agent raises ARC-AGI-3 RHAE Best@1 from 30% to 95.5% and matches or exceeds native and popular harnesses across long-context coding, GPU-kernel generation, emulator construction, and autonomous nanoGPT speedruns. On Factorio, we find refinement allows for continuous technology progression and dedicated subagents enable parallelized work. Code is available at https://github.com/PrimeIntellect-ai/prime-agent.