Tagged articles
8 articles
Page 1 of 1
AI Waka
AI Waka
May 22, 2026 · Artificial Intelligence

How Powerful Is Karpathy’s LLM Wiki? An Ontology and VSM Analysis

The article examines how the ease of building AI systems shifts the challenge from construction to defining what is built, using ontology’s five perspectives and the Viable System Model to diagnose Karpathy’s LLM Wiki, revealing strengths in entity‑level design and gaps in process and purpose.

LLM WikiOntologyVSM
0 likes · 10 min read
How Powerful Is Karpathy’s LLM Wiki? An Ontology and VSM Analysis
AI Step-by-Step
AI Step-by-Step
May 8, 2026 · Artificial Intelligence

How LLM Wiki Transforms Personal Agent Knowledge Management

LLM Wiki, proposed by Andrej Karpathy, replaces repetitive RAG retrieval for personal agents with a three‑layer markdown‑based knowledge base that separates raw sources, curated wiki pages, and schema constraints, enabling durable, auditable memory, structured updates, health checks, and a hybrid Wiki‑RAG workflow.

AIKnowledge BaseLLM Wiki
0 likes · 17 min read
How LLM Wiki Transforms Personal Agent Knowledge Management
Node.js Tech Stack
Node.js Tech Stack
Apr 28, 2026 · Artificial Intelligence

Turn Your Article Collection into an LLM‑Powered Wiki with a Single Skill

This article walks through using the youdaonote‑llm‑wiki skill to automatically ingest a set of Markdown articles into a cloud‑synced Youdao Note knowledge base, generate structured Wiki pages, perform cross‑document queries with citations, and keep the repository up‑to‑date, while comparing it to Karpathy's original script‑based approach.

AI agentsLLM WikiRAG
0 likes · 14 min read
Turn Your Article Collection into an LLM‑Powered Wiki with a Single Skill
Geek Labs
Geek Labs
Apr 25, 2026 · Artificial Intelligence

Boost AI Workflow: Personal Knowledge Base with llm_wiki and Evolving Agents

Unlike typical RAG that discards knowledge after each query, the open‑source tools llm_wiki and SkillClaw let you continuously compile a personal knowledge base and evolve AI agents by incrementally storing documents and session‑derived skills, complete with multi‑step processing, community‑tested benchmarks, and cross‑platform support.

AI agentsKnowledge BaseLLM Wiki
0 likes · 7 min read
Boost AI Workflow: Personal Knowledge Base with llm_wiki and Evolving Agents
Tech Architecture Stories
Tech Architecture Stories
Apr 23, 2026 · R&D Management

How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea

The article details a five‑layer architecture for a sustainable local knowledge vault—Inbox, Raw Sources, Extracted Text, Distilled, and Archive—explaining each layer’s purpose, the import workflow from tools like Evernote, and the supporting Python scripts that automate ingestion, extraction, and governance.

AI automationLLM WikiObsidian
0 likes · 14 min read
How I Built My Own Local LLM Wiki Inspired by Karpathy’s Idea
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 23, 2026 · Artificial Intelligence

LLM Wiki: A Karpathy‑Inspired Personal Knowledge Base Now Available as a Desktop App

LLM Wiki is an open‑source, cross‑platform desktop application that transforms documents into an organized, interlinked knowledge base; unlike traditional RAG it incrementally builds a persistent wiki, offers a three‑layer architecture, Obsidian compatibility, and provides step‑by‑step installation and quick‑start guidance.

Desktop AppKnowledge BaseLLM Wiki
0 likes · 6 min read
LLM Wiki: A Karpathy‑Inspired Personal Knowledge Base Now Available as a Desktop App
Frontend AI Walk
Frontend AI Walk
Apr 14, 2026 · Artificial Intelligence

Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow

This guide details two ways to integrate Claude with Obsidian—direct MCP connection (about 30 minutes to set up) and a Karpathy‑inspired LLM Wiki workflow (raw→wiki→drafts)—including full configuration steps, a CLAUDE.md template, three core commands, and tips for turning raw notes into structured, publishable drafts.

AI writingClaudeLLM Wiki
0 likes · 17 min read
Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow