Library
Behavioral Learning Kit
Kit files are in English.
Capture corrections, review patterns and promote useful lessons into agent memory.
Yearly: every kit included. Monthly: one new kit per billing cycle.
View full-size sample ↗Access, downloads and refund policy
Yearly: every available kit and bundle, unlimited downloads.
Monthly: one new standalone kit per billing cycle, no bundles. Re-downloads are free and do not use a new claim.
Monthly subscriptions started before February 28, 2026 keep all-access, including bundles and unlimited downloads.
Monthly access currently allows three downloads per kit. Need another? Contact joozio@hey.com.
Download access while subscribed. Keep the files you download.
Already bought this? Your download link still works.
How it works
Corrections loop for AI agents. 3-stage pipeline (capture, classify, graduate), four memory sinks, plus a Basecamp card-table playbook for human-in-the-loop review.
Built from 6 months of production data. 22 corrections per 30 days, trending down.
Latest update: 2026-09-09
September 9, 2026: Fixed a dead companion blog post link that had been 404ing since release.
Best for
- +Agents that keep repeating the same correction.
- +Builders who already have memory and need the behavior-change layer.
- +People who want to read every correction, not let the model grade itself.
Not for
- -First-time agent builders. Start with the AI Agent Blueprint instead.
- -Fully autonomous rule-rewrite loops without human review.
What you get
Package includes
- •correction_capture.py. Single-line capture helper with regex classifier.
- •correction_graduator.py. Nightly drainer that files into the right sink.
- •memory-sinks/. Templates for memory.md, lessons.md, index.md, per-rule feedback files.
- •basecamp-card-table-playbook.md. Manual setup for the Behavioral Learning table.
- •claude-md-snippet.md. Ready-to-paste agent instructions.
- •setup.sh. One-command installer.
- •README.md and architecture.md.
- •QUICKSTART.md and CHANGELOG.md.
- •examples/. Sample queue entries, sample lesson, sample feedback file.
FAQ
How is this different from the Self-Improving Agent Kit?
Different angle. Self-Improving Agent Kit is a 6-component pipeline with performance scoring and bounded loops. Behavioral Learning Kit is the corrections-loop architecture from the blog post: three stages, four sinks, and a card-table playbook for human review. Run one or both.
Do I need Basecamp?
No. The card-table playbook is a pattern. It works in Linear, Notion, Trello, or any board with cards. Basecamp is just what runs in my own setup.
Does the classifier need an LLM?
No. Seven regex patterns label most corrections into six kinds: skill_misuse, memory_update, behavioral, rule, preference, unknown. Unknowns get queued for human review.
Which sinks does the graduator write to?
Four. memory.md for working notes that decay. lessons.md for incident postmortems. per-rule feedback files for searchable rules. RULE lines in index.md for the small set of always-loaded behaviors.