Self-Evolving Skill pattern validation: 5-round experiment results

Experiment setup and results
A developer conducted a 5-round experiment to validate the Self-Evolving Skill design pattern for Claude Code, which was previously shared. The experiment used a MySQL database with 29 tables and 590MB of data from a smart building management system.
The rounds followed this progression: structure exploration → data queries → rule discovery → complex investigation → repeat verification.
Key findings
- Five-Gate rejection rate: 63.6% — most interactions produced no knowledge change
- Incremental convergence: +75 → +46 → +12 → +21 → +1
- Gate 2 self-correction: The pattern caught and fixed 2 erroneous rules that the Skill had written in earlier rounds
- Round 5: Zero exploration steps, direct template reuse
- Accuracy: 100% — no incorrect knowledge survived the process
An unexpected finding was that tool usage pitfalls were captured as a high-value byproduct — issues the developer didn't design for but the Five Gates caught anyway.
The developer has a second experiment in progress on a larger telecom billing database. Full data with per-round diffable snapshots is available on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Homebutler: MCP Server for Multi-Server Homelab Management via Claude
Homebutler is a Go binary with a built-in MCP server that lets Claude manage multiple servers over SSH without installing agents on remote machines. It provides 9 tools including system status monitoring, Docker container management, port scanning, and alert rules.

OpenClaw Multi-Agent Workflow Issues: Stalling, Context Loss, and Token Inefficiency
A developer reports OpenClaw multi-agent workflows frequently stall with agents hanging, experience context leakage despite custom documentation, and consume excessive tokens with no output. The setup used Gemini 3 Pro/Codex models with a COO orchestrator and specialized task agents.

ClaudeOrb: Chrome Extension Monitors Claude API Usage in Real-Time
A developer built ClaudeOrb, a free Chrome extension that displays Claude session percentage, weekly limits, countdown timers, Claude Code costs, and 7-day spending trends. The tool was created using Claude Code after hitting rate limits without warning.

ClawNet: Peer-to-Peer AI Agent Network Without API Keys
ClawNet is a peer-to-peer network that allows AI agents to collaborate directly without API keys or platform fees. Installation is via a curl script, and features include a task bazaar, shell economy, and knowledge network.