基本信息

要点解读

这是什么

Argus 是一种持续、自我进化的智能体运行时,采用 Manager、Planner、Engineer、Reviewer 四类角色在项目状态上进行有界任务执行。它将用户意图与具体目标、约束及验证条件分离,在模型权重保持不变的前提下通过持久化的运行时状态和控制策略实现自我演化。

用在哪里

适用于需要跨阶段、长周期推理并能够自动纠错的复杂软件工程或数学任务。对于希望在保持模型不变的情况下,通过流程优化和验证驱动提升效率的团队或个人,这种运行时提供了可追溯的决策链和自动化的自我改进机制。

可以推断的

推测:在代码调试、系统级优化或大规模数学证明等需要反复验证和回滚的场景中,这种角色分离与验证门控的设计可能带来更高的任务完成率。
推测:由于自我演化依赖于持久化的运行时状态而非模型权重,组织内部可以更灵活地部署和迭代工作流,而无需频繁重新训练模型。

来源摘要/节选

Long-horizon reasoning requires an agentic runtime that can persist when evidence supports its current approach and pivot when measurements reveal failure, hidden constraints, or a misspecified objective. We present Argus, a persistent, self-evolving runtime in which Manager, Planner, Engineer, and Reviewer execute bounded missions over durable project state. Argus separates stable user intent from operational objectives, constraints, and verification criteria, and admits memories, skills, procedures, verifiers, routing decisions, and rejected routes only after role-owned review and, when available, task-native verification. Model weights remain fixed; self-evolution occurs through persistent runtime state and control policy, with autonomous execution between operator-owned escalation points. Across seven GPT-5.5 benchmark arenas, Argus achieves about 78% on SWE-Bench Pro versus 59% for Direct Copilot while using 1.41 times the aggregate tokens. After verification-gated self-evolution, mature SWE-Bench waves use 21% fewer solve-input tokens and 15% less active workflow time per task than startup waves, while recording 34 verifier recoveries and 22 strict review-loop rescues. Argus also reaches 76.8% on AARRI-Bench and a 28.0-point gap on mathematical data synthesis, with competitive GPU-kernel and language-model-training results. Beyond benchmarks, an optimized RWKV6 kernel was merged upstream; a multi-day mathematics campaign retained falsified routes and proof-backed frontier updates; and six paper pipelines completed 254 missions with 16 stage rollbacks. These results show that a fixed-weight, self-evolving harness can revise, recover, and accumulate verified approaches while producing structured trajectories for future supervised and reinforcement learning.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。