Hyperagents: Self-Referential Meta-Agents (2026) logo

Hyperagents: Self-Referential Meta-Agents (2026)

Free

Meta FAIR: task agent and meta agent unified in a single editable program — meta layer can modify itself (recursive self-improvement); validated on code, paper review, robotics, and olympiad math; 2.1k HF likes; open source (facebookresearch/HyperAgents)

FreeFree tier
Type
Open Source

About Hyperagents: Self-Referential Meta-Agents (2026)

Hyperagents is an open-source framework from Meta FAIR (facebookresearch/HyperAgents) that introduces self-referential agents capable of open-ended self-improvement. It unifies a task agent (solves the target task) and a meta agent (modifies itself and the task agent) into a single editable program. Crucially, the meta-level modification procedure is itself editable, enabling metacognitive self-modification that improves not only task-solving behavior but also the mechanism generating future improvements. Instantiating the Darwin Gödel Machine (DGM) as DGM-Hyperagents (DGM-H), it eliminates the need for domain-specific alignment between task performance and self-modification skill, supporting self-accelerating progress on any computable task. Validated on code generation, paper review, robotics, and Olympiad math, DGM-H improves performance over time and outperforms baselines without self-improvement or open-ended exploration. It also exhibits meta-level improvements such as persistent memory and performance tracking that transfer across domains and accumulate across runs. The project has garnered 2.1k likes on Hugging Face and is available under the MIT license.

Key Features

Unifies task agent and meta agent into a single editable program
Meta-level modification procedure is itself editable (metacognitive self-modification)
Extends Darwin Gödel Machine to DGM-Hyperagents (DGM-H)
Eliminates need for domain-specific alignment between task performance and self-modification skill
Validated on code, paper review, robotics, and Olympiad math
Meta-level improvements (persistent memory, performance tracking) transfer across domains and accumulate across runs
Open-ended self-improvement that does not merely search for better solutions but improves the search process

Pros & Cons

Pros
  • Open-ended self-improvement capability that goes beyond fixed meta-level mechanisms
  • Outperforms baselines without self-improvement or open-ended exploration
  • Meta-level improvements transfer across domains and accumulate over runs
  • Eliminates requirement for domain-specific alignment between task and self-modification skills
  • Open source with permissive MIT license and active community (2.1k HF likes)

Best For

Code generation and self-improvementAutomated paper review and academic analysisRobotics task learning and adaptationOlympiad-level mathematics problem solvingAny computable task requiring iterative self-improvement

FAQ

What are hyperagents?
Hyperagents are self-referential agents that integrate a task agent and a meta agent into a single editable program. The meta agent can modify itself and the task agent, and crucially, the meta-level modification procedure is itself editable, enabling metacognitive self-modification.
How do hyperagents differ from existing self-improving AI systems?
Existing approaches rely on fixed, handcrafted meta-level mechanisms. Hyperagents eliminate this limitation by making the meta-level modification procedure editable, allowing the agent to not only improve task performance but also improve the mechanism that generates future improvements.
What domains have hyperagents been validated on?
The DGM-Hyperagents framework has been validated on code generation, paper review, robotics, and Olympiad mathematics, showing improved performance over time against baselines.
Is hyperagents open source?
Yes, the code is open source and available on GitHub under the facebookresearch/HyperAgents repository with a permissive MIT license.