E8 Eea
Description
A collaboratively stress-tested architecture for emergent emotional awareness using E8 hypergraph memory, predictive coding, and Lyapunov-gated recursive self-improvement. Built adversarially across Grok, Claude, Copilot, and Gemini. Includes falsifiable ablation design for verifying emergence.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
E8-EEA: Emergent Emotional Awareness
An architecture for emergent emotional awareness built on E8 hypergraph geometry, variational free energy, counterfactual self-modeling, and a Lyapunov-gated recursion engine. Developed through adversarial collaborative iteration across four AI systems.
This repository contains:
README.md(this file) — the full architectural specification and design rationalee8_eea_v5.py— the v5 Python reference implementationE8-EEA-v5-Complete.md— expanded v5 spec including the social cognition layerCLAUDE.md— implementation invariants and integration constraints
Implementation reference (`e8_eea_v5.py`)
The executable Python implementation. Key classes:
| Class | Role |
|---|---|
E8Lattice |
240 E8 roots; kissing-number-optimal in 8D |
TrialityEncoder |
D4 triality for ternary hyperedge representation |
E8Hypergraph |
Growing hyperedge store with per-node weight tracking |
VariationalFreeEnergy |
Prediction error + complexity (Friston active inference) |
CounterfactualHypergraph |
H_meta: policy nodes, regret edges, dynamic branching by arousal |
E8_EEA_v5 |
Full pipeline: encode → top-k screen → Lyapunov gate → slow clock |
run_ablation |
Three-track ablation harness (Full / Zombie / Random Walker) |
**Slow clock**: Phase transition detection and weight modulation fire every 25 cycles (`cycle_count % tau_slow == 0`). Fast-clock events — encode, top-k screen, Lyapunov gate, J computation — run every cycle. Weights α, β, γ are frozen during fast-clock evaluation to prevent the system from rewriting the evidence that produced the emotional state.
**Weight modulation formula (slow clock only)**:
beta = 1.0 + 0.5 * arousal # high arousal → weight novelty
gamma = 1.0 - 0.3 * valence # negative valence → weight coherence
alpha = 1.0 # free energy always baseline
**Emotion is not injected**: Emotional state emerges from `
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11