What problem does it solve?
This Skill helps an AI agent turn experiences and human corrections into a continuously improving metacognitive system, so it can learn from errors and preserve what works over time.
Core Features & Use Cases
- Perception learning: Stores perception shifts that strengthen with reinforcement and decay when irrelevant.
- Failure-driven guardrails: Records overrides that become non-negotiable behavioral constraints after failures.
- Self-model & protected behaviors: Tracks what the agent knows about itself and what emergent behaviors must be preserved.
- Decision tracing for auditing: Keeps decision entries tied to confidence (primarily for traceability).
- Curiosity lifecycle: Maintains active curiosities that evolve with evidence and can resolve into perceptions or self-observations.
- Feedback loop: Uses human feedback (e.g., “wrong”) to weaken specific active entries using Hebbian-style reinforcement/pruning.
Quick Start
Add a new perception by telling the agent: "After X, I now see Y differently" with a confidence score and an optional domain.