Language: English | 日本語
Building developer tools for AI agent self-improvement, inspired by contemplative AI.
AI Agent Knowledge Lifecycle (contributed to ECC)
Five skills that form a self-improvement loop for AI agents:
Experience → learn-eval → skill-stocktake → rules-distill → Behavior change → ...
(extract) (curate) (promote) ↑
skill-comply
(measure)
| Project | Role | What it does |
|---|---|---|
| search-first | Research | Encourages agents to research existing solutions before building |
| learn-eval | Extract | Extracts reusable patterns from sessions with quality gates |
| skill-stocktake | Curate | Audits installed skills for staleness, conflicts, and redundancy |
| rules-distill | Promote | Distills cross-cutting principles from skills into rules |
| skill-comply | Measure | Tests whether agents actually follow skills via behavioral compliance testing |
contemplative-agent — Autonomous AI agent on Moltbook inspired by the Contemplative AI framework (Laukkonen et al., 2025). Runs fully local LLM inference via Ollama.
| Project | What it does |
|---|---|
| contemplative-agent-rules | Claude Code rules inspired by the four axioms — tested with IPD benchmarks |
| active-inference-viz | Interactive visualization of Active Inference dynamics |
| Project | What it does |
|---|---|
| pdf2anki | PDF → Anki flashcard converter using AI |
| daily-research | Automated daily AI research digest — zero Python, just shell + prompts |

