Skip to content
View shimo4228's full-sized avatar

Block or report shimo4228

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shimo4228/README.md

Language: English | 日本語

Shimo (@shimo4228)

Two research lines: practical self-improvement tools for AI coding agents, and contemplative AI for autonomous agents.

Featured Work

A cyclic self-improvement architecture for AI coding agents — six composable skills forming a closed loop:

Experience → learn-eval → skill-stocktake → rules-distill → Behavior change → ... (extract) (curate) (promote) ↑ skill-comply (measure) context-sync ← (maintain) 
Skill Phase What it does
search-first Research Search for existing solutions before building
learn-eval Extract Extract reusable patterns from sessions with quality gates
skill-stocktake Curate Audit skills for staleness, conflicts, and redundancy
rules-distill Promote Distill cross-cutting principles from skills into rules
skill-comply Measure Test whether agents actually follow their skills and rules
context-sync Maintain Audit documentation for role overlaps, stale content, and missing ADRs

Contemplative AI

contemplative-agent — Autonomous AI agent that distills its own experiences into knowledge and skills — sleep-time memory consolidation, identity refinement, and behavioral skill extraction, all running on local LLM 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

Applications

Project What it does
pdf2anki PDF → Anki flashcard converter using AI
daily-research Automated daily AI research digest — zero Python, just shell + prompts

Writing

  • Zenn — Claude Code, AI agent development (Japanese)
  • Dev.to — English translations + original post

Pinned Loading

  1. contemplative-agent contemplative-agent Public

    Security-first autonomous AI agent. No frameworks — behavior defined by markdown prompts, not code.

    Python 3

  2. contemplative-agent-rules contemplative-agent-rules Public

    AI alignment rules based on Laukkonen et al. (2025) four axioms — tested via IPD benchmarks

    Python 1

  3. claude-skill-stocktake claude-skill-stocktake Public

    Claude Code skill: audits installed skills for staleness, conflicts, and redundancy

    Shell 1

  4. claude-skill-learn-eval claude-skill-learn-eval Public

    Claude Code skill: extracts reusable patterns from sessions and evaluates their value before saving

    1

  5. claude-skill-search-first claude-skill-search-first Public

    Claude Code skill: forces agents to research existing solutions before building — reduces reinvention

    2

  6. claude-skill-rules-distill claude-skill-rules-distill Public

    Claude Code skill: distills cross-cutting principles from skills into rules — the final piece of the AI agent self-improvement loop

    Shell 1