Approved by Ursula Addison on 2026-05-04

Hyperon inherits its conceptual DNA from OpenCog, an open-source AGI framework that evolved through two decades of research and development. Understanding this lineage illuminates why Hyperon is designed the way it is β€” and what changed in the transition.

Origins: Novamente to OpenCog (1997–2008)

The intellectual roots trace to the late 1990s. Ben Goertzel's work on formalizing general intelligence β€” defining it as "the ability to achieve complex goals in complex environments" β€” led to a series of practical systems: the Webmind AI Engine (1997–2001) at Intelligenesis Corp., followed by the Novamente Cognition Engine (2001–2008) at Novamente LLC. In 2008, the Novamente source code was released publicly as OpenCog, establishing an open-source community around the pursuit of AGI.

The conceptual framework was elaborated in several key publications: The Hidden Pattern (2006) on pattern-based philosophy of mind, Probabilistic Logic Networks (2008) on reasoning under uncertainty, and Building Better Minds (2012, with Cassio Pennachin and Nil Geisweiller) detailing the full CogPrime architecture β€” the specific configuration of cognitive components believed capable of achieving human-level AGI.

OpenCog Classic Architecture

The original OpenCog system, now sometimes called "OpenCog Classic," was built in C++, Scheme, and Python around several core components:

  • AtomSpace β€” A hypergraph database storing typed atoms (nodes and links) with associated truth values, attention values, and other metadata. Knowledge was represented in Atomese, a Lisp-like language for constructing and querying graph structures.
  • PLN (Probabilistic Logic Networks) β€” A comprehensive uncertain inference framework supporting deductive, inductive, and abductive reasoning with graded confidence.
  • MOSES (Meta-Optimizing Semantic Evolutionary Search) β€” An evolutionary program learning system that breeds compact symbolic programs to solve complex optimization problems.
  • ECAN (Economic Attention Allocation Networks) β€” An attention economy that dynamically allocates computational resources across atoms based on short-term and long-term importance.
  • OpenPsi β€” A motivational framework implementing PSI theory for drive-based behavior selection, emotional dynamics, and goal management.
  • URE (Unified Rule Engine) β€” A general-purpose forward and backward chainer for applying inference rules over AtomSpace.
  • Link Grammar & RelEx β€” Natural language processing components for parsing English into dependency structures and mapping them to Atomese representations.

These components were deployed in virtual agent control (OpenCogBot in virtual worlds), humanoid robotics (Hanson Robotics integration), and biological knowledge exploration.

What Carried Forward

Hyperon preserves the core intellectual commitments of OpenCog:

  • Cognitive synergy β€” The conviction that AGI requires multiple interoperating cognitive processes, not a single monolithic algorithm.
  • AtomSpace as shared memory β€” A typed metagraph serving as the common substrate for all cognitive operations.
  • The CogPrime cognitive model β€” Now evolved into PRIMUS, retaining the same fundamental architecture of interacting memory systems, attention dynamics, and goal-directed reasoning.
  • The same core algorithms β€” PLN, MOSES, and ECAN remain central to Hyperon, updated with new mathematical foundations.
  • Patternist philosophy β€” Intelligence understood as pattern recognition and creation across multiple levels of abstraction.

What Changed

Hyperon is not an incremental update but a ground-up redesign motivated by hard-won lessons from a decade of OpenCog development:

  • Language: Atomese and Scheme were replaced by MeTTa β€” a purpose-built language with a formal type system, homoiconicity (code-as-data), and native support for nondeterministic inference and self-modification. Where Atomese required manual encoding in Scheme, MeTTa operates directly as graph transformations over AtomSpace.
  • Performance: The C++ AtomSpace was complemented (and in high-performance contexts replaced) by MORK, a prefix-tree-based metagraph engine achieving large speedups through radically different data structures and the Zipper Abstract Machine.
  • Mathematics: New unifying mathematical frameworks β€” quantale-based weakness theory, geodesic inference control, optimal transport for attention β€” provide principled controls that the original system lacked.
  • Decentralization: OpenCog ran on single machines or small clusters. Hyperon targets decentralized execution via ASI Chain, with cryptographic provenance, capability-secured processes, and blockchain-based governance.
  • Neural integration: OpenCog treated neural networks as external components. Hyperon offers deeper integration through QuantiMORK (proposed: encoding tensors natively in the graph) alongside pragmatic wrapping of existing models via MeTTa-Motto.
  • Motivation: OpenPsi evolved into MetaMo, a mathematically grounded compositional motivation framework with formal stability guarantees.

Technical Deep Dive: OpenCog Legacy Full β€” complete timeline, 11-row architectural bridge map, five motivations for transition, component maturity analysis, CogServer criticisms, anti-CYC philosophy, pattern mining evolution, and maintained vs. archived repos.

Key References

  • Hart, D. and Goertzel, B. (2008). OpenCog: A Software Framework for Integrative Artificial General Intelligence β€” Proceedings of the First Conference on AGI, IOS Press
  • Goertzel, B. (2012). Building Better Minds β€” comprehensive CogPrime design
  • Goertzel, B. et al. (2023). OpenCog Hyperon: A Framework for AGI at the Human Level and Beyond
  • Goertzel, B. (2025). Hyperon for AGIβ‡’ASI: Whitepaper 2025
  • OpenCog Wiki β€” historical documentation

Β 



Discussion

Β