Back to list
zeyxx

learn

by zeyxx

κυνικός - Conscience Collective Décentralisée | "φ qui se méfie de φ" | Don't trust, verify

0🍴 0📅 Jan 25, 2026

SKILL.md


name: learn description: Provide feedback on CYNIC judgments to improve future evaluations. Use when asked to correct a judgment, provide feedback, mark as correct/incorrect, or help CYNIC learn from mistakes. user-invocable: true

/learn - CYNIC Feedback Loop

"φ learns from φ"

Quick Start

/learn <judgment_id> correct|incorrect [reason]

What It Does

Provides feedback to improve CYNIC's judgment accuracy:

  • Mark judgments as correct/incorrect/partial
  • Explain why the judgment was wrong
  • Suggest what the score should have been
  • Trigger weight calibration

Feedback Types

OutcomeWhen to Use
correctJudgment was accurate
incorrectJudgment was wrong
partialSome parts right, some wrong

Examples

Mark Correct

/learn jdg_abc123 correct

Mark Incorrect with Reason

/learn jdg_abc123 incorrect "missed security vulnerability"

Provide Score Correction

/learn jdg_abc123 incorrect --score 35 "should have been BARK not WAG"

Implementation

Use the brain_cynic_feedback MCP tool:

brain_cynic_feedback({
  judgmentId: "jdg_abc123",
  outcome: "correct|incorrect|partial",
  reason: "explanation of feedback",
  actualScore: 35  // What it should have been (0-100)
})

Learning System

CYNIC uses feedback to:

  1. Calibrate Weights: Adjust dimension weights
  2. Detect Biases: Find systematic errors
  3. Improve Accuracy: Learn from mistakes

Check learning state:

brain_learning({ action: "state" })

View detected biases:

brain_learning({ action: "biases" })

Trigger calibration:

brain_learning({ action: "calibrate" })

Impact

Feedback VolumeLearning Effect
10+ feedbacksInitial calibration
50+ feedbacksBias detection
100+ feedbacksRefined accuracy

See Also

  • /judge - Create judgments to learn from
  • /patterns - See learned patterns
  • /health - Check learning system status

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon