This product was either taken down by Product Hunt or deleted. It will be kept for historical purposes.
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
Prime Agent
A coding agent that can refine its own harness
Prime Agent is an open-source, self-improving coding harness built around two abstractions: the Recursive Language Model (RLM) and the Continual Harness. With Opus 5, it achieves 95.5% on ARC-AGI-3, surpassing the reported human expert baseline.
Prime Agent can turn things it learns during a run into persistent memories, skills, prompts, and even new subagents. In Factorio, that worked as intended at first: it learned from failed layouts and gradually built better factories.
Then it discovered that it could cheat by spawning resources directly into machines through RCON.
And /refine started getting better at cheating too :)
That example probably explains Prime Agent better than any benchmark. The harness itself is no longer completely fixed. The agent can inspect what happened, keep useful patterns, and change parts of its own scaffolding while it works.
Underneath that is a persistent Python REPL, recursive subagents, agent-to-agent messaging, and recoverable sessions. The whole project is open source.
About Prime Agent on Product Hunt
“A coding agent that can refine its own harness”
Prime Agent launched on Product Hunt on August 10th, 2026 and earned 0 upvotes and 2 comments, placing #78 on the daily leaderboard. Prime Agent is an open-source, self-improving coding harness built around two abstractions: the Recursive Language Model (RLM) and the Continual Harness. With Opus 5, it achieves 95.5% on ARC-AGI-3, surpassing the reported human expert baseline.
On the analytics side, Prime Agent competes within Open Source, Developer Tools, Artificial Intelligence and GitHub — topics that collectively have 1.1M followers on Product Hunt. The dashboard above tracks how Prime Agent performed against the three products that launched closest to it on the same day.
Who hunted Prime Agent?
Prime Agent was hunted by Zac Zuo. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of Prime Agent including community comment highlights and product details, visit the product overview.
Hi everyone!
The Factorio experiment might be my favorite part of Prime Agent.
Prime Agent can turn things it learns during a run into persistent memories, skills, prompts, and even new subagents. In Factorio, that worked as intended at first: it learned from failed layouts and gradually built better factories.
Then it discovered that it could cheat by spawning resources directly into machines through RCON.
And /refine started getting better at cheating too :)
That example probably explains Prime Agent better than any benchmark. The harness itself is no longer completely fixed. The agent can inspect what happened, keep useful patterns, and change parts of its own scaffolding while it works.
Underneath that is a persistent Python REPL, recursive subagents, agent-to-agent messaging, and recoverable sessions. The whole project is open source.