About Hyperon
Hyperon is SingularityNET's open-source platform for Artificial General Intelligence, designed to progress from here to AGI and ultimately to beneficial ASI (Artificial Superintelligence). Building on decades of research from the OpenCog project, Hyperon provides a unified neurosymbolic framework where diverse cognitive processes β symbolic reasoning, probabilistic inference, neural learning, evolutionary search, and attention allocation β interoperate over shared memory to produce emergent general intelligence.
Unlike narrow AI systems optimized for individual tasks, Hyperon is designed as a composable infrastructure in which multiple learning and reasoning algorithms collaborate through a principle called cognitive synergy. Each algorithm addresses a fundamental requirement of general intelligence, but it is their interaction β sharing representations, guiding each other's search, and co-evolving within a common knowledge substrate β that is intended to enable the system to tackle problems none could solve alone.
Architecture at a Glance
Hyperon's architecture spans four layers, each documented in detail within this wiki:
- AtomSpace β A typed, content-addressed metagraph that serves as shared memory and control plane. Atoms represent symbolic data, relationships, truth values, motives, and executable code in a unified structure where code and data are interchangeable. AtomSpace can be implemented on multiple backends, from the high-performance MORK engine (prefix-tree-based, with large speedups over previous implementations) to the DAS (Distributed AtomSpace) for decentralized operation.
- MeTTa β Meta-Type Talk, a homoiconic programming language that serves as the native "language of thought." MeTTa operates directly over AtomSpace as graph transformations, enabling reflective self-modification, nondeterministic inference, and seamless interoperation between symbolic and neural components. Multiple implementations exist: PeTTa (high-performance Prolog-based), Hyperon Experimental (reference Rust implementation), JeTTa (JVM), MeTTa-Morph (Scheme), and MeTTaTron (F1R3FLY-native).
- AI Algorithms β A library of cognitive modules authored in MeTTa: PLN for probabilistic reasoning under uncertainty, ECAN for economic attention allocation, MOSES for evolutionary program synthesis, MetaMo for compositional motivation, NARS-based systems for open-ended reasoning, and integration layers for LLMs and neural networks.
- PRIMUS Cognitive Architecture β The meta-architecture that orchestrates these components into a unified cognitive system. PRIMUS defines how goal-directed and ambient cognitive loops cooperate, how attention and resources flow between modules, and how the system maintains coherence while self-modifying. Recent theoretical advances include weakness-based simplicity priors, geodesic inference control, TransWeave for cross-domain transfer, and WILLIAM for adaptive compression.
The ASI Chain
For decentralized deployment, Hyperon compiles MeTTa into targets running on ASI Chain β a blockchain runtime designed for AGI workloads. ASI Chain provides cryptographically secured execution, content-addressed provenance, and the ability to scale cognitive processes from a single machine to a distributed network. Its F1R3FLY engine renders concurrent process calculi for scalability, while MeTTaCycle orchestrates AGI workloads. The whitepaper describes ASI Chain as targeting "native inference settlement" β verifying cognitive state transitions rather than just token transfers.
Neural-Symbolic Integration
Hyperon bridges symbolic and neural paradigms through two complementary approaches:
- Outside integration (current) wraps existing neural models (LLMs, vision systems, embedding models) as Spaces within AtomSpace, exposing their outputs for symbolic reasoning and compositional planning. This is implemented via the MeTTa-Motto library.
- Inside integration (experimental) via QuantiMORK proposes encoding neural network structures β wavelet-structured tensors, weight matrices, activation patterns β directly into the MORK PathMap, enabling predictive-coding-style local learning updates without backpropagation.
From OpenCog to Hyperon
Hyperon is a ground-up redesign of the earlier OpenCog framework, preserving the core cognitive theories (cognitive synergy, CogPrime architecture, patternist philosophy of mind) while incorporating new ideas at every level: a new type system and language (MeTTa replacing Atomese/Scheme), a new high-performance backend (MORK replacing the C++ AtomSpace), new mathematical controls (quantale-based weakness, geodesic effort), and decentralized execution infrastructure. The transition represents not a departure from OpenCog's vision but its maturation into a system engineered for scalability and composability.
Key Resources
- Whitepaper: Hyperon for AGIβASI (Ben Goertzel, November 2025)
- Framework Paper: OpenCog Hyperon: A Framework for AGI at the Human Level and Beyond (2023)
- Primary Repository: hyperon-experimental (reference MeTTa implementation)
- Website: metta-lang.dev
Explore Further
Tags
Discussion