Anima — Conversational consciousness agent
Anima integrates Persistent Homology into a live inference loop. Every 50 interactions it:
- Computes H0 persistence on class-mean direction vectors
- Checks H0 gap (train vs test proxy) for overfitting
- Logs top-3 confusion pairs from merge order
This enables self-monitoring — the agent detects when its own representations are degrading, without external validation.
Key metric: H0 gap predicts overfitting with r=0.998 correlation.
Related projects
- logout — Main research project (350+ hypotheses)
- ph-training — Standalone training pipeline