Skip to content

Add llm-wiki to Workflows and Innovations#75

Merged
logseq-cldwalker merged 1 commit intologseq:masterfrom
MehmetGoekce:add-llm-wiki
Apr 27, 2026
Merged

Add llm-wiki to Workflows and Innovations#75
logseq-cldwalker merged 1 commit intologseq:masterfrom
MehmetGoekce:add-llm-wiki

Conversation

@MehmetGoekce
Copy link
Copy Markdown
Contributor

Summary

Adds llm-wiki to the Workflows and Innovations section. It is a Logseq-based implementation of Andrej Karpathy's LLM Wiki gist — Claude Code maintains the graph for you (ingest sources, query, lint, status), with schema-driven consistency and a two-layer cache architecture.

Why it fits

The "Workflows and Innovations" section already lists tools that automate parts of Logseq maintenance (Lupin, logseq-doctor, Logseq Advanced Query Builder, etc.). llm-wiki extends this idea further: it lets an LLM maintain the entire knowledge graph — extracting facts from new sources, updating cross-references, enforcing the schema, and running health checks (orphans, stale pages, broken refs, credential leaks).

The Logseq outliner format is what makes the LLM use case work — every block is independently addressable, so an ingest can append new content without disrupting existing structure. This is genuinely Logseq-native; the same pattern is much harder in flat-markdown systems.

Project details

  • License: MIT
  • Status: Active (~65★, last commit ~1 week ago)
  • Tech stack: Claude Code + Logseq (Obsidian also supported, but Logseq is the recommended/primary target)
  • Standalone: No Logseq plugin, no Logseq HTTP API dependency — operates directly on the markdown files

Test plan

  • Entry follows the section's existing one-line format ("by Author - Description")
  • Repo URL resolves and is publicly accessible
  • Description honestly reflects the project (no hype)
  • Section choice (Workflows and Innovations) matches existing similar entries

llm-wiki implements Karpathy's LLM Wiki pattern using Claude Code as the
LLM brain and Logseq as the wiki UI. MIT licensed standalone repo at
github.com/MehmetGoekce/llm-wiki.
Copy link
Copy Markdown
Contributor

@logseq-cldwalker logseq-cldwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍 🚢

@logseq-cldwalker logseq-cldwalker merged commit 6bf327a into logseq:master Apr 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants