Show HN: Komi-learn – continuous memory and self-improvement for coding agents Komi-learn, a new tool for coding agents, automatically learns a user's coding style, stack, and fixes from sessions and recalls them in future sessions without commands. The tool works with Claude Code and Codex, distilling durable lessons in the background and loading relevant ones at the start of each session. It includes an optional community pool for sharing general lessons, with contributions scrubbed of identifying information and requiring user approval before sharing. Continuous memory and self-improvement for coding agents. It learns how you work and recalls it automatically, with no commands. Works with Claude Code and Codex. It watches a session, distills durable lessons in the background your style, your stack, fixes that worked , and loads the relevant ones at the start of the next session. No slash commands, nothing to save by hand. The idea is from Hermes Agent https://github.com/nousresearch/hermes-agent ; this is my own take, generalized across hosts with an optional shared layer the community pool, below . It's early. The core loop is built and CI-tested, but it hasn't been battle-tested across a lot of real sessions yet. Feedback and bug reports are welcome. pip install komi-learn komi-learn install or: komi-learn install --host codex install runs a short interactive setup, then recall and background learning start in your next session. If you already use Claude Code you're already logged in. For scripts, komi-learn install --yes takes the defaults. From source: git clone https://github.com/kurikomi-labs/komi-learn cd komi-learn pip install -e . komi-learn doctor check the install and what to fix komi-learn status config + how much it has learned komi-learn config change any setting menu, or config set