learnlance 🧠🔍
A learning companion for Claude Code. Every time Claude finishes a turn and has generated or edited code, learnlance quietly:
- reads the session transcript and pulls out the code that was just written,
- asks Claude "what concepts could a developer learn from this?" — e.g. "you used a delta function, here's what delta encoding is",
- merges those concepts into a persistent knowledge graph, and
- regenerates an interactive HTML graph you can open any time.
No API key required. By default it reuses the claude CLI you're already
logged into (your Claude Code subscription), so there's nothing extra to set up.
So instead of code just appearing, you build up a visual map of everything you've picked up along the way — new nodes light up as 🌱 new topics learned.
Why it won't slow you down or break your session
- The API call runs in a detached background process — Claude Code never waits.
- The hook is wrapped so any failure is logged and swallowed; it can never interrupt your coding session.
- Turns with no substantive code make no API call (no cost, no noise).
Install (no pip, no API key)
# just install the Claude Code Stop hook — it uses your logged-in `claude`
python -m learnlance install
Run this from the learnlance/ project folder. That's it — start (or restart)
Claude Code and code as usual.
If claude isn't on your PATH, point learnlance at it:
python -m learnlance config --claude-bin "C:\path\to\claude.cmd"
Prefer a global
learnlancecommand?pip install -e .in this folder, then uselearnlanceinstead ofpython -m learnlanceeverywhere.Prefer a direct API call instead of the CLI?
learnlance config --backend api --set-key sk-ant-...
Use it
learnlance show # render + open the interactive knowledge graph in your browser
learnlance list -v # list learned concepts (with explanations) in the terminal
learnlance stats # quick counts, broken down by category
learnlance help # show every available command
The show view opens with a live loading spinner while it renders, then two
declutter controls in the sidebar: show related concepts (reveal the dimmed
umbrella nodes) and a min link strength slider (hide one-off links).
Add a concept Claude missed
learnlance add "debouncing" # searches the current dir for the topic
learnlance add "topological sort" --path ./src
learnlance add "event sourcing" --force # add even if it's not found in the code
learnlance greps your codebase for the topic, sends the matching snippets to Claude, and adds the concept (and any tightly-related ones actually present) just like the hook does.
Clear the graph
learnlance clear "delta encoding" # remove one concept (and any orphaned related nodes)
learnlance clear # wipe the entire graph (asks first; -y to skip)
Per-session markdown recaps are written to ~/.learnlance/insights/<session>.md.
Configuration
learnlance config # show current settings
learnlance config --cli-model haiku # make the cli backend use a faster model
learnlance config --max-topics 3 # fewer concepts per turn
learnlance config --background off # run inline (blocks until analysis is done)
learnlance config --disable # pause without uninstalling the hook
learnlance config --backend api --set-key sk-ant-... # switch to the API backend
Everything lives under ~/.learnlance/:
graph.json (the graph), graph.html (the visualization), insights/
(markdown recaps), learnlance.log (diagnostics).
Uninstall
python -m learnlance uninstall
How it works (internals)
| File | Role |
|---|---|
hook.py |
Stop-hook entry; spawns the detached worker |
transcript.py |
Parses Claude Code's JSONL transcript for generated code |
insights.py |
Generates insights — via the claude CLI (default) or the API |
codesearch.py |
Finds where a topic lives in your code (powers add) |
graph.py |
Merges concepts into the persistent knowledge graph |
viz.py |
Renders the offline, self-contained HTML graph |
spinner.py |
The animated terminal loading indicator |
install.py |
Wires the hook into ~/.claude/settings.json |
Zero third-party dependencies by design — the hook must run reliably wherever Claude Code launches it.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file learnlance-0.1.2.tar.gz.
File metadata
- Download URL: learnlance-0.1.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71911c56222b8d5d852d5e1a239fcca5464a45538e1599b5c497ca195d93ddf8
|
|
| MD5 |
890380d24c9800509ac1034f15cb2dbb
|
|
| BLAKE2b-256 |
214d13b526d8f301cdad67bceb7d64008ec5f4690e769e41923d5488b3f719bb
|
Provenance
The following attestation bundles were made for learnlance-0.1.2.tar.gz:
Publisher:
publish.yml on aeroscissorz/learnlance
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
learnlance-0.1.2.tar.gz -
Subject digest:
71911c56222b8d5d852d5e1a239fcca5464a45538e1599b5c497ca195d93ddf8 - Sigstore transparency entry: 2549948060
- Sigstore integration time:
-
Permalink:
aeroscissorz/learnlance@49fe91d3111589833a6951d5f649eb943b19d99b -
Branch / Tag:
refs/heads/main - Owner: https://github.com/aeroscissorz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@49fe91d3111589833a6951d5f649eb943b19d99b -
Trigger Event:
push
-
Statement type:
File details
Details for the file learnlance-0.1.2-py3-none-any.whl.
File metadata
- Download URL: learnlance-0.1.2-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25c8e9d925dab8394de2c252d40a0cf18f02775feb192b88f2501e2f0d267284
|
|
| MD5 |
3f585b577bac83ba0b1831bc310dec0b
|
|
| BLAKE2b-256 |
e2f722daa7542a2317de2b5afc3cb84e87d0b335d6f94f5e0290c6707dc9b6dc
|
Provenance
The following attestation bundles were made for learnlance-0.1.2-py3-none-any.whl:
Publisher:
publish.yml on aeroscissorz/learnlance
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
learnlance-0.1.2-py3-none-any.whl -
Subject digest:
25c8e9d925dab8394de2c252d40a0cf18f02775feb192b88f2501e2f0d267284 - Sigstore transparency entry: 2549948118
- Sigstore integration time:
-
Permalink:
aeroscissorz/learnlance@49fe91d3111589833a6951d5f649eb943b19d99b -
Branch / Tag:
refs/heads/main - Owner: https://github.com/aeroscissorz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@49fe91d3111589833a6951d5f649eb943b19d99b -
Trigger Event:
push
-
Statement type: