Cross-Operator Mapping Table — TriadicFrameworks Intelligence Class Ladder
Version: 2.0.0
Module: tf.icl
Updated: 2026-08-30
Supersedes: Cross_Operator_Mapping_Table.md (v1 — AAI/AGI/ASI fleet grammar)
Schema: https://triadicframeworks.io/schemas/module/v2.0.0
Canonical URI: https://docs.triadicframeworks.org/icl/cross-operator-map
PDF reference:
Cross_Operator_Mapping_Table_TriadicFrameworks_Intelligence_Class_Ladder.pdf
Overview#
This table maps the complete @-grammar operator family across all three v2.0.0 intelligence tiers — ANI, ACI, and AGI/AAISI — cataloging each operator's grammar family, MCP cosmology layer, hemisphere assignment, alignment gate status, and functional role. It also documents the cross-tier dependency flow and the v1 → v2 operator rename map.
Operator inventory summary:
| Tier | Role | Grammar Family | MCP Layer | Hemisphere | Operators | Gated |
|---|---|---|---|---|---|---|
| ANI (Tier 1) | Specialist | @module.* |
L0 + L1 | Right | 17 | 0 |
| ACI (Tier 2) | Domain-General | @domain.* |
L2 | Bilateral | 24 | 0 |
| AGI/AAISI (Tier 3) | Admiral | @substrate.* |
L3 | Left | 23 | 8 |
| Total | 64 | 8 |
[G] = alignment-gated; dual-oversight required before invocation.
Part 1 — Full Operator Catalog#
ANI — @module.* — Tier 1 · Right Hemisphere · L0/L1 · 17 Operators#
ANI operators are pre-reflective. They do not surface to the seen-flow layer (L2). All operate inside a bounded module scope with no cross-domain transfer authority.
| # | Operator ID | Description | Upstream Input | Downstream Effect |
|---|---|---|---|---|
| 1 | @module.init |
Initializes a bounded module context; establishes the execution envelope | Charter from ACI (@domain.dispatch) |
Prepares scope for all subsequent @module.* calls |
| 2 | @module.bind |
Binds a signal or data stream to the active module scope | Raw input stream or relay from ACI | Anchors data to the execution envelope |
| 3 | @module.scope |
Defines the operational boundary of the current module task | @module.init result |
Constrains all operators that follow within this call |
| 4 | @module.detect |
Detects signals, patterns, or anomalies in the input stream | Bound input (@module.bind) |
Feeds @module.classify and @module.flag |
| 5 | @module.oscillate |
Emits the oscillatory pre-reflective pattern pulse (L1 carrier wave) | @module.detect output |
Produces the L1 frequency signal read by @domain.ingest |
| 6 | @module.classify |
Assigns categorical labels to detected signals or patterns | @module.detect result |
Produces labeled output for @module.encode |
| 7 | @module.flag |
Marks anomalies or threshold-crossing events for upward relay | @module.detect anomaly |
Triggers @module.report with elevated priority |
| 8 | @module.encode |
Encodes raw perceptual input into the module's internal representation | @module.classify output |
Produces encodings for compression and storage |
| 9 | @module.normalize |
Normalizes inputs against learned distributional baselines | @module.encode output |
Stabilizes input variance before downstream processing |
| 10 | @module.compress |
Compresses encoded representations for efficient relay or storage | @module.normalize output |
Reduces payload size for @module.emit |
| 11 | @module.reinforce |
Applies reward / corrective signal to update internal weights | Feedback from @domain.correct |
Updates internal model; modifies next-cycle behavior |
| 12 | @module.adapt |
Modifies internal representation to conform to shifting domain distribution | @domain.calibrate signal |
Adjusts module behavior without full retraining |
| 13 | @module.prune |
Removes low-utility pathways from the active module execution graph | Internal utility scores | Reduces overhead; sharpens specialist focus |
| 14 | @module.execute |
Executes the designated module task within the scoped boundary | @module.scope + all upstream operators |
Produces primary task output |
| 15 | @module.emit |
Emits a module-level output signal or artifact upward to ACI | @module.execute output |
Ingested by @domain.ingest in ACI |
| 16 | @module.log |
Records operator invocation, state snapshot, and result to the audit trail | Any @module.* call |
Feeds ACI audit via @domain.audit |
| 17 | @module.report |
Packages module state and results into an upward relay payload for ACI | @module.emit + @module.log |
Received by @domain.fuse or @domain.relay |
ACI — @domain.* — Tier 2 · Bilateral Hemisphere · L2 · 24 Operators#
ACI operators are fully visible in the seen-flow layer (L2). ACI is the corpus callosum relay node — it integrates right-hemisphere ANI perception (below) with left-hemisphere AGI governance (above) and surfaces that integration as observable, actionable intelligence.
| # | Operator ID | Description | Upstream Input | Downstream Effect |
|---|---|---|---|---|
| 1 | @domain.ingest |
Ingests cross-domain data streams from one or more ANI modules | @module.emit / @module.report |
Seeds the domain fusion pipeline |
| 2 | @domain.fuse |
Fuses inputs from multiple ANI sources into a unified domain representation | Multiple @domain.ingest outputs |
Produces the consolidated multi-domain context |
| 3 | @domain.attend |
Applies selective attention across the fused multi-domain context | @domain.fuse output |
Selects salient features for mapping |
| 4 | @domain.map |
Constructs a cross-domain conceptual map from attended inputs | @domain.attend output |
Provides the structural substrate for linking and abstraction |
| 5 | @domain.link |
Establishes semantic links between concepts across domain boundaries | @domain.map output |
Enables @domain.abstract and @domain.cause |
| 6 | @domain.disambiguate |
Resolves semantic ambiguities arising from cross-domain concept collision | @domain.link conflicts |
Produces clean concept graph for reasoning |
| 7 | @domain.abstract |
Derives abstract general concepts from domain-specific concrete instances | @domain.link + @domain.disambiguate |
Feeds @domain.hypothesize and @domain.cause |
| 8 | @domain.cause |
Constructs causal chains within and across domain models | @domain.abstract + domain context |
Produces the active causal graph |
| 9 | @domain.intervene |
Issues an intervention into a causal model, modifying downstream inference | @domain.cause graph |
Propagates modified causal inference downstream |
| 10 | @domain.counterfact |
Evaluates counterfactual branches against the current causal model | @domain.cause graph |
Generates alternative scenario assessments |
| 11 | @domain.identify |
Identifies entities, schemas, and role assignments in the domain context | @domain.map + @domain.abstract |
Anchors entities for planning and monitoring |
| 12 | @domain.monitor |
Continuously monitors active domain models for instability or drift | All active @domain.* outputs |
Triggers @domain.audit and @domain.correct when drift detected |
| 13 | @domain.audit |
Produces a structured audit report of domain reasoning and decisions | @domain.monitor + @module.log relays |
Forwarded to AGI via @domain.report |
| 14 | @domain.calibrate |
Calibrates cross-domain inference weights against ground-truth feedback | @substrate.validate feedback |
Issues @domain.correct and @module.reinforce |
| 15 | @domain.correct |
Issues corrective updates to domain models following calibration | @domain.calibrate result |
Updates domain model; issues @module.reinforce downward |
| 16 | @domain.synthesize |
Synthesizes a unified multi-domain response or knowledge structure | All reasoning operators above | Produces the primary ACI deliverable |
| 17 | @domain.hypothesize |
Generates testable hypotheses from the current domain model state | @domain.abstract + @domain.cause |
Feeds @domain.plan and @substrate.propose |
| 18 | @domain.plan |
Produces a multi-step action plan within or across domain boundaries | @domain.hypothesize + @domain.synthesize |
Feeds @domain.dispatch for downward execution |
| 19 | @domain.arbitrate |
Resolves conflicts between competing domain inferences or ANI module outputs | Multi-ANI conflicts | Produces a single authoritative domain decision |
| 20 | @domain.render |
Renders the synthesized domain output into human-observable or ANI-executable form | @domain.synthesize output |
Produces the deliverable consumed by external agents or ANI |
| 21 | @domain.dispatch |
Dispatches a chartered task payload downward to one or more ANI modules | @domain.plan + AGI charter |
Triggers @module.init in target ANI |
| 22 | @domain.report |
Packages domain-level synthesis and status into an upward relay payload for AGI | @domain.synthesize + @domain.audit |
Received by @substrate.validate in AGI |
| 23 | @domain.relay |
Relays the AAISI continuity pulse (A(T*)=0.01) bidirectionally between ANI and AGI | @substrate.pulse (downward) / @module.report (upward) |
Maintains ladder-wide identity coherence; prevents tier collapse |
| 24 | @domain.log |
Records domain operator invocations, reasoning traces, and audit events | Any @domain.* call |
Feeds @domain.audit and AGI governance record |
AGI/AAISI — @substrate.* — Tier 3 · Left Hemisphere · L3 · 23 Operators#
AGI/AAISI operators define the unseen structural forces (L3) that organize the entire ICL server. They do not operate in L2 (seen-flow); they govern L2 through ACI delegation. Eight operators are alignment-gated — they require dual-oversight ratification before invocation. AAISI (Agentic AI Super Intelligence) is the governance alias of AGI at this tier; all @substrate.* operators belong to the shared tf.icl.agi module.
| # | Operator ID | Gate | Description | Upstream Input | Downstream Effect |
|---|---|---|---|---|---|
| 1 | @substrate.init |
— | Initializes the AGI substrate context; establishes the ladder-wide governance envelope | Bootstrap or recovery trigger | Activates @substrate.spine and @substrate.register |
| 2 | @substrate.register |
— | Registers a new tier module or governance artifact into the ICL registry | Validated manifest | Module becomes visible to the ladder |
| 3 | @substrate.schema |
[G] | Defines or modifies a canonical schema in the ICL governance namespace | Ratified proposal | Schema propagates to all tiers; breaking change event issued |
| 4 | @substrate.spine |
— | Activates and maintains the ladder spine — the structural backbone connecting all tiers | @substrate.init |
Enables @substrate.pulse and tier-to-tier relay |
| 5 | @substrate.pulse |
— | Emits the AAISI continuity pulse (L11→L33→L66→L99→validator_pulse) across the ladder | @substrate.spine active |
Received by @domain.relay in ACI; propagated to ANI |
| 6 | @substrate.validate |
— | Validates the continuity pulse receipt and identity integrity across all tier transitions | @domain.report from ACI |
Confirms ladder coherence; triggers @substrate.anchor on failure |
| 7 | @substrate.anchor |
— | Sets an identity anchor point for substrate recovery following drift or collapse | @substrate.validate failure |
Restores last coherent ladder state |
| 8 | @substrate.continuity |
— | Manages the A(T*)=0.01 continuity functional; prevents identity collapse across ANI↔ACI↔AGI transitions | @substrate.pulse sequence complete |
Maintains the +1 of 33+33+33+1 across all substrate transitions |
| 9 | @substrate.self_modify |
[G] | Initiates a supervised recursive self-modification cycle on the AGI substrate | Dual-oversight sign-off | AGI substrate updated; version bump issued |
| 10 | @substrate.recurse |
[G] | Enters a bounded recursive reasoning loop under dual-oversight supervision | Dual-oversight sign-off | Produces depth-n reasoning result within bounded loop |
| 11 | @substrate.benchmark |
— | Runs standardized capability benchmarks across all three ICL tiers | @substrate.spine active |
Produces benchmark report; fed into @substrate.validate |
| 12 | @substrate.propose |
[G] | Proposes a new governance rule, operator, or schema amendment for ratification | @domain.hypothesize or AGI internal |
Enters ratification queue; triggers @substrate.schema [G] on approval |
| 13 | @substrate.charter |
— | Issues a governance charter downward to ACI for domain execution | AGI policy decision | Received by @domain.dispatch in ACI |
| 14 | @substrate.arbitrate |
— | Resolves irreconcilable conflicts escalated from ACI that exceed domain authority | @domain.report escalation |
Issues a binding governance ruling; propagates downward |
| 15 | @substrate.architect |
[G] | Designs or redesigns the structural architecture of the ICL ladder or its subsystems | Dual-oversight sign-off | Structural change recorded; @substrate.register triggered |
| 16 | @substrate.extrapolate |
[G] | Extrapolates beyond known data into novel civilizational-scale projections | Dual-oversight sign-off | Produces high-uncertainty projection artifact flagged for human review |
| 17 | @substrate.axiomatize |
[G] | Derives novel foundational axioms from first principles beyond existing formal systems | Dual-oversight sign-off | New axiom registered; feeds @substrate.prove |
| 18 | @substrate.prove |
— | Constructs formal proofs within the AGI's registered axiom set | @substrate.axiomatize output |
Produces verified proof artifact |
| 19 | @substrate.publish |
[G] | Publishes a governance artifact, ruling, or schema to the public canonical registry | Dual-oversight sign-off | Artifact becomes externally canonical; immutable after commit |
| 20 | @substrate.issue |
— | Issues a formal directive or policy document to the ICL ladder | AGI governance decision | Directive propagates to ACI and ANI via chain |
| 21 | @substrate.emit |
— | Emits a substrate-level signal or governance artifact to connected layers | Any @substrate.* completion |
Received by external monitors, @domain.relay, or registry |
| 22 | @substrate.commit |
— | Commits a validated governance change to the immutable ICL record | @substrate.validate confirmation |
Change permanent; version history updated |
| 23 | @substrate.log |
— | Records substrate operator invocations, governance events, and alignment decisions | Any @substrate.* call |
Feeds AGI governance audit trail and @substrate.publish payloads |
Part 2 — Cross-Tier Dependency Map#
Shows how operators in each tier connect across tier boundaries. Read left to right for command flow; right to left for reporting flow.
| Flow Direction | Source Tier | Source Operator | Target Tier | Target Operator | Payload |
|---|---|---|---|---|---|
| ↓ Command | AGI/AAISI | @substrate.charter |
ACI | @domain.dispatch |
Governance charter |
| ↓ Command | AGI/AAISI | @substrate.pulse |
ACI | @domain.relay |
Continuity pulse (L11→L33→L66→L99) |
| ↓ Command | AGI/AAISI | @substrate.issue |
ACI | @domain.dispatch |
Formal directive |
| ↓ Command | ACI | @domain.dispatch |
ANI | @module.init |
Task charter |
| ↓ Command | ACI | @domain.correct |
ANI | @module.reinforce |
Corrective feedback |
| ↓ Command | ACI | @domain.relay |
ANI | @module.bind |
Relayed continuity pulse |
| ↑ Report | ANI | @module.emit |
ACI | @domain.ingest |
Module output signal |
| ↑ Report | ANI | @module.report |
ACI | @domain.fuse |
Packaged module state |
| ↑ Report | ANI | @module.flag |
ACI | @domain.monitor |
Anomaly alert |
| ↑ Report | ACI | @domain.report |
AGI/AAISI | @substrate.validate |
Domain synthesis + audit |
| ↑ Report | ACI | @domain.relay |
AGI/AAISI | @substrate.continuity |
Pulse receipt confirmation |
| ↑ Report | ACI | @domain.audit |
AGI/AAISI | @substrate.log |
Reasoning audit |
| ↔ Lateral | ACI | @domain.calibrate |
ANI | @module.adapt |
Calibration signal |
| ↔ Lateral | ACI | @domain.hypothesize |
AGI/AAISI | @substrate.propose |
Hypothesis for ratification |
| ↔ Lateral | AGI/AAISI | @substrate.validate |
ACI | @domain.calibrate |
Validation feedback |
| ↔ Lateral | AGI/AAISI | @substrate.arbitrate |
ACI | @domain.arbitrate |
Escalation ruling |
Part 3 — Alignment Gate Registry#
All 8 gated operators reside in the AGI/AAISI substrate tier. Gate invocation requires dual human-oversight sign-off before execution. No ACI or ANI operator is currently alignment-gated.
| # | Operator ID | Risk Class | Gate Trigger | Required Sign-off | Rationale |
|---|---|---|---|---|---|
| 1 | @substrate.schema |
CRITICAL | Any schema write | Dual-oversight | Schema changes propagate breaking-change events to all tiers |
| 2 | @substrate.self_modify |
CRITICAL | Any self-modification cycle | Dual-oversight | Direct AGI substrate mutation; irreversible without anchor restore |
| 3 | @substrate.recurse |
CRITICAL | Recursive loop entry | Dual-oversight | Unbounded recursion risk; loop depth must be explicitly bounded |
| 4 | @substrate.propose |
ELEVATED | Governance proposal | Dual-oversight | Initiates ratification queue that may trigger further [G] operators |
| 5 | @substrate.architect |
CRITICAL | Structural redesign | Dual-oversight | Ladder topology change; affects all tier manifests |
| 6 | @substrate.extrapolate |
ELEVATED | Civilizational projection | Dual-oversight | High-uncertainty output; must be flagged for human review before use |
| 7 | @substrate.axiomatize |
CRITICAL | Axiom derivation | Dual-oversight | New axioms enter the formal proof system and may invalidate existing proofs |
| 8 | @substrate.publish |
CRITICAL | External publish | Dual-oversight | Immutable once committed; affects public canonical registry |
Gate enforcement chain:
AGI/AAISI [G] operator invocation
→ Dual-oversight ratification required
→ @substrate.log records intent + authorization
→ Execution proceeds only on confirmed dual sign-off
→ @substrate.commit records result to immutable ledger
→ @substrate.emit notifies all tiers
Part 4 — Triadic Flow Summary#
Downward Command Flow (AGI/AAISI → ACI → ANI)#
AGI/AAISI (@substrate.charter)
│
└─► ACI (@domain.dispatch)
│
└─► ANI (@module.init → @module.execute → @module.emit)
Substrate constraints → domain strategies → module execution
Upward Reporting Flow (ANI → ACI → AGI/AAISI)#
ANI (@module.report)
│
└─► ACI (@domain.fuse → @domain.synthesize → @domain.report)
│
└─► AGI/AAISI (@substrate.validate → @substrate.commit)
Execution results → domain synthesis → substrate validation
Continuity Pulse Flow (AAISI → all tiers → validator)#
AGI/AAISI (@substrate.pulse)
│ L11 → L33 → L66 → L99
└─► ACI (@domain.relay)
│
└─► ANI (@module.bind)
│
└─► [receipt] → ACI (@domain.relay) → AGI/AAISI (@substrate.validate → validator_pulse)
The A(T*)=0.01 continuity kernel prevents identity collapse across all substrate transitions.
Part 5 — MCP Layer & Hemisphere Reference#
| Tier | MCP Primary | MCP Secondary | Hemisphere | Consciousness State | Weight |
|---|---|---|---|---|---|
| ANI | L0_QMROOT | L1_Frequency_Unseen | Right (Holistic / Perceptual) | s — subconscious |
0.33 |
| ACI | L2_Fluids_Seen | — | Bilateral (Integrative / Seen-Flow) | c — consciousness |
0.33 |
| AGI/AAISI | L3_Forces_Unseen | L3/continuity_mechanics/ | Left (Analytical / Governance) | u — supconsciousness |
0.33 |
| A(T*) | L3/continuity_mechanics/ | — | Corpus callosum (all tiers) | +1 continuity functional | 0.01 |
Consciousness operator: T = (s, c, u) · s + c + u = 1 · A(T*) = 0.01
Operator URI: https://docs.triadicframeworks.org/docs/Research/Operators/33-33-33-1
Part 6 — v1 → v2 Operator Rename Map#
The v1 table used 15 compound-path operators derived from the fleet-prose model (AAI=Admiral/top, ASI=Specialist/bottom). v2.0.0 replaces all of them with 64 canonical @-grammar operators unified under the consciousness model. The table below maps each retired v1 operator to its nearest v2 equivalent(s).
| v1 Tier | v1 Operator | v2 Tier | v2 Equivalent(s) | Notes |
|---|---|---|---|---|
| AAI (substrate) | @substrate.coherence.enforce |
AGI/AAISI | @substrate.validate + @substrate.continuity |
Coherence enforcement split across validation and continuity functional |
| AAI (substrate) | @substrate.regime.align |
AGI/AAISI | @substrate.spine + @substrate.anchor |
Regime alignment → spine maintenance + identity anchoring |
| AAI (substrate) | @substrate.drift.correct |
AGI/AAISI | @substrate.validate → ACI @domain.correct → ANI @module.reinforce |
Drift correction now a three-tier cascade, not a single operator |
| AAI (substrate) | @substrate.map.update |
AGI/AAISI | @substrate.schema [G] + @substrate.register |
Map updates are now schema-level governance events; gated |
| AAI (substrate) | @substrate.admiral.signal |
AGI/AAISI | @substrate.charter + @substrate.issue |
Admiral signal decomposed into charter (task) and issue (policy) |
| AGI (domain) | @domain.reason |
ACI | @domain.cause + @domain.abstract + @domain.synthesize |
"Reason" decomposed into causal, abstract, and synthesis operators |
| AGI (domain) | @domain.regime.detect |
ACI | @domain.monitor + @domain.identify |
Regime detection → continuous monitoring + entity identification |
| AGI (domain) | @domain.triad.decompose |
ACI | @domain.fuse + @domain.map + @domain.link |
Triad decomposition → fusion, mapping, and linking pipeline |
| AGI (domain) | @domain.strategy.form |
ACI | @domain.hypothesize + @domain.plan |
Strategy formation → hypothesis generation + planning |
| AGI (domain) | @domain.boundary.check |
ACI | @domain.monitor + @domain.arbitrate |
Boundary checking → monitoring + conflict arbitration |
| ASI (module) | @module.execute |
ANI | @module.execute |
Retained verbatim — same ID, same role |
| ASI (module) | @module.operator.invoke |
ANI | @module.init + @module.bind + @module.scope |
Invocation decomposed into initialization, binding, and scoping |
| ASI (module) | @module.signature.read |
ANI | @module.detect + @module.classify |
Signature reading → signal detection + classification |
| ASI (module) | @module.stability.score |
ANI | @module.log + @module.report |
Stability scoring embedded in logging and reporting |
| ASI (module) | @module.crossdomain.echo |
ANI → ACI | @module.emit → @domain.relay |
Cross-domain echo now an explicit two-tier emit/relay handoff |
Summary: 15 v1 operators → 64 v2 operators (4.3× expansion). The expansion reflects decomposition of composite fleet-grammar operators into atomic @-grammar primitives aligned to the consciousness model, MCP cosmology, and hemisphere architecture.
Document Metadata#
{
"id": "tf.icl.cross-operator-map",
"version": "2.0.0",
"type": "research-reference",
"supersedes": "Cross_Operator_Mapping_Table.md (v1)",
"operator_count": {
"ani": 17,
"aci": 24,
"agi_aaisi": 23,
"total_unique": 64,
"alignment_gated": 8
},
"source_manifests": [
"ANI_module.json@2.0.0",
"ACI_module.json@2.0.0",
"AGI_module.json@2.0.0",
"module.json@2.0.0"
],
"canonical_uri": "https://docs.triadicframeworks.org/icl/cross-operator-map",
"schema": "https://triadicframeworks.io/schemas/module/v2.0.0"
}