← スキル一覧に戻る

self-validation-loop
by plurigrid
everything is topological chemputer!
⭐ 2🍴 3📅 2026年1月20日
SKILL.md
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
- Predict expected colors (efference copy).
- Observe actual colors (color_at or stream generation).
- Compare predictions with observations.
- 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."
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です