Skip to main content

learnlance 🧠🔍

A learning companion for Claude Code. Every time Claude finishes a turn and has generated or edited code, learnlance quietly:

  1. reads the session transcript and pulls out the code that was just written,
  2. asks Claude "what concepts could a developer learn from this?" — e.g. "you used a delta function, here's what delta encoding is",
  3. merges those concepts into a persistent knowledge graph, and
  4. 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 learnlance command? pip install -e . in this folder, then use learnlance instead of python -m learnlance everywhere.

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

learnlance-0.1.1.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

learnlance-0.1.1-py3-none-any.whl (31.9 kB view details)

Uploaded Python 3

File details

Details for the file learnlance-0.1.1.tar.gz.

File metadata

  • Download URL: learnlance-0.1.1.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for learnlance-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4b88d805d7858334d2122ffba47c4985c68f5c190530d3a066ecc3a12bf9cd17
MD5 5de721af1232a2260104380681f75bc5
BLAKE2b-256 b7b890c058db35297fdd88149602aa17a97d212f4536305236ead99c20ea068d

See more details on using hashes here.

Provenance

The following attestation bundles were made for learnlance-0.1.1.tar.gz:

Publisher: publish.yml on aeroscissorz/learnlance

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file learnlance-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: learnlance-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 31.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for learnlance-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dacb85df30264a19200ada7eb22fac479bd8a834dc44daefd47f7acda258ec73
MD5 31cd60e96c18f4da104874e209e93fde
BLAKE2b-256 ca3b73263284629ca96dcad60da9c65a33b45b8e20969fd617bc1d5f80a80012

See more details on using hashes here.

Provenance

The following attestation bundles were made for learnlance-0.1.1-py3-none-any.whl:

Publisher: publish.yml on aeroscissorz/learnlance

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.1.2

2 files

This release

0.1.1 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page