MEMT is the classification and routing system that maps AI models to their cognitive specializations within Mobius Systems.
ARCHITECTURE → ACI primary, ENI verify
ENGINEERING → ENI primary, OEI optimize
FRONTEND → SXI primary, ACI verify
MATH_OPTIMIZATION → OEI primary, ENI verify
MEMORY_RECALL → MSI primary, ACI verify
CIVIC_POLICY → ENI + ACI + SXI + MSI
CRITICAL_DECISION → ALL engines + consensus
/docs/architecture/MEMT/
├── MEMT_WHITEPAPER.md # Full 40-page academic paper
├── MEMT_OVERVIEW.md # This file
├── MEMT_HIERARCHY.mermaid # Engine hierarchy diagram
├── MEMT_INTEROP_MATRIX.mermaid
├── MEMT_FAILURE_MODES.mermaid
├── MEMT_ENGINE_ROLES_IN_DVA.mermaid
└── MEMT_FULL_TAXONOMY_ASCII.txt
/apps/broker-api/src/
├── types/memt.ts # MEMT type definitions
└── services/memtRouter.ts # MEMT routing logic