Run self-validation loops for triadic color systems using prediction vs observation and error minimization.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill self-validation-loop --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Self Validation Loop?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-self-validation-loop-dea3cbb3)More formats (shields.io, HTML) on the badges page.
---
name: self-validation-loop
description: Run self-validation loops for triadic color systems using prediction vs observation and error minimization.
---
# Self-Validation Loop
Use when training or evaluating self-validation for 3-stream color systems.
## Inputs
- seed, indices
- sources: splitmix_ternary, xoroshiro_3color, gay_mcp
- comparator: reafference or comparator
## Workflow
1. Predict expected colors (efference copy).
2. Observe actual colors (color_at or stream generation).
3. Compare predictions with observations.
4. Aggregate accuracy and surprise.
## Gay MCP tools
- gay_seed, efference_copy, color_at, reafference, comparator, active_inference, self_model
## Metrics
- accuracy = matches / total
- surprise = mismatch count or summed error
- pass threshold: accuracy >= 0.99 or surprise == 0
## Output
- JSON log with seed, indices, predicted, observed, errors, accuracy, surprise
## Example prompt
"Run a self-validation loop over indices 1..20 and report accuracy and surprise."
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!