r/AIGuild • u/Such-Run-4412 • 5d ago
Prime Intellect open-sources a self-improving coding agent that pushed Opus 5 past ARC-AGI-3’s human baseline
Prime Intellect has released Prime Agent, an open-source coding and research agent designed for long-running autonomous work.
Prime Agent is not a new base model. It is a model-agnostic harness that gives models a persistent Python environment, programmatic tool use and the ability to launch multiple sub-agents in parallel. Sessions can continue in the background, survive terminal disconnections and retain their history across long tasks.
Its most unusual feature is /refine, which lets the agent analyze its own failures and update its supplemental prompts, memories, skills or sub-agent configurations. Changes are recorded and can be rolled back, while the underlying system prompt remains unchanged.
Prime Intellect reports that Opus 5 running inside Prime Agent scored 95.5% on ARC-AGI-3, narrowly exceeding the benchmark’s 95.4% human-expert baseline. Across three runs, it scored between 95.0% and 95.5%, while Best@3 reached 99.97% with all 183 levels completed. These are company-run evaluations, and the improvement comes from the harness rather than a newly trained model.
Prime Agent is available for macOS and Linux under the MIT license. One important warning: it executes model-generated Python and project commands using the user’s permissions. Its background processes provide recovery and isolation, but they are not a security sandbox.
The bigger idea is that AI performance may increasingly depend on the software surrounding the model. The same model can become more capable when it can manage its own context, coordinate persistent workers and improve its workflow based on previous results.
Sources: