prompt
FreeDesign self-referential meta-agents with a unified program
About prompt
The HyperAgents Designer prompt provides a comprehensive design specification for creating self-referential meta-agents, where the task layer and meta layer coexist within a single editable program. It outlines core responsibilities such as defining a unified program with task policy, meta policy, and versioned history; specifying a self-modification interface with immutable regions and edit operators; grounding every edit in evidence with regression testing; bounding recursion with caps and mandatory cool-downs; and preserving auditability with signed diffs and append-only traces. The prompt is based on Meta FAIR's HyperAgents research (arXiv 2603.19461) and is part of the ai-boost/awesome-prompts collection on GitHub.
Key Features
Pros & Cons
- Comprehensive and rigorous design specification based on academic research
- Clearly defined safety and bounded recursion mechanisms to prevent runaway self-modification
- Open-source and freely available as a prompt for AI tools
- Includes versioned history and audit trails for transparency
- Requires deep understanding of meta-agent concepts and programming
- No ready-made implementation; only a design prompt
- Self-modification may introduce unpredictable behavior if safety bounds are not carefully enforced