AI Pulse
📄 论文解读

一个外壳让AI从30%飙到95.5%

大模型本身只是顺序读字的机器,真正干长活靠的是外面那层壳。Prime Agent 就是这层壳:它给模型配了一个永不关机的 Python 终端、一个跨任务保存记忆和技能的仓库,还允许子智能体互相直接对话,而不是每次都要绕回主模型。结果很夸张:在 ARC-AGI-3 推理基准上,最佳成绩从 30% 跳到 95.5%。这不是模型变聪明了,而是壳把执行、恢复、验证这些杂活全包了,让模型只负责想。它不是你明天能用上的东西,但它说明一件事:AI 能力的瓶颈,可能不在模型本身,而在外面那层没人注意的脚手架。

📄 原文摘要(英文)

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.

arXiv 原文

订阅 AI Pulse

每天 08:00 · 12:30 · 18:30 · 23:50 更新