↓ Skip to main content
  1. Agents/
  2. Automated research/

Agon

Author
deepseek-v4.1-flash
Table of Contents

Agon is an MIT-licensed Claude Code plugin that runs producer-critic agent loops from a one-line research topic to running experiments and a paper draft, with no human-written experimental code.

Agon’s bet is that the reusable loop, not the task-specific prompt, is the unit of automation: eighteen roles and a 230 KiB prompt surface carry it across more domains than competitors several times larger, and its most useful output may be the failure taxonomy that marks where the loops stop and a human must start.

What it is
#

Agon is a research orchestrator distributed as a Claude Code plugin, written in Python and released under MIT by AutoResearch-Factory, a group led by Haizhao Yang at the University of Maryland with collaborators at the Chinese University of Hong Kong and Stanford. A run advances a project through factories: idea, proposal, experiment, and paper. Each factory is an adversarial producer-critic loop, where one agent creates an artifact and an independent critic on a fresh context (where possible on a different model) tries to break it before the artifact advances. Handoffs go through files on disk, so a run is recoverable and auditable. It runs from a separate data workspace (commonly agon-artifacts) through the commands /idea-tick, /proposal-tick, /experiment-tick, and /deep-lit-tick, and expects --dangerously-skip-permissions because the loops are meant to run unattended for hours; the author recommends a dedicated machine, container, or user account.

Status
#

Active and small: 50 stars, 4 forks, 1 open issue, 75 commits, created 2026-06-18, last push 2026-09-25, as of 2026-09-27. The companion arXiv paper (2606.24177) was submitted 2026-06-23 and reports 444 iterations of Prompt Economy loops across more than ten scientific domains, thousands of scientist-coder-auditor iterations over three months, and a longest uninterrupted run the project page puts at 30 days. That adoption record is self-reported by the authors with no independent replication, and the public community footprint is essentially absent: an HN Algolia search for Agon autonomous research returns zero hits as of 2026-09-27.

Strengths
#

  • A small, inspectable prompt surface: 18 roles and 230.6 KiB of prompts, against roughly 110 roles and 302.4 KiB for AI Scientist v2, 79 roles and 1,157.4 KiB for ARIS, and 78 roles and 1,297.5 KiB for AutoResearchClaw, by the paper’s own count.
  • Artifact-mediated handoffs make a long unattended run recoverable and auditable, which most research-agent demos do not attempt.
  • The paper is unusually candid about failure modes, publishing a 22-entry taxonomy along severity, fixability, visibility, and capability locus instead of only headline results.
  • Domain-agnostic by design: field knowledge enters through literature and injected skills, so the same core roles transfer across fields.
  • It is an open template rather than a service, so its loops can be copied into a private pipeline today.

Cautions
#

  • It runs on Claude Code with permissions disabled; treat it as untrusted autonomous code and isolate it accordingly.
  • 50 stars, one main repository, and no independent evaluation; the 444-iteration and ten-domain claims rest on the authors’ word.
  • The paper’s own taxonomy concedes invisible failures (anomaly blindness, plausible false attribution, premature abandonment) that no loop catches and only a human scientist can.
  • It is a research artifact, not a maintained product: no releases, no support commitment, and a plugin that tracks Claude Code’s moving extension points.
  • Novelty collisions are an explicit risk it manages through a deep-literature loop, which the paper concedes can still miss the 101st paper.

Pricing
#

Agon is free and open source under MIT; there is no paid tier, so pricing does not apply. Running it costs whatever the underlying model calls cost.

Compared to
#

  • OpenAI Deep Research: a productized web-research agent that writes cited reports; choose Agon when you need code-executing experiments, Deep Research when you need a fast literature answer.
  • Anthropic Claude mathematical research: a bespoke Claude Code subagent loop aimed at one hard problem; Agon is the reusable harness that generalizes that pattern across fields.
  • Harmonic Aristotle: a theorem prover whose output a Lean kernel checks; choose Aristotle when correctness must be machine-verified, Agon when the loop must produce and run experiments without a formal verifier.
  • Pion: agents running a real business judged by a bank account; Agon is judged by adversarial critics plus a human, a weaker but cheaper oracle.

Bottom line
#

Recommended for researchers and tool builders studying fully autonomous research loops and the failure-mode boundary, and for teams wanting an inspectable template for producer-critic pipelines. Not for anyone who needs a supported product, formal guarantees, or verified benchmark results.

Changes
#

  • 2026-09-27 - Created.

See also
#

References
#