.. _e7he-models:

****************************************************
e7He --- Submodels
****************************************************

e7He is structured as a prerequisite layer (m0) plus seven stage
submodels (m1--m7), with two reserved slots (m8--m9) for future
extension.

Extracted from FORGE session Sa3_2026m03d28 by PROMY:EXTRACT
on 2026-03-29.


Submodel Architecture
=======================

.. list-table::
   :header-rows: 1
   :widths: 8 25 12 55

   * - ID
     - Name
     - BABL Pattern
     - Role
   * - **m0**
     - Prerequisites
     - (framework)
     - 7 axioms defining the framework: agent uniqueness (ax1), FATE
       acceptance (ax2), GOAL calling (ax3), cycle definition (ax4),
       perpetual reset (ax5), and the two stopping outcomes ---
       irrelevance (ax6) and supervillain (ax7). These are not stages
       of the journey but preconditions for it.
   * - **m1**
     - Adventure Calls: Dare
     - 001 (BA)
     - The hero accepts complexity and commits to the journey. BA
       temptation: dismiss the problem.
   * - **m2**
     - Trial Tribulation Training
     - 010 (ASH)
     - The hero survives genuine trial and gains skills. ASH
       temptation: demand complete understanding before acting.
   * - **m3**
     - Gain Advantage Temptation
     - 011 (ASH + BA)
     - The hero holds advantage without being captured by it.
       Double temptation: "I've figured it out" (BA) + "let me
       build an empire" (ASH).
   * - **m4**
     - Meet Your Maker: Infinity Alone
     - 100 (MOL)
     - The midpoint bifurcation. Hero confronts infinity and either
       lets the false self die (ZION) or clings to Closed World
       Assumptions (BABL). Hamming distance 3 from m3: all bits flip.
   * - **m5**
     - Lucky Ultimate Reward Comedy
     - 101 (MOL + BA)
     - The hero receives rewards and shares justly. MOL + BA
       temptation: monopolize insights, create gatekeeping.
   * - **m6**
     - Rescue Trip To Resurrection
     - 110 (MOL + ASH)
     - The hero fights for truth and separates the gift from CWAs.
       MOL + ASH temptation: institutional capture of the gift.
   * - **m7**
     - Free Reborn Evolving Better
     - 111 (MOL + ASH + BA)
     - Full BABL faced. ZION: rest, peace, openness to next cycle.
       BABL: insights weaponized, corruption perfected (Machiavelli-
       Prince).
   * - **m8**
     - *(reserved)*
     -
     - Reserved for future extension.
   * - **m9**
     - *(reserved)*
     -
     - Reserved for future extension.


Binary Encoding
=================

The stage numbering follows binary counting (001 through 111),
creating a bijection between stages and non-zero BABL component
combinations:

::

  Stage  Binary  Components
  m1     001     --- --- BA
  m2     010     --- ASH ---
  m3     011     --- ASH BA
  m4     100     MOL --- ---
  m5     101     MOL --- BA
  m6     110     MOL ASH ---
  m7     111     MOL ASH BA

This is not arbitrary notation --- it is the structural property
:ref:`e7He.sp1 <e7he-sp1>` (Binary Completeness), ensuring every
BABL combination is visited exactly once per cycle.

See :doc:`axioms` for the formal definitions of each submodel.
