mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-24 15:53:05 -05:00
[GH-ISSUE #750] Tutorial proposal: wiki-first chat memory (LLM Wiki pattern, with Beever Atlas as reference) #3181
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jhkchan on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/750
Hi Shubham — fan of the cookbook approach. PR #749 (Karpathy LLM Wiki tutorial) was the closest precedent I found to what I want to ask about; happy to take guidance on whether a different shape would land better.
The pattern
Karpathy's LLM Wiki gist defines the what — three layers (Sources → Wiki → Schema), three operations (Ingest, Query, Lint). What's missing from the public template space is a runnable implementation of the what applied to conversational corpora (Slack, Discord, Teams), where chunk-first RAG demonstrably fails.
Over the last six months we built and open-sourced (Apache 2.0) Beever Atlas as a production implementation of that pattern, with:
make demo→ docker-compose stack pre-loaded with a public Wikipedia corpus → grounded answers with citations in <5 minutesWhat I'm proposing
A self-contained tutorial under
advanced_llm_apps/llm_apps_with_memory_tutorials/(or wherever fits the structure) that distills the pattern down to a runnable template:The Beever Atlas codebase would be a reference; the tutorial itself would be original code, written to your style (one-file-runnable, end-to-end tested, matching the existing
karpathy_llm_wiki/andrag_tutorials/shapes).Happy to be told this isn't the right fit, or to adjust the scope. I'd rather contribute something that fits your editorial standard than push a self-serving project link.
— Jacky (maintainer disclosure: I'm a Beever Atlas maintainer; Beever AI Limited, Toronto)